/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 




 */


:root {
    --main-color: #3DB7C3;
    --ascent: #C2E2F9;
    --redascent: #FDEDED;
    --greenwa: #1FAF38;
    --black: #0F0E0E;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: var(--black);
}

section {
    scroll-margin-top: 100px;
}

a {
    text-decoration: none;
    color: inherit;
}

.text-main {
    color: var(--main-color);
}

h2 {
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    color: var(--main-color);
}

.container {
    max-width: 1180px;
    padding: 0;
    margin: 0 auto;
}

.section-padding {
    padding: 40px 50px;
}

.row {
    padding: 0;
    margin: 0;
}

.mt-24 {
    margin-top: 24px;
}

.g20 {
    gap: 20px
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 87px;
}

.navbar-brand img {
    width: 100%;
}

.main-nav {
    padding: 20px 0;
}

.main-nav .nav-link {
    color: #0F0E0E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.048px;
}

.main-nav .nav-link.active {
    color: #0F0E0E;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 16px;
    background-color: var(--ascent);
    border: 2px solid var(--ascent);
    border-radius: 100px;
}

.main-nav .navbar-nav {
    gap: 20px
}

.main-nav .nav-link:hover {
    color: var(--ascent);
}

.main-nav .nav-link.active:hover {
    color: #0F0E0E;
    opacity: 0.7;
}

.main-nav .btn-wa {
    padding: 8px 16px;
    background-color: #1FAF38;
    border-radius: 100px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-nav .btn-wa:hover {
    opacity: 0.7;
}



footer {
    background: #0F0E0E;
    padding: 25px 0;
}

.logo-footer {
    max-width: 92px;
    height: auto;
}

.zipkos-info-wrapper {
    margin-top: 40px;
}

.zipkos-info {
    display: flex;
    color: white;
    margin-bottom: 12px;
}

.zipkos-info svg {
    width: 30px;
}

footer .icon {
    margin-left: -8px;
}

.zipkos-info p,
.zipkos-info a {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    padding-top: 3px;
}

.zipkos-sosmed-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-left: 8px;
    margin-top: 40px;
}

.zipkos-sosmed-wrapper .icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;

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

    border-radius: 50%;
    background-color: #F6F5F5;

    box-sizing: border-box;
    overflow: hidden;
    /* aman, SVG tetap center */
}

.zipkos-sosmed-wrapper .icon:hover {
    background-color: var(--ascent);
}

.zipkos-sosmed-wrapper .icon svg {
    display: block;
    max-width: 16px;
    max-height: 16px;
}

.zipkos-sosmed-wrapper .icon:hover svg path {
    fill: white;
}

.txt-copy p {
    margin-bottom: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}


.sitemap h3 {
    color: var(--C2E2F9, #C2E2F9);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ... existing styles up to end. Let me just append it at the end of the file. */


.sitemap a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sitemap {
    margin: 0;
    padding: 0;
    gap: 87px;
}

.sitemap .col-auto {
    padding: 0;
}

.hero-next,
.hero-prev {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;

}

.wrapper-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
}

.hero-swiper img {
    height: 600px;
    width: 100%;
    object-fit: contain;
}

.main-slide {
    height: 600px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.main-slide .container {
    padding: 20px 64px;
}

.main-slide h2 {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    /* 2.321% */
}

.main-slide h3 {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

    /* H1 */
    font-family: Poppins;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    /* 2.321% */
}

.main-slide p {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-bar {
    margin-top: -35px;
    z-index: 2;
    position: relative;
}

.searchbar-wrapper {
    padding: 14px 35px;
    background: white;
    border-radius: 100px;
    margin: 0 64px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.input-wrapper {
    border: 2px solid var(--3524-c-4-d, #524C4D);
    border-radius: 100px;
}

.input-wrapper .input-group-text {
    border: 0;
    background: white;
    border-radius: 0;
    overflow: hidden;
    border-radius: 100px;
}

.input-wrapper .form-control {
    border: 0;
    background: white;
    border-radius: 0;
    border-radius: 100px;
}

.btn-search {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 2px solid var(--main-color);
    border-radius: 100px;
}

.btn-search:hover {
    background-color: #F0FBFB;
    border: 2px solid var(--main-color);
    color: var(--main-color);
}

.location-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.location-card h3 {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}

/* Section Area: slider full width, judul tetap dapat padding */
.location-section.section-padding {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}


@media (max-width: 767px) {
    .location-section .container:first-child {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* slider wrapper full viewport (full-bleed, hilangkan space kanan) */
.popular-area__slider {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    box-sizing: border-box;
}

/* swiper isi penuh wrapper */
#areaSwiper,
.area-swiper {
    width: 100%;
    max-width: none;
    padding: 6px 0 50px;
    overflow: hidden;
}

#areaSwiper .swiper-wrapper {}





.area-swiper .swiper-slide {
    z-index: 3;
    transition: all 0.3s ease;
}

.area-swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 5;
}

/* card */
.location-card {
    height: 150px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-card-directory {
    height: 150px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.location-card-directory:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
}

.location-card-directory h3 {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

/* NAV overlay full width (biar tidak jadi "kolom" flex) */
.wrapper-nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 50;
    pointer-events: none;
    /* biar swipe tetap jalan */
}

/* jangan pakai max-width container bootstrap di sini */
.wrapper-nav .container {
    max-width: none;
    width: 1180px;
    /* jarak dari tepi */
}

.wrapper-nav .d-flex {
    width: 100%;
}

.area-prev,
.area-next {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    cursor: pointer;
}

.area-swiper .swiper-pagination-bullet {
    background: #DEDED1;
    height: 12px;
    width: 12px;
    opacity: 1;
}

.area-swiper .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 100px;
    background-color: var(--ascent);
}

.featured-kost-section {
    background-color: #F0FBFB;
}

.featured-kost-section .row {
    gap: 24px;
}

/* Other property section (property show page) */
.other-property-section {
    background-color: #FDEDED;
}

.other-property-section .other-property-title {
    color: #0F0E0E;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 24px;
}

.other-property-cards {
    gap: 16px;
}

.other-property-col .card-property,
.other-property-col .card-more-property {
    height: 100%;
    min-height: 320px;
}

/* Desktop: 4 kolom (Bootstrap col-lg-3) */
@media (min-width: 992px) {
    .featured-kost-desktop {
        flex-wrap: wrap;
    }
}

/* Mobile: Swiper 1 slide */
.featured-kost-mobile {
    overflow: hidden;
}

.featured-kost-swiper {
    padding-bottom: 40px;
}

.featured-kost-swiper .swiper-slide {
    height: auto;
}

.featured-kost-swiper .card-property {
    height: 100%;
}

.featured-kost-pagination.swiper-pagination-bullets {
    bottom: 0;
}

.featured-kost-swiper .swiper-pagination-bullet {
    background: #DEDED1;
    opacity: 1;
}

.featured-kost-swiper .swiper-pagination-bullet-active {
    background: var(--main-color);
}

.card-property {
    border-radius: 10px;
    overflow: hidden;
}

.card-property img {
    width: 100%;
}

.card-property .banner-promo {
    display: flex;
    justify-content: space-between;
    background-color: #FF4C4C;
    padding: 5px 10px;
    align-items: center;
}

.card-property .banner-promo h4 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.card-property .banner-promo p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.card-wrapper {
    padding: 10px 20px;
    background: white;
    height: 100%;
}

.card-info-wrapper {}

.card-property .property-title {
    color: var(--13-db-7-c-3, #3DB7C3);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.property-location span {
    color: var(--3524-c-4-d, #524C4D);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.pill-gender {
    padding: 2px 5px;
    border-radius: 30px;
    border: 1px solid #F2C94C;
    background: #FEFAEC;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
}

.pill-gender .gender-icon {
    display: flex;
}

.pill-gender span {
    padding: 0 2px;
    color: var(--2-f-2-c-94-c, #F2C94C);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pill-info {
    padding: 2px 5px;
    border-radius: 30px;
    border: 1px solid #C2E2F9;
    background: #F0FBFB;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
}

.pill-info .info-icon {
    display: flex;
}

.pill-info span {
    padding-top: 2px;
    color: var(--2-f-2-c-94-c, #3DB7C3);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.properties-info .row {
    gap: 4px;
}

.property-price {
    padding: 6px 12px;
    background-color: #C2E2F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-price p {
    margin-bottom: 0;
    color: var(--30-f-0-e-0-e, #0F0E0E);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.property-price h3 {
    color: var(--30-f-0-e-0-e, #0F0E0E);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.property-price span {
    color: var(--524c4d, #524C4D);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-more-property {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 10px;

    position: relative;
    z-index: 2;
    overflow: hidden;
}

.card-more-property p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    z-index: 2;
}

.card-more-property::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3A3A3A;
    opacity: 0.8;
    z-index: 1;
}

.card-promo {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.card-promo img {
    width: 100%;
}

.promo-section .row {
    gap: 24px;
}

.card-promo .banner-promo {
    display: flex;
    justify-content: center;
    background-color: #FF4C4C;
    padding: 5px 10px;
    align-items: center;
}

.card-promo .banner-promo h4 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.card-promo .banner-promo p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.card-promo .promo-title {
    color: var(--13-db-7-c-3, #3DB7C3);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.card-promo .card-body {
    padding: 10px 20px;
    background: #F0FBFB;
    height: 100%;
}

.property-type img {
    margin-bottom: 16px;
    width: 100%;
}

.property-type h3 {
    color: #3A3A3A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

/* CAMPUS SECTION */
.campus-swiper {
    width: 100%;
    padding-bottom: 40px;
    /* space for pagination */
}

.campus-card {
    background-color: #F6F5F5;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #F6F5F5;
    height: 90px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.campus-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: var(--main-color);
}

.campus-logo {
    width: 60px;
    height: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campus-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.campus-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campus-info h3 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    margin: 0;
    line-height: normal;
}

.campus-info p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    margin: 0;
    line-height: normal;
}

.view-all-card {
    justify-content: center;
    background-color: #F2F2F2;
    cursor: pointer;
    text-decoration: none;
}

.view-all-card span {
    color: var(--black);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
}

.view-all-card:hover span {
    color: var(--main-color);
}

.campus-swiper .swiper-pagination-bullet {
    background: #DEDED1;
    opacity: 1;
}

.campus-swiper .swiper-pagination-bullet-active {
    background: var(--main-color);
}

/* TESTIMONI SECTION */
.testimoni-section {
    background: #E0F7FA;
}

.testimoni-heading {
    margin-bottom: 32px;
    color: var(--main-color);
}

.testimoni-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimoni-swiper {
    flex: 1;
    overflow: hidden;
    padding: 8px 0;
}

.testimoni-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.testimoni-location {
    display: inline-block;
    background: #F9DDDC;
    color: #333333;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
    width: fit-content;
    position: absolute;
    top: 10px;
    left: 15px;
}

.testimoni-text {
    color: #4A4A4A;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 16px 0;
    flex: 1;
}

.testimoni-divider {
    height: 1px;
    background: #E5E5E5;
    margin-bottom: 12px;
}

.testimoni-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.testimoni-author {
    color: #333333;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
}

.testimoni-stars {
    display: flex;
    gap: 2px;
}

.testimoni-stars .star {
    color: #FFD700;
    font-size: 16px;
    line-height: 1;
}

.testimoni-prev,
.testimoni-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    background: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.testimoni-prev {
    left: -10px;
}

.testimoni-next {
    right: -10px;
}



.testimoni-prev:hover,
.testimoni-next:hover {
    background: #D8D8D8;
}


.testimoni-prev.swiper-button-disabled,
.testimoni-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* WHY SECTION */
.why-section {
    background: #FFFFFF;
}

.why-heading {
    color: var(--main-color);
    margin-bottom: 48px;

}

.why-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 48px;
}

.why-feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.why-feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.why-feature-content {
    flex: 1;
}

.why-feature-title {
    color: var(--black);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.why-feature-desc {
    color: #524C4D;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.why-cta-wrapper {
    margin-top: 48px;
}

.why-cta-btn {
    display: inline-block;
    background: var(--main-color);
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.why-cta-btn:hover {
    background: #2FA5B0;
    transform: translateY(-2px);
    color: #FFFFFF;
    text-decoration: none;
}

.why-cta-btn:active {
    transform: translateY(0);
}

/* Responsive for Why Section */
@media (min-width: 768px) {
    .why-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .why-feature-item {
        gap: 24px;
    }

    .why-feature-title {
        font-size: 20px;
    }

    .why-feature-desc {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .why-heading {
        margin-bottom: 56px;
    }

    .why-features {
        gap: 48px;
        margin-bottom: 56px;
    }

    .why-cta-wrapper {
        margin-top: 56px;
    }
}

#media img {
    height: 40px;
    width: auto;
}

.media-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-items: center;
    align-items: center;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.media-logos-grid .col-auto {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.media-logos-grid .col-auto a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.media-logos-grid .col-auto img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .media-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .media-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    #media img {
        height: 60px;
    }
}


.readmore-overlay {
    position: relative;
    max-height: 180px;
    overflow: hidden;
}

.readmore-overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, white, transparent);
}

#solusi-manajemen-kos h2,
#solusi-manajemen-kos h3 {
    font-size: 20px;

    margin-bottom: 20px;
}

#solusi-manajemen-kos h3 {
    font-size: 20px;
    font-weight: 700;
}

/* SEARCH DROPDOWNS */
.search-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 380px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    z-index: 1000;
    display: none;
    /* Hidden by default */
}

.search-dropdown.active {
    display: block;
}

/* Location Tabs */
.search-tabs {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
}

.tab-btn {
    background: none;
    border: none;
    padding: 8px 12px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.tab-btn.active {
    color: var(--black);
    border-bottom: 2px solid var(--black);
    font-weight: 600;
}

.suggestion-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.suggestion-item {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 100px;
    padding: 8px 16px;
    font-family: Poppins;
    font-size: 12px;
    color: #828282;
    cursor: pointer;
    transition: all 0.2s;
}

.suggestion-item:hover {
    border-color: var(--black);
    color: var(--black);
}

/* Budget Dropdown */
.min-max-group {
    display: flex;
    gap: 15px;
}

.dropdown-label {
    display: block;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: lowercase;
    color: #0F0E0E;
}

.btn-main {
    background-color: var(--main-color);
    color: white;
    border-radius: 100px;
    font-family: Poppins;
    font-weight: 600;
    padding: 10px;
}

.btn-main:hover {
    background-color: #2FA5B0;
    color: white;
}

.inputarea-main {
    border-right: 2px solid var(--3524-c-4-d, #524C4D);
}

/* Range Slider */
.form-range {
    width: 100%;
}

/* FILTER MODAL / SIDEBAR */
.filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: none;
    /* Hidden by default */
    align-items: center;
    justify-content: center;
}

.filter-overlay.active {
    display: flex;
}

.filter-modal {
    background: white;
    width: 40%;
    max-width: 90%;
    max-height: 90vh;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.filter-header {
    padding: 20px 24px;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins;
}

.btn-close-filter {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #0F0E0E;
}

.filter-body {
    padding: 24px;
    overflow-y: auto;
}

.filter-footer {
    padding: 16px 24px;
    border-top: 1px solid #E0E0E0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-label {
    display: block;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0F0E0E;
}

/* Custom Select */
.custom-select {
    background-color: #F8F9FA;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 10px 16px;
    font-family: Poppins;
    font-size: 14px;
}

/* Type Radio Boxes */
.type-radio input {
    display: none;
}

.type-box {
    display: flex;
    gap: 24px;
    align-items: center;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    height: 100%;
}

.type-radio input:checked+.type-box {
    border-color: var(--black);
    color: var(--black);
    background-color: #F9F9F9;
}

/* Price Box */
.sub-label {
    display: block;
    font-size: 12px;
    color: #828282;
    margin-bottom: 4px;
}

.price-box {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 8px 12px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    color: #0F0E0E;
}

/* Custom Checkbox */
.custom-check {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    color: #524C4D;
    user-select: none;
}

.custom-check input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
}

.custom-check input:checked~.checkmark {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.checkmark::after {
    content: "";
    display: none;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-check input:checked~.checkmark::after {
    display: block;
}

.btn-reset {
    background: none;
    border: none;
    font-family: Poppins;
    font-weight: 600;
    color: #828282;
    text-decoration: underline;
}

.btn-reset:hover {
    color: var(--black);
}


/* Dual Range Slider */
.range-slider-wrapper {
    position: relative;
    width: 100%;
    height: 6px;
    margin-top: 10px;
}

.slider-track {
    width: 100%;
    height: 100%;
    background-color: #E0E0E0;
    position: absolute;
    border-radius: 100px;
    top: 0;
    bottom: 0;
}

.min-range,
.max-range {
    position: absolute;
    top: -7px;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    margin: 0;
}

.min-range::-webkit-slider-thumb,
.max-range::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.min-range::-moz-range-thumb,
.max-range::-moz-range-thumb {
    pointer-events: auto;
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
}

/* Responsive */
@media (max-width: 768px) {
    .search-dropdown {
        width: 100vw;
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        transform: translateY(100%);
        transition: transform 0.3s ease-out;
    }

    .search-dropdown.active {
        transform: translateY(0);
    }
}

/* Area Filter Design */
.area-filter-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.area-select-container {
    position: relative;
    width: 250px;
}

.custom-select-area {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #F0FAFA;
    border: none;
    border-radius: 100px;
    padding: 12px 20px;
    font-family: Poppins;
    font-size: 14px;
    color: #0F0E0E;
    width: 100%;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%233DB7C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.custom-select-area:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(61, 183, 195, 0.2);
}

.custom-input-area {
    border: 1px solid #3DB7C3;
    border-radius: 100px;
    padding: 12px 20px;
    font-family: Poppins;
    font-size: 14px;
    color: #0F0E0E;
    flex-grow: 1;
}

.custom-input-area::placeholder {
    color: #E0E0E0;
}

.btn-area-search {
    width: 46px;
    height: 46px;
    border: 1px solid #3DB7C3;
    border-radius: 50%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3DB7C3;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
}

.btn-area-search:hover {
    background-color: #3DB7C3;
    color: white;
}

/* Searchable Dropdown (Select2-like) */
.searchable-dropdown-container {
    position: relative;
    z-index: 1001;
    /* Ensure it stays on top */
}

.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    /* Hidden by default */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-results-dropdown.active {
    display: flex;
    flex-direction: column;
}

.search-result-item {
    padding: 10px 16px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    color: #0F0E0E;
    transition: background-color 0.1s;
    background: white;
}

.search-result-item:hover {
    background-color: #F0FAFA;
}

.search-result-item.hidden {
    display: none;
}

.subregions-properties {
    background-color: #FDEDED;
    padding: 40px 0;
    margin: 40px 0;
}

.pill-gender.wanita {
    border-color: #E25160;
    background-color: #FDEDED;
    color: #E25160 !important;
}

.wanita span {
    color: #E25160;
}

.breadcrumb {
    margin-bottom: 40px;
}

.hero-property {
    background-color: var(--redascent);
    padding: 40px 0;
}

.hero-property h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: normal;
}

.hero-property .property-location {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: start;
    display: flex;
    align-items: start;
    gap: 10px;
    color: #524C4D;
}

.hero-property .property-info {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;

}

.hero-property .property-description {
    font-size: 16px;
    line-height: normal;
    text-align: start;
    gap: 10px;
    color: #524C4D;
}

.pill-title {
    background-color: #F0FBFB;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 5px 20px;
    border-radius: 100px;
    width: fit-content;
}

.pill-title h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.facilities {}

.facility-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.image-grid .image-item {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.image-grid .image-item:first-child {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
}

.image-grid .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.facility-item img {
    width: 24px;
    height: 24px;
}

.property-details {
    padding: 24px 0;
}

.card-property-price {
    background-color: #F6F5F5;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 24px;
}

.card-property-price .card-header {
    color: #FFF;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #E25160;
    padding: 12px;
    text-align: center;

}

.card-property-price .card-body {
    padding: 24px;
}

.card-property-price .main-price {
    color: #0F73BA;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-price .month {
    color: rgba(15, 115, 186, 0.70);
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-outline-blue {
    border: 1px solid #0F73BA;
    border-radius: 100px;
    padding: 12px 20px;
    font-family: Poppins;
    font-size: 14px;
    color: #0F73BA;
    width: fit-content;
}

.btn-outline-blue:hover {
    background-color: #0F73BA;
    color: #FFF;
}

.btn-outline-main {
    border: 1px solid var(--main-color);
    border-radius: 100px;
    padding: 12px 20px;
    font-family: Poppins;
    font-size: 14px;
    color: var(--main-color);
    width: fit-content;
}

.btn-outline-main:hover {
    background-color: var(--main-color);
    color: #FFF;
}

.btn-outline-main:hover .svgbtn-main {
    fill: white;
}

.card-main-price-content {
    text-align: center;
    padding: 0 24px;
}

.card-action {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.heading h3 {
    color: var(--30-f-0-e-0-e, #0F0E0E);
    /* H3 */
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4px;
}

/* Location landmarks panel - Figma design (node-id=616-52) */
.location-landmarks-panel {
    font-family: Poppins, sans-serif;
}

.landmark-category-block {
    margin-bottom: 0;
}

.landmark-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    height: 30px;
    border-radius: 30px;
    background: rgba(194, 226, 249, 0.3);
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.landmark-category-pill .landmark-category-label {
    white-space: nowrap;
}

.landmark-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.landmark-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.landmark-item .landmark-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landmark-item .landmark-icon svg {
    width: 24px;
    height: 24px;
}

.landmark-item .landmark-name {
    color: #524C4D;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

/* Property promo section - Figma design (node-id=510-1589) */
.property-promo-section {
    font-family: Poppins, sans-serif;
}

.property-promo-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.property-promo-card {
    display: flex;
    background: #F0FBFB;
    border-radius: 20px;
    overflow: hidden;
    min-height: 350px;
}

.property-promo-card-image {
    flex: 0 0 45%;
    max-width: 551px;
    min-height: 350px;
    background: #e0e0e0;
}

.property-promo-card-image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    display: block;
}

.property-promo-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 350px;
    background: linear-gradient(135deg, #C2E2F9 0%, #E8F4F8 100%);
}

.property-promo-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.property-promo-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 32px 40px;
}

.property-promo-card-title {
    color: #3DB7C3;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

.property-promo-card-description {
    color: #524C4D;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 12px;
    flex: 1;
}

.property-promo-card-valid {
    color: #524C4D;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
}

.property-promo-card-cta {
    margin-top: auto;
    padding: 0 0 0 0;
}

.btn-klaim-promo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C2E2F9;
    color: #0F0E0E;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 48px;
    min-width: 100%;
    min-height: 57px;
    /* border-radius: 30px; */
    text-decoration: none;
    border: none;
    transition: background 0.2s ease;
}

.btn-klaim-promo:hover {
    background: #b0d6f5;
    color: #0F0E0E;
}

@media (max-width: 768px) {
    .property-promo-card {
        flex-direction: column;
        min-height: auto;
    }

    .property-promo-card-image {
        flex: none;
        max-width: 100%;
        min-height: 200px;
    }

    .property-promo-card-image img,
    .property-promo-card-placeholder {
        min-height: 200px;
    }

    .property-promo-card-content {
        padding: 24px 20px;
    }

    .property-promo-card-title {
        font-size: 24px;
    }

    .property-promo-card-description {
        font-size: 16px;
    }

    .btn-klaim-promo {
        font-size: 18px;
        min-width: auto;
        width: 100%;
        padding: 14px 24px;
    }
}

/* Property room list section - Figma design (node-id=510-1632) */
.property-room-list {
    font-family: Poppins, sans-serif;
}

.property-room-list-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.property-room-card {
    display: flex;
    background: #FDEDED;
    border-radius: 20px;
    overflow: hidden;
    min-height: 356px;
}

.property-room-card-image {
    flex: 0 0 42%;
    max-width: 490px;
    min-height: 356px;
    background: #e0e0e0;
}

.property-room-card-image img {
    width: 100%;
    height: 100%;
    min-height: 356px;
    object-fit: cover;
    display: block;
}

.property-room-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 356px;
    background: linear-gradient(135deg, #FDEDED 0%, #f5d5d5 100%);
}

.property-room-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.property-room-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 32px 40px 24px;
}

.property-room-card-title {
    color: #0F0E0E;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
}

.property-room-card-description {
    color: #524C4D;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

.property-room-card-amenities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 24px;
}

.property-room-amenity-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #524C4D;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.property-room-amenity-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.property-room-card-price {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: #C2E2F9;
    flex-wrap: wrap;
}

.property-room-original-price {
    color: #E25160;
    font-size: 18px;
}

.property-room-original-price s {
    text-decoration: line-through;
}

.property-room-price {
    color: #0F73BA;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.property-room-price-suffix {
    color: #3A3A3A;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .property-room-card {
        flex-direction: column;
        min-height: auto;
    }

    .property-room-card-image {
        flex: none;
        max-width: 100%;
        min-height: 200px;
    }

    .property-room-card-image img,
    .property-room-card-placeholder {
        min-height: 200px;
    }

    .property-room-card-content {
        padding: 24px 20px;
    }

    .property-room-card-amenities {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-room-card-price {
        padding: 16px 20px;
    }
}

/* Property FAQ section - Figma design (node-id 510-1556, 510-1588) */
.property-faq-section {
    font-family: Poppins, sans-serif;
}

.property-faq-content {
    padding: 21px 45px 40px 45px;
}

.property-faq-title {
    color: #0F0E0E;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 48px;
}

.property-faq-item {
    position: relative;
}

.property-faq-divider {
    height: 3px;
    background: #DEDED1;
    margin-bottom: 0;
}

.property-faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: Poppins, sans-serif;
}

.property-faq-trigger-text {
    color: #524C4D;
    font-size: 20px;
    font-weight: 700;
}

.property-faq-trigger-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #524C4D;
    transition: transform 0.3s ease;
}

.property-faq-trigger[aria-expanded="true"] .property-faq-trigger-icon {
    transform: rotate(45deg);
}

.property-faq-trigger-icon svg {
    width: 30px;
    height: 30px;
}

.property-faq-body {
    padding: 0 0 24px 0;
}

.property-faq-body p {
    color: #524C4D;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.property-faq-image-panel {
    position: relative;
    min-height: 100%;
    background: #e8e8e8;
    overflow: hidden;
}

.property-faq-image-panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-faq-image-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #FDEDED 0%, #C2E2F9 100%);
}

@media (max-width: 768px) {
    .property-faq-content {
        padding: 24px 20px 32px;
    }

    .property-faq-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .property-faq-trigger-text {
        font-size: 18px;
    }

    .property-faq-image-panel {
        min-height: 300px;
    }
}

/* --- Article Detail Page Revamp --- */
.article-detail-hero {
    position: relative;
    width: 100%;
    height: 406px;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
    /* Fallback */
    overflow: hidden;
    margin-bottom: 24px;
}

.article-hero-wa-btn {
    position: absolute;
    bottom: 30px;
    right: 50px;
    background-color: #1FAF38;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 10;
    transition: background-color 0.3s;
}

.article-hero-wa-btn:hover {
    background-color: #20BA5A;
    color: white;
}

.article-breadcrumb {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3A3A3A;
    margin-bottom: 24px;
}

.article-breadcrumb a {
    color: #3A3A3A;
    text-decoration: none;
}

.article-breadcrumb span.active {
    color: #3DB7C3;
}

.article-title-main {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #3DB7C3;
    max-width: 1022px;
    margin-bottom: 32px;
}

.article-detail-content {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #0F0E0E;
    text-align: justify;
    margin-bottom: 40px;
}

.article-detail-sidebar h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    color: #3DB7C3;
    margin-bottom: 20px;
}

.article-detail-sidebar .article-card {
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.article-detail-sidebar .article-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.article-detail-sidebar .article-card-image {
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.article-detail-sidebar .article-card-body {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-detail-sidebar .article-card-category {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #524C4D;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    font-weight: 500;
}

.article-detail-sidebar .article-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #3DB7C3;
    line-height: 1.3;
    margin-bottom: 15px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-detail-sidebar .article-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #0F0E0E;
    margin-bottom: 25px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-detail-sidebar .article-card-link {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #3A3A3A;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: auto;
}

.article-detail-sidebar .article-card-link:hover {
    color: #3DB7C3;
}

/* Recommended properties on article page */
.article-other-property-section {
    background-color: #F0FBFB;
    padding: 60px 0;
    margin-top: 60px;
}

.article-other-property-title {
    color: #0F0E0E;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

#article h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: white;
    margin-bottom: 40px;
}

#event h2,
#article h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.20000000298023224px;
    margin-bottom: 40px;
}

#article .content p,
#article .content li,
#event .content p,
#event .content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--black);
}

#article .content h2,
#event .content h2 {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.2px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #3DB7C3;
}

#article .content h3,
#event .content h3 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 36px;
    margin-bottom: 10px;
    color: var(--primary-blue);
}

#event .content a,
#article .content a {
    color: var(--primary-blue);
}

#event .content img {
    padding-bottom: 40px;
    overflow: visible;
}

@media (max-width: 768px) {
    .article-title-main {
        font-size: 28px;
        line-height: 1.4;
    }

    .article-hero-wa-btn {
        bottom: 15px;
        right: 15px;
        padding: 8px 16px;
    }
}

/* --- Promo Page Revamp --- */
.promo-detail-hero {
    position: relative;
    width: 100%;
    height: 406px;
    background-image: url('/assets/hero_promo_banner.png');
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
    /* Fallback */
    overflow: hidden;
    margin-bottom: 24px;
}

.promo-hero-overlay {
    position: absolute;
    inset: 0;
    background-color: #3A3A3A;
    mix-blend-mode: hard-light;
}

.promo-title-main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.promo-hero-wa-btn {
    position: absolute;
    bottom: 30px;
    right: 50px;
    background-color: #1FAF38;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 10;
    transition: background-color 0.3s;
}

.promo-hero-wa-btn:hover {
    background-color: #20BA5A;
    color: white;
}

.promo-list-container {
    padding: 60px 0;
}

.promo-custom-card {
    background-color: #FFFFFF;
    border: 2px solid #F5F5F5;
    border-radius: 20px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.promo-custom-card:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.promo-card-image {
    width: 100%;
    height: 241px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.promo-card-body {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
}

.promo-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #3DB7C3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.promo-card-pill {
    background-color: #FDEDED;
    border-radius: 7px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 25px;
    width: fit-content;
}

.promo-card-pill i {
    color: #E25160;
    font-size: 24px;
}

.promo-card-pill span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #E25160;
    line-height: normal;
}

.promo-card-link-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0F0E0E;
    text-decoration: none;
    margin-top: auto;
}

.promo-custom-card:hover .promo-card-link-text {
    color: #3DB7C3;
}

@media (max-width: 768px) {
    .promo-title-main {
        font-size: 32px;
        padding: 0 20px;
    }

    .promo-hero-wa-btn {
        bottom: 15px;
        right: 15px;
        padding: 8px 16px;
    }
}

.promo-detail-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    color: #0F0E0E;
    max-width: 1000px;
}

.promo-detail-content {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #524C4D;
    line-height: normal;
    margin-top: 24px;
}

.promo-detail-content h4 {
    font-size: 22px;
    color: #0F0E0E;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 12px;
}

.promo-detail-content ul {
    padding-left: 20px;
}

.promo-detail-content li {
    margin-bottom: 8px;
}

.promo-detail-published {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #0F0E0E;
    margin-top: 60px;
}

.promo-social-share {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.promo-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F6F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #524C4D;
    text-decoration: none;
    transition: all 0.3s;
}

.promo-social-link i {
    font-size: 18px;
}

.promo-social-link:hover {
    background-color: #E0E0E0;
    color: #1FAF38;
}

.promo-interest-banner {
    display: flex;
    background-color: #F0FBFB;
    border-radius: 20px;
    margin-top: 60px;
    overflow: hidden;
    min-height: 279px;
}

.promo-interest-image {
    width: 613px;
    background-image: url('/assets/revamp/promo_interest_banner.png');
    background-size: cover;
    background-position: center;
}

.promo-interest-content {
    padding: 40px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
}

.promo-interest-content h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #0F0E0E;
    line-height: 35px;
    margin-bottom: 24px;
}

.promo-interest-content .promo-card-pill {
    background-color: transparent !important;
    padding: 0;
    border: none;
    margin-bottom: 12px;
}

.promo-interest-content .promo-card-pill i {
    color: #524C4D !important;
    font-size: 20px;
}

.promo-interest-content .promo-card-pill span {
    color: #524C4D !important;
    font-size: 18px;
}

.promo-interest-wa-btn {
    background-color: #1FAF38;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 60px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.promo-interest-wa-btn:hover {
    background-color: #20BA5A;
    color: white;
}

@media (max-width: 991px) {
    .promo-interest-banner {
        flex-direction: column;
    }

    .promo-interest-image {
        width: 100%;
        height: 250px;
    }

    .promo-detail-title {
        font-size: 24px;
    }
}

/* --- About Page Revamp --- */
.about-hero-section {
    position: relative;
    width: 100%;
    min-height: 480px;
    background-image: url('/assets/revamp/about_hero.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: #3A3A3A;
    mix-blend-mode: hard-light;
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.about-hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: white !important;
}

.about-hero-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 800px;
    color: white;
    margin: 0;
}

.about-wa-float {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #1FAF38;
    padding: 10px 20px;
    border-radius: 60px;
    color: white;
    text-decoration: none;
    transition: transform 0.3s;
}

.about-wa-float:hover {
    transform: translateY(-5px);
    color: white;
}

.about-wa-float p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.about-wa-float img {
    width: 32px;
    height: 32px;
}

.about-dedikasi-section {
    padding: 100px 0;
}

.about-dedikasi-title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.375;
    color: #3DB7C3 !important;
    margin-bottom: 24px;
}

.about-dedikasi-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #524C4D !important;
    line-height: normal;
    margin-bottom: 24px;
}

.about-quote-section {
    background-color: #FDEDED;
    padding: 100px 0;
    text-align: center;
}

.about-quote-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

.about-quote-text {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #0F0E0E;
    position: relative;
    z-index: 2;
}

.about-quote-symbol {
    font-family: 'Poly', serif;
    font-size: 200px;
    color: #0F0E0E;
    position: absolute;
    left: 40px;
    line-height: 0;
    opacity: 0.8;
}

.about-grid-section {
    padding: 60px 0;
}

.about-grid-title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #3DB7C3 !important;
    line-height: 1.375;
    margin-bottom: 24px;
}

.about-grid-image {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}

.about-grid-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #524C4D !important;
    line-height: normal;
    margin-bottom: 50px;
}

.large-grid-img {
    height: 483px;
}

.small-grid-img {
    height: 235px;
}

.about-banner-container {
    background-color: #FDEDED;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.about-banner-img {
    width: 50%;
    object-fit: cover;
    min-height: 486px;
    border-radius: 30px 0 0 30px;
}

.about-banner-content {
    width: 50%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-banner-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #3DB7C3 !important;
    line-height: 1.375;
    margin-bottom: 40px;
}

.about-search-btn {
    border: 2px solid #3DB7C3;
    color: #3DB7C3;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 32px;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.3s;
}

.about-search-btn:hover {
    background-color: #3DB7C3;
    color: white;
}

.about-seo-section {
    padding: 80px 0;
}

.about-seo-section h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #3DB7C3 !important;
    margin-bottom: 40px;
}

.about-seo-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #3A3A3A !important;
    line-height: normal;
    text-align: justify;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .about-hero-content h1 {
        font-size: 40px;
    }

    .about-hero-content p {
        font-size: 24px;
    }

    .about-dedikasi-title {
        font-size: 32px;
    }

    .about-quote-text {
        font-size: 24px;
        padding-left: 20px;
    }

    .about-quote-text::before {
        left: -10px;
        top: -10px;
        font-size: 80px;
    }

    .about-banner-container {
        flex-direction: column;
    }

    .about-banner-img {
        width: 100%;
        height: 300px;
        border-radius: 30px 30px 0 0;
    }
}

/* Contact Page Styles */
.contact-hero-section {
    position: relative;
    width: 100%;
    min-height: 480px;
    background-image: url('/assets/revamp/Hero Section.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: #3A3A3A;
    mix-blend-mode: hard-light;
    z-index: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 800px;
    padding: 0 20px;
}

.contact-hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: white !important;
}

.contact-cards-section {
    padding: 40px 0;
}

.contact-card {
    background: white;
    border: 2px solid #F5F5F5;
    border-radius: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 100%;
    text-align: center;
    transition: transform 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card-header {
    background: #F0FBFB;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #3DB7C3;
}

.contact-card-header h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #3DB7C3;
}

.contact-card-header i {
    font-size: 30px;
}

.contact-card-body {
    padding: 30px 20px;
}

.contact-card-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #524C4D;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}

.contact-card-link {
    font-family: 'Poppins', sans-serif;
    color: #0F0E0E;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color 0.3s;
}

.contact-card-link:hover {
    color: #3DB7C3;
}

.contact-visit-section {
    padding: 56px 0 40px 0;
}

.contact-map-container {
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
}

.contact-visit-info {
    padding-left: 30px;
}

.contact-visit-info h2 {
    font-family: 'Poppins', sans-serif;
    color: #3DB7C3 !important;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-visit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #524C4D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.contact-visit-item i {
    font-size: 24px;
    color: #3DB7C3;
    margin-top: 3px;
}

.contact-visit-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0F0E0E;
    line-height: 1.6;
    margin-top: 20px;
}

.contact-form-section {
    padding: 60px 0;
}

.contact-form-wrapper {
    background: #F0FBFB;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
}

.contact-form-group {
    margin-bottom: 25px;
}

.contact-form-group label {
    display: block;
    color: #524C4D;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-form-group .form-control {
    border: 1px solid #C6C2C3;
    border-radius: 8px;
    padding: 12px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.contact-form-group .form-control::placeholder {
    color: #9E999A;
}

.contact-submit-btn {
    border: 1px solid #3DB7C3;
    background: white;
    color: #3DB7C3;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px;
    border-radius: 999px;
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.contact-submit-btn:hover {
    background: #3DB7C3;
    color: white;
}

.contact-form-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.contact-form-img-card {
    border-radius: 16px;
    overflow: hidden;
    flex: 1;
}

.contact-form-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-locations-section {}

.contact-locations-title {
    font-family: 'Poppins', sans-serif;
    color: #3DB7C3 !important;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact-location-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 165px;
}

.contact-location-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-location-overlay {
    position: absolute;
    inset: 0;
    background: rgba(58, 58, 58, 0.5);
    /* Semi-transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.contact-location-item:hover .contact-location-overlay {
    background: rgba(58, 58, 58, 0.7);
}

.contact-location-item h3 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .contact-hero-content h1 {
        font-size: 36px;
    }

    .contact-visit-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .contact-form-images {
        display: none;
    }

    .contact-submit-btn {
        font-size: 20px;
    }
}

/* ============================================================
   JOIN / MITRA PAGE STYLES
   ============================================================ */

/* 1. Hero */
.join-hero-section {
    position: relative;
    min-height: 406px;
    background-image: url('/assets/join/Header Zip.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.join-hero-overlay {
    position: absolute;
    inset: 0;
    background: #3A3A3A;
    mix-blend-mode: hard-light;
    z-index: 1;
}

.join-hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 60px 0;
}

.join-hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.25;
    color: white !important;
    margin-bottom: 16px;
}

.join-hero-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin: 0;
}

/* 2. Who can join – 3 type cards */
.join-types-section {
    padding: 80px 0 60px;
    background: white;
}

.join-type-card {
    border: 2px solid #F5F5F5;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background: white;
    height: 100%;
    transition: transform 0.3s;
}

.join-type-card:hover {
    transform: translateY(-6px);
}

.join-type-img {
    height: 250px;
    overflow: hidden;
}

.join-type-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-type-body {
    padding: 24px 28px 28px;
    text-align: center;
}

.join-type-body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #3DB7C3 !important;
    margin-bottom: 12px;
}

.join-type-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #524C4D;
    line-height: 1.6;
    margin-bottom: 20px;
}

.join-type-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0F0E0E;
    text-decoration: none;
    transition: color 0.3s;
}

.join-type-link:hover {
    color: #3DB7C3;
}

/* 3. Services */
.join-services-section {
    padding: 60px 0;
    background: white;
}

.join-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #3DB7C3 !important;
    margin-bottom: 48px;
    letter-spacing: 0.5px;
}

.join-service-card {
    background: #F0FBFB;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    transition: transform 0.3s;
}

.join-service-card:hover {
    transform: translateY(-4px);
}

.join-service-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3DB7C3;
    font-size: 32px;
}

.join-service-text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0F0E0E;
    margin-bottom: 6px;
}

.join-service-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #524C4D;
    margin: 0;
    line-height: 1.5;
}

/* 4. Comparison table */
.join-comparison-section {
    padding: 60px 0;
    background: white;
}

.join-comparison-table-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.join-comparison-table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.join-comparison-table thead th {
    background: #F0FBFB;
    padding: 16px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border-bottom: 2px solid #D9D9D9;
    vertical-align: middle;
}

.join-comparison-table tbody td {
    padding: 16px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #524C4D;
    font-weight: 500;
    border-bottom: 1px solid #D9D9D9;
    vertical-align: middle;
}

.join-comparison-table tbody td:first-child {
    background: #FAFAFA;
    font-weight: 600;
    width: 32%;
}

.join-comparison-table .fa-check {
    font-size: 20px;
}

.join-comparison-table .fa-xmark {
    font-size: 20px;
}

/* 5. Success Stories */
.join-success-section {
    padding: 60px 0;
    background: white;
}

.join-success-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
}

.join-success-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-success-list {
    list-style: disc;
    padding-left: 24px;
}

.join-success-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #524C4D;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* 6. Team */
.join-team-section {
    padding: 60px 0;
    background: #FDEDED;
}

.join-team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join-team-img {
    height: 285px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
}

.join-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.join-team-name {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #0F0E0E;
    margin-bottom: 8px;
}

.join-team-rooms {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #524C4D;
    margin-bottom: 16px;
}

.join-team-btn {
    display: inline-flex;
    align-items: center;
    background: #C2E2F9;
    color: #0F0E0E;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 999px;
    text-decoration: none;
    gap: 8px;
    transition: background 0.3s, color 0.3s;
}

.join-team-btn:hover {
    background: #3DB7C3;
    color: white;
}

/* 7. Partners */
.join-partners-section {
    padding: 60px 0;
    background: white;
}

.join-partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.join-partner-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-partner-logo img {
    max-height: 84px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s;
}

.join-partner-logo img:hover {
    filter: none;
}

/* 8. Contact Form */
.join-form-section {
    padding: 60px 0 80px;
    background: white;
}

.join-form-wrapper {
    border: 3px solid #524C4D;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.join-form-info {
    flex: 0 0 50%;
    padding: 40px 48px;
}

.join-form-info h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #3DB7C3 !important;
    margin-bottom: 16px;
}

.join-form-info>p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #524C4D;
    margin-bottom: 32px;
    line-height: 1.6;
}

.join-form-info-item {
    margin-bottom: 24px;
}

.join-form-info-item h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #3DB7C3 !important;
    margin-bottom: 6px;
}

.join-form-info-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #524C4D;
    margin: 0;
    line-height: 1.5;
}

.join-form-info-item a {
    color: #524C4D;
    text-decoration: underline;
}

.join-form-info-item a:hover {
    color: #3DB7C3;
}

.join-form-right {
    flex: 0 0 50%;
    background: #FDEDED;
    padding: 40px 48px;
    border-radius: 0 17px 17px 0;
}

.join-form-group {
    margin-bottom: 20px;
}

.join-form-group label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0F0E0E;
    margin-bottom: 8px;
}

.join-form-group .form-control {
    border: none;
    border-radius: 7px;
    background: white;
    padding: 10px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0F0E0E;
}

.join-form-group .form-control::placeholder {
    color: #D9D9D9;
}

.join-form-submit {
    width: 100%;
    border: 2px solid #3DB7C3;
    background: white;
    color: #3DB7C3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s;
}

.join-form-submit:hover {
    background: #3DB7C3;
    color: white;
}

/* 9. FAQ */
.join-faq-section {
    padding: 60px 0 80px;
    background: white;
}

.join-faq-accordion .accordion-item {
    border: none;
    border-bottom: 3px solid #DEDED1;
}

.join-faq-accordion .accordion-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #524C4D;
    background: white;
    box-shadow: none;
    padding: 20px 8px;
}

.join-faq-accordion .accordion-button:not(.collapsed) {
    color: #3DB7C3;
    background: white;
}

.join-faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233DB7C3'%3E%3Cpath d='M12 5v14M5 12h14' stroke='%233DB7C3' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 22px;
    width: 22px;
    height: 22px;
}

.join-faq-accordion .accordion-body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #524C4D;
    padding: 0 8px 16px;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
    .join-hero-content h1 {
        font-size: 36px;
    }

    .join-hero-content p {
        font-size: 18px;
    }

    .join-section-title {
        font-size: 28px;
    }

    .join-form-wrapper {
        flex-direction: column;
    }

    .join-form-info,
    .join-form-right {
        flex: 0 0 100%;
    }

    .join-form-right {
        border-radius: 0 0 17px 17px;
    }

    .join-success-img-wrap {
        height: 260px;
    }

    .join-team-img {
        width: 150px;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .join-hero-content h1 {
        font-size: 28px;
    }

    .join-service-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .join-comparison-table thead th:nth-child(n+3),
    .join-comparison-table tbody td:nth-child(n+3) {
        display: none;
    }

    .join-faq-section .col-lg-6:last-child h2 {
        visibility: visible !important;
    }
}
