.elementor-2373 .elementor-element.elementor-element-657ad76{--display:flex;}.elementor-2373 .elementor-element.elementor-element-657ad76.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2373 .elementor-element.elementor-element-90b3ebe{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2373 .elementor-element.elementor-element-8daac31{width:var( --container-widget-width, 100% );max-width:100%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2373 .elementor-element.elementor-element-1748aef{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2373 .elementor-element.elementor-element-657ad76{--width:99.594%;}}/* Start custom CSS for html, class: .elementor-element-90b3ebe *//* ==========================================================================
   ADEC KM - PREMIUM 3-TILE SOLUTIONS HUB (NO FOOTER/HEADER - BLUE & WHITE ONLY)
   ========================================================================== */
.adec-solutions-hub {
    padding: 6.5rem 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.adec-solutions-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 0;
}

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

.adec-sol-badge {
    display: inline-block;
    padding: ;
    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-sol-header h2 {
    font-size: 2.8rem;
    font-weight: 550;
    line-height: 1.25;
    color: #0f172a;
    margin-bottom: 1px;
    letter-spacing: -0.02em;
}

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

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

/* 3-Column Grid Layout (3 tiles side-by-side) */
.adec-sol-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

/* Solution Card Box */
.adec-sol-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    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(0, 0, 0, 0.01);
}

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

/* Image Container */
.adec-sol-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.adec-sol-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Neatly fits the UAT graphic scale */
    padding: 0.5rem;
    background-color: #f8fafc;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.adec-sol-card:hover .adec-sol-image img {
    transform: scale(1.04);
}

/* Card Body Content Area */
.adec-sol-body {
    padding: 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.adec-sol-meta h4 {
    color: #0066cc;
    font-size: 0.8rem;
    font-weight: 450;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.35rem;
}

.adec-sol-meta h3 {
    font-size: 1.35rem;
    font-weight: 450;
    color: #0f172a;
  letter-spacing: -1px;
    margin-bottom: 0.25rem;
}

.adec-sol-meta span.subtitle {
    font-size: 16px;
    color: #475569;
    font-weight: 450;
    display: block;
}

.adec-sol-body p.desc {
    font-size: 14px;
    color: #475569;
    font-weight: 300;
    line-height: 1.55;
    margin: 0;
}

/* Capabilities list */
.adec-sol-capabilities {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 1.25rem 0;
    border-top: 1px dashed #e2e8f0;
    border-bottom: 1px dashed #e2e8f0;
}

.capability-item {
    font-size: 0.825rem;
    color: #334155;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.capability-item svg {
    width: 14px;
    height: 14px;
    color: #0066cc;
    flex-shrink: 0;
}

/* Outcomes Badge Row */
.adec-sol-outcomes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 0.25rem;
}

.adec-sol-outcomes span {
    font-size: 0.725rem;
    color: #0066cc;
    background-color: rgba(0, 102, 204, 0.04);
    border: 1px solid rgba(0, 102, 204, 0.08);
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    font-weight: 450;
}

/* Responsive adjustment */
@media (max-width: 1024px) {
    .adec-sol-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .adec-sol-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .adec-sol-header h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8daac31 *//* ==========================================================================
   ADEC KM - COMPACT VERTICAL INFOGRAPHIC TIMELINE (NO METRICS)
   ========================================================================== */
.km-why-infographic {
    padding: 5rem 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.km-info-container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header Styling (Max weight 450) */
.km-info-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3.5rem auto;
}

.km-info-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;
}

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

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

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

/* ==========================================
   COMPACT TIMELINE STRUCTURE
   ========================================== */
.km-timeline-wrapper {
    position: relative;
    padding: 1rem 0;
}

/* Central Timeline Divider Line */
.km-timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #cbd5e1;
    transform: translateX(-50%);
    z-index: 1;
}

/* Timeline Rows - Reduced Spacing */
.timeline-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 1.75rem; /* Reduced Spacing */
    width: 100%;
}

.timeline-row:last-child {
    margin-bottom: 0;
}

/* Left & Right Text Columns */
.timeline-col {
    width: 45%;
    position: relative;
    z-index: 3;
}

/* Compact Card Styling */
.timeline-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem 1.75rem; /* Reduced Padding */
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.01);
}

.timeline-card:hover {
    border-color: rgba(0, 102, 204, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 102, 204, 0.04);
}

.timeline-card h3 {
    font-size: 1.25rem;
    font-weight: 550; /* Locked weight */
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.timeline-card p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #475569;
    font-weight: 300;
    margin: 0;
}

/* Central Icon Circle Badge */
.timeline-node {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #0066cc;
    color: #0066cc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0, 102, 204, 0.12);
    transition: all 0.3s ease;
}

.timeline-row:hover .timeline-node {
    background-color: #0066cc;
    color: #ffffff;
    transform: translate(-50%, -50%) scale(1.08);
}

.timeline-node svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.2;
}

/* Empty column helper for staggered layout */
.timeline-empty {
    width: 45%;
}

/* Alternate row direction */
.timeline-row:nth-child(even) {
    flex-direction: row-reverse;
}

/* ==========================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================== */
@media (max-width: 768px) {
    .km-timeline-wrapper::before {
        left: 23px; /* Lock vertical line left */
    }
    
    .timeline-row {
        flex-direction: column !important;
        align-items: flex-start;
        margin-bottom: 2rem;
    }
    
    .timeline-col {
        width: 100%;
        padding-left: 54px; /* Space out text from line */
    }
    
    .timeline-empty {
        display: none;
    }
    
    .timeline-node {
        left: 23px;
        transform: translate(-50%, 0);
        top: 20px;
    }
    
    .timeline-row:hover .timeline-node {
        transform: translate(-50%, 0) scale(1.08);
    }
    
    .km-info-header h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1748aef *//* ==========================================================================
   ADEC KM - HORIZONTAL PIPELINE INFOGRAPHIC (PERFECT ALIGNMENT)
   ========================================================================== */
.km-capability-section {
    padding: 6.5rem 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
    
    /* Clean, soft editorial gradient (Not bland, not busy) */
    background: linear-gradient(180deg, rgba(0, 102, 204, 0.04) 0%, #ffffff 100%);
}

.km-cap-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 5;
}

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

.km-cap-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;
}

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

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

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

/* ==========================================
   5-COLUMN PIPELINE TRACK
   ========================================== */
.km-pipeline-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    position: relative;
    padding-top: 2rem;
}

.pipeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Mathematically perfect step-to-step connecting line */
.pipeline-step::after {
    content: '';
    position: absolute;
    top: 23px; /* Exactly half of the 46px node circle */
    left: 50%; /* Starts exactly at the center of this circle */
    width: 100%; /* Spans to the center of the next column's circle */
    height: 2px;
    background-color: #cbd5e1;
    z-index: -1; /* Placed behind the node */
}

/* Hide line on the final step */
.pipeline-step:last-child::after {
    display: none !important;
}

/* Protected Milestone Node Circle (Remains a perfect circle) */
.pipeline-node {
    width: 46px !important;
    height: 46px !important;
    aspect-ratio: 1 / 1 !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    border-radius: 50% !important;
    background-color: #ffffff;
    border: 2.5px solid #0066cc;
    color: #0066cc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 102, 204, 0.12);
}

.pipeline-step:hover .pipeline-node {
    background-color: #0066cc;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 102, 204, 0.2);
}

.pipeline-node svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.2;
    flex-shrink: 0;
}

/* Card Boxes */
.pipeline-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.75rem 1.25rem;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.pipeline-card h3 {
    font-size: 1.15rem;
    font-weight: 450;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

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

/* ==========================================
   RESPONSIVE LAYOUT TRANSLATIONS
   ========================================== */
@media (max-width: 991px) {
    .km-pipeline-track {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    .pipeline-step::after {
        display: none !important; /* Hide line segments when wrapping */
    }
}

@media (max-width: 768px) {
    .km-pipeline-track {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding-left: 2rem;
        padding-top: 0;
    }
    
    /* Draw vertical timeline line on mobile */
    .km-pipeline-track::before {
        content: '';
        position: absolute;
        display: block;
        left: 23px; /* Centers exactly with nodes */
        top: 15px;
        bottom: 15px;
        width: 2px;
        background-color: #cbd5e1;
        z-index: 1;
    }
    
    .pipeline-step {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 1.5rem;
    }
    
    .pipeline-step::after {
        display: none !important;
    }
    
    .pipeline-node {
        margin-bottom: 0;
        z-index: 2;
    }
    
    .pipeline-card {
        padding: 1.25rem;
    }
    
    .km-cap-header h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */