/* ================================
   HERO SECTION
================================ */

#video-container {
    padding-bottom: 140px !important;
}

@media (min-width: 992px) {
    .video-container {
        width: 100% !important;
    }
}

.hero-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 150px;
}

.hero-section {
    overflow: visible !important;
}

.hero-inner {
    padding-left: 64px;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    color: white;
    line-height: 68px;
    text-shadow: 2px 4px 50px rgba(62, 58, 57, 1.00);
}

.hero-content h1 {
    font-size: 50px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    max-width: 600px;
}

.hero-content h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.hero-tagline {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #E8E8E8;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 68px;
    text-shadow: 2px 4px 50px rgba(62, 58, 57, 1.00);
    margin-bottom: 56px;
    margin-top: 118px;
    line-height: 1.2;
    max-width: 400px;
    margin-left: auto;
    margin-right: 270px;
    opacity: 0.5;
}

.tagline-small {
    font-size: 24px;
}

.tagline-big {
    font-size: 30px;
}

.hero-search-card {
    position: absolute;
    left: 64px;
    right: 64px;
    bottom: 0;
    transform: translateY(50%);
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    z-index: 10;
    background: linear-gradient(white, white) padding-box, linear-gradient(180deg, transparent 0%, #50C3CB 100%) border-box;
    border: 1px solid transparent;
}

/* ================================
   RENT BUY
================================ */

.search-type {
    display: flex;
    gap: 32px;
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.radio-item input {
    display: none;
}

.radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #717171;
    position: relative;
}

.radio-item input:checked+.radio-circle {
    border: 6px solid #00A4CA;
}

.radio-label {
    font-size: 18px;
    font-weight: 500;
    color: #3E3A39;
}

/* ================================
   INPUT ROW
================================ */

.search-input-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.search-input {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #F7F7F7;
    padding: 0px 18px;
    border-radius: 24px;
    min-height: 47px;
    line-height: 1;
}

.search-input i {
    color: #3E3A39;
}

.search-input input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.placeholder-wrapper {
    position: relative;
    width: 100%;
}

.placeholder-wrapper input {
    width: 100%;
    padding: 12px 18px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.animated-placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(100%);
    opacity: 0;
    color: #717171;
    pointer-events: none;
    z-index: 1;
    transition: transform 0.35s cubic-bezier(0.13, 0.66, 0.55, 1), opacity 0.35s ease-out;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
}

/* Slide animation */
.slide-out {
    transform: translateY(-120%);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.95, 0.05, 0.81, 0.06), opacity 0.3s ease-in;
}

.slide-in {
    transform: translateY(-50%);
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0.13, 0.66, 0.55, 1), opacity 0.35s ease-out;
}

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

.btn-find {
    padding: 12px 18px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: white;
    background: linear-gradient(90deg, #50C3CB 0%, #00A4CA 100%);
    transition: 0.3s ease;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    min-height: 43px;
    line-height: 1;
}

.btn-find:hover {
    background: linear-gradient(90deg, #0A8091 0%, #00A4CA 100%);
}

/* ================================
   SEARCH EXTRA
================================ */

.search-extra {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.search-by-text {
    font-size: 14px;
    color: #717171;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.quick-filters {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    align-items: center;
}

.pill-btn {
    padding: 10px 18px;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
    background: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    line-height: 1;
}

.pill-btn:hover {
    background: #E8E8E880;
    border: 1px solid #71717180;
}

/* Advanced Search */

.advanced-search {
    margin-left: auto;
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    text-decoration: none;
}

.advanced-search:hover {
    color: #F57F20;
}

/* ================================
     ADVANCED SEARCH - REGION BUTTONS
================================ */
.advanced-body [data-toggle-group="region"] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 600px) {
    .advanced-body [data-toggle-group="region"] {
        gap: 24px 12px !important;
        flex-wrap: wrap;
    }
    .advanced-body [data-toggle-group="region"] > button {
        flex: 0 0 auto;
        width: auto;
        min-width: unset;
        max-width: unset;
    }
    .advanced-body [data-toggle-group="region"] > button:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 768px) {

    .search-input-row {
        flex-direction: column;
        align-items: stretch;
    }

    .search-type {
        gap: 18px;
    }

    .radio-item {
        gap: 6px;
    }

    .btn-find {
        width: 100%;
    }

    .advanced-search {
        margin-left: 0;
        margin-top: 8px;
    }

    .hero-inner {
        padding: 0 16px 90px 16px;
    }

    .hero-content {
        margin-top: 120px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .hero-content h3 {
        color: #E8E8E8;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.32px;
        word-wrap: break-word;
        text-shadow: 4px 2px 10px rgba(62, 58, 57, 1.00);
    }

    .hero-tagline {
        margin-left: auto;
        margin-right: auto;
    }

    .tagline-small {
        font-size: 18px;
    }

    .tagline-big {
        font-size: 24px;
    }

    .hero-search-card {
        left: 16px;
        right: 16px;
    }

    .hero-wrapper {
        margin-bottom: 205px;
    }

}

@media (max-width: 480px) {
    .hero-wrapper {
        margin-bottom: 165px;
    }
}

@media (max-width: 375px) {
    .hero-inner {
        padding-bottom: 70px;
    }

    .hero-wrapper {
        margin-bottom: 160px;
    }

    .animated-placeholder {
        font-size: 12px;
    }

    .search-input {
        gap: 0;
    }

    .quick-filters {
        gap: 12px;
    }
}

@media (max-width: 355px) {
    .hero-inner {
        padding-bottom: 90px;
    }

    .hero-wrapper {
        margin-bottom: 160px;
    }
}

/* ============================= */
/* HOT LISTING SECTION */
/* ============================= */

.hot-listing-section {
    background: linear-gradient(180deg,
            rgba(113, 113, 113, 0.50) 0%,
            #ffffff 50%,
            #ffffff 100%);
}

/* Title */
.hot-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 54px;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hot-title .letter {
    display: inline-block;
    opacity: 0;
}

/* See More Button */
.hot-see-more {
    border-radius: 24px;
    padding: 8px 20px;
    font-weight: 500;
}

/* Responsive title */
@media (max-width: 768px) {
    .hot-title {
        font-size: 32px;
    }

    .small-padding {
        padding: 20px 0 !important;
    }

    .hot-listing-header {
        margin-bottom: 1rem!important;
    }
}

/* ==============================
   DEVELOPER PARTNER
================================ */
.developer-partner-section {
    position: relative;
    background: linear-gradient(180deg,
            #ffffff 0%,
            #E8E8E8 30%,
            #E8E8E8 80%,
            #ffffff 100%);
    padding: 100px 0;
    overflow: hidden;
}

/* Lengkungan atas */
.developer-partner-section::before {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 200px;
    background: white;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
}

/* Lengkungan bawah */
.developer-partner-section::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    height: 200px;
    background: white;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
}

.developer-partner-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #151314;
}

.developer-desktop .developer-logos {
    gap: 30px 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px 80px;
    justify-items: center;
}

.highlight-number {
    color: #EE4733;
}

.partner-logo {
    max-width: 100px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

/* ==============================
   INTERNATIONAL PROPERTIES
================================ */
.section-title {
    font-weight: 700;
    font-size: 28px;
    color: #1D4656;
}

.btn-filter {
    border-radius: 24px;
    border: 1px solid #717171;
    padding: 10px 18px;
    font-weight: 500;
    background: transparent;
    color: #717171 !important;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    line-height: 1;
}

.btn-filter.active,
.btn-filter.active:hover {
    background: #50C3CB;
    color: white !important;
    border-color: #50C3CB;
}

.btn-filter:hover {
    background: #E8E8E880;
    color: #717171 !important;
    border-color: #71717180;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.property-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-property-nav,
.partnermap-nav {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    outline: 1px rgba(113, 113, 113, 0.15) solid;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-property-nav::after,
.partnermap-nav::after {
    font-size: 16px;
    color: #717171;
    font-weight: bold;
}

.mobile-property-nav.swiper-button-prev-custom,
.partnermap-nav.swiper-button-prev {
    left: -10px;
}

.mobile-property-nav.swiper-button-next-custom,
.partnermap-nav.swiper-button-next {
    right: -10px;
}

.property-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.international-properties-section .property-arrow {
    box-shadow: none;
}

.property-arrow:hover {
    background: #f5f5f5;
}

.property-arrow i {
    font-size: 16px;
    color: #717171;
}

.property-arrow.swiper-button-disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

.property-arrow.swiper-button-disabled i {
    color: #E8E8E8;
}

.see-more-link {
    color: #717171;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
}

.international-properties-section .see-more-link:hover {
    color: #50C3CB;
}

.see-more-link-white {
    color: white;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    border-radius: 24px;
    outline: 1px #E8E8E8 solid;
    padding: 10px 18px;
}

.see-more-link-white:hover {
    background: rgba(232, 232, 232, 0.50);
    outline: 1px rgba(113, 113, 113, 0.50) solid;
}

.see-more-link-grey {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    border-radius: 24px;
    outline: 1px #717171 solid;
    padding: 10px 18px;
    margin-top: 30px;
    width: fit-content;
}

.property-card {
    border-radius: 24px;
    overflow: visible;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    min-height: 586px;
}

.property-card:hover {
    background: #77CCD11A;
    border: 1px solid transparent;
}

.property-image {
    height: 280px;
    object-fit: cover;
    width: 100%;
    border-radius: 24px;
    padding: 10px;
}

.property-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgb(62 58 57 / 25%);
    color: white;
    padding: 6px 14px;
    margin: 10px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.property-bookmark {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgb(62 58 57 / 25%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    cursor: pointer;
    transition: 0.2s ease;
    margin: 10px;
}

.property-bookmark:hover {
    background: rgb(62 58 57 / 45%);
}

.property-bookmark:hover i {
    font-weight: 900;
}

.property-body {
    padding: 8px 20px 10px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 326px;
}

.property-body span {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    word-wrap: break-word
}

.property-body .info-header {
    margin-bottom: 16px;
}

.property-price {
    color: #06323E;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    letter-spacing: 1.20px;
    word-wrap: break-word;
    text-align: left;
    margin-bottom: 40px;
}

.property-price span {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
}

.property-title {
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.property-location {
    color: #3E3A39;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
    gap: 4px;
    display: flex;
    margin-top: 6px;
}

.property-location i {
    background: linear-gradient(180deg, var(--Tosca-Primary-Tosca-100, #50C3CB) 0%, var(--Tosca-Primary-Tosca-300, #006A81) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.property-features {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: unset;
    text-align: left;
}

.property-features span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #3E3A39;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.facilities-list li i {
    color: #3E3A39;
    font-size: 14px;
}

.agent-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
    border: 1px white solid;
    margin-top: unset !important;
}

.agent-name {
    color: #3E3A39;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.28px;
    word-wrap: break-word;
    text-align: left;
}

.agent-office {
    color: #717171;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
    text-align: left;
}

.propertySwiper .swiper-slide {
    height: auto;
}

.propertyImageSwiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.propertyImageSwiper .swiper-wrapper {
    width: 100%;
}

.propertyImageSwiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

.property-image-pagination {
    display: flex;
    justify-content: center;
}

.property-image-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    opacity: 1;
    margin: 0 4px !important;
    transition: 0.3s;
}

.property-image-pagination .swiper-pagination-bullet-active {
    background: #3E3A39;
    border-radius: 10px;
}

.agent-menu-toggle {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.agent-menu-toggle i {
    color: #717171;
}

.agent-menu-toggle:hover {
    background: rgba(113, 113, 113, 0.15);
}

.agent-menu-toggle::after {
    display: none;
}

.agent-dropdown {
    width: 138px;
    padding: 8px 10px;
    border-radius: 18px;
    border: 1px solid #E8E8E8;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
    background: #FFFFFF59;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 10 !important;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.agent-dropdown.show {
    opacity: 1;
    pointer-events: auto;
}

.agent-dropdown-title {
    font-size: 13px;
    color: #717171;
}

.agent-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
}

.agent-contact-item:hover {
    background: #F7F7F7;
    color: #3E3A39;
}

.agent-contact-item i {
    font-size: 18px;
    color: #717171;
}

/* ==============================
   PROPERTY SERVICES
================================ */

.property-services-section {
    background: #fff;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #1D4656;
    text-align: left;
    padding-bottom: unset;
}

/* CARD */

.service-card {
    background: #F7F7F7;
    border-radius: 18px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    border: 1px solid transparent;
}

.service-card:hover {
    background: linear-gradient(#F7F7F7, #F7F7F7) padding-box, linear-gradient(180deg, #50C3CB 0%, #00A4CA 100%) border-box;
    border: 1px solid transparent;
}

/* TOP */

.service-icon {
    width: 36px;
    height: 36px;
    background: #77CCD1;
    border-radius: 50%;
}

.service-icon:hover {
    background: #3E3A39;
}

.service-icon i {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    display: block;
    transform: rotate(45deg);
}

.service-img {
    width: 180px;
    height: 192px;
    object-fit: cover;
    border-radius: 12px;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* CONTENT */

.service-content {
    margin-top: -90px;
}

.col-lg-5 .service-content {
    max-width: 340px;
}

.col-lg-7 .service-content {
    max-width: 540px;
}

.service-label {
    color: #00A4CA;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-bottom: 18px;
}

.service-content h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #151314;
    margin-bottom: 8px;
    max-width: 315px;
}

.service-content p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #3E3A39;
    line-height: 24px;
    margin-bottom: 0;
}

/* responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }

    .service-content {
        margin-top: unset;
    }
}

@media only screen and (max-width: 1290px) {
    .col-lg-5 .service-content {
        max-width: 240px;
    }

    .col-lg-7 .service-content {
        max-width: 420px;
    }
}

/* ==============================
   STATISTIC SECTION
================================ */

.statistic-section {
    background: #F7F7F7;
}

.statistic-wrapper {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

/* Description */

.statistic-description {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #717171;
    margin: 0 auto;
}

/* Grid */

.statistic-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Item */

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    min-width: 150px;
}

/* Number */

.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #F05728;
}

/* Label */

.stat-label {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3E3A39;
    text-align: center;
}

/* responsive */
@media (max-width: 768px) {
    .statistic-description {
        font-size: 16px;
    }

    .stat-item {
        flex: 1;
    }

    .statistic-grid {
        flex-direction: column;
    }
}

/* ==============================
   APP PRODUCT SECTION
================================ */

.app-product-wrapper {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Tabs */

.app-tabs {
    display: flex;
    gap: 16px;
}

.app-tab .nav-link {
    border-radius: 24px;
    border: 1px solid #717171;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.app-tab .nav-link:hover {
    background: #E8E8E880;
    color: #717171;
    border-color: #71717180;
}

.app-product-wrapper .nav-link {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
}

.app-product-wrapper .nav-link.active {
    background: #50C3CB;
    color: #fff;
    border: none;
    border-radius: 24px;
}

/* Content */

.app-product-section .tab-content {
    display: block !important;
}

.app-content {
    padding: 60px 60px 0px 98px;
    position: relative;
}

#tab-2.app-content {
    padding: 60px 42px 0px 64px;
}

#tab-3.app-content {
    padding: 60px 92px 0px 0;
}

.app-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: #50c3cb26;
    border-radius: 64px;
    z-index: 0;
}

#tab-2.app-content::before {
    height: 95%;
}

.app-pane {
    display: none;
}

.app-pane.active {
    display: block;
}

.app-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}

.xmart-features-left {
    margin: 65px 0 180px 0;
    text-align: right;
}

.xmart-features-right {
    margin: 125px 0 180px 0;
    text-align: left;
}

/* Layout */

.app-center img {
    max-width: 450px;
    height: auto;
}

.app-feature h4 {
    color: #151314;
    font-size: 18px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.app-feature i {
    color: rgba(0, 164, 202, 1);
    font-size: 24px;
    margin-bottom: 6px;
}

.app-feature p {
    color: #717171;
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    word-wrap: break-word;
}

.xmart-content .app-feature {
    max-width: 241px;
}

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

    .app-content,
    #tab-3.app-content {
        padding: 30px 20px 0 20px;
    }

    #tab-2.app-content {
        padding: 30px 20px 0px 20px;
    }

    .app-title {
        font-size: 24px;
    }

    .xmart-features-left,
    .xmart-features-right {
        margin: 20px 0 -20px 0;
        text-align: left;
    }

    .app-content::before {
        height: 80%;
        border-radius: 24px;
    }

    .xmart-content .app-feature {
        max-width: unset;
    }

    .xmart-logo {
        max-width: 80%;
        display: block;
    }
}

/* =========================
   XMART WAY SECTION
========================= */

.app-title-xway {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #3E3A39;
    font-size: 46px;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 2rem;
}

.app-way-wrapper {
    background: rgba(0, 164, 202, 0.1);
    border-radius: 64px;
    padding: 60px;
    position: relative;
}

.app-desc {
    color: #3E3A39;
    font-size: 18px;
    font-family: Lato;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word;
    text-align: left;
}

#tab-2 .app-desc {
    margin-bottom: 40px;
}

.app-way-logo {
    max-width: 600px;
}

.app-way-character {
    max-height: 660px;
}

/* Zigzag feel */
.app-way-left .app-feature:nth-child(1) {
    margin-top: 40px;
}

.app-way-left .app-feature:nth-child(2) {
    margin-top: 60px;
}

.app-way-left .app-feature:nth-child(3) {
    margin-top: 60px;
}

.app-way-right .app-feature {
    margin-top: 90px;
    text-align: left;
    width: 260px;
}

/* Zigzag effect */
.xway-shift-1 {
    margin-right: 80px;
}

.xway-shift-2 {
    margin-right: 40px;
    min-width: 295px;
}

.xway-shift-3 {
    min-width: 355px;
}

/* responsive */
@media (max-width: 768px) {
    .app-way-left .app-feature {
        text-align: left !important;
        margin-top: 20px !important;
    }

    .app-way-right .app-feature {
        text-align: left !important;
        margin-top: unset !important;
    }

    .app-way-wrapper {
        padding: 40px 20px;
    }

    .app-title-xway {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .app-desc {
        margin-bottom: unset;
        font-size: 16px;
    }

    #tab-2 .app-desc {
        margin-bottom: 20px;
    }

    .app-way-character {
        max-width: 100%;
        height: auto;
    }

    #tab-2.app-content::before {
        height: 90%;
    }

    #tab-3.app-content::before {
        height: 98%;
    }

    .xway-shift-1,
    .xway-shift-2,
    .xway-shift-3 {
        margin-right: 0;
    }

    .xway-shift-3,
    .xway-shift-2 {
        min-width: unset;
    }

    .app-way-right .app-feature {
        width: unset;
    }

    .app-way-logo {
        max-width: 100%;
    }
}

/* ==============================
   XPOT SECTION
================================ */

.app-title-xpot {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #3E3A39;
    font-size: 46px;
    font-weight: 600;
    word-wrap: break-word;
    text-align: right;
    margin-bottom: 22px;
}

.app-desc-xpot {
    color: #3E3A39;
    font-size: 18px;
    font-family: Lato;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word;
    text-align: right;
    max-width: 550px;
}

.app-xpot {
    position: relative;
    overflow: hidden;
}

/* Soft gradient background */
.app-xpot::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(134deg, #50C3CB 0%, #00A4CA 100%);
    opacity: 0.08;
    border-radius: 32px;
    z-index: 0;
    height: 95%;
}

/* Keep content above bg */
.app-xpot>.row {
    position: relative;
    z-index: 2;
}

/* Character wrapper */
.xpot-character-wrapper {
    position: relative;
    display: inline-block;
}

/* Ellipse background */
.xpot-ellipse {
    position: absolute;
    width: 550px;
    height: 500px;
    background: #77CCD1;
    border-radius: 50%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    filter: blur(10px);
    z-index: 1;
}

/* Character image */
.xpot-character {
    position: relative;
    z-index: 2;
    min-height: 620px;
    min-width: 650px;
}

.xpot-feature {
    text-align: left;
}

.xpot-feature i {
    color: rgba(0, 164, 202, 1);
    font-size: 18px;
}

/* Feature styling */
.xpot-feature h4 {
    color: #151314;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    word-wrap: break-word;
}

.xpot-feature p {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}

.xpot-right {
    margin: 30px 0 100px 0;
}

/* Zigzag effect */
.xpot-shift-1 {
    margin-left: 60px;
}

.xpot-shift-2 {
    margin-left: 100px;
}

.xpot-shift-3 {
    margin-left: 20px;
}

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

    .xpot-shift-1,
    .xpot-shift-2,
    .xpot-shift-3 {
        margin-left: 0;
    }

    .xpot-ellipse {
        width: 100%;
        height: 100%;
        top: 30%;
    }

    .app-title-xpot {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }

    .app-desc-xpot {
        text-align: left;
        font-size: 16px;
    }

    .xpot-right {
        margin: 0;
    }

    .xpot-character {
        min-height: unset;
        min-width: unset;
    }
}


/* =========================
   TAB PROGRESS BAR
========================= */

.app-tab-progress {
    width: 100%;
    height: 6px;
    background: #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
}

.app-tab-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #50C3CB, #00A4CA);
    border-radius: 10px;
    transition: width 0.4s ease;
}

/* ==============================
   BANK PARTNER SECTION
================================ */

.bank-partner-section {
    background: rgba(0, 164, 202, 0.15);
}

.bank-partner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

/* Title */

.bank-partner-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #3E3A39;
    text-align: center;
}

.bank-partner-title span {
    color: #EE4733;
}

/* Logo Grid */

.bank-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.bank-logos img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    object-fit: contain;
    transition: 0.3s ease;
}

.bank-logos img:hover {
    transform: scale(1.05);
}

/* responsive */
@media (max-width: 768px) {
    .bank-partner-wrapper {
        padding: unset;
    }

    .bank-partner-title {
        font-size: 20px;
    }

    .bank-logos {
        gap: 12px;
    }
}

/* ================================
   SOCIAL MEDIA SECTION
================================ */

.social-media-section {
    background: #F7F7F7;
    text-align: left;
}

.container-social {
    max-width: 1312px;
    margin: 0 auto;
}

.social-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #3E3A39;
    margin-bottom: 40px;
}

/* Grid Layout */
.social-grid {
    padding: 0 100px;
}

/* responsive */
@media (max-width: 768px) {
    .social-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1290px) {
    .social-grid {
        padding: 0 20px;
    }
}

/* ================================
   INSTAGRAM
================================ */

.instagram-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 296px;
    cursor: pointer;
}

.instagram-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.instagram-card img {
    width: 100%;
    height: 394px;
    object-fit: cover;
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
}

.instagram-card img:hover {
    transform: scale(1.3);
}
.ig-verified {
    width: 16px !important;
    height: 16px !important;
}

/* Overlay */
.instagram-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px 12px 12px;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(62, 58, 57, 0.65) 34%,
            rgba(62, 58, 57, 0.95) 79%);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ig-username {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.ig-caption {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

/* ================================
   YOUTUBE
================================ */

.youtube-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    max-width: 700px;
}

.yt-video {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 394px;
    max-width: 700px;
}

.yt-wrapper {
    position: relative;
}

.yt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-click-layer {
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 10;
}

.youtube-channel-name {
    margin-left: 20px;
}

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

.follow-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.follow-block-yt {
    display: flex;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.follow-block strong:hover,
.follow-block strong a:hover,
.follow-block-yt strong:hover,
.follow-block-yt strong a:hover {
    color: #77CCD1;
}

.follow-block strong,
.follow-block strong a,
.follow-block-yt strong,
.follow-block-yt strong a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    color: #717171;
}

/* responsive */
@media (max-width: 768px) {
    .social-grid {
        padding: unset;
    }

    .yt-video {
        height: 252px;
    }

    .follow-block-yt {
        flex-direction: column;
    }

    .youtube-channel-name {
        margin-left: 0;
    }
}

/* ================================
   PARTNER MAP SECTION
================================ */
.partnermap-section {
    width: 100%;
}

.partnermap-title {
    color: #3E3A39;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.partnermap-desc {
    color: #717171;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin: 0;
    font-weight: 400;
    max-width: 696px;
}

.btn-partnermap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    border-radius: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration: none;

    background: radial-gradient(ellipse 143.59% 143.59% at 52.63% 123.08%,
            #ffffff 0%,
            #50C3CB 30%,
            #00A4CA 84%);
    transition: all 0.3s ease;
    max-height: 51px;
}

.btn-partnermap:hover {
    background: radial-gradient(143.59% 143.59% at 52.63% 123.08%, #FFFFFF 0%, #0A8091 36.31%, #00A4CA 100%);
}

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

.country-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.country-card img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* MOBILE CTA */
.mobile-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
}

.cta-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(62, 58, 57, 0.75) 100%);
}

.cta-content {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 400;
}

.cta-lottie {
    width: 40px;
    margin: 0 auto 8px;
}

/* overlay gradient */
.country-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 24px;
    /* background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.45) 0%,
        rgba(0,0,0,0.15) 40%,
        rgba(0,0,0,0) 100%
    ); */
}

.country-overlay h4 {
    color: rgb(255 255 255 / 50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
}

/* hover effect */
.country-card:hover {
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.15);
}

.country-card:hover img {
    transform: scale(1.05);
}

/* responsive */
@media (max-width: 768px) {
    .country-card img {
        height: 449px;
    }

    .country-overlay h4 {
        font-size: 38px;
    }

    .btn-partnermap-wrapper {
        justify-content: flex-start;
        display: flex;
    }

    .partnermap-title {
        font-size: 24px;
    }
}

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

.office-card {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
}

/* Header */

.office-header {
    background: #00A4CA;
    padding: 14px 16px 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
}

.office-title .brand {
    display: block;
    color: white;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.office-title strong {
    color: white;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    word-wrap: break-word;
    text-transform: uppercase;
}

/* Body */

.office-body {
    flex: 1;
    background: #fff;
    padding: 10px 4px;
    box-shadow: 0 0 2px rgba(113, 113, 113, 0.5);
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
}

/* Search */

.office-search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F7F7F7;
    padding: 6px 12px;
    border-radius: 24px;
}

.office-search .search-icon {
    color: #717171;
}

.office-search input {
    border: none;
    background: transparent;
    font-size: 14px;
    width: 100%;
    outline: none;
    color: #717171;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

/* List */

.office-list {
    flex: 1;
    overflow-y: auto;
    padding-right: 6px;
    text-align: left;
}

.office-item {
    padding: 8px 14px;
    font-size: 16px;
    color: #717171;
    cursor: pointer;
    transition: 0.2s ease;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.office-item:hover {
    background: #77CCD126;
    color: #3E3A39;
    border-radius: 20px;
}

/* Custom Scrollbar */

.office-list::-webkit-scrollbar {
    width: 4px;
}

.office-list::-webkit-scrollbar-thumb {
    background: #717171;
    border-radius: 999px;
}

.country-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* panel hidden */
.country-search-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: transform 0.7s ease;
    z-index: 3;

    display: flex;
    flex-direction: column;
}

/* DESKTOP ONLY */
@media (min-width: 992px) {
    .country-card:hover .country-search-panel {
        transform: translateY(0);
    }
}

/* MOBILE ONLY */
@media (max-width: 991px) {
    .country-card.active .country-search-panel {
        transform: translateY(0);
    }
}

/* ==============================
   FLOATING BUTTON
================================ */
.floating-wrapper {
    position: fixed;
    bottom: 20px;
    right: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 9999;
    cursor: grab;
}

/* Lingkaran avatar */
.floating-avatar {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 999px;
    overflow: hidden;

    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.20) 0%,
            rgba(232, 232, 232, 0.20) 53%,
            rgba(62, 58, 57, 0.20) 100%);

    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);

    outline: 1px solid white;
    outline-offset: -1px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.floating-avatar::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 50%;
    pointer-events: none;

    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(0, 254, 214, 1) 20%,
            rgba(255, 255, 255, 1) 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Gambar di dalam */
.floating-avatar img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    pointer-events: none;
}

/* Efek saat drag */
.floating-wrapper:active {
    cursor: grabbing;
}

@media (max-width: 768px) {
    .floating-wrapper {
        right: 20px;
    }
}

/* ============================================
   SHIMMER SKELETON LOADING STYLES
   ============================================ */

@keyframes shimmer-animation {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.shimmer-card {
    background-color: #f0f0f0;
    pointer-events: none;
}

.shimmer-image {
    width: 100%;
    height: 250px;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e0e0e0 50%,
            #f0f0f0 100%);
    background-size: 1000px 100%;
    animation: shimmer-animation 2s infinite;
    border-radius: 8px;
    margin-bottom: 12px;
}

.shimmer-text {
    height: 12px;
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e0e0e0 50%,
            #f0f0f0 100%);
    background-size: 1000px 100%;
    animation: shimmer-animation 2s infinite;
    border-radius: 4px;
    opacity: 0.7;
}

.shimmer-text.shimmer-small {
    height: 10px;
}

.shimmer-text.shimmer-large {
    height: 18px;
}

/* ================================
   ADVANCED SEARCH
================================ */
.advanced-search-wrapper {
    padding: 40px 0;
}

/* Card */
.advanced-search-card {
    width: 500px;
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1)
}

.advanced-search-card .modal-header {
    padding: 24px 24px 12px 24px;
}

.advanced-search-card .modal-body {
    padding: 0;
}

/* Header */
.advanced-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.title {
    font-weight: 700;
    color: #00A4CA;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    word-wrap: break-word;
}

/* Body */
.advanced-body .section {
    padding: 12px 24px;
    scrollbar-width: none;
}

.advanced-body .bg-light {
    background: #F7F7F7;
    padding: 20px 24px;
}

.quick-filters-label {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    text-align: left;
}

.section-label {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #3E3A39;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    text-align: left;
}

/* Pills */
.btn-pill {
    background: #F7F7F7;
    border-radius: 24px;
    border: none;
    padding: 10px 18px;
    color: #717171 !important;
}

.btn-pill:hover {
    background: #eaeaea;
}

.btn-pill:focus,
.btn-pill:active:focus {
    background: #eaeaea;
    outline: none;
}

.btn-pill-outline {
    border: 1px solid #717171;
    border-radius: 24px;
    background: transparent;
    padding: 10px 18px;
    color: #717171 !important;
    font-size: 16px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.btn-pill-outline:hover {
    background: #eaeaea;
    border: 1px solid #717171;
}

.btn-pill-outline.btn-pill-active {
    background: #50C3CB;
    border: 1px solid #50C3CB;
    color: white !important;
}

.btn-pill-outline.btn-pill-active:hover {
    background: #50C3CB;
    border: 1px solid #50C3CB;
}

.btn-pill-outline.btn-pill-active:focus,
.btn-pill-outline.btn-pill-active:active,
.btn-pill-outline.btn-pill-active:active:focus {
    background: #50C3CB;
    border: 1px solid #50C3CB;
    outline: none;
}

.btn-pill-active {
    background: #50C3CB;
    color: #fff !important;
    border-radius: 24px;
    padding: 10px 18px;
    border: none;
}

.btn-pill-active:hover {
    background: #50C3CB;
}

.btn-pill-active:focus,
.btn-pill-active:active,
.btn-pill-active:active:focus {
    background: #50C3CB;
    color: #fff !important;
    outline: none;
    box-shadow: none;
}

/* Form rounded */
.form-pill {
    border-radius: 24px;
    background: #F7F7F7;
    border: none;
    padding: 12px 18px;
}

/* Input Group Rounded */
.input-pill-left {
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    background: #F7F7F7;
    border: none;
}

.input-pill-right {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    background: #F7F7F7;
    border: none;
}

/* ================================
   PRICE INPUT COMPONENT
================================ */

.price-input-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 24px;
    background: #F7F7F7;
    overflow: hidden;
}

.price-currency {
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: #F7F7F7;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    border-right: 1px solid #E8E8E8;
    flex-shrink: 0;
}

.price-input {
    flex: 1;
    background: #F7F7F7;
    border: none;
    outline: none;
    padding: 12px 14px;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.price-input::placeholder {
    color: #717171;
}

.price-input:focus {
    background: #F7F7F7;
    box-shadow: none;
    outline: none;
}

/* ================================
   AREA INPUT COMPONENT (Land/Building Area)
================================ */

.area-input-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 24px;
    background: #F7F7F7;
    overflow: hidden;
}

.area-input-field {
    flex: 1;
    background: #F7F7F7;
    border: none;
    outline: none;
    padding: 12px 14px;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    width: 100%;
}

.area-input-field::placeholder {
    color: #717171;
}

.area-input-field:focus {
    background: #F7F7F7;
    outline: none;
}

.area-unit-badge {
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: #F7F7F7;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    border-left: 1px #E8E8E8 solid;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    flex-shrink: 0;
}

/* Search Button */
.btn-search {
    border-radius: 24px;
    padding: 12px;
    font-weight: 500;
    background: radial-gradient(ellipse 140% 140% at 50% 120%, #ffffff 0%, #50c3cb 30%, #00a4ca 85%) padding-box, linear-gradient(345deg, #00A4CA -37%, #ffffff 35%, #00A4CA 100%, #ffffff 127%, #ffffff 100%) border-box;
    border: 2px solid transparent;
    color: white;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    line-height: 1;
}

.advanced-body::-webkit-scrollbar {
    display: none;
}

/* ================================
   ADVANCED SEARCH - RANGE INPUTS
================================ */

.range-inputs-section {
    padding: 12px 24px !important;
}

.range-inputs-container {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.range-input-group {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.range-label {
    color: #717171;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0;
    text-align: left;
}

.input-with-unit {
    display: flex;
    align-items: center;
    background: #F7F7F7;
    border-radius: 24px;
    overflow: hidden;
    border: none;
}

.input-with-unit-field {
    flex: 1;
    padding: 14px 18px;
    background: transparent;
    border: none;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    outline: none;
}

.input-with-unit-field::placeholder {
    color: #717171;
}

.unit-badge {
    padding: 0 16px;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    border-left: 1px solid #E8E8E8;
    word-wrap: break-word;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .range-inputs-container {
        flex-direction: column;
    }
}

/* ================================
   ADVANCED SEARCH - OPTIONS GRID
================================ */

.options-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
}

.option-pill {
    padding: 10px 18px;
    background: #F7F7F7;
    border-radius: 24px;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
}

.option-pill:hover {
    background: #eaeaea;
}

.option-pill.active {
    background: #50C3CB;
    color: #fff;
}

.option-pill.btn-pill-active {
    background: #50C3CB;
    color: #fff;
}

.option-pill.btn-pill-active:focus,
.option-pill.btn-pill-active:active {
    background: #50C3CB;
    color: #fff;
    outline: none;
    box-shadow: none;
}

/* ================================
   ADVANCED SEARCH - OFFICE FIELD
================================ */

.search-office-field {
    padding: 12px 18px;
    background: #F7F7F7;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    cursor: pointer;
    border: none;
    gap: 6px;
}

.search-office-field:hover {
    background: #eaeaea;
}

/* ================================
   ADVANCED SEARCH - CUSTOM SELECT
================================ */

.custom-select-wrapper {
    width: 100%;
}

.custom-select-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.custom-select-inner {
    padding: 2px;
    background: #F7F7F7;
    border-radius: 26px;
    backdrop-filter: blur(7.50px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.custom-select-trigger {
    padding: 12px 18px;
    background: #F7F7F7;
    border-radius: 24px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
}

.custom-select-trigger.is-open {
    border: 1px solid #50C3CB;
}

.custom-select-trigger-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-select-trigger-icon svg {
    width: 18px;
    height: 18px;
}

.custom-select-trigger-text {
    flex: 1;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.custom-select-dropdown {
    padding: 4px;
    background: var(--Neutral-White, white);
    box-shadow: 0px 0px 2px rgba(113, 113, 113, 0.50);
    border-radius: 18px;
    display: none;
    flex-direction: column;
}

.custom-select-search-bar {
    padding: 8px;
    background: #F7F7F7;
    border-radius: 24px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.custom-select-search-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.custom-select-search-icon svg {
    width: 16px;
    height: 16px;
}

.custom-select-search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #717171;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
}

.custom-select-search-input::placeholder {
    color: #717171;
}

.custom-select-options {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
}

.custom-select-option {
    padding: 8px 14px;
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-select-option:hover {
    background: #77CCD126;
    color: #3E3A39;
    border-radius: 20px;
}

.custom-select-option.active {
    background: #50C3CB;
    color: white;
    font-weight: 500;
}

/* Custom select options scrollbar */
.custom-select-options::-webkit-scrollbar {
    width: 6px;
}

.custom-select-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.custom-select-options::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.custom-select-options::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* ================================
   CUSTOM SELECT - DISABLED STATE
================================ */

.custom-select-trigger-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    background: #F7F7F7;
}

.custom-select-trigger-disabled .custom-select-trigger-text {
    color: #717171;
}

.custom-select-option-empty {
    padding: 8px 14px;
    color: #bbb;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
}

/* ================================
   PROPERTY TYPE - CHECKBOXES
================================ */

.property-type-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 24px;
    background: #F7F7F7;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    white-space: nowrap;
    border: 1px solid transparent;
}

.checkbox-item:hover,
.checkbox-box:hover {
    background: #eaeaea;
}

.checkbox-input {
    display: none;
}

.checkbox-box {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1.5px #717171 solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    background: #F7F7F7;
    position: relative;
}

.checkbox-input:checked+.checkbox-box {
    background: #00A4CA;
    border-color: #00A4CA;
}

.checkbox-input:checked+.checkbox-box::after {
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    color: white;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.checkbox-label {
    color: #3E3A39;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.checkbox-item:has(.checkbox-input:checked) {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.10);
}

.checkbox-item:has(.checkbox-input:checked) .checkbox-label {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}