.elementor-1943 .elementor-element.elementor-element-5eae8b4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1943 .elementor-element.elementor-element-5eae8b4.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-1943 .elementor-element.elementor-element-2719508{width:var( --container-widget-width, 110% );max-width:110%;--container-widget-width:110%;--container-widget-flex-grow:0;}.elementor-1943 .elementor-element.elementor-element-2719508.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-1943 .elementor-element.elementor-element-365b73a{width:var( --container-widget-width, 110% );max-width:110%;padding:0px 0px 0px 0px;--container-widget-width:110%;--container-widget-flex-grow:0;}.elementor-1943 .elementor-element.elementor-element-365b73a.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1943 .elementor-element.elementor-element-5eae8b4{--width:100.338%;}}/* Start custom CSS for html, class: .elementor-element-2719508 *//* ==========================================
   GLOBAL VARIABLES & TYPOGRAPHY
   ========================================== */
.km-ind-page {
    font-family: 'Poppins', sans-serif;
    color: #475467;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
}

.km-ind-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

/* Badges */
.km-ind-badge {
    display: inline-block;
    padding: 8px 18px;
    background-color: #eaf2ff;
    color: #0066cc;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500; /* Strictly 500 */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Headers */
.km-ind-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.km-ind-section-header h2 {
    font-size: 44px;
    line-height: 1.25;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 20px 0 18px;
    letter-spacing: -1px;
}

.km-ind-section-header p {
    font-size: 18px; /* Increased */
    color: #667085;
    font-weight: 400; /* Under 450 */
}

/* ==========================================
   SECTION 1: HERO
   ========================================== */
.km-ind-hero {
    background: linear-gradient(135deg, #040b21 0%, #051b4d 100%);
    color: #ffffff;
    padding: 130px 0 115px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.km-ind-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.km-ind-hero-content .km-ind-badge {
    background-color: rgba(0, 102, 204, 0.2);
    border: 1px solid rgba(0, 102, 204, 0.3);
    color: #49A4FF;
    margin-bottom: 25px;
}

.km-ind-hero h1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 500; /* Strictly 500 */
    color: #ffffff;
    margin: 0 0 25px;
    letter-spacing: -2px;
}

.km-ind-hero h1 span {
    color: #49A4FF;
}

.km-ind-hero p {
    font-size: 20px; /* Increased */
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0 auto 40px;
    font-weight: 400; /* Under 450 */
}

.km-ind-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.km-ind-hero-buttons a {
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500; /* Strictly 500 */
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.km-ind-btn-primary {
    background-color: #0066cc;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.3);
}

.km-ind-btn-primary:hover {
    background-color: #49A4FF;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(73, 164, 255, 0.4);
}

.km-ind-btn-secondary {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.km-ind-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.30);
    transform: translateY(-3px);
}

/* ==========================================
   SECTION 2: SECTORS GRID
   ========================================== */
.km-ind-sectors-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.km-ind-sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.km-ind-sector-card {
    background-color: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.015);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.km-ind-sector-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    transition: transform 0.3s ease;
}

.km-ind-sector-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.km-ind-sector-card h3 {
    font-size: 21px;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 0 0 15px;
    transition: color 0.3s ease;
}

/* Meta focus info for Infographics */
.km-ind-card-meta {
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7edf5;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.km-ind-card-meta span {
    font-size: 13.5px;
    color: #667085;
    font-weight: 400; /* Under 450 */
}

.km-ind-card-meta span strong {
    font-weight: 500;
    color: #051B4D;
}

.km-ind-sector-card p {
    font-size: 16px; /* Increased from 14.5px */
    line-height: 1.6;
    color: #667085;
    margin: 0;
    font-weight: 400; /* Under 450 */
}

/* Card Hovers */
.km-ind-sector-card:hover {
    transform: translateY(-8px);
    border-color: #0066cc;
    box-shadow: 0 15px 35px rgba(0, 102, 204, 0.08);
}

.km-ind-sector-card:hover h3 {
    color: #0066cc;
}

.km-ind-sector-card:hover .km-ind-sector-icon {
    transform: scale(1.1);
}

/* ==========================================
   SECTION 3: PROCESS PIPELINE (Horizontal Timeline)
   ========================================== */
.km-ind-process-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.km-ind-timeline-wrapper {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 20px 0;
}

/* Connect Line behind steps */
.km-ind-timeline-line {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: rgba(0, 102, 204, 0.15);
    z-index: 1;
}

.km-ind-timeline-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.km-ind-timeline-step {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.km-ind-timeline-node {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0066cc;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500; /* Strictly 500 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 6px solid #f8fafc; /* Masks timeline bar */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.km-ind-timeline-step:hover .km-ind-timeline-node {
    transform: scale(1.15);
    background-color: #051B4D;
}

.km-ind-timeline-step h3 {
    font-size: 19px;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 0 0 12px;
    transition: color 0.3s ease;
}

.km-ind-timeline-step:hover h3 {
    color: #0066cc;
}

.km-ind-timeline-step p {
    font-size: 15.5px; /* Increased */
    color: #667085;
    margin: 0;
    max-width: 250px;
    font-weight: 400; /* Under 450 */
}

/* ==========================================
   SECTION 4: MEASURABLE OUTCOMES
   ========================================== */
.km-ind-outcomes-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.km-ind-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.km-ind-outcome-card {
    background-color: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 20px;
    padding: 35px 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.015);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.km-ind-outcome-stat {
    font-size: 40px;
    font-weight: 500; /* Strictly 500 */
    color: #0066cc;
    line-height: 1;
    margin-bottom: 18px;
}

.km-ind-outcome-card h3 {
    font-size: 19px;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 0 0 12px;
    transition: color 0.3s ease;
}

.km-ind-outcome-card p {
    font-size: 15.5px; /* Increased from 14.5px */
    line-height: 1.6;
    color: #667085;
    margin: 0;
    font-weight: 400; /* Under 450 */
}

/* Card Hovers */
.km-ind-outcome-card:hover {
    transform: translateY(-8px);
    border-color: #0066cc;
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.06);
}

.km-ind-outcome-card:hover h3 {
    color: #0066cc;
}

/* ==========================================
   SECTION 5: ACTIONABLE CTA
   ========================================== */
.km-ind-cta-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.km-ind-cta-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.06) 0%, rgba(5, 27, 77, 0.02) 100%);
    border: 1px solid rgba(0, 102, 204, 0.08);
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
}

.km-ind-cta-container .km-ind-badge {
    margin-bottom: 22px;
}

.km-ind-cta-container h2 {
    font-size: 40px;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 0 0 15px;
}

.km-ind-cta-container p {
    font-size: 17.5px; /* Increased */
    color: #667085;
    max-width: 750px;
    margin: 0 auto 35px;
    font-weight: 400; /* Under 450 */
}

.km-ind-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.km-ind-cta-buttons a {
    padding: 16px 36px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500; /* Strictly 500 */
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.km-ind-cta-buttons .km-ind-btn-primary:hover {
    background-color: #051B4D;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(5, 27, 77, 0.25);
}

.km-ind-cta-buttons .km-ind-btn-secondary {
    background-color: #ffffff;
    border: 1px solid #e7edf5;
    color: #051B4D;
}

.km-ind-cta-buttons .km-ind-btn-secondary:hover {
    background-color: #f8fafc;
    border-color: #0066cc;
    transform: translateY(-3px);
}

/* ==========================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================== */
@media (max-width: 1200px) {
    .km-ind-sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .km-ind-outcomes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .km-ind-hero h1 {
        font-size: 46px;
    }
    .km-ind-section-header h2 {
        font-size: 36px;
    }
    
    /* Responsive timeline shift (Horizontal -> Vertical) */
    .km-ind-timeline-line {
        top: 0;
        left: 28px;
        width: 4px;
        height: 80%;
    }
    .km-ind-timeline-container {
        flex-direction: column;
        gap: 40px;
    }
    .km-ind-timeline-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding: 0;
    }
    .km-ind-timeline-node {
        margin-bottom: 0;
        margin-right: 20px;
        flex-shrink: 0;
        border: 4px solid #f8fafc;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .km-ind-sectors-section,
    .km-ind-process-section,
    .km-ind-outcomes-section,
    .km-ind-cta-section {
        padding: 80px 0;
    }
    .km-ind-cta-container h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .km-ind-container {
        padding: 0 20px;
    }
    .km-ind-hero {
        padding: 100px 0 80px;
    }
    .km-ind-hero h1 {
        font-size: 34px;
    }
    .km-ind-hero p {
        font-size: 18px;
    }
    .km-ind-section-header h2 {
        font-size: 28px;
    }
    .km-ind-section-header p {
        font-size: 15.5px;
    }
    .km-ind-sectors-grid,
    .km-ind-outcomes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .km-ind-cta-container {
        padding: 40px 20px;
        border-radius: 20px;
    }
    .km-ind-cta-container h2 {
        font-size: 24px;
    }
    .km-ind-cta-container p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .km-ind-hero-buttons,
    .km-ind-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b987154 *//* ==========================================================================
   ADEC KM - PURE CSS SLIDE-UP INDUSTRY SHOWCASE (NO JAVASCRIPT)
   ========================================================================== */
.adec-ind-showcase {
    padding: 6.5rem 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.adec-ind-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header Section (Max Weight 450) */
.adec-ind-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem auto;
}

.adec-ind-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: rgba(0, 102, 204, 0.05);
    border: 1px solid rgba(0, 102, 204, 0.12);
    border-radius: 999px;
    color: #0066cc;
    font-size: 0.8rem;
    font-weight: 450;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.adec-ind-header h2 {
    font-size: 2.8rem;
    font-weight: 550;
    line-height: 1.25;
    color: #0f172a;
    margin-bottom: 5px;
    letter-spacing: -2px;
}

.adec-ind-header h2 span {
    color: #0066cc;
    font-weight: 550;
}

.adec-ind-header p {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #475569;
    font-weight: 300;
}

/* ==========================================
   3x3 INTERACTIVE CARD GRID
   ========================================== */
.adec-ind-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Base Card (Image First) */
.ind-card {
    height: 380px; /* Locked Card Height */
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.01);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s ease, 
                box-shadow 0.4s ease;
    cursor: pointer;
}

.ind-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 102, 204, 0.25);
    box-shadow: 0 20px 40px rgba(0, 102, 204, 0.08);
}

/* Full-height Card Image */
.ind-card-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ind-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.ind-card:hover .ind-card-image img {
    transform: scale(1.05);
}

/* Gradient Overlay Mask (Guarantees legibility of title) */
.ind-image-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.85) 100%);
    z-index: 2;
}

/* Resting Front Title Card Panel */
.ind-card-front {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem 1.75rem;
    box-sizing: border-box;
    z-index: 3;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.ind-card-front h3 {
    font-size: 1.5rem;
    font-weight: 450;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
}

.ind-front-tags {
    font-size: 0.725rem;
    font-weight: 450;
    color: #38bdf8; /* Soft blue text contrast */
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* 2. Interactive CSS Slide-Up Drawer */
.ind-card-drawer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 5;
    padding: 2.25rem 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    /* Pushed down out of view initially */
    transform: translateY(101%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Triggers drawer slide-up on hover */
.ind-card:hover .ind-card-drawer {
    transform: translateY(0);
}

/* Hide front text when drawer is fully active */
.ind-card:hover .ind-card-front {
    opacity: 0;
    transform: translateY(20px);
}

/* Inside Drawer Content Details */
.ind-drawer-header h3 {
    font-size: 1.4rem;
    font-weight: 450;
    color: #0f172a;
    margin: 0 0 0.35rem 0;
}

.ind-drawer-tags {
    font-size: 0.7rem;
    font-weight: 450;
    color: #0066cc;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: block;
}

.ind-drawer-body {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    flex-grow: 1;
}

.ind-info-row h4 {
    font-size: 0.8rem;
    font-weight: 450;
    color: #94a3b8;
    margin: 0 0 0.25rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ind-info-row p {
    font-size: 0.875rem;
    color: #334155;
    line-height: 1.45;
    font-weight: 300;
    margin: 0;
}

/* Results Tag */
.ind-result-badge {
    align-self: flex-start;
    font-size: 0.775rem;
    color: #0066cc;
    background-color: rgba(0, 102, 204, 0.05);
    border: 1px solid rgba(0, 102, 204, 0.1);
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    font-weight: 450;
}

/* ==========================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================== */
@media (max-width: 991px) {
    .adec-ind-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .adec-ind-grid {
        grid-template-columns: 1fr;
    }
    .ind-card {
        height: 350px;
    }
    .adec-ind-header h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-365b73a *//* ==========================================================================
   ADEC KM - UNIVERSAL TECHNICAL PILLARS SECTION (STATIC, NO JS)
   ========================================================================== */
.adec-pillars-section {
    padding: 10px 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.pillars-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header Section (Max Weight 450) */
.pillars-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4.5rem auto;
}

.pillars-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: rgba(0, 102, 204, 0.05);
    border: 1px solid rgba(0, 102, 204, 0.12);
    border-radius: 999px;
    color: #0066cc;
    font-size: 0.8rem;
    font-weight: 450;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.pillars-header h2 {
    font-size: 2.8rem;
    font-weight: 450;
    line-height: 1.25;
    color: #0f172a;
    margin-bottom: 1.25rem;
    letter-spacing: -0.025em;
}

.pillars-header h2 span {
    color: #0066cc;
    font-weight: 450;
}

.pillars-header p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #475569;
    font-weight: 300;
}

/* 4-Column Grid */
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.pillar-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2.5rem 1.75rem;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s ease, 
                box-shadow 0.4s ease;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.01);
}

.pillar-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 102, 204, 0.25);
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.05);
}

.pillar-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: rgba(0, 102, 204, 0.05);
    color: #0066cc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    transition: all 0.3s ease;
}

.pillar-card:hover .pillar-icon {
    background-color: #0066cc;
    color: #ffffff;
}

.pillar-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.2;
}

.pillar-card h3 {
    font-size: 1.2rem;
    font-weight: 450;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.pillar-card p {
    font-size: 0.875rem;
    color: #475569;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

/* Compliance Badges Row */
.compliance-stripe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 2rem;
    border-top: 1px solid #f1f5f9;
}

.compliance-stripe span {
    font-size: 0.75rem;
    color: #64748b;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    font-weight: 450;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ==========================================
   RESPONSIVE DESIGN ADAPTIONS
   ========================================== */
@media (max-width: 991px) {
    .pillars-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .pillars-grid {
        grid-template-columns: 1fr;
    }
    .pillars-header h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5eae8b4 *//* ==========================================
   GLOBAL VARIABLES & TYPOGRAPHY
   ========================================== */
.km-ind-page {
    font-family: 'Poppins', sans-serif;
    color: #475467;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
}

.km-ind-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

/* Badges */
.km-ind-badge {
    display: inline-block;
    padding: 8px 18px;
    background-color: #eaf2ff;
    color: #0066cc;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500; /* Strictly 500 */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Headers */
.km-ind-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.km-ind-section-header h2 {
    font-size: 44px;
    line-height: 1.25;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 20px 0 18px;
    letter-spacing: -1px;
}

.km-ind-section-header p {
    font-size: 18px; /* Increased */
    color: #667085;
    font-weight: 400; /* Under 450 */
}

/* ==========================================
   SECTION 1: HERO
   ========================================== */
.km-ind-hero {
    background: linear-gradient(135deg, #040b21 0%, #051b4d 100%);
    color: #ffffff;
    padding: 130px 0 115px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.km-ind-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.km-ind-hero-content .km-ind-badge {
    background-color: rgba(0, 102, 204, 0.2);
    border: 1px solid rgba(0, 102, 204, 0.3);
    color: #49A4FF;
    margin-bottom: 25px;
}

.km-ind-hero h1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 500; /* Strictly 500 */
    color: #ffffff;
    margin: 0 0 25px;
    letter-spacing: -2px;
}

.km-ind-hero h1 span {
    color: #49A4FF;
}

.km-ind-hero p {
    font-size: 20px; /* Increased */
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0 auto 40px;
    font-weight: 400; /* Under 450 */
}

.km-ind-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.km-ind-hero-buttons a {
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500; /* Strictly 500 */
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.km-ind-btn-primary {
    background-color: #0066cc;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.3);
}

.km-ind-btn-primary:hover {
    background-color: #49A4FF;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(73, 164, 255, 0.4);
}

.km-ind-btn-secondary {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.km-ind-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.30);
    transform: translateY(-3px);
}

/* ==========================================
   SECTION 2: SECTORS GRID
   ========================================== */
.km-ind-sectors-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.km-ind-sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.km-ind-sector-card {
    background-color: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.015);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.km-ind-sector-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    transition: transform 0.3s ease;
}

.km-ind-sector-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.km-ind-sector-card h3 {
    font-size: 21px;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 0 0 15px;
    transition: color 0.3s ease;
}

/* Meta focus info for Infographics */
.km-ind-card-meta {
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7edf5;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.km-ind-card-meta span {
    font-size: 13.5px;
    color: #667085;
    font-weight: 400; /* Under 450 */
}

.km-ind-card-meta span strong {
    font-weight: 500;
    color: #051B4D;
}

.km-ind-sector-card p {
    font-size: 16px; /* Increased from 14.5px */
    line-height: 1.6;
    color: #667085;
    margin: 0;
    font-weight: 400; /* Under 450 */
}

/* Card Hovers */
.km-ind-sector-card:hover {
    transform: translateY(-8px);
    border-color: #0066cc;
    box-shadow: 0 15px 35px rgba(0, 102, 204, 0.08);
}

.km-ind-sector-card:hover h3 {
    color: #0066cc;
}

.km-ind-sector-card:hover .km-ind-sector-icon {
    transform: scale(1.1);
}

/* ==========================================
   SECTION 3: PROCESS PIPELINE (Horizontal Timeline)
   ========================================== */
.km-ind-process-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.km-ind-timeline-wrapper {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 20px 0;
}

/* Connect Line behind steps */
.km-ind-timeline-line {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: rgba(0, 102, 204, 0.15);
    z-index: 1;
}

.km-ind-timeline-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.km-ind-timeline-step {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.km-ind-timeline-node {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0066cc;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500; /* Strictly 500 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 6px solid #f8fafc; /* Masks timeline bar */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.km-ind-timeline-step:hover .km-ind-timeline-node {
    transform: scale(1.15);
    background-color: #051B4D;
}

.km-ind-timeline-step h3 {
    font-size: 19px;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 0 0 12px;
    transition: color 0.3s ease;
}

.km-ind-timeline-step:hover h3 {
    color: #0066cc;
}

.km-ind-timeline-step p {
    font-size: 15.5px; /* Increased */
    color: #667085;
    margin: 0;
    max-width: 250px;
    font-weight: 400; /* Under 450 */
}

/* ==========================================
   SECTION 4: MEASURABLE OUTCOMES
   ========================================== */
.km-ind-outcomes-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.km-ind-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.km-ind-outcome-card {
    background-color: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 20px;
    padding: 35px 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.015);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.km-ind-outcome-stat {
    font-size: 40px;
    font-weight: 500; /* Strictly 500 */
    color: #0066cc;
    line-height: 1;
    margin-bottom: 18px;
}

.km-ind-outcome-card h3 {
    font-size: 19px;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 0 0 12px;
    transition: color 0.3s ease;
}

.km-ind-outcome-card p {
    font-size: 15.5px; /* Increased from 14.5px */
    line-height: 1.6;
    color: #667085;
    margin: 0;
    font-weight: 400; /* Under 450 */
}

/* Card Hovers */
.km-ind-outcome-card:hover {
    transform: translateY(-8px);
    border-color: #0066cc;
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.06);
}

.km-ind-outcome-card:hover h3 {
    color: #0066cc;
}

/* ==========================================
   SECTION 5: ACTIONABLE CTA
   ========================================== */
.km-ind-cta-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.km-ind-cta-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.06) 0%, rgba(5, 27, 77, 0.02) 100%);
    border: 1px solid rgba(0, 102, 204, 0.08);
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
}

.km-ind-cta-container .km-ind-badge {
    margin-bottom: 22px;
}

.km-ind-cta-container h2 {
    font-size: 40px;
    font-weight: 500; /* Strictly 500 */
    color: #051B4D;
    margin: 0 0 15px;
}

.km-ind-cta-container p {
    font-size: 17.5px; /* Increased */
    color: #667085;
    max-width: 750px;
    margin: 0 auto 35px;
    font-weight: 400; /* Under 450 */
}

.km-ind-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.km-ind-cta-buttons a {
    padding: 16px 36px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500; /* Strictly 500 */
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.km-ind-cta-buttons .km-ind-btn-primary:hover {
    background-color: #051B4D;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(5, 27, 77, 0.25);
}

.km-ind-cta-buttons .km-ind-btn-secondary {
    background-color: #ffffff;
    border: 1px solid #e7edf5;
    color: #051B4D;
}

.km-ind-cta-buttons .km-ind-btn-secondary:hover {
    background-color: #f8fafc;
    border-color: #0066cc;
    transform: translateY(-3px);
}

/* ==========================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================== */
@media (max-width: 1200px) {
    .km-ind-sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .km-ind-outcomes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .km-ind-hero h1 {
        font-size: 46px;
    }
    .km-ind-section-header h2 {
        font-size: 36px;
    }
    
    /* Responsive timeline shift (Horizontal -> Vertical) */
    .km-ind-timeline-line {
        top: 0;
        left: 28px;
        width: 4px;
        height: 80%;
    }
    .km-ind-timeline-container {
        flex-direction: column;
        gap: 40px;
    }
    .km-ind-timeline-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding: 0;
    }
    .km-ind-timeline-node {
        margin-bottom: 0;
        margin-right: 20px;
        flex-shrink: 0;
        border: 4px solid #f8fafc;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .km-ind-sectors-section,
    .km-ind-process-section,
    .km-ind-outcomes-section,
    .km-ind-cta-section {
        padding: 80px 0;
    }
    .km-ind-cta-container h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .km-ind-container {
        padding: 0 20px;
    }
    .km-ind-hero {
        padding: 100px 0 80px;
    }
    .km-ind-hero h1 {
        font-size: 34px;
    }
    .km-ind-hero p {
        font-size: 18px;
    }
    .km-ind-section-header h2 {
        font-size: 28px;
    }
    .km-ind-section-header p {
        font-size: 15.5px;
    }
    .km-ind-sectors-grid,
    .km-ind-outcomes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .km-ind-cta-container {
        padding: 40px 20px;
        border-radius: 20px;
    }
    .km-ind-cta-container h2 {
        font-size: 24px;
    }
    .km-ind-cta-container p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .km-ind-hero-buttons,
    .km-ind-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
}/* End custom CSS */