.elementor-2264 .elementor-element.elementor-element-e663ffa{--display:flex;}.elementor-2264 .elementor-element.elementor-element-be5ab55{--display:flex;}.elementor-2264 .elementor-element.elementor-element-be5ab55.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2264 .elementor-element.elementor-element-0466399{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2264 .elementor-element.elementor-element-c579665{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2264 .elementor-element.elementor-element-c579665.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2264 .elementor-element.elementor-element-e663ffa{--content-width:1600px;}.elementor-2264 .elementor-element.elementor-element-be5ab55{--width:99.594%;}}/* Start custom CSS for html, class: .elementor-element-622fd68 *//* ==========================================
ADEC KM HERO V4
PREMIUM ENTERPRISE HERO
FULL WIDTH FIXED VERSION
========================================== */

/* GLOBAL FIX */
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background: #ffffff;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

/* HERO */
.adec-hero-v4 {
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: 0;
    min-height: 965px; /* Exactly 965px height */
    padding: 90px 5% 90px 5%; /* Balanced vertical padding */
    background: #040814;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}

/* LIGHTS & PULSATING GLOW ANIMATIONS */
.hero-light {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.left-light {
    width: 1100px;
    height: 1100px;
    left: 50px;
    top: -200px;
    background: radial-gradient(
        circle,
        rgba(0, 102, 204, 0.45),
        transparent 70%
    );
    filter: blur(140px);
    animation: pulseGlowLeft 9s ease-in-out infinite;
}

.right-light {
    width: 1300px;
    height: 1300px;
    right: -300px;
    bottom: -300px;
    background: radial-gradient(
        circle,
        rgba(0, 102, 204, 0.25),
        transparent 70%
    );
    filter: blur(160px);
    animation: pulseGlowRight 11s ease-in-out infinite;
}

@keyframes pulseGlowLeft {
    0%, 100% {
        transform: scale(1) translate(0, 0);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.08) translate(-25px, 25px);
        opacity: 1;
    }
}

@keyframes pulseGlowRight {
    0%, 100% {
        transform: scale(1) translate(0, 0);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.06) translate(25px, -25px);
        opacity: 1;
    }
}

/* GRID */
.hero-grid {
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 220px 220px;
    opacity: 0.4;
    animation: gridFloat 20s linear infinite;
}

@keyframes gridFloat {
    0% { background-position: 0 0; }
    100% { background-position: 220px 220px; }
}

/* CONTAINER */
.hero-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1800px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.hero-left {
    width: 53%;
    padding-right: 4%;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #8FC7FF;
    margin-bottom: 25px;
}

/* TITLE */
.hero-left h1 {
    font-size: 78px;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -4px;
    color: #ffffff;
    margin-bottom: 15px;
    max-width: 850px;
}

/* RUNNING TEXT FIX */
.hero-word-wrapper {
    display: block;
    height: 110px;
    overflow: visible;
    margin-top: 10px;
}

#heroWord {
    display: inline-block;
    line-height: 1.15;
    min-height: 110px;
    color: #49A4FF;
    white-space: nowrap;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* DESCRIPTION */
.hero-left p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 35px;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-btn {
    padding: 18px 30px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, background-color 0.3s ease;
}

.hero-btn:hover {
    transform: translateY(-4px);
}

.primary-btn {
    background: #0066CC;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 102, 204, 0.25);
}

.secondary-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

/* STATS */
.hero-stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.stat-card {
    padding: 20px;
    min-width: 170px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
}

.stat-card h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 8px;
}

.stat-card span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

/* RIGHT */
.hero-right {
    position: relative;
    width: 45%;
    height: 765px; /* Tuned height for 965px viewport balance */
}

/* HUMAN */
.hero-human {
    position: absolute;
    bottom: -15px;
    left: 45%;
    transform: translateX(-50%);
    width: 580px;
    max-width: none;
    z-index: 5;
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.35));
}

/* CARDS & FLOAT KEYFRAMES */
.hero-card {
    position: absolute;
    width: 280px;
    padding: 17px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    z-index: 20;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), translate 0.5s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hero-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.hero-card p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
}

/* CARD POSITIONS (DISTRIBUTED SNUGLY TO PREVENT OVERLAP IN 965px CANVAS) */
.card-1 {
    top: 85px;
    left: -60px;
}

.card-2 {
    top: 75px;
    right: 20px;
}

.card-3 {
    bottom: 125px;
    left: -170px;
}

.card-4 {
    bottom: 265px;
    right: -40px;
}

/* HOVER EFFECT ON FLOATING CARDS */
.hero-card:hover {
    transform: scale(1.03) translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* STAGGERED ENTRANCE REVEAL (JS Triggered) */
.reveal-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.adec-hero-v4.loaded .reveal-item {
    opacity: 1;
    transform: translateY(0);
}

.adec-hero-v4.loaded .hero-left {
    transition-delay: 0.1s;
}

.adec-hero-v4.loaded .hero-right {
    transition-delay: 0.3s;
}

/* Hide until reveal triggers then execute floats */
.hero-card {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.adec-hero-v4.loaded .hero-card {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.adec-hero-v4.loaded .card-1 {
    transition-delay: 0.5s;
    animation: floatCard1 6s ease-in-out infinite 1.3s;
}

.adec-hero-v4.loaded .card-2 {
    transition-delay: 0.7s;
    animation: floatCard2 6.5s ease-in-out infinite 1.5s;
}

.adec-hero-v4.loaded .card-3 {
    transition-delay: 0.9s;
    animation: floatCard3 7s ease-in-out infinite 1.7s;
}

.adec-hero-v4.loaded .card-4 {
    transition-delay: 1.1s;
    animation: floatCard4 6.8s ease-in-out infinite 1.9s;
}

@keyframes floatCard1 {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -12px; }
}

@keyframes floatCard2 {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -15px; }
}

@keyframes floatCard3 {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -10px; }
}

@keyframes floatCard4 {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -14px; }
}

/* LAPTOPS & DESKTOPS (1200px and under) */
@media(max-width: 1200px) {
    .adec-hero-v4 {
        min-height: 900px;
        padding: 80px 5% 100px 5%;
    }

    .hero-left h1 {
        font-size: 62px;
    }
    
    .hero-human {
        width: 500px;
    }
    
    .hero-right {
        height: 680px;
    }

    .card-1 { top: 80px; left: -30px; }
    .card-2 { top: 70px; right: 10px; }
    .card-3 { bottom: 120px; left: -110px; }
    .card-4 { bottom: 240px; right: -25px; }
}

/* IPAD & MEDIUM SCREEN LAYOUT (768px - 1024px) */
@media(max-width: 1024px) {
    .adec-hero-v4 {
        min-height: auto; /* Fallback to auto when visually stacking components */
        padding: 80px 5% 100px 5%;
    }

    .hero-container {
        flex-direction: column;
        gap: 50px;
        text-align: center;
        align-items: center;
    }

    .hero-left,
    .hero-right {
        width: 100%;
    }

    .hero-left {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons,
    .hero-stats {
        justify-content: center;
    }

    .hero-right {
        display: block;
        height: 680px;
        max-width: 600px;
        margin: 0 auto;
    }

    .hero-human {
        width: 460px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }

    /* Scaling orbits relative to centered tablet view */
    .card-1 { top: 80px; left: 0px; }
    .card-2 { top: 70px; right: 0px; }
    .card-3 { bottom: 120px; left: -40px; }
    .card-4 { bottom: 250px; right: -40px; }
}

/* MOBILE PORTRAIT (< 768px) */
@media(max-width: 767px) {
    .adec-hero-v4 {
        padding: 50px 24px 70px 24px;
        min-height: auto;
    }

    .hero-left h1 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .hero-left p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .hero-btn {
        width: 100%;
        text-align: center;
    }

    .hero-stats {
        gap: 12px;
        justify-content: center;
        width: 100%;
    }

    .stat-card {
        flex: 1 1 140px;
        min-width: 130px;
        padding: 16px;
        border-radius: 18px;
    }

    .stat-card h3 {
        font-size: 36px;
    }

    .hero-word-wrapper {
        height: 60px;
        margin-top: 5px;
    }

    #heroWord {
        min-height: 60px;
    }

    /* Stack cards on mobile to prevent overflow/clipping */
    .hero-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        gap: 16px;
        margin-top: 30px;
    }

    .hero-human {
        position: relative;
        transform: none;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 280px;
        margin-bottom: 10px;
    }

    .hero-card {
        position: relative;
        width: 100%;
        max-width: 100%;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .hero-card:hover {
        transform: translateY(-4px) !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0466399 *//* ==========================================
   LAYOUT STRUCTURE (Width & Page Margins)
   ========================================== */
.km-elearning-section {
    padding: 80px 0;
    background-color: #ffffff; /* Forces section color to match image background */
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.km-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 0px;
    display: grid;
    grid-template-columns: 43% 52%;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}

/* ==========================================
   LEFT COLUMN: Visual Container (Seamless Merge)
   ========================================== */
.km-visual {
    position: relative;
    border-radius: 24px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    background-color: #ffffff; /* Seamless merge color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.km-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ==========================================
   RIGHT CONTENT BLOCK
   ========================================== */
.km-content-block {
    font-family: 'Poppins', sans-serif;
    color: #475467;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

/* Brand Badge Tag */
.km-content-block .km-badge {
    display: inline-block;
    background-color: #eaf2ff;
    color: #0066cc;
    font-size: 13px;
    font-weight: 550;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 999px;
    margin-bottom: 25px;
}

/* Headings */
.km-content-block .km-title {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 550;
    letter-spacing: -1.5px;
    color: #051B4D;
    margin: 0 0 20px 0;
}

.km-content-block .km-title span {
    color: #0066cc;
}

/* Subtitle */
.km-content-block .km-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #475467;
    margin: 0 0 45px 0;
}

/* Features list wrapper */
.km-content-block .km-features {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 0px; /* Reduced since contact button was removed */
}

.km-content-block .km-feature-item {
    display: flex;
    align-items: flex-start;
}

/* Icon circles */
.km-content-block .km-icon-circle {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #eaf2ff;
    border: 1px solid rgba(0, 102, 204, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Feature Item Hover Animation */
.km-content-block .km-feature-item:hover .km-icon-circle {
    background-color: #0066cc;
    transform: scale(1.08);
}

.km-content-block .km-feature-item:hover .km-icon-circle svg {
    stroke: #ffffff;
}

.km-content-block .km-icon-circle svg {
    stroke: #0066cc;
    transition: stroke 0.3s ease;
}

/* Vertical line alignment */
.km-content-block .km-feature-text {
    border-left: 2.5px solid #0066cc;
    padding-left: 25px;
    transition: border-color 0.3s ease;
}

.km-content-block .km-feature-item:hover .km-feature-text {
    border-left-color: #051B4D;
}

.km-content-block .km-feature-text h3 {
    font-size: 24px;
    font-weight: 450;
    color: #051B4D;
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}

.km-content-block .km-feature-item:hover .km-feature-text h3 {
    color: #0066cc;
}

.km-content-block .km-feature-text p {
    font-size: 17px;
    line-height: 1.4;
    color: #475467;
    margin: 0;
}

/* Highlight style for the Level 0 / Upgrade Content Creation text block */
.km-content-block .km-feature-text .km-extra-desc {
    margin-top: 20px;
    padding: 18px 24px;
    background-color: #f4f8ff; /* Soft brand-tinted background */
    border-left: 4px solid #0066cc; /* Solid color indicators */
    border-radius: 0 px 16px ; /* Modern curved edges on the right */
    color: #051B4D; /* High-contrast text readability */
    font-weight: 500;
    line-height: 1.4;
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.04);
    box-sizing: border-box;
}

/* ==========================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================== */
@media (max-width: 1024px) {
    .km-container {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 30px;
    }
    .km-visual {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .km-elearning-section {
        padding: 50px 0;
    }
    .km-container {
        gap: 35px;
        padding: 0 20px;
    }
    .km-content-block .km-title {
        font-size: 36px;
    }
    .km-content-block .km-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .km-content-block .km-features {
        gap: 30px;
    }
    .km-content-block .km-feature-item {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .km-content-block .km-icon-circle {
        margin-right: 0;
        width: 52px;
        height: 52px;
    }
    .km-content-block .km-feature-text {
        padding-left: 20px;
    }
    .km-content-block .km-feature-text .km-extra-desc {
        padding: 14px 18px;
        border-radius: 0 12px 12px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf8a319 *//* ==========================================
   ADEC SOL SECTION
   ========================================== */
.adec-sol-section {
    padding: 50px 0; /* Adjusted padding to 80px to align with eLearning section spacing */
    background: #f8fafc;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    width: 100%;
}

.adec-sol-container {
    width: 100%;
    max-width: 1440px; /* Scaled container to 1440px to keep consistent page margins */
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.adec-sol-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 50px;
}

.adec-sol-tag {
    display: inline-block;
    padding: 10px 24px; /* Consistent badge sizing */
    background: #eaf2ff;
    color: #0066cc;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 550;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.adec-sol-title {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #0b1535;
    font-weight: 540; /* Preserved weight */
    margin-bottom: 18px;
}

.adec-sol-subtitle {
    font-size: 17px;
    color: #667085;
    line-height: 1.4;
}

.adec-sol-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px; /* Wider spacing grid */
}

/* Card Base styling */
.adec-sol-card {
    background: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 20px; /* Aligned card rounding to 20px */
    padding: 30px 24px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
}

/* Card Hover animation - GPU Accelerated CSS replaces inline JS */
.adec-sol-card:hover {
    transform: translateY(-8px);
    border-color: #0066cc;
    box-shadow: 0 20px 40px rgba(0, 102, 204, 0.08);
}

/* Classy Brand Blue Icons with Seamless Hover Transitions */
.adec-sol-icon {
    width: 55px;
    height: 55px;
    background: #eaf2ff; /* Light brand-blue background */
    border: 1px solid rgba(0, 102, 204, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.adec-sol-icon svg {
    stroke: #0066cc; /* Brand blue svg stroke color */
    fill: none;
    transition: stroke 0.3s ease, transform 0.3s ease;
}

/* Card Hover Icon animations */
.adec-sol-card:hover .adec-sol-icon {
    background: #0066cc; /* Icon turns brand blue on card hover */
    border-color: #0066cc;
    transform: scale(1.05);
}

.adec-sol-card:hover .adec-sol-icon svg {
    stroke: #ffffff; /* SVG turns white */
}

/* MICRO-ANIMATIONS FOR SVG ICONS */

/* Generic Pulse Effect on Icon hover */
.adec-sol-card:hover .adec-sol-icon svg {
    animation: iconPulse 0.6s ease-in-out;
}

@keyframes iconPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

/* Gear Rotate Effect (Learning Technology Support - 7th card) */
.adec-sol-card:nth-child(7):hover .adec-sol-icon svg {
    animation: gearRotate 2s linear infinite;
}

@keyframes gearRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Rocket Launch Drift Effect (Capability Development - 5th card) */
.adec-sol-card:nth-child(5):hover .adec-sol-icon svg {
    animation: rocketLaunch 0.8s ease-in-out;
}

@keyframes rocketLaunch {
    0% { transform: translate(0, 0); }
    40% { transform: translate(3px, -3px); }
    70% { transform: translate(-1px, 1px); }
    100% { transform: translate(0, 0); }
}

/* Card Headings */
.adec-sol-card h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #0b1535;
    letter-spacing: 0.1px;
    font-weight: 450;
    margin-bottom: 12px;
}

/* Card Descriptions */
.adec-sol-card p {
    font-size: 16.5px;
    color: #667085;
    line-height: 1.4;
}

/* ==========================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================== */
@media(max-width: 1200px) {
    .adec-sol-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media(max-width: 1024px) {
    .adec-sol-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .adec-sol-container {
        padding: 0 30px;
    }
    .adec-sol-title {
        font-size: 38px;
    }
}

@media(max-width: 768px) {
    .adec-sol-section {
        padding: 60px 0;
    }
    
    .adec-sol-title {
        font-size: 32px;
    }

    .adec-sol-subtitle {
        font-size: 15px;
    }

    .adec-sol-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .adec-sol-container {
        padding: 0 20px;
    }
    
    .adec-sol-card {
        padding: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8093cb8 *//* ==========================================================================
   ADEC KM - PREMIUM 3-TILE SLIDER WITH ULTRA-CLEAN TYPOGRAPHY
   ========================================================================== */
.adec-showcase-section {
    padding: 6.5rem 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.adec-showcase-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

/* Header Styling - Max Weight 450 */
.adec-showcase-header {
    text-align: center;
    max-width: 10000px;
    margin: 0 auto 4rem auto;
}

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

.adec-showcase-header h2 {
    font-size: 52px;
    font-weight: 550; /* Locked weight */
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    letter-spacing: -1.5px;
}

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

.adec-showcase-header h2 span::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #00d084; /* Teal Accent */
    border-radius: 2px;
}

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

/* Slider Track */
.adec-slider-viewport {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2.5rem;
}

.adec-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

/* Card Wrapper (Dynamic layout for 3 tiles) */
.adec-sector-card {
    flex: 0 0 100%;
    padding: 0 0.85rem;
    box-sizing: border-box;
}

/* Internal Card Box & Mouse Hover Physics */
.adec-card-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.65rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Compact vertical flow */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease, 
                border-color 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.adec-card-box:hover {
    border-color: rgba(0, 102, 204, 0.25);
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0 20px 35px rgba(0, 102, 204, 0.08);
}

/* Sector Image Header Wrapper */
.adec-sector-image-wrap {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: visible;
    margin-bottom: 1.75rem;
    position: relative;
    background-color: #f8fafc;
}

.adec-sector-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: grayscale(10%) contrast(95%);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
                filter 0.4s ease;
}

.adec-card-box:hover .adec-sector-image-wrap img {
    transform: scale(1.06) rotate(0.5deg);
    filter: grayscale(0) contrast(100%);
}

/* Floating Icon Badge - Bottom Right of the Image */
.adec-floating-icon {
    position: absolute;
    bottom: -18px;
    right: 18px;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0066cc;
    box-shadow: 0 4px 10px rgba(0, 102, 204, 0.15);
    z-index: 10;
    transition: all 0.3s ease;
}

.adec-floating-icon svg {
    width: 20px;
    height: 20px;
}

.adec-card-box:hover .adec-floating-icon {
    background-color: #0066cc;
    color: #ffffff;
    border-color: #0066cc;
    transform: scale(1.08);
}

.adec-card-box h3 {
    font-size: 1.35rem;
    font-weight: 450; /* Locked weight */
    color: #0f172a;
    margin-bottom: 0.65rem;
    transition: color 0.3s ease;
}

.adec-card-box:hover h3 {
    color: #0066cc;
}

/* Service Metadata Details */
.adec-sector-meta {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.65rem 0;
    border-top: 1px dashed #e2e8f0;
    border-bottom: 1px dashed #e2e8f0;
    margin-bottom: 0.85rem;
    font-size: 0.85rem;
    color: #475569;
}

.adec-sector-meta strong {
    font-weight: 450; /* Locked weight */
    color: #0f172a;
}

.adec-card-box p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 300;
}

/* Compact CTA Link Positioning */
.adec-card-link {
    display: inline-flex;
    align-items: center;
    color: #0066cc;
    text-decoration: none;
    font-weight: 450; /* Locked weight */
    font-size: 0.925rem;
    margin-top: 0.85rem; /* Reduced Gap */
    gap: 0.5rem;
    transition: gap 0.3s ease, color 0.3s ease;
}

.adec-card-link:hover {
    gap: 0.75rem;
    color: #00d084;
}

.adec-card-link svg {
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease;
}

.adec-card-link:hover svg {
    transform: translateX(2px);
}

/* Controls Footer Area - Dots on Left, Arrows on Right */
.adec-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
}

.adec-slider-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.adec-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.adec-dot.active {
    width: 24px;
    border-radius: 5px;
    background-color: #0066cc;
}

.adec-slider-arrows {
    display: flex;
    gap: 12px;
}

.adec-arrow-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.adec-arrow-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.5;
}

.adec-arrow-btn:hover {
    background-color: #0066cc;
    border-color: #0066cc;
    color: #ffffff;
}

/* ==========================================
   RESPONSIVE BREAKPOINTS (3 TILES ON DESKTOP)
   ========================================== */
@media (min-width: 640px) {
    .adec-sector-card {
        flex: 0 0 50%; /* 2 tiles visible on tablet */
    }
}

@media (min-width: 1024px) {
    .adec-sector-card {
        flex: 0 0 33.333%; /* 3 tiles visible on desktop */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c579665 *//* ==========================================================================
   ADEC KM - DUAL-COLUMN FAQ (FORCE CENTERED & OVERRIDE PINK STYLES)
   ========================================================================== */
.km-why-v2 {
    padding: 05px 30px;
    background-color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}

.km-why-box {
    max-width: 1200px;
    margin: 0 auto !important; /* Forces the entire section block to be centered */
    padding: 0 1.5rem;
}

/* Header Zone */
.km-why-header {
    text-align: center !important;
    max-width: 800px;
    margin: 0 auto 4.5rem auto !important;
}

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

.km-why-header h2 {
    font-size: 2.8rem;
    font-weight: 550;
    line-height: 1.25;
    color: #0f172a !important;
    margin-bottom: 1.25rem;
    letter-spacing: -2px;
}

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

.km-why-header p {
    font-size: 1.1rem;
    line-height: 1.3;
    color: #475569 !important;
    font-weight: 300;
    max-width: 1200px;
}

/* Balanced 2-Column Accordion Grid */
.km-accordion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
    justify-content: center !important;
}

.km-accordion-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Individual Accordion Cards (Overriding theme default backgrounds) */
.km-item, 
.km-item:nth-child(even), 
.km-item:nth-child(odd) {
    background-color: #ffffff !important; /* CRUSHES THE PINK THEME COLOR */
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.km-item:hover {
    border-color: rgba(0, 102, 204, 0.4) !important;
    box-shadow: 0 10px 20px rgba(0, 102, 204, 0.04);
}

/* Question Box - Centered Text Layout */
.km-question {
    width: 100%;
    background: none !important;
    border: none !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* Centers elements */
    position: relative;
    padding: 1.5rem;
    color: #0f172a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 450;
    transition: color 0.3s ease;
}

.km-question:hover {
    color: #0066cc !important;
}

/* Question text wrapper with left/right padding to prevent chevron overlap */
.km-question span {
    width: 100%;
    text-align: center !important; /* Forces centered text */
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    display: block;
}

/* SVG Chevron Badge - Locked on the Left */
.km-icon-badge {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(0, 102, 204, 0.05) !important;
    color: #0066cc !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.km-icon-badge svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
    transition: transform 0.35s ease;
}

/* Answer Box - Centered Text Layout */
.km-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                padding 0.4s ease;
    padding: 0 1.5rem;
    color: #475569 !important;
    font-size: 0.925rem;
    line-height: 1.6;
    font-weight: 300;
    text-align: center !important; /* Forces centered text */
}

/* ==========================================
   ACTIVE STATE (Brand Blue & White Text Only)
   ========================================== */
.km-item.active, 
.km-item.active:nth-child(even), 
.km-item.active:nth-child(odd) {
    background-color: #0066cc !important; /* Overwrites everything to Blue */
    background: #0066cc !important;
    border-color: #0066cc !important;
    box-shadow: 0 12px 25px rgba(0, 102, 204, 0.15);
}

.km-item.active .km-question {
    color: #ffffff !important;
    padding-bottom: 0.75rem;
}

.km-item.active .km-answer {
    max-height: 250px;
    padding-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.95) !important;
}

/* Icon shifts to transparent white overlay */
.km-item.active .km-icon-badge {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.km-item.active .km-icon-badge svg {
    transform: rotate(180deg);
}

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

@media (max-width: 640px) {
    .km-why-header h2 {
        font-size: 2.2rem;
    }
    
    .km-question {
        font-size: 1.05rem;
        padding: 1.25rem;
    }
    
    .km-question span {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    
    .km-item.active .km-answer {
        padding-bottom: 1.25rem;
    }
}/* End custom CSS */