.hero-property-section {
    background: #f5f6f7;
    padding: 50px 50px;
}

.property-expert {
    font-size: 20px;
    margin-bottom: 40px;
}

.breadcrumb-custom {
    font-size: 14px;
    color: #777;
}

.hero-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-desc {
    color: #666;
    font-size: 28px;
    margin-bottom: 20px;
}

.btn-cta {
    background: #3b8f94;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 500;
}

.btn-cta:hover {
    background: #2f7c80;
    color: #fff;
}

.hero-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 18px;
}

/* FEATURE STRIP */
.feature-strip {
    background: #cfd8dc;
    padding: 20px;
    border-radius: 12px;
}

.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: left;
}

.feature-box img {
    width: 65px;
    height: 65px;
}

.feature-text strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #222;
}

.feature-text span {
    font-size: 18px;
    color: #444;
}

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

    .hero-title {
        font-size: 30px;
    }

    .hero-img {
        height: 250px;
        margin-top: 20px;
    }

    .feature-box {
        flex-direction: column;
        text-align: center;
    }

}

.why-section {
    background-color: #e6f0fa;
    padding: 70px 40px;
}

.why-section .section-title {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #111;
    line-height: 1.3;
}


.why-section .section-subtitle {
    color: #333;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

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

.feature-icon-box {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    /* border: 2px solid #222; */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.feature-icon-box img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.feature-content .feature-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 6px;
}

.feature-content .feature-title-underline {
    width: 130px;
    height: 2.5px;
    background-color: #008080;
    margin-bottom: 12px;
}

.feature-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.65;
    margin: 0;
    margin-top: 5px;
}

.micro-market-section {
    background-color: #fff;
    padding: 60px 40px 50px;
}

.micro-market-section .section-title {
    font-size: 36px;
    font-weight: 900;
    color: #111;
    margin-bottom: 10px;
}

.micro-market-section .section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.property-card {
    text-align: center;
    margin-bottom: 36px;
}

.property-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.property-card .card-underline {
    width: 50px;
    height: 3px;
    background-color: #009999;
    margin: 10px 0 8px 0;
    border-radius: 2px;
}

.property-card .card-name {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    text-align: center;
}

/* ── Section Wrapper ── */
.services-section {
    padding: 60px 20px 40px;
}

.services-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.services-section .section-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

/* ── Service Cards ── */
.service-card {
    background: #fff;
    border: 1px solid #e0e6ea;
    border-radius: 14px;
    padding: 28px 22px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s;
}

.service-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
}

.service-card .icon-wrap {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #f0f8f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.service-card .icon-wrap img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.service-card .card-body-content {
    flex: 1;
}

.service-card .card-body-content h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.35;
}

.service-card .card-body-content p {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

.services-row .col-md-4 {
    margin-bottom: 24px;
}

/* ── Bottom Banner ── */
.asset-banner {
    background: #eef4f7;
    border-radius: 16px;
    padding: 44px 40px;
    margin-top: 20px;
}

.asset-banner .banner-heading {
    font-size: 1.7rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 16px;
}

.asset-banner .banner-desc {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.65;
    max-width: 340px;
}

/* ── Checklist Items ── */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.93rem;
    color: #333;
    padding: 7px 0;
}

.check-list li .check-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #2a9d8f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-list li .check-icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Divider between two checklist columns */
.divider-vertical {
    border-left: 1.5px solid #c5d5db;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .asset-banner {
        padding: 28px 20px;
    }

    .asset-banner .banner-heading {
        font-size: 1.35rem;
    }

    .divider-vertical {
        display: none;
    }
}

/* ── TOP SECTION ── */
.nri-section {
    background: #f8f9fe;
    padding: 60px 0 50px;
}

.nri-illustration {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nri-illustration img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
}

.nri-content h2 {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 10px;
}

.nri-content p.subtitle {
    color: #4a5568;
    margin-bottom: 18px;
    font-size: 0.97rem;
    line-height: 1.6;
}

.nri-checklist {
    list-style: none;
    padding: 0;
    margin-bottom: 28px;
}

.nri-checklist li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #2d3748;
}

.nri-checklist li::before {
    content: "✓";
    color: #2a9d8f;
    font-weight: 700;
    font-size: 1.05rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.btn-teal {
    background-color: #2a9d8f;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 0.3px;
    transition: background 0.2s;
    display: inline-block;
}

.btn-teal:hover {
    background-color: #21867a;
    color: #fff;
    text-decoration: none;
}

/* ── HOW IT WORKS SECTION ── */
.how-it-works {
    background: #fff;
    padding: 60px 0 70px;
}

.how-it-works h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 50px;
}

.step-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 180px;
}

.step-icon-container {
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 18px;
}

/* Light grey circle background */
.step-icon-bg {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Active step (step 3 is highlighted) */
.step-icon-bg.active {
    background: #e0f0ee;
}

.step-icon-bg img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

/* Numbered badge */
.step-badge {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #2a9d8f;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.step-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a202c;
    margin-bottom: 6px;
    line-height: 1.35;
}

.step-desc {
    font-size: 0.82rem;
    color: #4a5568;
    line-height: 1.5;
}

/* Dashed arrow connector */
.step-arrow {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
    flex-shrink: 0;
    padding-left: 4px;
    padding-right: 4px;
}

.step-arrow svg {
    width: 60px;
    height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .step-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .step-arrow {
        transform: rotate(90deg);
        padding-bottom: 0;
        margin: 8px 0;
    }

    .nri-illustration {
        margin-bottom: 30px;
    }
}

/* ── Section 1: Maximize Banner ── */
.maximize-section {
    background-color: #eaf5f7;
    border-radius: 12px;
    padding: 30px 35px;
    margin: 30px auto;
}

.maximize-title {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}

.maximize-section .feature-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.why-section .feature-item img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.feature-label {
    font-size: 17px;
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.3;
}

/* Vertical divider between last 2 items */
.divider-left {
    /* border-left: 1.5px solid #c8dde0;
    padding-left: 20px; */
}

/* ── Section 2: Testimonials ── */
.testimonials-section {
    padding: 10px 0 40px;
}

.testimonials-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #e0ecee;
    border-radius: 12px;
    padding: 28px 28px 22px;
    height: 100%;
}

.quote-open {
    font-size: 48px;
    color: #b0cdd1;
    line-height: 0.6;
    margin-right: 4px;
    font-family: Georgia, serif;
    vertical-align: top;
    display: inline-block;
    margin-top: 4px;
}

.quote-close {
    font-size: 36px;
    color: #b0cdd1;
    line-height: 1;
    font-family: Georgia, serif;
    display: inline;
    margin-left: 4px;
}

.testimonial-text {
    font-size: 14.5px;
    color: #3a3a3a;
    line-height: 1.65;
    display: inline;
}

.reviewer-avatar {
    width: 44px;
    height: 44px;
    background-color: #c5d9dd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.reviewer-avatar svg {
    width: 24px;
    height: 24px;
    fill: #5a8e95;
}

.reviewer-name {
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.reviewer-role {
    font-size: 12.5px;
    color: #666;
}

.stars {
    color: #2a9d8f;
    font-size: 20px;
    letter-spacing: 2px;
}

.reviewer-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.reviewer-info {
    display: flex;
    align-items: center;
}

.section-wrapper {
    padding: 70px 20px 60px;
    background-color: #f0f2f4;
}

.section-wrapper.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.title-underline {
    display: block;
    width: 160px;
    height: 3px;
    background-color: #2a9d8f;
    margin: 18px 0 30px 0;
}

.section-wrapper .section-subtitle {
    text-align: center;
    color: #444;
    font-size: 1rem;
    max-width: 560px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

/* Location Card */
.location-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 140px;
    cursor: pointer;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

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

.location-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 18px 12px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
}

.location-card-overlay h5 {
    margin: 0 0 2px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.location-card-overlay p {
    margin: 0;
    font-size: 0.85rem;
    color: #333;
}

.cta-text {
    text-align: center;
    color: #444;
    font-size: 0.95rem;
    margin-bottom: 18px;
}

.btn-check-sector {
    display: block;
    margin: 0 auto;
    background-color: #2a9d8f;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px 48px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease;
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.btn-check-sector:hover {
    background-color: #21867a;
    color: #fff;
    text-decoration: none;
}