/* =========================================================
   PROTECT HEADER & FOOTER FROM HOMEPAGE.CSS
========================================================= */
.header,
.footer {
    all: revert; /* restores styles from their own CSS files */
    position: relative; /* ensures normal stacking */
    z-index: 1000; /* keeps them above floating homepage elements */
}

/* Preserve header/footer links/buttons */
.header a,
.footer a,
.header button,
.footer button {
    all: revert; /* revert to your header/footer styles */
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s; /* keeps hover/focus effects */
}

/* Prevent homepage.css grids, paddings, margins from leaking */
.header *,
.footer * {
    all: revert;
}


/* =========================================================
   HOMEPAGE.CSS - FULL STYLESHEET
   Organized, well-labeled, and easy to maintain
   ========================================================= */

/* =========================================================
   VARIABLES (Colors, Fonts)
   ========================================================= */
:root {
    --kd-dark-green: #0D1F1A;
    --kd-green-dark-alt: #145C45;
    --kd-light-green: #1E7A60;
    --kd-gold: #D4AF37;
    --kd-light-gold: #C9A437;
    --font-primary: 'Inter', sans-serif;
}
html, body {
    overflow-y: auto; /* allow vertical scrolling */
    height: 100%;
    scroll-behavior: smooth; /* optional, smooth scrolling */
}
.hero,
.services-snapshot,
.process-section,
.blog-section,
.testimonials,
.cta-section-premium {
    position: relative; /* keep animations positioned */
    overflow: visible; /* allow page scroll */
}
/* Chrome, Edge, Safari */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #D4AF37;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #FFD700;
}

/* Firefox */
body {
    scrollbar-width: thin;
    scrollbar-color: #D4AF37 #f1f1f1;
}

/* =========================================================
   GLOBAL STYLES
   ========================================================= */
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);
    background: #fff;
    color: #0D1F1A;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

/* =========================================================
   HERO SECTION – PREMIUM GOLD & CONTAINED WIDTH
========================================================= */
.hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center columns horizontally */
    align-items: center;
    padding: 100px 20px 80px;
    background: #0A3328; /* Full-width dark green */
    position: relative;
    overflow: hidden;
    text-align: center; /* Center all text */
}

.hero-left,
.hero-right {
    flex: 1 1 500px;
    max-width: 600px; /* Contain the columns */
    z-index: 2;
}

.hero-left h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #D4AF37; /* Premium Gold */
    background: linear-gradient(90deg, #D4AF37, #B8942F); /* Softer gold gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.hero-subtext {
    font-size: 1.25rem;
    color: rgba(212, 175, 55, 0.85); /* Soft gold for readability */
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-ctas {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: center; /* Center buttons */
}

.cta-primary {
    background: linear-gradient(90deg, #D4AF37, #B8942F); /* Premium gold gradient */
    color: #0A3328;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-primary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.35);
}

.cta-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid #D4AF37;
    color: #D4AF37;
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cta-secondary:hover {
    background: #D4AF37;
    color: #0A3328;
}

/* Hero Metrics */
.hero-metrics {
    display: flex;
    gap: 30px 50px;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center; /* Center metrics */
}

.hero-metrics .metric-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: #D4AF37; /* Premium Gold */
    animation: popIn 0.6s ease-out;
}

.hero-metrics .metric-desc {
    font-size: 0.95rem;
    color: #fff; /* Light text on dark bg */
}

/* Right Column */
.hero-right {
    flex: 1 1 400px;
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    transition: transform 0.4s ease;
}

.hero-image-wrapper:hover {
    transform: scale(1.02);
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

/* Floating sparkles */
.hero-sparkle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #D4AF37 0%, rgba(212, 175, 55, 0.3) 70%);
    border-radius: 50%;
    opacity: 0.8;
    pointer-events: none;
}

/* Abstract shapes & glows */
.hero-abstract-shape,
.hero-glow-left,
.hero-glow-right {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.hero-abstract-shape {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(212,175,55,0.08), transparent 70%);
    top: -50px;
    right: -50px;
}

.hero-glow-left {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(212,175,55,0.06), transparent 70%);
    top: 30%;
    left: -100px;
}

.hero-glow-right {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212,175,55,0.05), transparent 70%);
    bottom: 0;
    right: -80px;
}

/* Gold particles */
.hero-particles span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #D4AF37;
    border-radius: 50%;
    animation: float 6s infinite;
}

@keyframes float {
    0% { transform: translateY(0) }
    50% { transform: translateY(-20px) }
    100% { transform: translateY(0) }
}

/* Pop-in animation for metrics */
@keyframes popIn {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 1024px) {
    .hero {
        flex-direction: column-reverse;
        padding: 80px 20px 60px;
        text-align: center;
        max-width: 95%;
    }
    .hero-left, .hero-right { max-width: 100%; }
    .hero-ctas { justify-content: center; }
    .hero-metrics { justify-content: center; gap: 20px 25px; }
}

@media (max-width: 768px) {
    .hero-left h1 {
        font-size: 2.2rem;
    }
    .hero-subtext {
        font-size: 1rem;
    }
    .hero-ctas {
        gap: 12px;
    }
    .hero-metrics {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
}

/* ================= HERO FAQ SECTION ================= */

.hero-faq {
    background: #ffffff;
    padding: 80px 20px;
}

.hero-faq-container {
    max-width: 1100px;
    margin: 0 auto;
}

.hero-faq h2 {
    color: #0A3328;
    font-size: 32px;
    margin-bottom: 40px;
}

/* ================= FAQ CARDS ================= */

.faq-item {
    background-color: #0A3328;
    color: #ffffff;
    border-radius: 16px;
    padding: 26px 28px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* ================= CIRCUIT PATTERN ================= */

.faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='%23D4AF37' stroke-width='1'%3E%3Cpath d='M20 40 H120 V80 H200'/%3E%3Cpath d='M40 140 H160 V180 H240'/%3E%3Cpath d='M60 20 V120 H140'/%3E%3Cpath d='M180 60 V200'/%3E%3Ccircle cx='120' cy='80' r='3'/%3E%3Ccircle cx='160' cy='180' r='3'/%3E%3Ccircle cx='140' cy='120' r='3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 260px 260px;
    opacity: 0.12;
    pointer-events: none;
}

/* ================= TEXT LAYER ================= */

.faq-item h3,
.faq-item p {
    position: relative;
    z-index: 1;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

.faq-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #E6EDEB;
}

/* ================= CTA ================= */

.faq-cta {
    margin-top: 30px;
    color: #0A3328;
    font-size: 16px;
}

.faq-cta a {
    color: #0A3328;
    font-weight: 600;
    text-decoration: underline;
}

/* =========================================================
   SERVICES SECTION – PREMIUM & FUTURISTIC WITH ANIMATION
========================================================= */
/* =========================================================
   SERVICES SECTION
========================================================= */
.services-snapshot {
    padding: 80px 20px 60px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-snapshot h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0A3328;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

/* Glow underline effect */
.services-snapshot h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(212,175,55,0.6);
}

/* Subheading / subtitle */
.services-snapshot .section-subtitle {
    font-size: 1.25rem;
    color: rgba(10,51,40,0.8);
    max-width: 650px;
    margin: 0 auto 50px;
    line-height: 1.6;
    z-index: 1;
    position: relative;
}

/* Optional subtle animated glow behind heading */
.services-snapshot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 100%;
    background: radial-gradient(circle, rgba(212,175,55,0.05), transparent 70%);
    z-index: 0;
}

/* SERVICE CARDS GRID */
.service-cards {
    display: grid;
    gap: 30px;
    justify-items: center;
    /* Desktop: 3 columns x 2 rows */
    grid-template-columns: repeat(3, 1fr);
}

/* Tablet / small desktop: 2 columns x 3 rows */
@media (max-width: 992px) {
    .service-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 576px) {
    .service-cards {
        grid-template-columns: 1fr;
    }
}

/* CARD STYLING */
.service-cards .card {
    background: linear-gradient(145deg, #f9f9f9, #ffffff);
    border-radius: 20px;
    padding: 30px 25px;
    max-width: 320px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transition: transform 0.4s, box-shadow 0.4s, background 0.4s;
    backdrop-filter: blur(10px);
}

/* Hover effect for premium feel */
.service-cards .card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, #eaf6f1, #ffffff);
}

/* Service icon styling */
.service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #0D1F1A;
    display: inline-block;
}

/* Card title */
.service-cards .card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0A3328;
}

/* Card description */
.service-cards .card p {
    font-size: 1rem;
    color: #145C45;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* View Service button */
.service-cards .card .btn-card {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    background: #D4AF37;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.service-cards .card .btn-card:hover {
    background: #B8942F;
    transform: translateY(-3px);
}


/* =========================================================
   WHY CHOOSE US SECTION
========================================================= */
.why-choose-section {
    padding: 80px 20px 60px;
    background-color: #f8f8f8; /* Slight contrast from white */
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* MAIN TITLE – Same style as Services */
.why-choose-section h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0A3328;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

/* Glow underline effect – Same as Services */
.why-choose-section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(212,175,55,0.6);
}

/* SUBTITLE – Same style as Services */
.why-choose-section .section-subtitle {
    font-size: 1.25rem;
    color: rgba(10,51,40,0.8);
    max-width: 650px;
    margin: 0 auto 50px;
    line-height: 1.6;
    z-index: 1;
    position: relative;
}

/* Same subtle golden glow background effect */
.why-choose-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 100%;
    background: radial-gradient(circle, rgba(212,175,55,0.05), transparent 70%);
    z-index: 0;
}


/* VALUE CARDS GRID */
.value-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    justify-items: center;
}

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .value-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 576px) {
    .value-cards {
        grid-template-columns: 1fr;
    }
}

/* CARD STYLING */
.value-card {
    background: linear-gradient(145deg, #ffffff, #eaf6f1);
    border-radius: 20px;
    padding: 30px 25px;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.4s, box-shadow 0.4s, background 0.4s;
    backdrop-filter: blur(8px);
}

.value-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, #d4f0e8, #ffffff);
}

/* ICON */
.value-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #0D1F1A;
    display: inline-block;
}

/* CARD TITLE */
.value-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0A3328;
    margin-bottom: 10px;
}

/* CARD DESCRIPTION */
.value-desc {
    font-size: 1rem;
    color: #145C45;
    line-height: 1.5;
}


/* =========================================================
   OUR PROCESS SECTION
========================================================= */
.process-section {
    padding: 90px 20px 70px;
    background-color: #ffffff; /* WHITE BACKGROUND */
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Heading */
.process-section h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0A3328;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 2;
}

/* Glow underline effect */
.process-section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 12px auto 0;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(212,175,55,0.5);
}

/* Subtitle */
.process-section .section-subtitle {
    font-size: 1.25rem;
    color: rgba(10,51,40,0.85);
    max-width: 650px;
    margin: 0 auto 55px;
    line-height: 1.65;
    position: relative;
    z-index: 2;
}

/* Very subtle radial glow behind heading */
.process-section::before {
    content: "";
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 150%;
    background: radial-gradient(circle, rgba(212,175,55,0.08), transparent 70%);
    z-index: 0;
}


/* ---------------------------------------------------------
   PROCESS STEPS (Premium Cards)
--------------------------------------------------------- */
.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns desktop */
    gap: 35px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Individual Card */
.process-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(212,175,55,0.25);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}

/* Hover premium effect */
.process-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.12);
    border: 1px solid #D4AF37;
}

/* Step number bubble */
.process-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #D4AF37, #B8942F);
    border-radius: 50%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 0 20px rgba(212,175,55,0.45);
}

/* Card Title */
.process-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0A3328;
    margin-bottom: 12px;
}

/* Card Text */
.process-card p {
    font-size: 1rem;
    line-height: 1.55;
    color: #0A3328;
}



/* ---------------------------------------------------------
   RESPONSIVE (2 columns × 2 rows on mobile)
--------------------------------------------------------- */
@media (max-width: 850px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

@media (max-width: 500px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr); /* still 2 columns */
        gap: 25px;
    }

    .process-card {
        padding: 25px 15px;
    }

    .process-number {
        width: 60px;
        height: 60px;
    }
}


/* =========================================================
   PRICING PLANS SECTION
========================================================= */

.pricing-section {
    padding: 80px 20px;
    background: #ffffff;
    text-align: center;
}

/* Heading */
.pricing-section h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0A3328;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* Gold underline */
.pricing-section h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 12px auto 0;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(212,175,55,0.6);
}

/* Subtitle */
.pricing-section .section-subtitle {
    font-size: 1.2rem;
    color: rgba(10,51,40,0.85);
    max-width: 650px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

/* Pricing Cards Grid */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    max-width: 1250px;
    margin: 0 auto;
}

/* Individual pricing card */
.pricing-card {
    background: #f8f8f8;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.35s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Premium hover effect */
.pricing-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.18);
    border-color: #D4AF37;
}

/* Featured (middle) plan */
.pricing-card.featured {
    background: #0D1F1A;
    color: #fff;
    border-color: #D4AF37;
    box-shadow: 0 25px 60px rgba(0,0,0,0.20);
    transform: scale(1.05);
    position: relative;
}

/* Featured glow ring */
.pricing-card.featured::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 15px;
    background: rgba(212,175,55,0.6);
    filter: blur(20px);
    border-radius: 50%;
    opacity: 0.7;
}

/* Plan title */
.pricing-card h3 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Plan price */
.pricing-card .price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #145C45;
    margin-bottom: 18px;
}

.pricing-card.featured .price {
    color: #FFD700;
}

/* Features list */
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.pricing-card ul li {
    margin: 10px 0;
    font-size: 1rem;
    color: #333;
}

.pricing-card.featured ul li {
    color: #e7e7e7;
}

/* Buttons inside cards */
.pricing-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    background: #D4AF37;
    color: #0D1F1A;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.pricing-btn:hover {
    background: #FFD700;
    transform: scale(1.07);
}

/* Bottom CTA section */
.pricing-cta {
    margin-top: 60px;
}

.cta-btn {
    display: inline-block;
    padding: 14px 38px;
    background: #0D1F1A;
    color: #D4AF37;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #145C45;
    color: #fff;
    transform: scale(1.05);
}

.cta-caption {
    margin-top: 12px;
    font-size: 0.95rem;
    color: #0A3328;
    opacity: 0.85;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .pricing-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-card.featured {
        transform: scale(1.03);
    }
}

@media screen and (max-width: 600px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: scale(1.02);
    }
}


/* ========================================================= 
   PREMIUM CTA SECTION
========================================================= */
.cta-section-premium {
    background: linear-gradient(135deg, #0A3328, #0D1F1A);
    padding: 90px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle golden glow background */
.cta-section-premium::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(212,175,55,0.15), transparent 70%);
    filter: blur(45px);
    z-index: 0;
}

.cta-container {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.7rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* Glow underline */
.cta-content h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 12px auto 0;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    border-radius: 2px;
    box-shadow: 0 0 14px rgba(212,175,55,0.6);
}

.cta-content p {
    color: rgba(255,255,255,0.9);
    font-size: 1.25rem;
    margin-top: 10px;
    line-height: 1.6;
}

/* Buttons wrapper */
.cta-buttons {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* Base button */
.cta-btn {
    padding: 14px 38px;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
    display: inline-block;
}

/* WhatsApp button (gold gradient) */
.whatsapp-btn {
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    color: #0A3328;
}

.whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212,175,55,0.35);
}

/* Strategy call outline button */
.outline-btn {
    border: 2px solid #D4AF37;
    color: #ffffff;
}

.outline-btn:hover {
    background: rgba(212,175,55,0.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212,175,55,0.25);
}

/* Responsive */
@media(max-width: 768px) {
    .cta-content h2 {
        font-size: 2.1rem;
    }

    .cta-content p {
        font-size: 1.1rem;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   TESTIMONIALS SECTION - IMPROVED
========================================================= */
.testimonials {
    padding: 80px 20px;
    background-color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.testimonials h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0A3328;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.testimonials h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(212,175,55,0.6);
}

.testimonials .section-subtitle {
    font-size: 1.25rem;
    color: rgba(10,51,40,0.8);
    max-width: 650px;
    margin: 0 auto 50px;
    line-height: 1.6;
    z-index: 1;
    position: relative;
}

/* Floating abstract shapes */
.testimonial-abstract-left,
.testimonial-abstract-right {
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(212,175,55,0.1), transparent 70%);
    border-radius: 50%;
    top: 20%;
    z-index: 0;
    animation: floatSlow 8s ease-in-out infinite;
}

.testimonial-abstract-left { left: -100px; }
.testimonial-abstract-right { right: -100px; }

/* Floating animation */
@keyframes floatSlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.testimonial-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

.testimonial-photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 14px;
}

.testimonial-feedback {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #0D1F1A;
}

/* Metrics Styling */
.testimonial-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 16px;
    justify-content: center;
    align-items: baseline;
    position: relative;
}

.testimonial-metrics .metric {
    font-size: 1.4rem;
    font-weight: 700;
    color: #D4AF37; /* Gold accent */
    animation: popIn 0.6s ease-out;
    position: relative;
}

.testimonial-metrics .metric::after {
    content: "✨";
    position: absolute;
    top: -6px;
    right: -10px;
    font-size: 0.8rem;
    opacity: 0.6;
}

.testimonial-metrics .metric-desc {
    font-size: 0.875rem;
    color: #145C45; /* Dark green secondary */
}

/* Pop-in animation for metrics */
@keyframes popIn {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); }
}

/* Name & Company */
.testimonial-name {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 6px;
    color: #0A3328;
}

.testimonial-company {
    font-size: 0.875rem;
    color: #145C45;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-metrics {
        flex-direction: column;
        gap: 6px;
    }

    .testimonial-card {
        padding: 22px 18px 32px;
    }

    .testimonial-photo img {
        width: 50px;
        height: 50px;
    }

    .testimonials h2 {
        font-size: 2.2rem;
    }

    .testimonials .section-subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }
}


/* =========================================================
   BLOG / INSIGHTS SECTION
========================================================= */
.blog-section {
    padding: 80px 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Floating abstract glows */
.blog-section::before,
.blog-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
    z-index: 0;
}

.blog-section::before {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #D4AF37 0%, transparent 70%);
    top: -50px;
    left: -50px;
}

.blog-section::after {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #145C45 0%, transparent 70%);
    bottom: -60px;
    right: -40px;
}

.blog-section h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0A3328;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.blog-section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(212,175,55,0.6);
}

.blog-section .section-subtitle {
    font-size: 1.25rem;
    color: rgba(10,51,40,0.8);
    max-width: 650px;
    margin: 0 auto 50px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Blog Cards Grid */
.blog-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
    position: relative;
    z-index: 1;
}

/* Individual Card */
.blog-card {
    background: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    max-width: 300px;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.blog-card .blog-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-card h3 {
    font-size: 1.25rem;
    margin: 15px;
    color: #0A3328;
}

.blog-card p {
    margin: 0 15px 15px;
    color: rgba(10,51,40,0.8);
    font-size: 0.95rem;
    line-height: 1.5;
}

.blog-card .btn-card {
    display: block;
    margin: 0 15px 20px;
    text-align: center;
    background: #D4AF37;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s;
}

.blog-card .btn-card:hover {
    background: #FFD700;
}

/* See More Button */
.see-more-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 25px;
    background: #0A3328;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s;
}

.see-more-btn:hover {
    background: #145C45;
}

/* Responsive */
@media (max-width: 1024px) {
    .blog-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .blog-cards {
        grid-template-columns: 1fr;
    }
}
/* Webkit browsers (Chrome, Edge, Safari) */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #D4AF37; /* brand gold */
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #FFD700;
}

/* Firefox */
body {
    scrollbar-width: thin;
    scrollbar-color: #D4AF37 #f1f1f1;
}
/* ============================= */
/* Breadcrumbs - Premium Style   */
/* ============================= */
.breadcrumbs {
    background-color: #F4F4F4;        /* subtle light grey background */
    padding: 12px 20px;                /* space inside breadcrumb bar */
    margin-bottom: 30px;               /* separates from hero section */
    font-size: 14px;                    /* readable but compact */
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* soft shadow for elevation */
}

.breadcrumbs .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;                           /* spacing between items */
}

.breadcrumbs a {
    text-decoration: none;
    color: #145C45;                     /* primary brand green */
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    color: #0A3328;                     /* darker green on hover */
}

.breadcrumbs span {
    font-weight: 600;
    color: #333;                        /* active/current page */
}

.breadcrumbs a::after {
    content: "›";                        /* breadcrumb separator */
    margin: 0 5px;
    color: #888;
}

.breadcrumbs a:last-of-type::after {
    content: "";                         /* remove arrow after last link */
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 13px;
        padding: 10px 15px;
    }
    .breadcrumbs .container {
        flex-direction: column;
        align-items: flex-start;
    }
}
