    /* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}

/* Navbar Initial Styling */


        /* --- HERO SECTION --- */
        .hero {
            position: relative;
            height: 85vh;
            min-height: 600px;
            background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1920&q=80'); 
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            padding: 0 10%;
        }

        /* Purple Overlay (Peeche image halki nazar aygi) */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #99836E, #99836E, #99836E); 
            /* background-color: #99836E; */
            opacity: 0.9;
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            color: var(--white);
            max-width: 720px;
        }

        .tagline {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .hero-content h1 {
            font-size: 48px;
            line-height: 1.2;
            font-weight: 700;
            margin-bottom: 30px;
        }

        /* Hero Action Buttons */
        .hero-buttons {
            display: flex;
            align-items: center;
            gap: 25px;
        }

        /* Ready to Win Button (Hover par background white) */
        .btn-win {
            background-color: var(--orange);
            color: var(--white);
            padding: 15px 30px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        .btn-win:hover {
            background-color: var(--white);
            color: var(--orange);
        }

        /* Growth Starts Here Button (Hover par text color orange) */
        .btn-growth {
            color: var(--white);
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: color 0.3s ease;
        }
        .btn-growth:hover {
            color: var(--orange);
        }

        /* Right Side Floating 3D Graphic Element */
        .hero .img {
            position: absolute;
            right: 11%;
            top: 7%;
            width: 520px;
            height: 540px;
            z-index: 2;
            pointer-events: none;
        }

        .hero .img img {
            position: relative;
            right: auto;
            top: auto;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            border-radius: 24px;
            border: 4px solid rgba(255,255,255,0.35);
            box-shadow: 0 0 0 6px rgba(190, 24, 93, 0.35), 0 24px 48px rgba(0,0,0,0.25);
            opacity: 1;
        }

        @keyframes floating {
            0% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-15px) rotate(5deg); }
            100% { transform: translateY(0px) rotate(0deg); }
        }





/* Font and Base Settings for the Component */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');


/* --- FLOATING WHATSAPP BUTTON (Always Fixed) --- */
.floating-whatsapp {
    position: fixed;
    right: 24px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    text-decoration: none;
    z-index: 9999;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.floating-whatsapp:hover {
    transform: translateY(-50%) scale(1.1);
    background-color: #20ba5a;
}

/* --- LAYOUT CONTAINER --- */
.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header Section Style */
.services-header h2 {
    font-size: 46px;
    font-weight: 800;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 60px;
}

.arrow-circle {
    display: inline-flex;
    background-color: #0F766E;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transform: rotate(-135deg); /* Pointing down-right direction like image */
}

/* Grid layout with tilted effects */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
}

/* --- SERVICE CARDS MAIN CSS --- */
.service-card {
    position: relative;
    height: 420px;
    border-radius: 12px;
    padding: 35px 25px;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Exact Tilt angles matching your mockup image */
.card-orange {
    background-image: linear-gradient(to bottom, rgba(233, 110, 33, 0.9), rgba(233, 110, 33, 0.95)), url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=600&q=85');
    transform: rotate(-4deg);
}

.card-pink {
    background-image: linear-gradient(to bottom, rgba(216, 62, 104, 0.9), rgba(216, 62, 104, 0.95)), url('https://images.unsplash.com/photo-1611162617213-7d7a39e9b1d7?q=80&w=600&auto=format&fit=crop');
    transform: rotate(3deg);
}

.card-purple {
    background-image: linear-gradient(to bottom, rgba(143, 64, 215, 0.9), rgba(143, 64, 215, 0.95)), url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=600&auto=format&fit=crop');
    transform: rotate(-2deg);
}

/* Hover effects for card dynamic movement */
.service-card:hover {
    transform: translateY(-10px) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Card Inner Structural Content */
.card-inner-content {
    position: relative;
    z-index: 2;
}

.card-title-badge {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 12px;
    line-height: 1.3;
    margin-bottom: 25px;
    word-break: break-word;
}

.visit-link {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.visit-arrow {
    margin-left: 5px;
    transition: transform 0.2s;
}
.visit-link:hover .visit-arrow {
    transform: translateX(5px);
}

.card-desc {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.95;
    font-weight: 500;
}

/* --- EXPLORE ALL SERVICES BUTTON --- */
.explore-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.explore-all-btn {
    background-color: #E96E21;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 6px 20px rgba(233, 110, 33, 0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.explore-all-btn:hover {
    background-color: #d65f17;
    transform: translateY(-2px);
}

.btn-arrow-circle {
    background-color: #ffffff;
    color: #E96E21;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transform: rotate(-135deg);
}

/* --- DECORATIVE BACKGROUND GRAPHICS --- */
.decor-star {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 70px;
    color: #0F766E;
    opacity: 0.9;
}

.decor-hashtag {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 90px;
    font-weight: 900;
    color: #eaeaea;
    font-family: sans-serif;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .service-card {
        transform: rotate(0deg) !important;
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
    }
}



/* Container Background & Layout */
.agency-stats-section {
    position: relative;
    width: 100%;
    background-color: #222222; /* Dark theme matching your mockup image */
    padding: 80px 0 60px 0;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* --- 1. MODERN CSS MARQUEE EFFECT --- */
.marquee-container {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 0;
    width: 100%;
    margin-bottom: 60px;
}

.marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: 0;
    font-size: 46px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.12); /* Subtle overlay text look */
    text-transform: uppercase;
    white-space: nowrap;
    animation: scroll-marquee 25s linear infinite;
}

@keyframes scroll-marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/* --- 2. STATS BOXES & COUNTER GRID --- */
.stats-grid-container {
    max-width: 1200px;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.stat-box {
    background: rgba(30, 30, 30, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    /* Soft colorful border border glow effect */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.stat-box:hover {
    transform: translateY(-5px);
    border-color: #0F766E;
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
}

/* Plus sign styling */
.stat-number::after {
    content: '+';
    color: #E96E21; /* Accent orange color */
    margin-left: 2px;
}

.stat-label {
    font-size: 13px;
    color: #cccccc;
    font-weight: 500;
    line-height: 1.4;
}

/* --- 3. INFINITE LOGO SLIDER (Right to Left Loop) --- */
.logo-slider-container {
    width: 100%;
    overflow: hidden;
    background: transparent;
    padding: 20px 0;
    position: relative;
    z-index: 5;
}

.logo-slider-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: slide-logos 20s linear infinite;
}

.logo-card {
    width: 200px;
    height: 90px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0%);
    transition: filter 0.3s;
}

@keyframes slide-logos {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-220px * 5)); } /* Moves exactly by 5 original cards width + gaps */
}

/* --- 4. BACKDROP GRAPHIC PATH --- */
.bg-curve-line {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 1;
}

/* Responsive Grid adjustment */
@media (max-width: 992px) {
    .stats-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 576px) {
    .stats-grid-container {
        grid-template-columns: 1fr;
    }
}







  .agency-stats-section {
    position: relative;
    width: 100%;
    background-color: #222222;
    padding: 60px 0;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* --- 1. MARQUEE TEXT --- */
.marquee-container {
    display: flex;
    overflow: hidden;
    user-select: none;
    width: 100%;
    margin-bottom: 45px;
}

.marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    font-size: 38px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    white-space: nowrap;
    animation: scroll-marquee 25s linear infinite;
}

@keyframes scroll-marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/* --- 2. STATS COMPACT GRID --- */
.stats-grid-container {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.stat-box {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, border-color 0.3s;
}

.stat-box:hover {
    transform: translateY(-4px);
    border-color: #0F766E;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.stat-number::after {
    content: '+';
    color: #E96E21;
    margin-left: 1px;
}

.stat-label {
    font-size: 12px;
    color: #b3b3b3;
    font-weight: 500;
}

/* --- 3. POSITION SHIFT LOGO BOXES (Center-Constrained) --- */
.logo-slider-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.logo-slider-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    overflow: hidden; /* Boundaries ke bahar nahi jayenge */
    padding: 10px 0;
}

.logo-card {
    width: 160px;
    height: 75px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    
    /* Smooth CSS layout animations jab positions change hon */
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: scale(1);
}

.logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Shifting effects styles triggered via JS */
.logo-card.fade-out {
    opacity: 0;
    transform: translateX(-50px) scale(0.8);
}

.logo-card.fade-in {
    opacity: 0;
    transform: translateX(50px) scale(0.8);
}

/* --- 4. BACKDROP OVERLAY --- */
.bg-curve-line {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 768px) {
    .stats-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .logo-slider-container {
        flex-wrap: wrap;
    }
}






















 /* Typography and Font-Family setups */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.brands-trust-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    /* Textured striped pattern simulation matching image background gridlines */
    background-image: repeating-linear-gradient(0deg, transparent, transparent 15px, rgba(0, 0, 0, 0.015) 15px, rgba(0, 0, 0, 0.015) 17px);
    padding: 60px 0 100px 0;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* --- 1. INFINITE MARQUEE WITH OUTLINE FONT TYPOGRAPHY --- */
.trust-marquee-container {
    display: flex;
    overflow: hidden;
    user-select: none;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
}

.trust-marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    font-family: 'Syne', sans-serif;
    font-size: 52px;
    font-weight: 800;
    color: #1a1a1a;
    white-space: nowrap;
    animation: trust-marquee-slide 30s linear infinite;
}

/* Precise Text Outline Effect for 'Digital Marketing' */
.trust-marquee-content .outline-text {
    color: transparent;
    -webkit-text-stroke: 1px #1a1a1a;
}

@keyframes trust-marquee-slide {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/* --- 2. GRID STRUCTURAL LAYOUT --- */
.trust-main-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1.3fr;
    gap: 80px;
    padding: 0 40px;
    position: relative;
    z-index: 5;
}

/* --- Left Side Content Elements --- */
.trust-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.trust-arrow-circle {
    background-color: #0F766E;
    color: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transform: rotate(-135deg); /* Arrow facing down-right direction */
}

.trust-subheading {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    line-height: 1.4;
    margin-bottom: 40px;
}

/* Underline Highlight Style */
.underline-orange {
    position: relative;
    color: #0F766E; /* Highlights text in purple matching style */
    border-bottom: 3px dashed #E96E21; /* Custom orange dashed structure underline */
    padding-bottom: 2px;
}

/* --- 3. THE BRAND ILLUSTRATION CARD (Orange Graphic Box) --- */
.trust-illustration-card {
    width: 340px;
    background-color: #ffffff;
    border: 2px solid #111111;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 8px 8px 0px #111111; /* Sharp bold retrospective shadow */
}

.card-graphic-area {
    background-color: #E96E21; /* Main bold background color */
    height: 320px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

/* Character Graphic Setup */
.avatar-wrapper {
    width: 85%;
    height: 90%;
    display: flex;
    align-items: flex-end;
}

.avatar-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Floating Sparkle vectors */
.sparkle {
    position: absolute;
    color: #111111;
    font-size: 22px;
}
.sp-1 { top: 20px; right: 40px; }
.sp-2 { top: 80px; left: 20px; }
.sp-3 { bottom: 100px; left: 30px; }

/* Love badge popup dynamic representation */
.love-popup-badge {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 2px solid #111111;
    width: 45px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #d83e68;
    box-shadow: 3px 3px 0px #111111;
}

/* Bottom Metrics strip */
.card-metrics-bar {
    background-color: #ffffff;
    border-top: 2px solid #111111;
    display: flex;
    justify-content: space-around;
    padding: 12px 5px;
    font-weight: 800;
    font-size: 14px;
    color: #111111;
}

.metric-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.icon-pink { color: #d83e68; }
.icon-blue { color: #3b82f6; }
.icon-orange { color: #E96E21; }


/* --- 4. RIGHT COLUMN FEATURE LINES --- */
.trust-right-column {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
}

.feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid rgba(143, 64, 215, 0.25); /* Elegant light purple row separators */
}
.feature-row:last-child {
    border-bottom: none;
}

.feature-text-block {
    max-width: 80%;
}

.feature-text-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 6px;
}

.feature-text-block p {
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
    font-weight: 500;
}

/* --- TILTED BOX FEATURE ICONS --- */
.feature-icon-box {
    perspective: 400px;
}

.icon-tilt-card {
    width: 48px;
    height: 44px;
    background-color: #ffffff;
    border: 1.5px solid #111111;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F766E; /* Purple icons color style theme */
    font-size: 18px;
    box-shadow: 3px 3px 0px #111111;
    transform: rotate(-6deg); /* Random playful tilt style angle matching layout */
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

/* Hover rotation behavior */
.feature-row:hover .icon-tilt-card {
    transform: rotate(0deg) scale(1.05);
    background-color: #0F766E;
    color: #ffffff;
}

/* --- 5. FLOATING BACKGROUND DECORATIONS --- */
.bg-decor-star-shape {
    position: absolute;
    right: 30px;
    top: 120px;
    font-size: 65px;
    color: rgba(0, 0, 0, 0.04);
    pointer-events: none;
    transform: rotate(15deg);
}

/* Responsive Handling */
@media (max-width: 992px) {
    .trust-main-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .trust-left-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}












/* Import Theme Specific Typography Structure */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.kdm-testimonials-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    /* Clean diagonal gridlines textured effect exactly matching image blueprint */
    background-image: repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(0, 0, 0, 0.012) 18px, rgba(0, 0, 0, 0.012) 20px);
    padding: 80px 0;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* --- HEADINGS TYPOGRAPHY STYLE --- */
.testimonials-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

.testimonials-header .main-title {
    font-size: 32px;
    font-weight: 800;
    color: #111111;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.testimonials-header .arrow-badge {
    background-color: #0F766E; /* Signature Purple tint */
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transform: rotate(-135deg); /* Slanted arrow style */
}

.testimonials-header .sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
}

.testimonials-header .highlight-line {
    color: #0F766E;
    border-bottom: 2.5px dashed #E96E21; /* Custom orange accent dashed marker */
    padding-bottom: 1px;
}

/* --- LOGO ROTATOR (Center-Bound Boundaries) --- */
.center-logos-wrapper {
    max-width: 1050px; /* Restricts overflow to preserve absolute center boundaries */
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    padding: 10px 0;
}

.logo-box {
    width: 160px;
    height: 70px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: scale(1);
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* --- REVIEWS ROTATOR (Center-Bound Compact Boxes) --- */
.center-reviews-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    overflow: hidden;
    padding: 15px 0;
}

.review-card {
    flex: 0 0 calc(33.333% - 14px); /* Perfect 3 Columns Layout Width Ratio */
    background: #ffffff;
    border: 1.5px solid #111111;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: translateY(0) scale(1);
}

.card-top-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.card-top-row .g-logo {
    width: 24px;
    height: 24px;
}

.author-meta h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 2px 0;
}

.author-meta p {
    font-size: 11px;
    color: #777777;
    margin: 0;
    font-weight: 500;
}

.star-rating {
    color: #ffb800; /* Flat gold star color rendering */
    font-size: 14px;
    margin-bottom: 12px;
}

.review-text {
    font-size: 11.5px;
    color: #444444;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

/* --- TRANSITION CLASSES FOR SMOOTH 3-SEC ROTATION --- */
.logo-box.exit-left, .review-card.exit-left {
    opacity: 0;
    transform: translateX(-60px) scale(0.85);
}

.logo-box.enter-right, .review-card.enter-right {
    opacity: 0;
    transform: translateX(60px) scale(0.85);
}

/* --- BACKGROUND WATERMARK DECORATION --- */
.bg-hashtag-graphic {
    position: absolute;
    right: 40px;
    bottom: 20px;
    font-size: 180px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.025);
    pointer-events: none;
    line-height: 1;
}

/* Responsive Structural Collapse adjustments */
@media (max-width: 992px) {
    .reviews-container {
        flex-direction: column;
        align-items: center;
    }
    .review-card {
        flex: 0 0 100%;
        max-width: 500px;
    }
    .logos-container {
        flex-wrap: wrap;
    }
}













/* Import Fonts and Icons */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.kdm-blogs-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    /* Diagonal lined texture pattern simulating your mockup design background */
    background-image: repeating-linear-gradient(0deg, transparent, transparent 16px, rgba(0, 0, 0, 0.012) 16px, rgba(0, 0, 0, 0.012) 18px);
    padding: 70px 0;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* --- TITLE HEADER STYLING --- */
.blogs-section-header {
    max-width: 1150px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
}

.blogs-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.blogs-arrow-circle {
    background-color: #0F766E; /* Signature Purple Tint */
    color: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transform: rotate(-135deg); /* Arrow slanting down-right */
}

/* --- CARDS GRID ARRANGEMENT --- */
.blogs-cards-grid {
    max-width: 1150px;
    margin: 0 auto 45px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 0 20px;
}

.blog-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Cover Images Handling */
.blog-image-wrapper {
    width: 100%;
    height: 200px;
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
}

.blog-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card 1 Specific Graphic Text Overlay matching the image graphic layout */
.graphic-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    color: #ffffff;
    z-index: 2;
}

.orange-gradient-bg {
    background: linear-gradient(135deg, #e96e21e6 0%, #8f40d7e6 100%);
}

.graphic-text-overlay h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

/* --- CARD CONTENT DETAIL ELEMENTS --- */
.blog-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta-data {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 11.5px;
    color: #e96e21; /* Highlight values orange/brown scheme inside mockup */
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-meta-data span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-meta-data i {
    color: #777777; /* Subtle grey for icon outlines */
}

.blog-post-title {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    line-height: 1.4;
    margin: 0 0 10px 0;
    /* Standard dual lines truncate text constraint style */
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-post-excerpt {
    font-size: 12px;
    color: #666666;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 0 18px 0;
}

/* Read More Link Arrow Setup */
.blog-readmore-btn {
    font-size: 12px;
    font-weight: 700;
    color: #111111;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    width: max-content;
}

.blog-readmore-btn:hover {
    color: #0F766E;
}

.readmore-arrow {
    transition: transform 0.2s ease;
}

.blog-readmore-btn:hover .readmore-arrow {
    transform: translate(2px, -2px);
}

/* --- "SEE ALL BLOGS" BUTTON (Redirects to Insights) --- */
.blogs-footer-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.see-all-blogs-btn {
    background-color: #E96E21; /* Accent Orange color matching original layout exactly */
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(233, 110, 33, 0.25);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.see-all-blogs-btn:hover {
    background-color: #d65e19;
    transform: translateY(-2px);
}

.btn-arrow-circle {
    background-color: #ffffff;
    color: #E96E21;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transform: rotate(-135deg); /* Arrow facing outward right tilt */
}

/* Responsive Structural System Breakdown */
@media (max-width: 992px) {
    .blogs-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 650px) {
    .blogs-cards-grid {
        grid-template-columns: 1fr;
    }
}


















/* Import Design Layout Elements */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.kdm-cta-banner-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 140px 0;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Upper Space background mimicking your gridlines textured layout break */
.upper-texture-spacer {
    width: 100%;
    height: 60px;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 16px, rgba(0, 0, 0, 0.012) 16px, rgba(0, 0, 0, 0.012) 18px);
    margin-bottom: 40px;
}

/* --- MAIN CENTURED CARD --- */
.cta-dark-card-container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #2b2b2b; /* Dark charcoal slate panel tone matched exactly */
    border: 2px solid #E96E21; /* Subtle orange border accentuation */
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Inner Card Loop Ribbon Vector */
.inner-card-curve {
    position: absolute;
    left: -20px;
    bottom: -30px;
    width: 60%;
    height: auto;
    pointer-events: none;
    opacity: 0.85;
    z-index: 1;
}

/* --- INNER CARD CONTENT GRID --- */
.cta-inner-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: 0 0 0 60px; /* Leaves clear spacing on left text margin edge */
}

/* Left Column Styling */
.cta-text-column {
    position: relative;
    z-index: 4;
    padding: 40px 0;
}

.cta-main-heading {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 25px 0;
    letter-spacing: -0.5px;
}

.cta-connect-btn {
    display: inline-block;
    background-color: #E96E21; /* Solid Vibrant Core Orange button */
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(233, 110, 33, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.cta-connect-btn:hover {
    background-color: #d65e19;
    transform: translateY(-2px);
}

/* Right Column Graphic Image Box */
.cta-graphic-column {
    position: relative;
    height: 340px; /* Fixed proportional matching height profile */
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.cta-team-img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 3;
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
}

/* --- ABSTRACT RECONSTRUCTED PURPLE ICON VECTOR --- */
.abstract-purple-arrow {
    position: absolute;
    right: 15%;
    top: 25%;
    font-size: 110px;
    color: #0F766E; /* Signature Purple Theme Accent */
    opacity: 0.9;
    z-index: 1;
    transform: rotate(-135deg); /* Pointing down-right direction style matching screenshot */
    pointer-events: none;
}

/* --- OVERLAYING FRONT-PLANE CONTINUOUS WAVE LINE --- */
.global-floating-wave {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 6; /* Placed explicitly higher than dark container cards to clip overlay seamlessly */
}

/* Structural Breakdowns for Small Resolution Displays */
@media (max-width: 992px) {
    .cta-inner-grid {
        grid-template-columns: 1fr;
        padding: 40px;
    }
    .cta-graphic-column {
        display: none; /* Collapses imagery clean inside smaller handheld devices views */
    }
    .cta-main-heading {
        font-size: 28px;
    }
}











 /* Import Design Layout Elements */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.kdm-isolated-footer {
    width: 100%;
    background-color: #222222; /* Pure charcoal dark background matched exactly */
    padding: 70px 0 0 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    box-sizing: border-box;
}

.kdm-isolated-footer * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* --- UPPER COLUMNS GRID STRUCTURE --- */
.footer-columns-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.8fr 1.2fr; /* Layout column ratio proportions */
    gap: 40px;
    padding: 0 30px 50px 30px;
}

/* Brand Panel */
.brand-info-box .footer-logo-img {
    height: 45px;
    object-fit: contain;
    margin-bottom: 20px;
}

.brand-info-box .brand-desc {
    font-size: 13px;
    color: #cccccc;
    line-height: 1.6;
    font-weight: 500;
    max-width: 90%;
}

/* Typography Headings */
.footer-column .column-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

/* Lists and Links handling */
.footer-column .footer-links-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column .footer-links-list a {
    font-size: 13px;
    color: #cccccc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-column .footer-links-list a:hover {
    color: #ffffff;
}

/* Contact Details Pane */
.direct-contact-rows {
    margin-bottom: 15px;
}

.contact-row {
    font-size: 13.5px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orange-icon {
    color: #E96E21; /* Signature Orange accent marker */
}

.physical-address {
    font-size: 12.5px;
    color: #cccccc;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Circular Social media links icons array */
.social-media-links {
    display: flex;
    gap: 12px;
}

.social-media-links a {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s ease;
}

.social-media-links a:hover {
    background-color: #ffffff;
    color: #222222;
    border-color: #ffffff;
}

/* --- BOTTOM COPYRIGHT STRIP SEGMENT --- */
.footer-copyright-bottom-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0;
    width: 100%;
}

.strip-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999999;
    font-weight: 500;
}

.orange-highlight {
    color: #E96E21;
    font-weight: 700;
}

/* Responsive UI Breakdown Rules */
@media (max-width: 992px) {
    .footer-columns-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media (max-width: 600px) {
    .footer-columns-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .strip-content-wrapper {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

 


  
.firsts{
   background: linear-gradient(135deg, #dd7a3c,#e3708f, #8D45D0

);
    height: 400px;
    width: 100%;
    color: white; 
    text-align: center;
    padding-top: 160px;
}
.words{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.name{
    font-size: 17px;
}
#blank-section{
    margin-top: 30px;
}