.subscription-plans-bg {
    background-image: linear-gradient(
            270.23deg,
            #feffff -1.87%,
            rgba(147, 202, 255, 0.15) 8%
        ),
        url("../img/auth/subscription-plan-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-gray{
    background-color: #F8F8F8 !important;
}
.bg-residential {
    background-color: rgba(
        74,
        144,
        226,
        0.15
    ) !important; /* light background */
    color: #4a90e2 !important; /* text color */
}
.client-sidebar-margin{
    margin-top: 80px;
    z-index: 997 !important;
}

.broker-card-separator {
    border-right: 1px solid #c5c5c540;
}

@media (max-width: 992px) {
    .broker-card-separator {
        border-right: none;
    }
}
.price-badge {
    border-radius: 0 8px 0 0;
    font-size: 0.95rem;
    z-index: 5;
}

.price-badge-property-list {
    border-radius: 8px 0 0 8px; /* top-left ONLY */
}

.loan-available-badge-property-list {
    border-radius: 8px 0 0 0px; /* top-left ONLY */
}

.synergy-gradient-color {
    background: linear-gradient(90deg, #15436d 0%, #35aa78 100%);
    color: #ffff !important;
}

.color-black{
    color: #000 !important;
}

@media (min-width: 992px) {
  .border-lg-end {
    border-right: 1px solid #fff !important;
    border-bottom: 0 !important;
  }
}

.img-overlay {
  position: absolute;
  inset: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);

}


.promote-btn{
    background-color: #fff !important;
}
.gradient-text {
    background: linear-gradient(90deg, #15436d 0%, #35aa78 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-wrapper input::placeholder {
    color: #6c757d;
}

.input-wrapper:has(input:placeholder-shown)::after {
    content: "*";
    position: absolute;
    left: calc(0.75rem + 1ch * var(--ph-length));
    top: 50%;
    transform: translateY(-50%);
    color: red;
    pointer-events: none;
}

.text-area-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.text-area-wrapper input::placeholder {
    color: #6c757d;
}

.text-area-wrapper:has(input:placeholder-shown)::after {
    content: "*";
    position: absolute;
    left: calc(0.75rem + 1ch * var(--ph-length));
    top: 30%;
    transform: translateY(-50%);
    color: red;
    pointer-events: none;
}
.card.bg-primary.text-white * {
    color: #fff !important;
}
.popular-badge {
    color: #000 !important;
    background-color: #fff;
}

.sticky-bottom-btn-form {
    height: 100vh;
    display: flex;
    align-items: stretch;
}

#formScrollContainer {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}

.ps-content {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .sticky-bottom-btn-form {
        overflow-y: hidden;
    }
}

/* @media (min-width: 1200px) { */
.sticky-desktop {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 1rem 0;
    z-index: 10;
}

/* } */

.form-scroll-container {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.form-scroll-container .row {
    padding-bottom: 100px;
}

.sticky-btn-container {
    position: sticky;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
}

#vertical-scroll {
    max-height: calc(100vh - 220px);
    overflow: hidden;
}

#enquiry-form-scroll {
    max-height: calc(100vh - 240px);
    overflow: hidden;
}


.broker-signup-form #vertical-scroll {
    max-height: calc(100vh - 150px);
}

.client-dashboard #vertical-scroll {
    max-height: calc(100vh - 150px);
}

.view-lead #vertical-scroll {
    max-height: calc(100vh - 380px);
}

.plan-wrapper {
    position: relative;
}

.cap-card {
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    height: 65px;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.content-card {
    height: 100%;
    min-height: 500px;
    border-radius: 1rem;
    position: relative;
}
.custom-radius {
    border-radius: 1rem !important;
}

@media (max-width: 991px) {
    #vertical-scroll {
        max-height: calc(100vh - 180px);
    }
}

@media (max-width: 575px) {
    #vertical-scroll {
        max-height: calc(100vh - 400px);
    }
}

.create-lead-page #vertical-scroll {
    max-height: calc(100vh - 20px);
}

.broker-subscription-page #vertical-scroll {
    max-height: calc(100vh - 0px);
    overflow: auto;
}

@media (max-width: 991px) {
    .broker-subscription-page #vertical-scroll {
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 575px) {
    .client-signup-form #vertical-scroll {
        max-height: calc(100vh - 10px);
    }

    .client-professional-details #vertical-scroll {
        max-height: calc(100vh - 10px);
    }
    .plans-card {
        margin: 60px 0px 20px 0px;
    }

    .subscription-plans-bg {
        background-size: cover; /* fill container */
        background-position: bottom center; /* image anchored at bottom */
    }
}

@media (max-width: 991px) {
    .broker-registration-page #vertical-scroll {
        max-height: none !important;
        overflow-y: auto !important;
    }

    .view-lead #vertical-scroll {
        max-height: none !important;
        overflow: auto !important;
    }

    .create-lead-page #vertical-scroll {
        max-height: none !important;
        overflow: auto !important;
    }
    .broker-kyc-page #vertical-scroll {
        max-height: none !important;
        overflow: auto !important;
    }

    .client-registration-page #vertical-scroll {
        max-height: none !important;
        overflow-y: auto !important;
    }

    .client-signup-form #vertical-scroll {
        max-height: calc(100vh - 100px);
    }
    .plans-card {
        margin: 60px 0px 20px 0px;
    }
    .subscription-plans-bg {
        background-image: linear-gradient(
                270.23deg,
                rgba(254, 255, 255, 0.8) -1.87%,
                rgba(147, 202, 255, 0.15) 2%
            )
            url("../img/auth/subscription-plan-bg.png");
        background-size: contain;
        background-position: bottom; /* adjust so key part of image shows */
        background-repeat: no-repeat;
    }
}

@media (max-width: 1024px) {
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.4rem;
}
.form-label .text-danger {
    font-size: 1rem;
    line-height: 1;
}

#leadProgressBar {
    transition: width 0.4s ease;
}

.btn-outline-gradient {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #15436D 0%, #35AA78 100%) border-box;
  border: 1.5px solid transparent;
  border-radius: 5px;
  padding: 10px 28px;
}

.btn-outline-gradient span {
  background: linear-gradient(90deg, #15436D 0%, #35AA78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.btn-outline-gradient:hover {
  background:
    linear-gradient(90deg, #15436D 0%, #35AA78 100%) padding-box,
    linear-gradient(90deg, #15436D 0%, #35AA78 100%) border-box;
}

.btn-outline-gradient:hover span {
  -webkit-text-fill-color: #fff;
}

.badge-residential { background:#17446f; color:#fff; }
.badge-commercial  { background:#007BFF; color:#fff; }
.badge-plot        { background:#005AAB; color:#fff; }
.badge-investment  { background:#2C7226; color:#fff; }
.badge-other       { background:#000BC1; color:#fff; }



.step-point {
    width: 18px;
    height: 18px;
    background-color: #dee2e6;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.step-point.active {
    background-color: #17446f; /* Bootstrap primary */
    transform: scale(1.2);
}

.step-point.completed {
    background-color: #17446f;
}

.ribbon {
    width: 229px;
    height: 139px;
    /* overflow: hidden; */
    position: absolute;
    top: 114px;
    left: -32px;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 206px;
    padding: 6px 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 0.8rem;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.bg-notes {
    background-color: #fff0e1;
}

.bg-avatar-gradient-color {
    background: linear-gradient(180deg, #7e8b44 0%, #17446f 100%);
}

.create-lead-info-card {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.email-text {
    word-break: break-all;
    white-space: normal;
    display: block;
}

.property-card .card {
    box-shadow: none !important;
}

.client-broker-profile-header-banner {
    position: relative;
    height: 210px;
    overflow: hidden;
    border-radius: 0.375rem 0.375rem 0 0;
}

.badges-wrapper {
    height: 90px;
}

@media (min-width: 768px) {
    .badges-wrapper {
        height: 110px;
    }
}

@media (min-width: 1200px) {
    .badges-wrapper {
        height: 160px;
    }
}

.badge-radius {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

/* Card Body - Auto Adjust for Profile Image */
.client-broker-profile-card {
    padding-top: 70px; /* space for profile image on desktop */
}

@media (max-width: 768px) {
    .client-broker-profile-card {
        padding-top: 55px;
    }
}

@media (max-width: 576px) {
    .client-broker-profile-card {
        padding-top: 45px;
    }
}

.section-py {
    padding: 6.25rem 0;
}
@media (max-width: 1199.98px) {
    .section-py {
        padding: 4rem 0;
    }
}
@media (max-width: 767.98px) {
    .section-py {
        padding: 3rem 0;
    }
}

.first-section-pt {
    padding-top: 11.28rem;
}
@media (max-width: 1199.98px) {
    .first-section-pt {
        padding-top: 7.5rem;
    }
}

.card[class*="card-hover-border-"] {
    transition: all 0.2s ease-in-out;
}

.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.section-title-img {
    height: 100%;
    width: 120%;
    inset-inline-start: -12%;
    top: 10px;
}

.light-style body {
    background-color: #fff;
}

.dark-style body {
    background-color: #2f3349;
}

.nav-tabs .nav-link {
    color: #d7e6ff;
    border: none !important;
}
.nav-tabs .nav-link.active {
    color: #fff !important;
    border-bottom: 3px solid #00d19b !important;
    background: transparent !important;
}

.hero-search-card {
    background: #0e355b !important;
    border-radius: 40px !important;
}

.hero-blue-box {
    background: #0e395d;
    border-radius: 35px;
}

/* Tabs Styling */
.hero-tabs .nav-link {
    color: #d6e7ff;
    font-weight: 500;
    border: none;
    padding: 6px 18px;
}

.hero-tabs .nav-link.active {
    color: #fff !important;
    border-bottom: 3px solid #00d09c !important;
    background: transparent !important;
}

/* White Box Input Styles */
.white-pill-btn,
.white-pill-input {
    background: transparent !important;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: none !important;
}

/* Placeholder */
.white-pill-input::placeholder {
    font-size: 14px;
    color: #777;
}

/* White container keeps round shape */
.search-box-wrapper {
    border-radius: 30px;
    overflow: hidden; /* prevents breaking shape */
}

/* On mobile — flatten inner elements */
@media (max-width: 576px) {
    .white-pill-btn,
    .white-pill-input,
    .search-btn-mobile {
        border-radius: 0 !important;
    }

    /* Search button full width inside same white box */
    .search-btn-mobile {
        border-top: 1px solid #eee;
    }

    .white-pill-btn {
        padding: 12px 16px;
    }

    .white-pill-input {
        padding: 14px 16px;
    }
}

@media (max-width: 576px) {
    .hero-filter-box {
        padding: 1rem !important;
    }

    .hero-search-pill {
        padding: 1rem !important;
        border-radius: 25px !important;
    }

    .hero-search-pill .btn.dropdown-toggle {
        padding: 8px 12px !important;
        font-size: 14px;
    }

    .hero-search-pill .col-6,
    .hero-search-pill .col-12 {
        margin-bottom: 8px;
    }

    .hero-search-pill .btn.synergy-gradient-color {
        padding: 10px !important;
        font-size: 15px;
    }

    .client-hero-bg-banner {
        padding: 6px 12px !important;
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
}

/* Tablet Layout Fix (iPad / Tab screens) */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Reduce the width of the entire filter pill */
    .hero-filter-box {
        max-width: 800px !important;
        padding: 1.5rem !important;
    }

    /* White inner pill adjustments */
    .hero-search-pill {
        padding: 1.2rem !important;
        border-radius: 40px !important;
    }


    .hero-search-pill .btn.dropdown-toggle {
        padding: 10px 16px !important;
        font-size: 15px !important;
    }

    /* Force 3 items on first row & 2 on second row (tablet style) */
    .hero-search-pill .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 12px;
    }

    /* Search button full width on second row */
    .hero-search-pill .search-btn-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Center search button */
    .hero-search-pill .synergy-gradient-color {
        padding: 14px !important;
        font-size: 16px;
    }
}


/* Skeleton shimmer base */
.dropdown-skeleton {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    background: #e6e6e6;
    position: relative;
    overflow: hidden;
}

/* Shimmer animation */
.shimmer::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer-animation 1.4s infinite;
}

@keyframes shimmer-animation {
    0% { left: -150px; }
    100% { left: 100%; }
}

/* Responsive shimmer adjustments */
@media (max-width: 576px) {
    .dropdown-skeleton {
        height: 42px;
        border-radius: 20px;
    }
}


.real-dropdown {
    display: none !important;
}

.layout-navbar {
    background-color: white !important;
}
.client-hero-bg-banner {
    background: linear-gradient(90deg, #16a8c2 0%, #35aa78 100%);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding: 7px 20px !important;

    width: 90%; /* Desktop = slightly wider */
    transition: width 0.3s ease;
}

@media(max-width: 767px){


.service-page-hero-content{
        margin-bottom: 220px;
        margin-top: 100px;
}
}

.services-hero-bg-banner {
    background: #fff;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding: 15px 20px !important;
      border-bottom: 4px solid transparent;
    border-image-source: linear-gradient(90deg, #15436D 0%, #35AA78 100%);
    border-image-slice: 1;

    box-shadow: inset 0px 6px 12.5px rgba(0, 0, 0, 0.18);

    width: 90%; /* Desktop = slightly wider */
    transition: width 0.3s ease;
}
.property-types .card img {
    transition: 0.4s ease-in-out;
}
.property-types .card:hover img {
    transform: scale(1.05);
}

.property-types .card-img-overlay {
    padding: 0rem !important;
}

.property-badge {
    top: 10px;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;

    border-top-right-radius: 0.875rem;
    border-bottom-right-radius: 0.875rem;
}
.property-heart {
    top: 10px;
    right: 10px;
}
.property-agent {
    bottom: -20px;
    right: 15px;
    border: 2px solid #fff;
}
.property-card:hover {
    transform: translateY(-4px);
    transition: 0.2s;
}

.glass-btn {
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25) !important;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease;
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.area-card {
    position: relative;

    transition: transform .2s ease, box-shadow .2s ease;
}

.area-card:hover {
    transform: translateY(-4px);

}

.icon-circle {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.shape-bg {
    background: var(--bs-primary);
    padding: 45px 20px 25px;
    border-radius: 12px;
    margin-top: -35px;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    position: relative;
    z-index: 1;
}

.white-badge {
    background: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: -15px;
    position: relative;
    z-index: 4;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}


/* ===== AREA CARD SHIMMER ===== */
.area-shm-card {
    position: relative;
    text-align: center;
}

.area-shm {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
}

.area-shm::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.7) 50%,
        rgba(255,255,255,0) 100%
    );
    animation: area-shm-anim 1.4s infinite;
}

@keyframes area-shm-anim {
    0% { left: -120%; }
    100% { left: 120%; }
}

/* Shapes */
.area-shm-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
}

.area-shm-shape {
    height: 95px;
    border-radius: 12px;
    margin-top: -35px;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}

.area-shm-badge {
    height: 30px;
    width: 160px;
    border-radius: 50px;
    margin: -15px auto 0;
}



.gradient-line {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
    height: 4px;
    background: linear-gradient(
        90deg,
        rgba(21, 67, 109, 0.9),
        rgba(53, 170, 120, 0.9)
    );
    z-index: 1;
    border-radius: 10px;
    display: none;
}
@media (min-width: 768px) {
    .gradient-line {
        display: block;
    }
}

.how-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 20px;
    height: 100%;
    z-index: 3;
    transition: all 0.3s ease;
    overflow: visible; /* ensure circles are not clipped */
}

/* Gradient Border Without Gap */
.how-card::before {
    content: "";
    position: absolute;
    inset: 0; /* fills entire card */
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        rgba(21, 67, 109, 1),
        rgba(53, 170, 120, 1)
    );
    z-index: -1; /* goes behind card */
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* Inner white layer to create real border */
.how-card::after {
    content: "";
    position: absolute;
    inset: 3.2px; /* thickness of border */
    border-radius: inherit;
    background: #fff;
    z-index: -1;
}

/* hover → show smooth border */
.how-card:hover::before {
    opacity: 1;
}

/* Step circle */
.step-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

/* Main icon circle */
.main-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}

.property-swiper {
    padding: 0px 0 40px;
    position: relative;
}
#property-list-swiper .swiper-wrapper {
    align-items: flex-start !important;
    height: auto !important;
}

/* allow slides to size automatically but keep consistent spacing */
.swiper-slide {
    width: auto; /* let breakpoints control slidesPerView */
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 12px; /* small CSS gutter for older browsers (spaceBetween also set) */
}

/* ensure card fills slide container */
.property-card {
    width: 100%;
}

/* spacing between cards when visible on large screens */
@media (min-width: 992px) {
    .swiper-slide {
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .property-nav-btn {
        display: none !important;
    }
}

/* Ensure buttons remain visible on desktop */
@media (min-width: 768px) and (max-width: 991.98px) {
    .property-nav-btn {
        width: 44px;
        height: 44px;
    }
}
/* ---- Nav buttons (white circular) ---- */
.property-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    background: #fff;
    border: none;
    width: 56px;
    height: 56px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.property-nav-btn i {
    color: var(--bs-primary);
    font-size: 22px;
}

.swiper-button-prev .property-nav-btn {
    left: -28px;
}
.swiper-button-next .property-nav-btn {
    right: -28px;
}

/* hide default Swiper arrows text */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-navigation-icon {
    display: none;
}

/* small tweak to ensure pagination (if used) is above cards */
.swiper-pagination {
    z-index: 60;
}

/* Base card styling */
.testimonial-card {
    background: #fff;
    border-radius: 8px;
    transition: all 0.4s ease;
    transform: scale(0.92);
    opacity: 0.6;
}
#testimonial-swiper-front .swiper-wrapper {
    align-items: flex-start !important;
    height: auto !important;
}

/* Active center slide */
.testimonial-swiper .swiper-slide-active .testimonial-card {
    transform: scale(1);
    opacity: 1;
    background: linear-gradient(
            115.83deg,
            rgba(255, 255, 255, 0.75) 34.57%,
            #9bcfff 98.23%
        ),
        linear-gradient(
            126.97deg,
            rgba(255, 255, 255, 0) 28.53%,
            rgba(38, 255, 0, 0.2) 101.67%
        );

    border: 1px solid rgba(21, 67, 109, 0.2);
}

/* Pagination styling */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bfbfbf;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--bs-primary);
}

/* Centered active slide look */
.testimonial-swiper {
    padding-bottom: 50px;
}

/* FINAL gradient border + radius */
.gradient-border {
    border: 2px solid;
    border-image-slice: 1;
    border-radius: 8px; /* your exact required radius */
    border-image-source: linear-gradient(90deg, #15436d 0%, #35aa78 100%);
}

/* box background */
.sell-box {
    background: #fff;
    border-radius: 8px !important;
    position: relative;
    overflow: hidden; /* ensures vectors don't overflow outside */
}

/* Gradient text */
.gradient-text {
    background: linear-gradient(90deg, #15436d 0%, #35aa78 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Absolute bottom vectors (touch border perfectly) */
.sell-left-vector,
.sell-right-vector {
    position: absolute;
    bottom: 0;
    width: 260px; /* adjust as per your design */
    z-index: 1;
    pointer-events: none; /* safe */
}

/* Left bottom corner */
.sell-left-vector {
    left: 0;
}

/* Right bottom corner */
.sell-right-vector {
    right: 0;
}

/* Ensure center content stays on top */
.content-area {
    position: relative;
    z-index: 10;
}

/* Mobile behavior (hide vectors) */
@media (max-width: 768px) {
    .sell-left-vector,
    .sell-right-vector {
        display: none;
    }
}

/* Footer Background */
.snc-footer {
    background: #0f0f0f;
    color: #fff;
}

/* Quick Links & Company */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #fff;
}

/* Contact Items */
.footer-contact li {
    margin-bottom: 12px;
}

/* Bottom gradient bar */
.footer-bottom {
    background: linear-gradient(90deg, #15436d 0%, #35aa78 100%);
    color: white;
    font-size: 14px;
}

/* Button gradient reused */
.synergy-gradient-color {
    background: linear-gradient(90deg, #15436d 0%, #35aa78 100%);
    border: none;
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .footer-bottom {
        font-size: 13px;
    }

    .snc-footer {
        margin-bottom: 75px;
    }
}

@media (max-width: 992px) {
    .snc-footer {
        margin-bottom: 75px;
    }
}

/* Navbar Wrapper */
.custom-navbar {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 8px;
    padding-bottom: 8px;
}

.custom-navbar {
    position: fixed;
}

/* Nav Links */
.custom-navbar .nav-link {
    color: #111;
    font-weight: 500;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-size: 1rem !important;
}





/* Active bottom gradient underline */
.custom-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 54%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, #15436d, #35aa78);
}

.custom-navbar .navbar-nav .nav-item {
    margin: 0 15px; /* adjust to get the exact spacing you want */
}

/* Hover */
.custom-navbar .nav-link:hover {
    color: #15436d;
}

/* Icons */
.custom-navbar .nav-link i {
    /* font-size: 18px; */
}

/* Post Properties Button */
/* -----------------------------
   BUTTON BASE STYLE + GLOW
------------------------------ */
/* -----------------------------
   BUTTON GLOW + ANIMATION
------------------------------ */
.post-btn {
    position: relative;
    padding: 12px 28px;
    background: linear-gradient(270deg, #51a742 0%, #154b6d 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 1rem;

    /* Stronger default glow */
    box-shadow: 0 0 15px rgba(25, 167, 136, 0.8),
        0 0 30px rgba(25, 167, 136, 0.4);

    /* Always animate */
    animation: btnPulse 2s infinite ease-in-out;
}

/* More visible pulse */
@keyframes btnPulse {
    0% {
        box-shadow: 0 0 12px rgba(25, 167, 136, 0.7),
            0 0 25px rgba(25, 167, 136, 0.3);
    }
    50% {
        box-shadow: 0 0 25px rgba(25, 167, 136, 1),
            0 0 45px rgba(25, 167, 136, 0.6);
    }
    100% {
        box-shadow: 0 0 12px rgba(25, 167, 136, 0.7),
            0 0 25px rgba(25, 167, 136, 0.3);
    }
}

/* Hover (optional) */
.post-btn:hover {
    transform: scale(1.06);
}

/* -----------------------------
   FREE BADGE GLOW + ANIMATION
------------------------------ */
.free-badge {
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;

    background: linear-gradient(270deg, #f4b400, #ff4043);
    background-size: 200% 200%;

    animation: freeGradient 3s ease infinite;
    box-shadow: 0 0 10px rgba(255, 80, 80, 0.6);
}

@keyframes freeGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Avatar */
.nav-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

/* Dropdown arrow */
.nav-arrow {
    font-size: 18px;
    margin-left: 4px;
}

/* Remove default bootstrap hover background */
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    background: transparent;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .custom-navbar .nav-link.active::after {
        display: none;
    }
}

.filter-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}
.dropdown-wrapper .select2-container{
    width: 100% !important;
}

.select2-container  .select2-selection--multiple, .select2-selection--single {
    height: 56px !important;

    border-radius: 40px !important;
    border: 1px solid #e6e6e6 !important;
    padding: 12px 20px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 18px;
    font-weight: 500;
    color: #1d1d1d;
    background: white !important;
}


.select2-selection--multiple {
  position: relative;
  padding-right: 28px;
}


.select2-selection--multiple {
  position: relative; /* REQUIRED */
}

.select2-selection--multiple::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f2b3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  position: absolute;
  right: 10px;
    height: 18px;
    width: 18px;
    top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}


/* Hide search input initially */
.select2-selection--multiple .select2-search--inline {
    display: none;
}

/* Show search ONLY when dropdown opens */
.select2-container--open
.select2-selection--multiple
.select2-search--inline {
    display: inline-block;
}

.select2-selection--multiple {
    position: relative;
}

/* Placeholder (default hidden) */
.select2-selection--multiple::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
    pointer-events: none;
    opacity: 0;
    white-space: nowrap;
}


/* Show placeholder ONLY when empty */
.select2-selection--multiple:not(.has-value)::before {
    opacity: 1;
}

.select2-selection--multiple:not(.has-value)
.select2-search--inline {
    display: none;
}

/* Hide when value exists */
.select2-selection--multiple.has-value::before {
    display: none;
}
/* Hide fake placeholder when something is selected */
.select2-selection--multiple.has-value::before {
    display: none;
}

/* Hide arrow when opened */
 .select2-container--open .select2-selection--multiple::after {
  content: "";
}




/* Remove blue highlight */
.select2-container--default   .select2-selection--multiple:focus ,.select2-selection--single:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* The selected text */


/* Arrow style */
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100% !important;
    right: 15px !important;
}


.select2-container--default
    .select2-selection--multiple
    .select2-selection__arrow {
    height: 100% !important;
    right: 15px !important;
    display: block;
}


.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
.select2-selection__placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}


/* .select2-container--default
.select2-selection--multiple {
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
} */


    .select2-selection__rendered {
            line-height: 32px !important;
    color: #1d1d1d !important;
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;        /* side by side */
    gap: 6px;
      overflow-x: auto;           /* 🔥 horizontal scroll */
    overflow-y: hidden;
     scrollbar-width: thin;
}


.select2-selection__rendered::-webkit-scrollbar {
    height: 4px;
}

/* Optional: hide completely */
.select2-selection__rendered::-webkit-scrollbar-thumb {
    background: transparent;
}



.select2-container--default
.select2-results__option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Optional: keep dropdown width fixed */
.select2-container--default
.select2-results > .select2-results__options {
    max-height: 140px;
}

.select2-selection__choice {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.select2-container--default .select2-selection__arrow b {
    border-color: #1d1d1d transparent transparent transparent !important;
    border-width: 6px !important;
}

/* Dropdown menu styling */
.select2-container .select2-dropdown {
    border-radius: 12px;
    border: 1px solid #ddd;
}

/* Dropdown items */
.select2-results__option {
    padding: 10px 14px;
    font-size: 16px;
}

/* Selected item highlight */
.select2-results__option--highlighted {
    background: #eef7ff !important;
    color: #0b5ed7 !important;
}


.promo-box-ribbon {
    position: absolute;
    top: 12px;
    right: 0px;
    background: #ff1010;
    color: #fff;
    padding: 18px 69px;
    font-weight: 600;
    font-size: 16px;
    z-index: 10;
    clip-path: polygon(100% 0%, 100% 49%, 100% 100%, 0 100%, 18% 49%, 0 0);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.loan-available-ribbon {
    background: #f4b400;
    color: #fff;
    padding: 5px 35px;
    font-weight: 600;
    font-size: 16px;
    z-index: 10;
    clip-path: polygon(100% 0%, 100% 49%, 100% 100%, 0 100%, 18% 49%, 0 0);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.image-wrapper {
    position: relative;
    padding: 12px;
}

.image-inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.overlay-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 10px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.5)
    );
}

/* ----------------------------
   MAIN SWIPER WRAPPER
---------------------------- */
#propertyGallery .main-swiper {
    height: 650px;
    border-radius: 12px;
    overflow: hidden;
}

/* Remove flex centering – this caused half image issue */
#propertyGallery .main-swiper .swiper-slide {
    height: 100% !important;
    display: block !important;
    padding: 0 !important;
}

/* Make all main images/videos cover 100% area */
#propertyGallery .main-swiper img,
#propertyGallery .main-swiper video,
#propertyGallery .gallery-image,
#propertyGallery .gallery-video {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    border-radius: 12px;
}

/* ----------------------------
   THUMBNAIL WRAPPER SECTION
---------------------------- */
#propertyGallery .thumb-swiper {
    height: 650px;
    padding: 12px;
    border-radius: 12px;

    background: linear-gradient(
            0deg,
            rgba(34, 34, 34, 0.05),
            rgba(34, 34, 34, 0.05)
        ),
        linear-gradient(180deg, rgba(85, 85, 85, 0) 0%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(4px);
}

/* Thumb slides */
#propertyGallery .thumb-swiper .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.25s ease;
}

#propertyGallery .thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.03);
}

#propertyGallery .thumb-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto;
}

/* ----------------------------
   NAVIGATION BUTTONS
---------------------------- */
#propertyGallery .gallery-prev,
#propertyGallery .gallery-next {
    background: #ffffffdd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

#propertyGallery .gallery-prev i,
#propertyGallery .gallery-next i {
    font-size: 20px;
}

/* ----------------------------
   RESPONSIVE STYLING
---------------------------- */

/* Mobile (below 768px) */
/* @media (max-width: 768px) {
    #propertyGallery .main-swiper {
        height: 300px;
    }

    #propertyGallery .thumb-swiper {
        height: auto;
        width: 100%;
        display: flex;
        padding: 10px 0;
        background: none;
    }

    #propertyGallery .thumb-swiper img {
        height: 70px;
    }

      #propertyGallery   .thumb-swiper .swiper-wrapper {
        flex-direction: row !important;
    }


      #propertyGallery  .thumb-swiper .swiper-slide {
        width: auto;
        flex-shrink: 0;
    }

} */

/* Tablets (below 992px) */
/* @media (max-width: 992px) {
    #propertyGallery .main-swiper {
        height: 400px;
    }

    #propertyGallery .thumb-swiper {
        height: 400px;
    }
} */




@media (max-width: 767px) {
    #propertyGallery .main-swiper {
        height: 300px;
    }

    #propertyGallery .thumb-swiper {
        width: 100%;
        height: auto !important;
        margin-top: 10px;
        padding: 6px 0;
    }

    #propertyGallery .thumb-swiper .swiper-slide {
        width: 80px !important;
        height: 65px;
        flex-shrink: 0;
    }

    #propertyGallery .thumb-swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    #propertyGallery .main-swiper {
        height: 400px;
    }

    #propertyGallery .thumb-swiper {
        height: 400px;
    }

    #propertyGallery .thumb-swiper .swiper-slide {
          width: 100% !important;
        height: 65px;
    }
}


/* ================= DESKTOP ================= */
@media (min-width: 992px) {
    #propertyGallery .main-swiper {
        height: 600px;
    }

    #propertyGallery .thumb-swiper {
        height: 600px;
    }
}





.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

/* Remove previous global override that broke layout */
#propertyGallery .swiper-wrapper {
    /* REMOVE align-items: center etc. */
}

/* Ensure video slides behave same as images */
#propertyGallery .video-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    border-radius: 12px;
}

.iframe-click-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    cursor: pointer;
}

/* Disable overlay on desktop */
@media (min-width: 768px) {
    .iframe-click-overlay {
        display: none;
    }
}

/* Modern Advanced Filter Card */
.advanced-filter-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #f2f2f2;
    transition: all 0.3s ease;
}

/* Card hover effect */
.advanced-filter-card:hover {
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Input Modern Look */
.modern-input,
.modern-select {
    border-radius: 12px !important;
    padding: 12px 16px !important;
    border: 1px solid #e4e4e4 !important;
    transition: 0.2s ease-in-out;
}

/* Input Focus Effect */
.modern-input:focus,
.modern-select:focus {
    border-color: #4a6cf7 !important;
    box-shadow: 0 0 0 0.2rem rgba(74, 108, 247, 0.15) !important;
}

/* Label Style */
.advanced-filter-card .form-label {
    font-size: 0.85rem;
    color: #333;
    letter-spacing: 0.2px;
}

/* Advanced Filter Title */
.advanced-filter-card h5 {
    font-size: 1.15rem;
    color: #222;
}

/* Mobile Friendly */
@media (max-width: 768px) {
    .advanced-filter-card {
        padding: 20px !important;
    }
}

.floor-preview-img {
    border: 1px solid gray;
    object-fit: cover;
    border-radius: 6px;
    margin-top: 8px;
    display: none;
}

.border-dashed {
    border-style: dashed !important;
}
.gallery-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}
.view-more-layer {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15); /* transparent white */
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #ffffff;
    font-size: 17px;
    font-weight: 600;

    cursor: pointer;
}

.delete-btn {
    position: absolute;
    top: -5px;
    right: -6px;

    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
}

.floor-badge {
    cursor: pointer;
    transition: 0.3s ease;
}

.floor-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.floor-detail-card {
    animation: fadeSlideUp 0.4s ease;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floor-img {
    cursor: pointer;
    transition: 0.3s ease;
    object-fit: cover;
    width: 400px;
    height: 400px;
}
.floor-img:hover {
    transform: scale(1.03);
}

/* Move lightbox close button to top-right */
.lb-close {
    position: absolute !important;
    top: -35px !important;
    right: 10px !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}

/* Hide the original bottom close button space */
.lb-data .lb-close {
    display: none !important;
}

.lightbox .lb-close {
    display: block !important;
}

.steps-wrapper {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
}

.step-item {
    text-align: center;
}

.step-circle {
    width: 55px;
    height: 55px;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
    background: white;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.3s ease;
}

.step-item.active .step-circle {
    background: #17446f;
    color: white;
    border-color: #17446f;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.steps-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}

.steps-scroll-inner {
    display: flex;
    gap: 14px;
}

#mobileStepsScroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.steps-wrapper-mobile {
    display: flex;
    width: max-content;
}


.steps-wrapper-mobile .step-item {
    min-width: 180px;
    flex-shrink: 0;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px;
}

.steps-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

#horizontalScroll .ps-container {
    height: auto;
    white-space: nowrap;
}

#horizontalScroll .steps-wrapper-mobile .step-item {
    min-width: 180px;
    flex-shrink: 0;
}

.floor-animate {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.35s ease;
}

.floor-animate.show {
    opacity: 1;
    transform: translateY(0);
}

.bg-light-info {
    background-color: #f6f6f666;
    border-width: 1px, 0px, 0px, 0px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.nav-item-custom {
    text-decoration: none;
    color: #adb5bd;
    font-size: 0.75rem;
    transition: color 0.2s ease;
}

.nav-item-custom.active {
    color: #17446f;
    font-weight: 600;
}

.nav-item-custom i {
    font-size: 1.6rem;
}

.nav-icon-filled {
    display: none;
}
.nav-item-custom.active .nav-icon-filled {
    display: inline-block;
}

.navbar-rounded-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.verified-badge-brokers-list {
    top: -28px;
}

/* shimmer */

.shimmer {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
}

.shimmer::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(233, 233, 233, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(233, 233, 233, 0) 100%
    );
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.rounded-skeleton {
    border-radius: 10px;
}

.shm-block {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
    border-radius: 8px;
}

.shm-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(233, 233, 233, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(233, 233, 233, 0) 100%
    );
    animation: shm-animate 1.5s infinite;
}

@keyframes shm-animate {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.shm-rounded {
    border-radius: 10px;
}
.shm-circle {
    border-radius: 50%;
}

.promo-shm {
    position: relative;
    overflow: hidden;
    background: #ececec;
    border-radius: 10px;
}

.promo-shm::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(236, 236, 236, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(236, 236, 236, 0) 100%
    );
    animation: promo-shm-anim 1.5s infinite;
}

@keyframes promo-shm-anim {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.promo-shm-circle {
    border-radius: 50%;
}

.broker-shm {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
    border-radius: 8px;
}

.broker-shm::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(233, 233, 233, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(233, 233, 233, 0) 100%
    );
    animation: broker-shm-anim 1.5s infinite;
}

@keyframes broker-shm-anim {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.broker-shm-circle {
    border-radius: 50%;
}

.prophead-shm {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
    border-radius: 8px;
}
.prophead-shm::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(233, 233, 233, 0) 0%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(233, 233, 233, 0) 100%
    );
    animation: prophead-shimmer 1.5s infinite;
}
@keyframes prophead-shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.prophead-shm-circle {
    border-radius: 50%;
}

.galshm {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
    border-radius: 10px;
}
.galshm::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: galshm-anim 1.6s infinite;
}
@keyframes galshm-anim {
    0% {
        left: -120%;
    }
    100% {
        left: 120%;
    }
}

.galshm-rounded {
    border-radius: 12px;
}

.locshm {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
    border-radius: 6px;
}
.locshm::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: locshm-anim 1.4s infinite;
}
@keyframes locshm-anim {
    0% {
        left: -120%;
    }
    100% {
        left: 120%;
    }
}
.locshm-circle {
    border-radius: 50%;
}

.brochure-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    transition: 0.3s ease;
    cursor: pointer;
}

.brochure-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.brochure-icon {
    width: 70px;
    height: 70px;
    background: #f2f2f2;
}

/* =========================================
   1. GENERAL MODAL FIXES
========================================= */

/* Prevent header overlap */
#profileModal .modal-content {
    overflow: hidden !important;
}

/* Header curving + spacing */
#profileModal .p-4.pb-0 {
    padding-bottom: 1.2rem !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    position: relative;
    z-index: 2;
}

/* Ensure modal-body scroll works correctly */
#profileModal .modal-body {
    max-height: calc(100vh - 260px) !important;
    overflow-y: auto !important;
    padding-bottom: 80px !important;
}

/* Stats box spacing */
#profileModal .stats-box {
    position: relative;
    z-index: 5;
}

/* Fix cards width */
#profileModal .card {
    width: 100% !important;
}

/* =========================================
   2. PERFECT RESPONSIVE TABS
========================================= */

/* Sticky tabs wrapper */
#profileModal .tabs-wrapper {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 20;
    padding-top: 6px;
}

/* Pills container (scrollable on mobile) */
#profileModal .nav-pills {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    white-space: nowrap !important;
    gap: 12px;
    scrollbar-width: none; /* Firefox */
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Hide scrollbar (Webkit) */
#profileModal .nav-pills::-webkit-scrollbar {
    display: none;
}

/* Tab buttons */
#profileModal .nav-pills .nav-link {
    flex-shrink: 0;
    background: #f2f2f2;
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e5e5e5;
}

/* Active tab styling */
#profileModal .nav-pills .nav-link.active {
    background: #0d4c73 !important;
    color: #ffffff !important;
    border-color: #0d4c73 !important;
}



/* =========================================
   3. MOBILE & TABLET RESPONSIVENESS
========================================= */

@media (max-width: 768px) {
    /* Fullscreen modal */
    #profileModal .modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #profileModal .modal-content {
        height: 100% !important;
        border-radius: 0 !important;
    }

    /* Smaller profile image */
    #profileModal #modal-profile-photo {
        width: 70px !important;
        height: 70px !important;
    }

    /* Stack stats on mobile */
    #profileModal .stats-box {
        flex-direction: column !important;
        text-align: center !important;
        gap: 8px !important;
    }

    /* Reduce modal-body height for mobile */
    #profileModal .modal-body {
        max-height: calc(100vh - 220px) !important;
    }

    #profileModal .nav-pills .nav-link {
        font-size: 13px !important;
        padding: 8px 14px !important;
    }
}

/* =========================================
   4. EXTRA SMALL DEVICES (iPhone SE etc.)
========================================= */

@media (max-width: 480px) {
    #profileModal .nav-pills .nav-link {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }

    /* Smaller header padding */
    #profileModal .p-4.pb-0 {
        padding: 1rem !important;
    }

    /* Better spacing */
    #profileModal .stats-box {
        margin-top: -10px !important;
    }
}

.hero-section-post-property {
    min-height: 35vh; /* Reduce height */
    padding: 240px 0; /* MUCH smaller padding */
}

.hero-btn {
    background: rgba(255, 255, 255, 0.27);
    padding: 10px 22px;
}

@media (max-width: 576px) {
    .hero-section-post-property {
        min-height: 55vh; /* Slightly taller for mobile readability */
        padding: 120px 0;
    }

    .hero-btn {
        width: 100%;
        text-align: center;
    }
}





.hero-section-contact-us{
    min-height: 35vh; /* Reduce height */
    padding: 55px 0; /* MUCH smaller padding */
}


     .hero-section-contact-us img{
        height: 600px;
    }


@media (max-width: 576px) {
    .hero-section-contact-us{
        min-height: 55vh; /* Slightly taller for mobile readability */
        padding: 40px 0;
    }

       .hero-section-contact-us img{
        height: 400px;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
           .hero-section-contact-us img{
        height: 500px;
    }

}

.property-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    max-height: 260px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .property-image-wrapper {
        max-height: 200px;
    }
}

@media (max-width: 576px) {
    .property-image-wrapper {
        max-height: 160px;
    }
}

.property-image {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* keeps image centered, prevents stretching */
}



.property-image-desktop-wrapper {
    position: relative;
    height: 100%;
    max-height: 260px;       /* Prevents taking too much height */
    overflow: hidden;
    border-radius: 0 !important;
}

.property-image-desktop {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* IMPORTANT: no stretching */
    display: block;
}

/* Adjust height for larger screens */
@media (min-width: 1400px) {
    .property-image-desktop-wrapper {
        max-height: 320px;
    }
}


#loginModal .form-control:focus,
#loginModal .form-select:focus {
    border-color: #fff !important;
}

#loginModal .input-group:focus-within .form-control,
#loginModal .input-group:focus-within .input-group-text {
    border-color: #fff !important;
}

#loginModal .form-control.text-white:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 0 0px 1000px #17446f inset !important;
}
#loginModal .form-control.text-white:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 0 0px 1000px #17446f inset !important;
}



#loginModal .modal-backdrop.show {
    opacity: 0.75 !important;       /* darker overlay */
}


#loginModal .modal-backdrop {
    background-color: #000 !important;   /* black */
    opacity: 0.85 !important;            /* dark, can increase to 0.9 or 1 */
    z-index: 9998 !important;
}

/* Make modal itself above everything */
#loginModal {
    z-index: 9999 !important;
}

/* ============================================================
   FILTER BUTTONS (HEADER)
   ============================================================ */
.filter-btn,
.tag-btn {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    white-space: nowrap;

  flex-shrink: 0;
}

.filter-btn {
    max-width: 200px;
    overflow: hidden;
}

.filter-btn span,
.filter-btn .selected-text {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-btn.active {
    background: #eef3ff !important;
    border-color: #17446f !important;
    color: #17446f !important;
}

/* Tags (Verified, Project, Expert) */
.tag-btn {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: .2s;
}

.tag-btn.active {
    background: #eef3ff !important;
    border-color: #17446f !important;
    color: #17446f !important;
    font-weight: 600;
}

/* ============================================================
   MULTISELECT DROPDOWN PANELS
   ============================================================ */
.filter-dropdown {
    position: absolute;
    background: #fff;
    width: min(350px, 90vw);
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    display: none;
    z-index: 9999;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #dfe3ff;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: .2s;
}

.filter-option.active {
    background: #eef3ff;
    border-color: #17446f;
}

.filter-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}






@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ---------- Desktop Tabs ---------- */
.af-left {
    width: 220px;
    background: #fafafa;
    border-right: 1px solid #eee;
}

.af-menu li {
    padding: 14px 18px;
    cursor: pointer;
}

.af-menu li.active {
    background: #e8f0ff;
    border-left: 4px solid #0d6efd;
    color: #0d6efd;
}

/* ---------- Right Panel ---------- */
.af-right {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.af-section { padding-bottom: 40px; }
.af-section h5 { margin-bottom: 14px; font-weight: 600; }

/* ---------- Amenity Tiles ---------- */
.amenity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    gap: 12px;
}

.af-tile {
    border: 1px solid #dfe3ff;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
}

.af-tile.active {
    background: #eef3ff;
    border-color: #0d6efd;
}

/* ---------- Option Buttons ---------- */
.af-option {
    border: 1px solid #dfe3ff;
    padding: 12px;
    border-radius: 8px;
    display: block;
    margin-bottom: 10px;
}

.af-option.active {
    background: #eef3ff;
    border-color: #0d6efd;
}



/* REMOVE BULLETS FROM TABS */
.af-menu {
    list-style: none !important;
    padding-left: 0 !important;
}

/* FIX tab items showing bullet */
.af-menu li {
    list-style: none !important;
}



/* ---------- MOBILE MODE ---------- */
@media (max-width: 768px) {

    .af-left { display: none; }

    .af-popover {
        position: fixed !important;
        width: 100% !important;
        height: 100vh !important;
        left: 0 !important;
        top: 0 !important;
        border-radius: 0 !important;
        animation: slideUp 0.3s ease;
    }

    @keyframes slideUp {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }

    .af-mobile-actions {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #ddd;
    }

    .apply-btn {
        background: #0d6efd;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
    }

    .clear-btn {
        border: 1px solid #888;
        padding: 10px 20px;
        border-radius: 8px;
        background: white;
    }
}



/* -------- Popover Outer ---------- */
.popover {
    width: 900px !important;
    max-width: 95vw !important;
    max-height: 85vh !important;
    padding: 0 !important;
    border-radius: 14px;
}

/* Fullscreen for mobile */
@media (max-width: 768px) {
    .popover {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        border-radius: 0 !important;
    }
}

/* -------- Main Container ---------- */


/* ---------- Header ---------- */
.filter-header {
    padding: 16px 0px   ;
     flex-wrap: nowrap;
       width: max-content;
}

@media (max-width: 991px){
    .filter-header {
    padding: 4px 0px   !important;
}

.filter-btn,
.filter-option {
    flex: 0 0 auto;
    white-space: nowrap;
}


.filter-scroll-wrapper {
    padding-right: 30px; /* creates cut effect */
}


.filter-scroll-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}





}

.filter-header > * {
  flex-shrink: 0;              /* 🔥 prevents half cut */
}

.advance-filter-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e9e9e9;
    flex-shrink: 0;
}

.filter-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

}

.filter-header {
    display: flex;
    flex-wrap: nowrap;   /* IMPORTANT */
    width: max-content;  /* IMPORTANT */
}


.filter-close {
    cursor: pointer;
    font-size: 22px;
}

/* ---------- Body ---------- */
.filter-body {
  flex: 1;

}

/* ---------- Left Menu ---------- */
.filter-menu {
    width: 240px;
    border-right: 1px solid #eee;
    overflow: hidden;
}



.filter-section {
    margin-bottom: 4px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.section-title {
    font-weight: 600;
}

/* ---------- Footer ---------- */


/* ---------- Perfect Scrollbar ---------- */
.ps-scroll {
    overflow: hidden;
}




#advFilterPanel {
    position: absolute;
    display: none;
    background: white;
    border-radius: 14px;
    width: 750px;
    max-width: 95vw;
    max-height: 60vh;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    z-index: 997;
}

/* Mobile fullscreen */
@media(max-width:768px){
    #advFilterPanel {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        border-radius: 0 !important;
    }

    .filter-dropdown{
    right: 0;
    transform: translateX(-50%);
    left: 50%;
    }


}

@media (max-width: 991px) {
     .filter-scroll-wrapper{
      width: 100% !important;
    }
}


/* @media (max-width: 768px) {
  .filter-dropdown {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;

    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 16px 16px 0 0;
    padding: 16px;
    z-index: 9999;
    animation: slideUp 0.25s ease;
  }

  @keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }
} */


.adv-filter-panel {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  display: none;
  z-index: 1050;
}
/* Panel */
.filter-container {
  background: #fff;
  width: 900px;
  max-width: 100%;
  height:80vh;
  margin: auto;
     box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* VERY IMPORTANT */
}



/* ---------- Right Content ---------- */
.filter-content {
    flex: 1;
    padding: 0px 24px;
    overflow: hidden;

      height: calc(90vh - 130px);
  overflow-y: auto;

 scroll-behavior: smooth;
}



.filter-tabs .list-group-item {
  cursor: pointer;
  border: none;
  padding: 14px 20px;
}

.filter-tabs .active {
  background: #f4f2ff;
  color: #17446f;
  font-weight: 600;
}

.filter-footer {
    border-top: 1px solid #eee;
    flex-shrink: 0;
      padding: 16px;
  background: #fff;
  position: sticky;
  bottom: 0;
  z-index: 5;

}
/* Mobile Bottom Sheet */
@media (max-width: 767px) {
  .filter-container {
    height: 100vh;
    border-radius: 0;
  }

  .filter-content {
          height: calc(90vh - 120px);

  }

}

  @media (max-width: 767px) {
  .filter-container {
    height: 85vh;
    border-radius: 16px 16px 0 0;
  }

  .filter-content {
    padding-bottom: 32px;
  }
}

#advFilterPanel .custom-option {
  height: 125px !important; /* adjust if needed */
}



.adv-filter-mobile {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;

  display: none;
  flex-direction: column;
}

.mobile-header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-content {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

.mobile-footer {
  padding: 16px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 12px;
}


@media (max-width: 767px) {
  .adv-filter-panel {
    display: none !important;
  }
}

/* Mobile panel hidden on desktop */
.adv-filter-mobile {
  display: none;
}
@media (min-width: 768px) {
  .adv-filter-mobile {
    display: none !important;
  }
}


/* @media (max-width: 768px) {
  .filter-dropdown {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    transform: none !important;
  }
} */

/* ============================================================
   RANGE SLIDER – COMMON (Pricing + Area)
   ============================================================ */

.range-container {
  position: relative;
  height: 40px;
  margin-top: 14px;
}

/* Native range inputs (dual thumb illusion) */
.range-container input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/* Thumb */
.range-container input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #17446f;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* Firefox thumb */
.range-container input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #17446f;
  border: 2px solid #fff;
  cursor: pointer;
}

/* Track background */
.range-track {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #e6e6f5;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  z-index: 1;
}

/* Active range */
.range-progress {
  position: absolute;
  height: 4px;
  background: #17446f;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  z-index: 1;
}

/* Tooltip above thumb */
.tooltip {
  position: absolute;
  top: -28px;
  background: #2f2f3b;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
}

/* ============================================================
   RANGE LABELS (Pricing + Area)
   ============================================================ */

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: #9a9aaf;
}

/* IMPORTANT: no centering shift */
.range-labels span {
  white-space: nowrap;
  transform: none;
}

/* Edge alignment */
.range-labels span:first-child {
  text-align: left;
}

.range-labels span:last-child {
  text-align: right;
}

/* Optional: tick markers */
.range-labels span::before {
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  background: #ccc;
  margin: 0 auto 4px;
}


.price-labels {
  display: grid;
  grid-template-columns: repeat(11, 1fr); /* 0L → 100L */
  align-items: center;
  margin-top: 8px;
}

.price-labels span {
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #9a9aaf;
}


/* ============================================================
   MOBILE TWEAKS
   ============================================================ */

@media (max-width: 576px) {
  .range-labels {
    font-size: 11px;
  }

  .tooltip {
    font-size: 11px;
  }
}


.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
  background: linear-gradient(90deg, #15436D 0%, #35AA78 100%) !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}


#faq-client-dashboard .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #15436D 0%, #35AA78 100%);
  color: #fff;
  box-shadow: none;
}


#faq-client-dashboard .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}


#faq-client-dashboard .accordion-button:focus {
  box-shadow: none;
}

.free-img-badge {
  position: absolute;
  top: -18px;
  right: -25px;
  width: 80px;
  height: 80px;
  z-index: 10;
  transform: rotate(22deg); /* badge rotation */
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-img-badge img {
  width: 100%;
  height: 100%;
  display: block;
}

.free-img-badge span {
  position: absolute;
  color: #fff;

  letter-spacing: 1px;

  /* 🔥 rotate text but keep it centered */
  transform: rotate(8deg);
  transform-origin: center;
  white-space: nowrap;
  pointer-events: none;
}




@media (max-width: 576px) {
    .free-img-badge img {
  width: 60px;
  height: 60px;


}
  .free-img-badge {
    width: 55px;
    height: 55px;

  }
}



@media (min-width: 768px) {
    .property-horizontal-card{
        max-height: 320px;
        overflow: hidden;
    }
}



.feature-item {
    align-items: flex-start;
}

.feature-icon {
    width: 18px;
    height: 18px;
    margin-top: 4px; /* aligns icon with first line of text */
    flex-shrink: 0;
}

.feature-text {
    line-height: 1.4;
    word-break: break-word;
}

/* CARD BASE */
.pricing-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 32px 24px;
    height: 100%;
    border: 1px solid #B9B9B9; /* REGULAR BORDER FIX */
}

/* GRADIENT BORDER (POPULAR) */
.popular-plan {
    border: none;
}

.popular-plan::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 6px;
    border-radius: 24px;
    background: linear-gradient(90deg, #15436D 0%, #35AA78 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* PLAN LABEL */
.plan-pill-premium {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);

    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}


.plan-pill {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #f2f2f2;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.ribbon-wrap {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
}

.ribbon-wrap span {
    display: inline-block;
    background: #ff3b3b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px 6px 22px;
    position: relative;

    /* LEFT NOTCH ONLY */
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%,
        10% 50%
    );

    /* ✅ ENHANCED SHADOW (VISIBLE WITH CLIP-PATH) */
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.18),
        0 8px 18px rgba(0, 0, 0, 0.12);
}


/* ICON */
.plan-icon {
    width: 64px;
    height: 64px;
    background: #e9f7ef;
    color: #28a745;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
}

/* PRICE */
.price {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.price span {
    font-size: 14px;
    font-weight: 400;
}

.price-highlight {
    color: #2ea66f; /* POPULAR PRICE COLOR */
}

.old-price {
    display: block;
    font-size: 13px;
    text-decoration: line-through;
    color: #999;
}

/* FEATURES */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-list li {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.feature-list img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}



.staff-card {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

/* IMAGE */

.staff-img {
    position: relative;
    height: 300px;
    overflow: visible; /* IMPORTANT */
}


/* INNER IMAGE (keeps rounded crop) */
.staff-img-inner {
    height: 100%;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.staff-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BADGE */
.rating-badge {
    position: absolute;
    right: 16px;
    bottom: -14px; /* half outside */
    background: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;

    display: flex;
    align-items: center;
    gap: 4px;

    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
    z-index: 3;
}


.rating-badge i {
    color: #f4b400;
}


/* MOBILE HORIZONTAL SCROLL */
@media (max-width: 768px) {
    .service-category-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }

    .service-category-scroll .btn {
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* WEBKIT SCROLLBAR */
    .service-category-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .service-category-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .service-category-scroll::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #15436D 0%, #35AA78 100%);
        border-radius: 10px;
    }
}

.service-search-input{
    background-color: #F8F8F8;
}


.search-pill {
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    max-width: 360px;
    width: 100%;
    border: 1px solid #e5e7eb;
}

.search-pill input {
    flex: 1;
    font-size: 16px;
}

.search-pill input::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500;
}

.search-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-icon i {
    font-size: 18px;
    color: #000;
}

.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    background-color: transparent !important; /* ⛔ stop white fill */
    color: #fff;                   /* keep text white */
    border-color: #fff;
}

.avatar-glass {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);

    /* INNER BORDER LOOK */
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.35),
        0 6px 14px rgba(0, 0, 0, 0.25);

    color: #fff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


.signup-btn {
    min-height: 64px;                 /* equal height */
    display: flex;
    align-items: center;              /* vertical centering */
    justify-content: center;          /* horizontal centering */
    gap: 8px;
    padding: 10px 12px;
    text-align: left;                 /* allow wrapping */
    white-space: normal;              /* allow 2 lines */
}

.signup-btn i {
    font-size: 1.2rem;
    flex-shrink: 0;                   /* icon never shrinks */
}

.signup-btn span {
    line-height: 1.2;
    text-align: left;
}

/* ============================= */
/* SERVICE PROVIDER SHIMMER BASE */
/* ============================= */

.sp-shimmer-block,
.sp-shimmer-line,
.sp-shimmer-circle,
.sp-shimmer-btn {
  background: linear-gradient(
    100deg,
    #e5e7eb 30%,
    #f3f4f6 40%,
    #e5e7eb 50%
  );
  background-size: 200% 100%;
  animation: sp-shimmer 1.2s infinite linear;
}

@keyframes sp-shimmer {
  to {
    background-position: -200% 0;
  }
}

/* ============================= */
/* CARD */
/* ============================= */

.sp-shimmer-card {
  border-radius: 16px;
  overflow: hidden;
}

/* ============================= */
/* IMAGE */
/* ============================= */

.sp-shimmer-img {
  position: relative;
  height: 300px;
}

.sp-img-block {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
}

/* ============================= */
/* RATING BADGE */
/* ============================= */

.sp-shimmer-badge {
  background: transparent;
  box-shadow: none;
}

.sp-badge-block {
  width: 42px;
  height: 20px;
  border-radius: 999px;
}

/* ============================= */
/* TEXT */
/* ============================= */

.sp-shimmer-line {
  height: 14px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.sp-title {
  height: 18px;
  width: 60%;
}

.sp-subtitle {
  width: 45%;
}

.sp-text {
  width: 80%;
}

.sp-xs {
  width: 40%;
  height: 12px;
}

/* ============================= */
/* ICON CIRCLES */
/* ============================= */

.sp-shimmer-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* ============================= */
/* BUTTON */
/* ============================= */

.sp-shimmer-btn {
  height: 38px;
  border-radius: 999px;
  margin-top: 10px;
}


.welcome-card{
background-color: #15426B;
  border-radius: 14px;
}


.welcome-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.welcome-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
}


.buildings-wrapper {

  opacity: 0.95;
}



.service-provider-badge{
    border-radius: 0 50px 50px 0 !important;
}


.service-desc{
    max-width: 1000px;
}

@media (max-width: 768px){
    .service-desc{
        font-size: 14px;
        line-height: 1.5;
    }

}



.provider-card {
    border-radius: 12px;
    transition: 0.2s;
}
.provider-card:hover {
    transform: translateY(-2px);
}


.provider-mini{
    padding:4px 8px;
    border:1px solid #e6e6e6;
    border-radius:8px;
    background:#fff;
        box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.10);
}

.avatar-xs {
    width:26px;
    height:26px;
    font-size:11px;
}




/* SERVICE CARD SHIMMER */
.service-shimmer {
  position: relative;
  overflow: hidden;
  background: #eef1f4;
  border-radius: 6px;
}

.service-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  height: 100%;
  width: 150%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.7) 50%,
    rgba(255,255,255,0) 100%
  );
  animation: serviceShimmerMove 1.3s infinite;
}

@keyframes serviceShimmerMove {
  100% {
    left: 100%;
  }
}

/* helper sizes */
.service-shimmer-icon { width:50px; height:50px; }
.service-shimmer-line { height:12px; }
.service-shimmer-title { height:14px; width:70%; }
.service-shimmer-text { height:12px; }
.service-shimmer-badge { height:28px; width:160px; border-radius:50px; }
.service-shimmer-btn { height:38px; border-radius:6px; }


.search-service-input{
    width: 250px;
    border-radius: 10px;
}


.today-reminder td {
    border-top: 2px solid #ffc107 !important;
    border-bottom: 2px solid #ffc107 !important;
    background: #fffdf5;
}

.today-reminder td:first-child {
    border-left: 2px solid #ffc107 !important;
}

.today-reminder td:last-child {
    border-right: 2px solid #ffc107 !important;
}

.today-reminder {
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
}

#remainders-table .today-reminder td {
  border-top: 2px solid #ffc107 !important;
  border-bottom: 2px solid #ffc107 !important;
}

#remainders-table .today-reminder td:first-child {
  border-left: 2px solid #ffc107 !important;
}

#remainders-table .today-reminder td:last-child {
  border-right: 2px solid #ffc107 !important;
}




.timeline-shimmer {
  position: relative;
  overflow: hidden;
  background: #f2f3f5;
  border-radius: 6px;
}

.timeline-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  animation: timelineShimmer 1.2s infinite;
}

@keyframes timelineShimmer {
  100% {
    transform: translateX(300px);
  }
}

.timeline-shimmer-line {
  height: 12px;
  margin-bottom: 8px;
}

.timeline-shimmer-sm {
  width: 80px;
}

.timeline-shimmer-md {
  width: 140px;
}

.timeline-shimmer-lg {
  width: 220px;
}

.timeline-shimmer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}


@media (max-width: 768px){

#amenities .custom-option{
    min-height: 135px !important;
}

}





.custom-stepper-wrapper {
    width: 100%;
    overflow-x: auto;
}

.custom-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s;
}

.step-circle.active {
    background: #17446f; /* dark blue */
    color: #fff;
}

.step-circle.completed {
    background: #17446f;
    color: #fff;
}

.step-label {
    margin-top: 6px;
    text-align: center;
    white-space: nowrap;
}

.step-label.active-label {
    color: #000;
    font-weight: 600;
}

.step-line {
    flex: 1;
    height: 2px;
    background: #e0e0e0;
    margin: 0 5px;
}

.step-line.filled {
    background: #1e3a8a;
}

/* Responsive */
@media (max-width: 768px) {
    .step-label {
        font-size: 11px;
    }

    .step-circle {
        width: 30px;
        height: 30px;
    }
}


