body {
  font-family: 'IRANSans';
  background: #FFFFFF;
}


@font-face {
  font-family: 'IRANSans';
  src:
    url('../fonts/woff2/IRANSansWeb\(FaNum\).woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb\(FaNum\).woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb\(FaNum\).ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



.mySwiper {}

.swiper-slide {}

.swiper-button-next {
  color: #8f8e8e !important;
}

.swiper-button-prev {
  color: #8f8e8e !important;
}


#price-slider {
  /* margin: 40px 10px; */
}

/* / شخصی‌سازی رنگ‌ها در noUiSlider / */
.noUi-connect {
  background: #57A4FF;
}

.noUi-target {
  border: none;
  background: #e0e0e0;
  height: 6px;
}

.noUi-handle {
  width: 20px !important;
  height: 20px !important;
  top: -7px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  background: #fff !important;
  border: 2px solid #57A4FF !important;
}

/* / حذف خطوط کوچک روی دسته اسلایدر */
.noUi-handle:before,
.noUi-handle:after {
  display: none !important;

}

.price-display {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #57A4FF;
  font-size: 14px;
  margin-top: 20px;
}

.unit {
  font-size: 12px;
  color: #888;
  margin-right: 5px;
}

.noUi-touch-area {
  display: none !important;
}

.checkbox {
  display: none;
}

/* استایل برای برچسب – نقش کانتینر */
.checkbox-label {
  display: inline-block;
  width: 50px;
  height: 25px;
  background-color: #ddd;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* استایل برای کرسر داخل برچسب */
.checkbox-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

/* تغییر رنگ پس‌زمینه و حرکت کرسر هنگام انتخاب */
.checkbox:checked+.checkbox-label {
  background-color: #57A4FF;
}

.checkbox:checked+.checkbox-label::after {
  transform: translateX(25px);
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* "auto" or "thin" */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}


/* Rectangle 113 */

.shadow-c {
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
}



.bg-image {
   background-image: url("../images/1.png");
  background-repeat: no-repeat;
  background-size: cover; /* instead of 100% 100% */
  background-position: center; /* optional, to center image */
  /* object-fit is not valid for background, remove it */
  min-height: 100vh; /* full viewport height */
  width: 100%; 
}
.bg-glass {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* ناحیه زوم */
.zoom-container {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.zoom-image {
  transition: transform 0.2s ease-out;
  transform-origin: center center;
}

.zoom-container.is-zoomed {
  cursor: zoom-out;
}

/* برای سوایپ (در موبایل) */
.touch-none {
  touch-action: none;
}


.tost-list {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;

}

.toast {


  padding: 0 1.5rem;
  height: 55px;
  width: 340px;
  display: flex;
  justify-content: space-between;

  border-radius: 10px 0 0 10px;

  gap: 1rem;
  align-items: center;
  z-index: 50;
  font-size: .95rem;
  color: white;
  box-shadow: 0 4px 25px rgba(0, 0, 0, .38);
}

.toast div {
  flex: 1;
}

.toast.success {
  background: #23CC71;
}

.toast.danger {
  background: #FF5775;
}

.faq-content,
.faq-btn {
  text-align: justify;

}

.faq-content ul li {
  line-height: 2 .5rem;
}

.range-container {
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.track {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  position: relative;
}

.range-progress {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 4px;
  pointer-events: none;
}

.thumb {
  position: absolute;
  width: 24px;
  height: 24px;
  background: white;
  border: 3px solid #667eea;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: grab;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 2;
}

.thumb:active {
  cursor: grabbing;
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.thumb-min {
  background: white;
  border-color: #667eea;
  z-index: 3;
}

.thumb-max {
  background: white;
  border-color: #764ba2;
  z-index: 2;
}

.thumb-min:hover,
.thumb-max:hover {
  transform: translate(-50%, -50%) scale(1.1);
}