
/** ADD YOUR AWESOME CODES HERE **/

/* Base reset to avoid extra whitespace */
html, body{
  margin: 0;
  padding: 0;
}

body{
  padding-bottom: 0 !important;
}

.footer-box{
  margin: 0;
}

/* ensure scroll-to-top never affects document flow */
#scroll-to-top{
  position: fixed !important;
  bottom: 20px;
  right: 20px;
}

.biban-location{
  margin-bottom: 0 !important;
}

/* ------------------------------------------------------------------
   Hero responsive typography
------------------------------------------------------------------- */

@media (max-width: 767px){
  .lbox-details{
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .lbox-details h1{
    font-size: clamp(26px, 7vw, 40px) !important;
    line-height: 1.15;
    margin: 0 0 6px;
    padding: 0 18px;
  }

  .lbox-details h2{
    font-size: clamp(22px, 6vw, 34px) !important;
    line-height: 1.2;
    margin: 0 0 6px;
    padding: 0 18px;
  }

  .lbox-details p{
    font-size: 15px;
    line-height: 1.5;
    max-width: 520px;
    margin: 0;
    padding: 0 22px;
    opacity: 0.95;
  }
}

@media (max-width: 575px){
  .lbox-details h1{
    font-size: clamp(24px, 7.2vw, 34px) !important;
    padding: 0 14px;
  }
  .lbox-details p{
    font-size: 14px;
    padding: 0 16px;
    max-width: 420px;
  }
}

/* ------------------------------------------------------------------
   Premium hover (like Contact Us) for buttons
   Applies globally EXCEPT filter tabs (they use .hvr-radial-out)
------------------------------------------------------------------- */

/* targets most primary actions across the template */
.btn-common,
.button-theme,
.subscribe-inner .form-group button,
.submit-button .btn-common,
#scroll-to-top,
.biban-auth__btn{
  position: relative;
  overflow: hidden;
  will-change: transform, box-shadow;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.btn-common::before,
.button-theme::before,
.subscribe-inner .form-group button::before,
.submit-button .btn-common::before,
#scroll-to-top::before,
.biban-auth__btn::before{
  content: "";
  position: absolute;
  top: -70%;
  left: -45%;
  width: 65%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: rotate(18deg) translateX(-120%);
  transition: transform .55s ease;
  pointer-events: none;
}

.btn-common:hover,
.button-theme:hover,
.subscribe-inner .form-group button:hover,
.submit-button .btn-common:hover,
#scroll-to-top:hover,
.biban-auth__btn:hover{
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 30px rgba(11, 23, 48, 0.20);
  filter: saturate(1.05) brightness(1.02);
}

.btn-common:hover::before,
.button-theme:hover::before,
.subscribe-inner .form-group button:hover::before,
.submit-button .btn-common:hover::before,
#scroll-to-top:hover::before,
.biban-auth__btn:hover::before{
  transform: rotate(18deg) translateX(260%);
}

.btn-common:active,
.button-theme:active,
.subscribe-inner .form-group button:active,
.submit-button .btn-common:active,
#scroll-to-top:active,
.biban-auth__btn:active{
  transform: translateY(0px) scale(0.99);
  box-shadow: 0 12px 22px rgba(11, 23, 48, 0.18);
}

/* Use this when you want the exact "Contact" button look */
.biban-premium-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: none;
  color: #ffffff !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #049a92 0%, #0b1730 100%);
  border: 1px solid rgba(255, 255,255,0.25);
  box-shadow: 0 14px 26px rgba(11, 23, 48, 0.35);
  position: relative;
  overflow: hidden;
  will-change: transform, box-shadow, background-position;
  background-size: 140% 140%;
  background-position: 0% 50%;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, background-position .55s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.biban-premium-btn::before{
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 60%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: rotate(18deg) translateX(-120%);
  transition: transform .55s ease;
  pointer-events: none;
}

.biban-premium-btn:hover{
  background: linear-gradient(135deg, #d6a269 0%, #dd5b2d 100%);
  background-position: 100% 50%;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 30px rgba(11, 23, 48, 0.45);
  filter: saturate(1.05) brightness(1.02);
}

.biban-premium-btn:hover::before{
  transform: rotate(18deg) translateX(260%);
}

.biban-premium-btn:active{
  transform: translateY(0px) scale(0.99);
  box-shadow: 0 12px 22px rgba(11, 23, 48, 0.35);
}

.biban-premium-btn:focus{
  outline: none;
}

.biban-premium-btn:focus-visible{
  box-shadow:
    0 18px 30px rgba(11, 23, 48, 0.45),
    0 0 0 3px rgba(214, 162, 105, 0.55);
}

.biban-premium-btn--sm{
  padding: 10px 18px;
  font-size: 16px;
}

.biban-services{
  margin-top: 10px;
}

.biban-services__hero{
  width: min(1120px, 100%);
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(11, 23, 48, 0.18);
  border: 1px solid rgba(11, 23, 48, 0.08);
  background: rgba(11, 23, 48, 0.06);
}

.biban-services__hero-img{
  display: block;
  width: 100%;
  height: 340px;
  object-fit: contain;
  object-position: 50% 20%;
  transform: translateY(-10px);
  background: rgba(255,255,255,0.55);
}

.biban-services__cards{
  width: min(1120px, 100%);
  margin: -86px auto 0;
  padding: 0 12px;
}

.biban-service-card{
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(11, 23, 48, 0.12);
  border: 1px solid rgba(11, 23, 48, 0.08);
  padding: 84px 26px 28px; /* extra top space for icon */
  text-align: center;
  position: relative;
  min-height: 280px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.biban-service-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #049A92, #D6A269);
  opacity: 0.85;
}

.biban-service-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 26px 50px rgba(11, 23, 48, 0.16);
  border-color: rgba(214, 162, 105, 0.22);
}

.biban-service-card__icon{
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b1730, #049A92);
  color: #ffffff;
  display: grid;
  place-items: center;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 14px 26px rgba(11, 23, 48, 0.25);
  border: 4px solid rgba(255,255,255,0.92);
  z-index: 3;
}

.biban-service-card__icon i{
  font-size: 21px;
}

.biban-service-card__title{
  color: #0b1730;
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 10px;
}

.biban-service-card__desc{
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.biban-service-card__link{
  display: inline-block;
  color: #0b1730;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-decoration: none;
  border-bottom: 2px solid rgba(214, 162, 105, 0.55);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.biban-service-card__link:hover{
  color: #D6A269;
  border-color: #D6A269;
  transform: translateY(-1px);
}

/* ------------------------------------------------------------------
   Properties card click + modal
------------------------------------------------------------------- */

/* remove the 2 hover icons overlay on property cards */
.properties-single .hover-box{
  display: none !important;
}

.properties-single{
  cursor: pointer;
  position: relative;
  overflow: visible;
}

/* property type filter buttons wrap nicely */
#propertyTypeFilters{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#propertyTypeFilters button{
  margin: 0 !important;
}

/* Special gallery admin delete overlay */
#specialGalleryList li{
  position: relative;
}
#specialGalleryList li > a{
  position: relative;
  z-index: 1;
  display: block;
}

/* Special Gallary layout uses template defaults (see style.css).
   We only keep admin delete button overlay styles below. */
.biban-gallery-del{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 0;
  background: rgba(11, 23, 48, 0.86);
  color: #fff;
  font-weight: 900;
  line-height: 30px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .15s ease;
  z-index: 50;
  pointer-events: auto;
}
#specialGalleryList li:hover .biban-gallery-del{
  opacity: 1;
}

.biban-offer-card{
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(11, 23, 48, 0.12);
  border: 1px solid rgba(11, 23, 48, 0.08);
  background: #ffffff;
}

.biban-offer-card .properties-img{
  height: 260px;
}

.biban-offer-card .properties-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.biban-offer-card .for-sal{
  background: rgba(11,23,48,0.92);
}

.biban-offer-card .pro-price{
  background: #D6A269;
  color: #0b1730;
  font-weight: 800;
}

.biban-offer-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(11, 23, 48, 0.16);
}

@media (max-width: 991px){
  .biban-offer-card .properties-img{ height: 220px; }
}

@media (max-width: 575px){
  .biban-offer-card .properties-img{ height: 200px; }
}

.properties-single:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(11, 23, 48, 0.14);
}

.biban-prop-card.properties-single:hover{
  transform: none;
  box-shadow: 0 22px 48px rgba(11, 23, 48, 0.16);
}

.biban-props-slide:not(.is-active) .biban-prop-card.properties-single:hover{
  box-shadow: 0 14px 34px rgba(11, 23, 48, 0.10);
}

/* small admin buttons overlay */
.biban-admin-actions{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-width: calc(100% - 24px);
  pointer-events: auto;
}

.biban-admin-btn{
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255,255,255,0.92);
  color: #0b1730;
  box-shadow: 0 10px 20px rgba(0,0,0,0.16);
  cursor: pointer;
  white-space: nowrap;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 30;
}

.biban-admin-btn:hover{
  background: #D6A269;
}

@media (max-width: 575px){
  .biban-admin-actions{
    top: 10px;
    left: 10px;
    gap: 6px;
    z-index: 40;
  }
  .biban-admin-btn{
    padding: 8px 12px;
    font-size: 12px;
    min-height: 36px;
  }
}

/* Admin modals */
.biban-admin-modal{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11, 23, 48, 0.08);
  box-shadow: 0 28px 70px rgba(11, 23, 48, 0.20);
}

.biban-admin-modal .modal-header{
  background: linear-gradient(135deg, rgba(214, 162, 105, 0.16), rgba(4, 154, 146, 0.10));
  border-bottom: 1px solid rgba(11, 23, 48, 0.08);
}

.biban-admin-modal__label{
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: rgba(11, 23, 48, 0.70);
  margin-bottom: 6px;
}

.biban-admin-modal__hint{
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(11, 23, 48, 0.60);
}

.biban-admin-modal__error{
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(221, 91, 45, 0.12);
  border: 1px solid rgba(221, 91, 45, 0.25);
  color: #0b1730;
  font-weight: 800;
  margin-bottom: 12px;
}

.biban-admin-modal__confirmText{
  font-weight: 800;
  color: rgba(11, 23, 48, 0.80);
}

/* ------------------------------------------------------------------
   Location section
------------------------------------------------------------------- */

.biban-location{
  padding: 70px 0;
  background: linear-gradient(180deg, #f2f3f5 0%, #ffffff 100%);
}

.biban-location__map{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(11, 23, 48, 0.08);
  box-shadow: 0 18px 44px rgba(11, 23, 48, 0.14);
  background: #ffffff;
  height: 100%;
  min-height: 380px;
}

.biban-location__map iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.biban-location__card{
  height: 100%;
  min-height: 380px;
  border-radius: 16px;
  padding: 22px;
  background:
    radial-gradient(900px 520px at 10% 10%, rgba(4,154,146,0.14), transparent 60%),
    radial-gradient(900px 520px at 90% 90%, rgba(214,162,105,0.16), transparent 60%),
    rgba(255,255,255,0.82);
  border: 1px solid rgba(11, 23, 48, 0.08);
  box-shadow: 0 18px 44px rgba(11, 23, 48, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.biban-location__heading{
  margin: 0 0 6px;
  color: #0b1730;
  font-weight: 800;
  font-size: 20px;
}

.biban-location__sub{
  margin: 0 0 18px;
  color: rgba(11, 23, 48, 0.65);
  font-weight: 600;
}

.biban-location__item{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(11, 23, 48, 0.06);
  margin-bottom: 12px;
}

.biban-location__icon{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #0b1730;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(11, 23, 48, 0.20);
  flex: 0 0 auto;
}

.biban-location__label{
  font-size: 12px;
  font-weight: 800;
  color: rgba(11, 23, 48, 0.60);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.biban-location__value{
  font-size: 14px;
  font-weight: 700;
  color: #0b1730;
}

.biban-location__value a{
  color: #049a92;
  text-decoration: none;
}

.biban-location__value a:hover{
  color: #D6A269;
}

@media (max-width: 991px){
  .biban-location__map,
  .biban-location__card{
    min-height: 320px;
    margin-top: 18px;
  }
}

/* ------------------------------------------------------------------
   Contact form (premium Biban styling)
------------------------------------------------------------------- */

.contact-box{
  background: linear-gradient(180deg, #ffffff 0%, #f2f3f5 100%);
}

.contact-block{
  padding: 18px;
  border-radius: 16px;
  background:
    radial-gradient(900px 520px at 10% 10%, rgba(4,154,146,0.10), transparent 60%),
    radial-gradient(900px 520px at 90% 90%, rgba(214,162,105,0.14), transparent 60%),
    rgba(255,255,255,0.88);
  border: 1px solid rgba(11, 23, 48, 0.08);
  box-shadow: 0 18px 44px rgba(11, 23, 48, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.contact-block .form-group .form-control{
  background: rgba(255,255,255,0.95) !important;
  color: #0b1730 !important;
  border: 1px solid rgba(11, 23, 48, 0.12) !important;
  border-radius: 12px !important;
  height: 48px !important;
  padding: 10px 14px !important;
  box-shadow: 0 10px 18px rgba(0,0,0,0.06) !important;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease, background .2s ease;
}

.contact-block .form-group textarea.form-control{
  height: 160px !important;
  padding-top: 12px !important;
  resize: vertical;
}

.contact-block .form-group .form-control::placeholder{
  color: rgba(11, 23, 48, 0.55);
}

.contact-block .form-group .form-control:focus{
  outline: none !important;
  border-color: rgba(4,154,146,0.65) !important;
  box-shadow:
    0 18px 30px rgba(11, 23, 48, 0.10),
    0 0 0 3px rgba(4,154,146,0.18) !important;
  transform: translateY(-1px);
}

.submit-button .btn-common{
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  text-transform: none !important;
  letter-spacing: 0.3px !important;
  background: linear-gradient(135deg, #049a92 0%, #0b1730 100%) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  box-shadow: 0 14px 26px rgba(11, 23, 48, 0.30) !important;
  position: relative;
  overflow: hidden;
  will-change: transform, box-shadow, background-position;
  background-size: 140% 140%;
  background-position: 0% 50%;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, background-position .55s ease;
}

.submit-button .btn-common::before{
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 60%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: rotate(18deg) translateX(-120%);
  transition: transform .55s ease;
  pointer-events: none;
}

.submit-button .btn-common:hover{
  background: linear-gradient(135deg, #D6A269 0%, #DD5B2D 100%) !important;
  background-position: 100% 50%;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 30px rgba(11, 23, 48, 0.42) !important;
  filter: saturate(1.05) brightness(1.02);
}

.submit-button .btn-common:hover::before{
  transform: rotate(18deg) translateX(260%);
}

.submit-button .btn-common:active{
  transform: translateY(0px) scale(0.99);
  box-shadow: 0 12px 22px rgba(11, 23, 48, 0.35) !important;
}

.biban-props-slider{
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 8px 0 0;
}

.biban-props-slider__stage{
  position: relative;
}

.biban-props-slider__viewport{
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 28px 0 18px;
  background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 100%);
  border-radius: 20px;
  border: 1px solid rgba(11, 23, 48, 0.06);
}

.biban-props-slider__track{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 28px;
  width: max-content;
  transform: translate3d(0,0,0);
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
  padding: 0 24px;
}

.biban-props-slide{
  flex: 0 0 340px;
  max-width: calc(100vw - 56px);
  opacity: 0.42;
  transform: scale(0.9);
  transition: opacity .45s ease, transform .45s ease, filter .45s ease;
  filter: saturate(0.85);
}

.biban-props-slide.is-prev,
.biban-props-slide.is-next{
  opacity: 0.68;
  transform: scale(0.94);
  filter: saturate(0.92);
}

.biban-props-slide.is-active{
  opacity: 1;
  transform: scale(1);
  filter: none;
  z-index: 2;
}

/* Nova-style property card */
.biban-prop-card{
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(11, 23, 48, 0.10);
  border: 1px solid rgba(11, 23, 48, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow .35s ease, transform .35s ease;
}

.biban-props-slide.is-active .biban-prop-card{
  box-shadow: 0 22px 48px rgba(11, 23, 48, 0.16);
}

.biban-prop-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px 0;
}

.biban-prop-card__badge{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.biban-prop-card__badge i{
  font-size: 11px;
}

.biban-prop-card__badge--type{
  background: rgba(4, 154, 146, 0.12);
  color: #047a74;
}

.biban-prop-card__badge--listing{
  background: rgba(214, 162, 105, 0.18);
  color: #8a5a24;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.6px;
}

.biban-prop-card__media{
  position: relative;
  margin: 12px 14px 0;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f7;
  aspect-ratio: 4 / 3;
}

.biban-prop-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.biban-prop-card__mediaActions{
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 8px;
}

.biban-prop-card__mediaBtn{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.95);
  color: #049a92;
  box-shadow: 0 8px 18px rgba(11, 23, 48, 0.14);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.biban-prop-card__mediaBtn:hover{
  transform: translateY(-1px);
  background: #049a92;
  color: #fff;
}

.biban-prop-card__body{
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.biban-prop-card__title{
  margin: 0 0 6px;
  color: #0b1730;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.biban-prop-card__meta{
  margin: 0 0 10px;
  color: rgba(11, 23, 48, 0.45);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.biban-prop-card__stats{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 12px;
  color: rgba(11, 23, 48, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.biban-prop-card__stats span{
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.biban-prop-card__stats i{
  color: #049a92;
}

.biban-prop-card__price{
  color: #049a92;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

.biban-prop-card__cta{
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #049a92 0%, #06756f 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(4, 154, 146, 0.28);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  margin-top: auto;
}

.biban-props-slide:not(.is-active) .biban-prop-card__cta{
  background: linear-gradient(135deg, rgba(4,154,146,0.82) 0%, rgba(6,117,111,0.82) 100%);
  box-shadow: 0 8px 18px rgba(4, 154, 146, 0.18);
}

.biban-prop-card__cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(4, 154, 146, 0.34);
  filter: brightness(1.03);
}

.biban-props-slider__dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  min-height: 14px;
}

.biban-props-slider__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(11, 23, 48, 0.18);
  cursor: pointer;
  transition: width .25s ease, background .25s ease, transform .25s ease;
}

.biban-props-slider__dot.is-active{
  width: 28px;
  background: #049a92;
}

.biban-props-slider__dot:hover{
  transform: scale(1.08);
  background: rgba(4, 154, 146, 0.55);
}

.biban-props-slider__progress{
  width: min(420px, 72%);
  height: 4px;
  border-radius: 999px;
  background: rgba(11, 23, 48, 0.08);
  margin: 16px auto 0;
  overflow: hidden;
}

.biban-props-slider__progressBar{
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #049a92, #0b1730);
  transition: width .45s cubic-bezier(.2,.8,.2,1);
}

.biban-props-slider__empty{
  width: 100%;
  text-align: center;
  padding: 48px 20px;
  color: rgba(11, 23, 48, 0.55);
  font-weight: 700;
}

.biban-props-slide .biban-admin-actions{
  top: 58px;
  left: 14px;
}

@media (max-width: 991px){
  .biban-props-slide{
    flex-basis: 300px;
  }
}

@media (max-width: 575px){
  .biban-props-slider__viewport{
    padding: 18px 0 12px;
    border-radius: 16px;
  }

  .biban-props-slider__track{
    gap: 16px;
    padding: 0 16px;
  }

  .biban-props-slide{
    flex-basis: min(320px, calc(100vw - 40px));
  }

  .biban-prop-card__price{
    font-size: 22px;
  }
}

.biban-modal .modal-content{
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0,0,0,0.45);
}

.biban-modal .modal-header{
  background: linear-gradient(135deg, rgba(4,154,146,0.16), rgba(214,162,105,0.18));
  border-bottom: 1px solid rgba(11, 23, 48, 0.08);
}

.biban-modal__title{
  font-weight: 800;
  color: #0b1730;
  letter-spacing: -0.2px;
}

.biban-modal__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11, 23, 48, 0.08);
  color: #0b1730;
  font-weight: 700;
  font-size: 12px;
}

.biban-modal__price{
  background: #049a92;
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 800;
  font-size: 12px;
}

.biban-modal__media{
  position: relative;
  background: #0b1730;
}

.biban-modal__img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  opacity: 0.96;
}

.biban-modal__gallery{
  display: flex;
  gap: 10px;
  padding: 12px 16px 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.biban-modal__thumb{
  flex: 0 0 auto;
  width: 84px;
  height: 58px;
  border-radius: 12px;
  border: 2px solid rgba(11, 23, 48, 0.10);
  overflow: hidden;
  background: rgba(242, 243, 245, 0.9);
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

/* Offers row centers when few cards */
#offersList{
  justify-content: center;
}

.biban-modal__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.biban-modal__thumb:hover{
  transform: translateY(-2px);
  border-color: rgba(4,154,146,0.55);
  box-shadow: 0 14px 26px rgba(0,0,0,0.16);
}

.biban-modal__thumb.is-active{
  border-color: #D6A269;
  box-shadow: 0 14px 26px rgba(214, 162, 105, 0.22);
}

.biban-modal__meta{
  padding: 16px 18px 0;
  color: #0b1730;
}

.biban-modal__address{
  color: rgba(11, 23, 48, 0.70);
  margin: 0;
}

.biban-modal__features{
  margin: 12px 0 0;
  padding: 0 18px 18px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.biban-modal__features li{
  background: rgba(242, 243, 245, 0.9);
  border: 1px solid rgba(11, 23, 48, 0.06);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  color: rgba(11, 23, 48, 0.82);
}

.biban-modal__admin{
  padding: 0 18px 18px;
}

.biban-modal__adminRow{
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(11, 23, 48, 0.08);
}

.biban-modal__adminLabel{
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: rgba(11, 23, 48, 0.65);
  margin-bottom: 8px;
}

.biban-modal__adminActions{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.biban-modal__adminHint{
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(11, 23, 48, 0.65);
}

.biban-modal__thumb{
  position: relative;
}

.biban-modal__thumb .biban-thumb-del{
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 0;
  background: rgba(11, 23, 48, 0.86);
  color: #fff;
  line-height: 22px;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  transition: opacity .15s ease;
}

.biban-modal__thumb:hover .biban-thumb-del{
  opacity: 1;
}

@media (max-width: 575px){
  .biban-modal__img{ height: 240px; }
  .biban-modal__features{ grid-template-columns: 1fr; }
  .biban-modal__thumb{ width: 76px; height: 54px; }
}

@media (max-width: 991px){
  .biban-services__hero-img{ height: 280px; }
  .biban-services__cards{ margin-top: -74px; }
  .biban-service-card{ margin-bottom: 22px; }
}

@media (max-width: 575px){
  .biban-services__hero-img{ height: 220px; }
  /* reduce overlap on small screens */
  .biban-services__cards{ margin-top: -44px; padding: 0 14px; }

  .biban-service-card{
    min-height: 0;
    padding: 78px 18px 18px;
    border-radius: 14px;
  }

  .biban-service-card__icon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    top: 16px;
  }

  .biban-service-card__title{
    font-size: 17px;
    margin-bottom: 8px;
  }

  .biban-service-card__desc{
    font-size: 13px;
    margin-bottom: 12px;
  }
}

/* Biban logo sizing in navbar */
.navbar-brand img{
  height: 46px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.biban-brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.biban-brand__text{
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #0b1730;
  line-height: 1;
}

.top-header.fixed-menu .navbar-brand img{
  height: 40px;
}

@media (max-width: 767px){
  .navbar-brand img{
    height: 38px;
    max-width: 150px;
  }

  .biban-brand__text{
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------
   Biban Auth (Login) Page
------------------------------------------------------------------- */
.biban-auth-body{
  /* use dynamic viewport units to avoid top clipping on mobile browsers */
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
  padding-top: max(24px, env(safe-area-inset-top));
  padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
  position: relative;
  overflow: hidden;
}

/* short screens: avoid vertical clipping by starting at top and scrolling inside */
@media (max-height: 760px){
  /* scroll ONLY for signup/otp (not login) */
  .biban-auth__card.biban-auth__card--scroll .biban-auth__right{
    max-height: calc(100dvh - 140px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 18px;
  }
}

.biban-auth-body::before{
  content:"";
  position: absolute;
  inset: -40px;
  background-image: url(../../dist/images/LoginBg.png);
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.06);
  opacity: 0.95;
  animation: bibanBgMove 14s ease-in-out infinite alternate;
}

.biban-auth-body::after{
  content:"";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(4,154,146,0.18), transparent 60%),
    radial-gradient(900px 520px at 80% 90%, rgba(214,162,105,0.22), transparent 60%),
    linear-gradient(135deg, rgba(11,23,48,0.18), rgba(255,255,255,0.05));
  pointer-events: none;
}

.biban-auth{
  position: relative;
  z-index: 1;
}

@keyframes bibanBgMove{
  0%{
    transform: scale(1.06) translate3d(-10px, -8px, 0);
    background-position: 40% 45%;
  }
  100%{
    transform: scale(1.10) translate3d(10px, 8px, 0);
    background-position: 55% 60%;
  }
}

.biban-auth{
  width: 100%;
  display: grid;
  place-items: center;
}

.biban-auth__card{
  width: min(1080px, 100%);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(11, 23, 48, 0.25);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  isolation: isolate;
  transform: translateZ(0);
}

.biban-auth__error{
  display: none;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(221, 91, 45, 0.10);
  border: 1px solid rgba(221, 91, 45, 0.22);
  color: #7a1f0c;
  font-weight: 700;
  font-size: 13px;
}

.biban-auth__error.is-visible{
  display: block;
}

.biban-auth__hint{
  margin-top: 8px;
  color: rgba(11, 23, 48, 0.65);
  font-size: 12px;
  font-weight: 600;
}

.biban-auth__linkBtn{
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 800;
  color: #049a92;
  cursor: pointer;
}

.biban-auth__linkBtn:hover{
  color: #D6A269;
  text-decoration: underline;
}

.biban-auth__left{
  background:
    radial-gradient(900px 520px at 30% 20%, rgba(4,154,146,0.22), transparent 60%),
    radial-gradient(900px 520px at 70% 80%, rgba(214,162,105,0.28), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,0.28), rgba(11,23,48,0.04));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.biban-auth__logo{
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(11, 23, 48, 0.12));
}

.biban-auth__logo--full{
  width: min(820px, 100%);
  height: auto;
  max-height: 92vh;
}

.biban-auth__right{
  padding: 42px 52px;
}

.biban-auth__hello{
  font-size: 34px;
  letter-spacing: -0.6px;
  color: rgba(11, 23, 48, 0.72);
}

.biban-auth__hello-strong{
  color: #D59F68;
  font-weight: 700;
}

.biban-auth__tabs{
  margin-top: 18px;
  display: flex;
  gap: 26px;
  align-items: center;
}

.biban-auth__tab{
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: rgba(11, 23, 48, 0.35);
  cursor: pointer;
  position: relative;
}

.biban-auth__tab.is-active{
  color: rgba(11, 23, 48, 0.75);
}

.biban-auth__tab.is-active::after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: rgba(11, 23, 48, 0.45);
}

.biban-auth__forms{
  margin-top: 34px;
  position: relative;
  /* ثابتة حتى ما يتغير حجم الكرت عند تبديل Login/SignUp */
  min-height: 420px;
}

.biban-auth__form{
  position: absolute;
  inset: 0;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.biban-auth__form.is-hidden{
  opacity: 0;
  transform: translateY(6px);
  visibility: hidden;
  pointer-events: none;
}

.biban-auth__form.is-active{
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.biban-auth__field{
  margin-bottom: 18px;
}

.biban-auth__label{
  font-size: 12px;
  color: rgba(11, 23, 48, 0.35);
  margin-bottom: 6px;
  display: block;
}

.biban-auth__input{
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(11, 23, 48, 0.16);
  padding: 10px 0;
  font-size: 14px;
  color: #0b1730;
  outline: none;
}

.biban-auth__input:focus{
  border-bottom-color: rgba(4, 154, 146, 0.9);
}

.biban-auth__password{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.biban-auth__eye{
  border: 0;
  background: transparent;
  color: rgba(11, 23, 48, 0.45);
  cursor: pointer;
  padding: 6px 2px;
}

.biban-auth__btn{
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: #D59F68;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 14px 26px rgba(11, 23, 48, 0.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.biban-auth__btn:hover{
  background: #039A92;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(11, 23, 48, 0.22);
}

.biban-auth__btn:focus{
  outline: none;
}

.biban-auth__btn:focus-visible{
  box-shadow: 0 16px 32px rgba(11, 23, 48, 0.22), 0 0 0 3px rgba(3, 154, 146, 0.35);
}

.biban-auth__or{
  text-align: center;
  color: rgba(11, 23, 48, 0.35);
  margin: 16px 0 10px;
}

.biban-auth__social{
  display: flex;
  justify-content: center;
  gap: 14px;
}

.biban-auth__socialBtn{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(11, 23, 48, 0.12);
  background: #fff;
  box-shadow: 0 10px 18px rgba(11, 23, 48, 0.08);
  color: rgba(11, 23, 48, 0.72);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.biban-auth__socialBtn:hover{
  transform: translateY(-1px);
  border-color: rgba(4, 154, 146, 0.35);
  box-shadow: 0 14px 24px rgba(11, 23, 48, 0.12);
}

.biban-auth__note{
  margin-top: 14px;
  font-size: 12px;
  text-align: center;
  color: rgba(11, 23, 48, 0.35);
}

.biban-auth__note.is-visible{
  color: #7a1f0c;
  font-weight: 700;
}

@media (max-width: 900px){
  .biban-auth-body{
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    min-height: 100svh;
    padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .biban-auth{
    width: 100%;
    max-width: 100%;
    grid-row: 2;
    margin: 0;
    padding-bottom: 0;
    display: block;
  }

  .biban-auth__card{
    grid-template-columns: 1fr;
  }
  .biban-auth__left{
    padding: 18px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .biban-auth__logo--full{
    max-height: min(200px, 34vh);
  }
  .biban-auth__brand{
    width: min(260px, 92%);
  }
  .biban-auth__right{
    padding: 26px 22px 34px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .biban-auth__hello{
    font-size: 28px;
  }

  .biban-auth__card.biban-auth__card--scroll .biban-auth__right{
    max-height: calc(100dvh - 180px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 18px;
  }

  .biban-auth__forms{
    /* on small screens, let forms flow to avoid clipping */
    position: static;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding-bottom: 0;
  }

  .biban-auth__form{
    position: static;
    inset: auto;
    transition: none;
  }

  .biban-auth__form.is-hidden{
    display: none;
  }

  .biban-auth__form.is-active{
    display: block;
  }
}