/* ---- Shared Utilities ---- */
.er-text-gold {
    color: var(--pk-accent);
}

/* ---- Section Labels ---- */
.er-section-eyebrow {
    display: inline-block;
    color: var(--pk-accent);
    text-transform: uppercase;
    letter-spacing: 3px;
    /* margin-bottom: 12px; */
}

.er-section-title {
    font-family: inter;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--pk-text-dark);
    line-height: 1.2;
    margin-bottom: 16px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.er-hero-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.er-hero-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.er-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    /* animation: er-hero-zoom 12s ease-in-out infinite alternate; */
    z-index: 0;
}

@keyframes er-hero-zoom {
    from {
        transform: scale(1.0);
    }

    to {
        transform: scale(1.06);
    }
}

.er-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(59, 59, 59, 0.433), rgba(0, 0, 0, 0.46));
    z-index: 1;
}

/* Eyebrow pill */
.er-eyebrow {
    background: rgba(198, 163, 79, 0.15);
    border: 1px solid rgba(198, 163, 79, 0.4);
    color: var(--pk-accent);
    font-size: 0.82rem;
    letter-spacing: 1px;
    padding: 8px 18px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
}

.er-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pk-accent);
    animation: er-pulse 1.8s ease-in-out infinite;
    display: inline-block;
}

@keyframes er-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.75);
    }
}

/* Hero Title */
.er-hero-title {
    font-family: inter;
    font-size: clamp(2.5rem, 7vw, 5.2rem);
    line-height: 1.1;
}

.er-hero-subtitle {
    font-size: 65px;
}

/* 
.er-hero-sub {
    font-size: 1.1rem;
    max-width: 560px;
    line-height: 1.7;
} */

/* Search Card */
.er-search-card {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
}

.er-search-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--pk-text-muted);
}

.er-search-select {
    background-color: #f8fafc;
    color: var(--pk-text-dark);
    border-radius: 10px !important;
    padding: 12px 16px;
    cursor: pointer;
}

.er-search-select:focus {
    box-shadow: 0 0 0 3px rgba(198, 163, 79, 0.2) !important;
    border-color: var(--pk-accent) !important;
}

.er-search-btn {
    background: var(--pk-primary);
    color: var(--pk-accent);
    border: none;
    border-radius: 10px !important;
    padding: 13px 24px;
    transition: var(--pk-transition);
}

.er-search-btn:hover {
    background: var(--pk-accent);
    color: var(--pk-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(198, 163, 79, 0.35);
}

/* Floating Hero Stats */
.er-hero-stats {
    position: absolute;
    right: 60px;
    bottom: 120px;
    z-index: 3;
}

.er-stat-pill {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 14px 22px;
    text-align: center;
    min-width: 130px;
}

.er-stat-num {
    display: block;
    font-size: 1.5rem;
    color: var(--pk-accent);

}

.er-stat-lbl {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   STATS SECTION
   ============================================ */
.er-stats-section {
    background-color: rgba(16, 46, 38, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 15px 0;
    border-top: 1px solid rgba(198, 163, 79, 0.25);
    border-bottom: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.er-stats-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.er-stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 160px;
    padding: 5px 15px;
    justify-content: center;
}

.er-stat-icon {
    color: var(--pk-accent);
    font-size: 2.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.er-stat-info {
    display: flex;
    flex-direction: column;
}

.er-stats-section .er-count {
    font-family: 'Inter', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--pk-white);
    line-height: 1.1;
}

.er-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    text-transform: capitalize;
    margin-top: 2px;
    letter-spacing: 0.2px;
}

.er-stat-divider {
    width: 1px;
    height: 32px;
    background-color: rgba(198, 163, 79, 0.25);
    flex-shrink: 0;
}

/* Responsiveness */
@media (max-width: 1199px) {
    .er-stat-item {
        min-width: 140px;
        gap: 10px;
    }

    .er-stat-icon {
        font-size: 1.8rem;
    }

    .er-stats-section .er-count {
        font-size: 1.5rem;
    }

    .er-stat-label {
        font-size: 0.68rem;
    }
}

@media (max-width: 991px) {
    .er-stats-section {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        background-color: rgba(16, 46, 38, 0.75);
        border-bottom: 1px solid rgba(198, 163, 79, 0.2);
        margin-top: 30px;
        z-index: 1;
        padding: 20px 0;
    }

    .er-stats-container {
        justify-content: center;
        gap: 15px 0;
    }

    .er-stat-item {
        flex: 0 0 50%;
        min-width: unset;
        justify-content: flex-start;
        padding-left: 12%;
    }

    .er-stat-divider {
        display: none;
    }
}

@media (max-width: 767px) {
    .er-stat-item {
        flex: 0 0 50%;
        justify-content: flex-start;
        padding-left: 8%;
    }
}

@media (max-width: 480px) {
    .er-stat-item {
        flex: 0 0 50%;
        justify-content: flex-start;
        padding-left: 4%;
        gap: 8px;
    }

    .er-stat-icon {
        font-size: 1.6rem;
    }

    .er-stats-section .er-count {
        font-size: 1.3rem;
    }

    .er-stat-label {
        font-size: 0.65rem;
    }
}

/* ============================================
   PROJECTS SECTION
   ============================================ */
/* Filter Buttons */
.er-filter-btn {
    border: 1.5px solid #dee2e6;
    background: white;
    color: var(--pk-text-dark);
    font-size: 0.82rem;
    padding: 8px 18px;
    border-radius: 100px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.er-filter-btn:hover,
.er-filter-btn.active {
    background: var(--pk-primary);
    border-color: var(--pk-primary);
    color: var(--pk-accent);
}

/* Project Card */
.er-project-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: var(--pk-transition);
}

.er-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(16, 46, 38, 0.12);
}

.er-project-img-wrap {
    position: relative;
    overflow: hidden;
    /* height: 240px; */
}

.er-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.er-project-card:hover .er-project-img {
    transform: scale(1.08);
}

/* Status Badge */
.er-project-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 100px;
    z-index: 2;
}

.er-project-badge.ongoing {
    background: rgba(16, 46, 38, 0.9);
    color: var(--pk-accent);
}

.er-project-badge.ready {
    background: rgba(22, 163, 74, 0.9);
    color: white;
}

.er-project-badge.upcoming {
    background: rgba(79, 70, 229, 0.9);
    color: white;
}

/* Hover Overlay */
.er-project-overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 46, 38, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.er-project-card:hover .er-project-overlay {
    opacity: 1;
}

.er-view-btn {
    background: var(--pk-accent);
    color: var(--pk-primary);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 12px 26px;
    border-radius: 100px;
    transition: transform 0.3s ease;
}

.er-view-btn:hover {
    transform: scale(1.05);
    color: var(--pk-primary);
}

/* Card Body */
.er-project-name {
    color: var(--pk-text-dark);
    height: 30px;
}

.er-project-description {
    height: 50px;
}

.er-project-type {
    background: var(--pk-accent-light);
    color: var(--pk-primary);
    font-size: 0.72rem;
    padding: 4px 12px;
    border-radius: 100px;
}

/* Buttons */
.er-btn-primary {
    background: var(--pk-primary);
    color: var(--pk-accent);
    border: 2px solid var(--pk-primary);
    border-radius: 100px;
    transition: var(--pk-transition);
}

.er-btn-primary:hover {
    background: transparent;
    color: var(--pk-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(16, 46, 38, 0.15);
}

.er-btn-outline-primary {
    background: transparent;
    color: var(--pk-primary);
    border: 2px solid var(--pk-primary);
    border-radius: 100px;
    transition: var(--pk-transition);
}

.er-btn-outline-primary:hover {
    background: var(--pk-primary);
    color: var(--pk-accent);
    transform: translateY(-3px);
}

.er-btn-gold {
    background: var(--pk-accent);
    color: #ffffff;
    border: 2px solid var(--pk-accent);
    border-radius: 100px;
    transition: var(--pk-transition);
}

.er-btn-gold:hover {
    background: #ffffff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(198, 163, 79, 0.35);
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.er-about-main-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    box-shadow: 30px 30px 0px var(--pk-accent-light);
}

.er-about-badge-card {
    position: absolute;
    bottom: -25px;
    right: -10px;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    min-width: 220px;
}

.er-about-badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--pk-accent-light);
    color: var(--pk-accent);
}

.er-about-feature {
    padding: 10px 0;
}

.er-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--pk-primary);
    color: var(--pk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================
   WHY CHOOSE US SECTION
   ============================================ */

.er-why-card {
    background: white;
    border-radius: 20px;
    border: 1px solid #e9ecef;
    transition: var(--pk-transition);
    height: 100%;
}

.er-why-card:hover,
.er-testi-card:hover {
    background: var(--pk-primary);
    border-color: var(--pk-primary);
    color: white;
}



.er-why-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: var(--pk-accent-light);
    color: var(--pk-primary);
}

.er-why-icon-active {
    background: rgba(198, 163, 79, 0.15);
    color: var(--pk-accent);
}

/* ============================================
   NRI GATEWAY SECTION
   ============================================ */
.er-nri-section {
    background: white;
}

.er-nri-card {
    background: var(--pk-primary);
    border-radius: 24px;
    padding: 56px 60px;
    position: relative;
    overflow: hidden;
}

.er-nri-bg-pattern {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(198, 163, 79, 0.07);
    pointer-events: none;
}

.er-nri-bg-pattern::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 60px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
}

.er-nri-eyebrow {
    display: inline-block;
    color: var(--pk-accent);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.85;
}

.er-nri-title {
    font-family: inter;
}

.er-nri-pill {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    padding: 8px 18px;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */

.er-testi-card {
    background: white;
    border-radius: 20px;
    border: 1px solid #e9ecef;
    transition: var(--pk-transition);
}

.er-testi-stars {
    color: var(--pk-accent);
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.er-testi-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--pk-text-muted);
    font-style: italic;
}

.er-testi-card:hover .er-testi-text {
    color: white;
}




.er-testi-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--pk-accent-light);
}



.er-cta-card {
    background: linear-gradient(135deg, #f8fafc 0%, var(--pk-accent-light) 100%);
    border-radius: 24px;
    border: 1px solid rgba(198, 163, 79, 0.2);
}

.er-cta-title {
    font-family: inter;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--pk-text-dark);
}

.er-hero-sub {
    font-size: 2rem;
    /* max-width: 650px !important; */
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.2;

}

.hero-btn {
    display: none;
}

.hero-btn1 {
    display: flex;
}

/* ============================================
   NEW TESTIMONIAL SECTION
   ============================================ */
.er-trusted-testimonials-section {
    background-color: #f8fafc;
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.testi-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--pk-accent);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 8px;
}

.testi-title {
    font-family: inter;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--pk-text-dark);
    line-height: 1.3;
}

.testi-card-item {
    background: transparent;
    padding: 10px;
}

.testi-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testi-quote {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 12px;
}

.testi-name {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--pk-text-dark);
}

.testi-role {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    color: #64748b;
}

.testi-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.testi-nav-btn:hover {
    background: var(--pk-primary);
    color: var(--pk-accent);
    border-color: var(--pk-primary);
    box-shadow: 0 6px 16px rgba(16, 46, 38, 0.15);
}

/* Dividing lines in desktop view */


@media (min-width: 992px) {
    .testiSwiper .swiper-slide:not(:last-child) {
        border-right: 1px solid rgba(16, 46, 38, 0.1);
    }
}

@media (max-width: 991px) {
    .testi-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}

/* Custom CSS for Confidence Section */

.ei-confidence-section {
    background-color: #fafafa;
    color: #212529;
}

.ei-confidence-section .ei-confidence-eyebrow {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    color: #64748b;
}

.ei-confidence-section .ei-confidence-title {
    font-family: inter;
    font-size: 2.5rem;
    color: #111;
    line-height: 1.2;
}

.ei-confidence-section .about-btn {
    outline: 2px solid #102e26;
    color: #102e26;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.ei-confidence-section .about-btn:hover {
    outline: 2px solid #102e26;
    background-color: #102e26;
    color: #fff;
    border-radius: 50px;
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(16, 46, 38, 0.2);
}

.ei-confidence-section .ei-text-gold {
    color: #f39c12;
}

.ei-confidence-section .ei-confidence-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

.ei-confidence-section .ei-btn-outline-dark {
    border: 1px solid #222;
    color: #222;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

.ei-confidence-section .ei-btn-outline-dark:hover {
    background: #222;
    color: #fff;
}

.ei-confidence-section .ei-feature-card {
    height: 100%;
}

.ei-confidence-section .border-end-lg {
    border-right: 1px solid transparent;
}


.ei-confidence-section .ei-feature-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.ei-confidence-section .ei-feature-icon {
    font-size: 2.5rem;
    color: #f39c12;
}

.ei-confidence-section .ei-feature-title {
    font-family: inter;
    font-size: 1.25rem;
    color: #222;
}

.ei-confidence-section .ei-feature-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #666;
}

/* Why Dholera Section */
.ei-why-dholera,
.ei-why-dholera-desktop,
.ei-why-dholera-mobile {
    overflow: hidden;
    color: #e5e5e5;
    border-top: 1px solid rgba(243, 156, 18, 0.2);
    border-bottom: 1px solid rgba(243, 156, 18, 0.2);
    position: relative;
}

@media (max-width: 1199.98px) {
    .ei-why-dholera,
    .ei-why-dholera-desktop,
    .ei-why-dholera-mobile {
        background-position: left center;
        background-size: cover;
    }
}

.ei-why-dholera .ei-wd-eyebrow,
.ei-why-dholera-desktop .ei-wd-eyebrow,
.ei-why-dholera-mobile .ei-wd-eyebrow {
    color: #f39c12;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
}

.ei-why-dholera .ei-wd-title,
.ei-why-dholera-desktop .ei-wd-title,
.ei-why-dholera-mobile .ei-wd-title {
    font-family: inter;
    font-size: 1.6rem;
    line-height: 1.3;
}

.ei-why-dholera .ei-wd-desc,
.ei-why-dholera-desktop .ei-wd-desc,
.ei-why-dholera-mobile .ei-wd-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #b5c7c0;
}

.ei-why-dholera .border-end-wd,
.ei-why-dholera-desktop .border-end-wd,
.ei-why-dholera-mobile .border-end-wd {
    border-right: 1px solid rgba(243, 156, 18, 0.25);
}

.ei-why-dholera .ei-wd-icon i,
.ei-why-dholera-desktop .ei-wd-icon i,
.ei-why-dholera-mobile .ei-wd-icon i {
    font-size: 2.2rem;
    color: #f39c12;
}

.ei-why-dholera .ei-wd-feature-title,
.ei-why-dholera-desktop .ei-wd-feature-title,
.ei-why-dholera-mobile .ei-wd-feature-title {
    font-size: 0.9rem;
    line-height: 1.4;
    font-family: inter;
}

.ei-why-dholera .ei-wd-feature-sub,
.ei-why-dholera-desktop .ei-wd-feature-sub,
.ei-why-dholera-mobile .ei-wd-feature-sub {
    font-size: 0.75rem;
    color: #b5c7c0;
}

.ei-why-dholera .ei-wd-scroll,
.ei-why-dholera-desktop .ei-wd-scroll,
.ei-why-dholera-mobile .ei-wd-scroll {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 156, 18, 0.5) transparent;
}

.ei-why-dholera .ei-wd-scroll::-webkit-scrollbar,
.ei-why-dholera-desktop .ei-wd-scroll::-webkit-scrollbar,
.ei-why-dholera-mobile .ei-wd-scroll::-webkit-scrollbar {
    height: 4px;
}

.ei-why-dholera .ei-wd-scroll::-webkit-scrollbar-track,
.ei-why-dholera-desktop .ei-wd-scroll::-webkit-scrollbar-track,
.ei-why-dholera-mobile .ei-wd-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.ei-why-dholera .ei-wd-scroll::-webkit-scrollbar-thumb,
.ei-why-dholera-desktop .ei-wd-scroll::-webkit-scrollbar-thumb,
.ei-why-dholera-mobile .ei-wd-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(243, 156, 18, 0.5);
    border-radius: 10px;
}

@media (max-width: 1199.98px) {
    .ei-why-dholera .ei-wd-left,
    .ei-why-dholera-desktop .ei-wd-left,
    .ei-why-dholera-mobile .ei-wd-left {
        border-right: none;
        border-bottom: 1px solid rgba(243, 156, 18, 0.25);
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 991.98px) {
    .ei-why-dholera .ei-wd-col,
    .ei-why-dholera-desktop .ei-wd-col,
    .ei-why-dholera-mobile .ei-wd-col {
        min-width: 180px;
        flex: 0 0 auto;
    }

}

@media (min-width: 992px) {
    .ei-confidence-section .border-end-lg {
        border-right-color: #e0e0e0;
    }
}

.er-land-options-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.er-land-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #64748b;
    text-transform: uppercase;
}

.er-land-title {
    font-family: inter;
    font-size: 2.25rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.er-btn-explore {
    font-family: 'Inter', sans-serif;
    border: 1.5px solid #0f172a;
    border-radius: 8px;
    padding: 10px 24px;
    background-color: transparent;
    color: #0f172a;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.er-btn-explore:hover {
    background-color: #0f172a;
    color: #ffffff;
    transform: translateY(-2px);
}

.er-land-card {
    border-radius: 16px;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
}

.er-land-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.er-land-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 220px;
    overflow: hidden;
}

.er-land-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.er-land-card:hover .er-land-img {
    transform: scale(1.06);
}

.er-land-body {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.er-land-icon-wrap {
    width: 44px;
    height: 44px;
    border: 2px solid #C6A34F;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C6A34F;
    font-size: 1.15rem;
    flex-shrink: 0;
    background-color: rgba(230, 126, 34, 0.03);
    transition: all 0.3s ease;
}

.er-land-card:hover .er-land-icon-wrap {
    background-color: #C6A34F;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.2);
}

.er-land-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}

.er-land-card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

.er-land-link {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease, color 0.2s ease;
}

.er-land-link:hover {
    color: #C6A34F;
    gap: 10px;
}

@media (max-width: 768px) {
    .er-land-options-section {
        padding: 50px 0;
    }

    .er-land-title {
        font-size: 1.8rem;
    }

    .er-land-body {
        padding: 20px;
    }

    .er-land-icon-wrap {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

/* Featured Projects Section Styles */
.er-fp-section {
    background-color: #102e26;
    /* Dark Green theme color */
    padding: 80px 0;
}

.er-fp-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #C6A34F;
    /* Accent Gold */
    text-transform: uppercase;
}

.er-fp-title {
    font-family: inter;
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.er-fp-btn {
    font-family: 'Inter', sans-serif;
    border: 1px solid #C6A34F;
    border-radius: 8px;
    padding: 10px 24px;
    background-color: transparent;
    color: #C6A34F;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.er-fp-btn:hover {
    background-color: #C6A34F;
    color: #102e26;
    transform: translateY(-2px);
}

.er-fp-swiper-container {
    position: relative;
    padding: 0 50px;
    /* Space for circular arrows */
    margin-top: 30px;
}

.er-fp-card {
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: none;
}

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

.er-fp-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 2.3 / 1;
    overflow: hidden;
}

.er-fp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.er-fp-body {
    padding: 20px 16px;
}

.er-fp-nav-btn {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
}

.er-fp-nav-btn:hover {
    background-color: #e67e22;
    color: #ffffff;
    border-color: #e67e22;
}

.er-fp-prev {
    left: -5px;
}

.er-fp-next {
    right: -5px;
}

@media (max-width: 768px) {
    .er-fp-section {
        padding: 50px 0;
    }

    .er-fp-eyebrow {
        font-size: 0.75rem;
    }

    .er-fp-title {
        font-size: 1.8rem;
        line-height: 1.25;
    }

    .er-fp-btn {
        padding: 10px 24px;
        font-size: 0.85rem;
    }

    .er-fp-swiper-container {
        padding: 0 15px;
        /* Less space on mobile, arrows can overlap or be hidden */
    }

    .er-fp-nav-btn {
        display: none;
        /* Hide arrows on mobile for better touch experience */
    }
}

/* ============================================
   NEW TRUSTED TESTIMONIALS SECTION
   ============================================ */
.er-trusted-testimonials-section {
    background-color: #f8fafc;
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.testi-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    color: #64748b;
    /* Accent Gold */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 8px;
}

.testi-title {
    font-family: inter;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
}

.testi-card-item {
    background: transparent;
    padding: 10px;
}

.testi-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testi-quote {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 12px;
}

.testi-name {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.testi-role {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    color: #64748b;
}

/* Chevron navigation button absolute styling */
.er-trusted-testimonials-section .testi-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 15;
}

.er-trusted-testimonials-section .prev-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.er-trusted-testimonials-section .next-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.er-trusted-testimonials-section .testi-nav-btn:hover {
    background: #102e26;
    /* Primary green */
    color: #ffffff;
    border-color: #102e26;
    box-shadow: 0 6px 16px rgba(16, 46, 38, 0.15);
}

/* Dividing lines in desktop view */
@media (min-width: 992px) {
    .testiSwiper .swiper-slide:not(:last-child) {
        border-right: 1px solid rgba(16, 46, 38, 0.1);
    }
}

@media (max-width: 991px) {
    .testi-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}

.dholera-btn {
    background-color: #f39c12;
    color: #fff;
    outline: 2px solid #f39c12;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.ei-confidence-section .dholera-btn:hover {
    outline: 2px solid #f39c12;
    background-color: #102e26;
    color: #fff;
    border-radius: 50px;
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(16, 46, 38, 0.2);
}

.map-image {
    position: absolute;
    bottom: 10%;
    right: 1%;
    border: 2px solid rgba(243, 156, 18, 0.85);
    border-radius: 20px;
    padding: 25px;
    background-color: rgba(16, 46, 38, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    z-index: 5;
}

@media (min-width: 1200px) {
    .ei-why-dholera,
    .ei-why-dholera-desktop {
        background: url("/assets/image/index/MAP\ IMAGE\ \(2\).webp") no-repeat;
        /* background-position: center bottom; */
        /* background-size: 100% auto; */
        height: 700px;
    }
}

@media (min-width: 1600px) {
    .map-image {
        right: 10%;
    }
}

@media (max-width: 1199.98px) {
    .ei-why-dholera,
    .ei-why-dholera-desktop,
    .ei-why-dholera-mobile {
        background: url("/assets/image/index/map-mobile1.webp") no-repeat;
        /* background-position: center bottom; */
        /* background-size: 100% auto; */
        height: auto;
    }

    .map-image {
        width: 250px;
        padding: 15px;
        right: 2%;
        bottom: 4%;
    }

    .map-image p {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
    }

    .map-image .dholera-btn {
        font-size: 0.85rem !important;
        padding: 6px 12px !important;
    }
}

@media (max-width: 991.98px) {
    .map-image {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 30px auto 0;
        width: 100%;
        text-align: center;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background-color: rgba(16, 46, 38, 0.9);
    }

    .map-mobile {
        margin: -45px 0 0 0;
    }

    .map-image p {
        font-size: 3.25rem !important;
        line-height: 2 !important;
    }

    .map-image .dholera-btn {
        font-size: 1.85rem !important;
        padding: 6px 12px !important;
    }
}

@media(max-width: 576px) {
    .map-image p {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
    }

    .map-image .dholera-btn {
        font-size: 0.85rem !important;
        padding: 6px 12px !important;
    }
}