.elementor-1165 .elementor-element.elementor-element-0b4c046 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1165 .elementor-element.elementor-element-0b4c046:not(.elementor-motion-effects-element-type-background), .elementor-1165 .elementor-element.elementor-element-0b4c046 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#06205D;}.elementor-1165 .elementor-element.elementor-element-0b4c046 > .elementor-container{min-height:600px;}.elementor-1165 .elementor-element.elementor-element-0b4c046{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 40px 80px 40px;}.elementor-1165 .elementor-element.elementor-element-0b4c046 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1165 .elementor-element.elementor-element-c2d7824{width:initial;max-width:initial;align-self:center;}.elementor-1165 .elementor-element.elementor-element-c2d7824 > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-1165 .elementor-element.elementor-element-c2d7824 img{width:350%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1165 .elementor-element.elementor-element-9848ec6 > .elementor-widget-container{margin:20px 20px 20px 20px;}.elementor-1165 .elementor-element.elementor-element-9848ec6{text-align:start;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1165 .elementor-element.elementor-element-d1ecf4e .elementor-button{background-color:#F58225;font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:700;border-radius:8px 8px 8px 8px;padding:18px 35px 18px 35px;}.elementor-1165 .elementor-element.elementor-element-25bdd35:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1165 .elementor-element.elementor-element-25bdd35 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1165 .elementor-element.elementor-element-25bdd35 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-1165 .elementor-element.elementor-element-25bdd35 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1165 .elementor-element.elementor-element-ef8847d{width:100%;max-width:100%;}.elementor-1165 .elementor-element.elementor-element-ef8847d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1165 .elementor-element.elementor-element-25bdd35{width:100%;}.elementor-1165 .elementor-element.elementor-element-c79af4f{width:100%;}.elementor-1165 .elementor-element.elementor-element-26e6687{width:100%;}.elementor-1165 .elementor-element.elementor-element-fabaaaa{width:100%;}}@media(max-width:767px){.elementor-1165 .elementor-element.elementor-element-0b4c046{padding:60px 20px 60px 20px;}.elementor-1165 .elementor-element.elementor-element-c2d7824 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1165 .elementor-element.elementor-element-c2d7824 img{width:100%;}.elementor-1165 .elementor-element.elementor-element-9848ec6 > .elementor-widget-container{margin:20px 20px 20px 20px;}.elementor-1165 .elementor-element.elementor-element-9848ec6{text-align:center;font-size:1px;}.elementor-1165 .elementor-element.elementor-element-d1ecf4e{width:100%;max-width:100%;}.elementor-1165 .elementor-element.elementor-element-ac7cdb0{padding:0px 0px 0px 0px;}.elementor-1165 .elementor-element.elementor-element-ef8847d > .elementor-widget-container{margin:-100px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for section, class: .elementor-element-0b4c046 *//* ===========================================
   HERO SECTION - COMPLETE STYLES
   =========================================== */

/* Section background with diagonal shimmer */
#hero-section {
    background: linear-gradient(135deg, #06205D 0%, #0A3194 50%, #06205D 100%) !important;
    position: relative;
    overflow: hidden;
}

/* Diagonal shimmer effect - ONLY ONE */
#hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        -45deg,
        transparent 0%,
        transparent 40%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 60%,
        transparent 100%
    );
    animation: shimmerSweep 12s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes shimmerSweep {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

/* Content wrapper - ensures proper centering */
.hero-content-wrapper {
    position: relative;
    z-index: 2;
}

/* Badge with pulse animation */
.hero-badge {
    display: inline-block;
    background: #F58225;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245, 130, 37, 0.4); }
    50% { box-shadow: 0 0 0 15px rgba(245, 130, 37, 0); }
}

/* Main title */
.hero-title {
    font-size: clamp(48px, 5vw, 64px);
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.orange-dot {
    color: #F58225;
}

/* Subtitle */
.hero-subtitle {
    font-size: clamp(18px, 2vw, 22px);
    color: rgba(255,255,255,0.9);
    margin-bottom: 15px;
    line-height: 1.5;
}

/* Author line */
.hero-author {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
    line-height: 1.6;
}

.author-name {
    color: #F58225;
}

/* ===========================================
   HERO BUTTON STYLES
   =========================================== */

#hero-section .elementor-button {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 2;
}

#hero-section .elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(245, 130, 37, 0.4);
}

/* ===========================================
   MOBILE STYLES (Under 768px)
   =========================================== */

@media (max-width: 768px) {
    
    /* Center all text content on mobile */
    .hero-content-wrapper {
        text-align: center;
    }
    
    .hero-badge {
        font-size: 10px;
        padding: 8px 16px;
        letter-spacing: 1px;
    }
    
    .hero-title {
        font-size: 42px;
        letter-spacing: -1px;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .hero-author {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    /* Center button on mobile */
    #hero-section .elementor-button-wrapper {
        text-align: center;
    }
}

/* ===========================================
   SMALL PHONES (Under 480px)
   =========================================== */

@media (max-width: 480px) {
    
    .hero-badge {
        font-size: 9px;
        padding: 8px 14px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-author {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25c7953 */.social-proof-section {
    background: #F8F9FC;
    padding: 60px;
    text-align: center;
}

.social-proof-section h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #4A4F52;
    margin-bottom: 30px;
    opacity: 0.7;
}

.logo-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    opacity: 0.6;
}

.logo-strip span {
    font-size: 20px;
    font-weight: 700;
    color: #4A4F52;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2244d7 *//* ===========================================
   10 PILLARS WHEEL - CSS

   =========================================== */

/* ===========================================
   SECTION CONTAINER
   =========================================== */

.pillars-wheel-section {
    padding: 80px 40px;
    background: linear-gradient(180deg, #F8F9FC 0%, #EEF1F6 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.section-label-dark {
    display: inline-block;
    background: #06205D;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.pillars-wheel-header {
    text-align: center;
    margin-bottom: 50px;
}

.pillars-wheel-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 12px;
}

.pillars-wheel-header p {
    font-size: 17px;
    color: #4A4F52;
}

/* ===========================================
   WHEEL + CARD CONTAINER (Side by side)
   =========================================== */

.wheel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 950px;
    margin: 0 auto;
}

/* ===========================================
   WHEEL - Perfect Circle
   =========================================== */

.wheel-wrapper {
    width: 400px;
    height: 400px;
    flex-shrink: 0;
}

.pillar-wheel {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 10px 30px rgba(6,32,93,0.15));
}

/* Segment hover effects */
.wheel-segment {
    cursor: pointer;
    transition: filter 0.3s ease, stroke-width 0.3s ease;
    stroke: rgba(255,255,255,0.2);
    stroke-width: 1;
}

.wheel-segment:hover {
    filter: brightness(1.2);
    stroke: rgba(255,255,255,0.5);
    stroke-width: 2;
}

.wheel-segment.active {
    filter: brightness(1.25);
    stroke: white;
    stroke-width: 2.5;
}

/* Numbers inside wheel */
.segment-numbers text {
    transition: font-size 0.2s ease;
}

.segment-numbers text:hover {
    font-size: 20px;
}

/* ===========================================
   DETAIL CARD - With flip animation
   =========================================== */

.pillar-card-container {
    perspective: 1000px;
    width: 400px;
}

.pillar-detail-card {
    background: white;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(6,32,93,0.1);
    border: 1px solid rgba(6,32,93,0.08);
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

/* Flip animation class - added via JS */
.pillar-detail-card.flipping {
    animation: cardFlip 0.6s ease;
}

@keyframes cardFlip {
    0% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    50% {
        transform: rotateY(90deg);
        opacity: 0.5;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

/* Card top accent bar */
.pillar-detail-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #F58225, #428FDF, #06205D);
    border-radius: 16px 16px 0 0;
}

.pillar-number-badge {
    display: inline-block;
    background: linear-gradient(135deg, #F58225, #ff9640);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.pillar-detail-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pillar-detail-card .card-inner > p {
    font-size: 15px;
    line-height: 1.65;
    color: #4A4F52;
    margin-bottom: 20px;
}

/* Insight and Next Step boxes */
.pillar-insight,
.pillar-next-step {
    padding: 15px 18px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 15px;
}

.pillar-insight {
    background: rgba(245,130,37,0.08);
    border-left: 3px solid #F58225;
}

.pillar-next-step {
    background: rgba(6,32,93,0.05);
    border-left: 3px solid #0A3194;
    margin-bottom: 0;
}

.insight-label,
.next-step-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.insight-label { color: #F58225; }
.next-step-label { color: #0A3194; }

.pillar-insight p,
.pillar-next-step p {
    font-size: 14px;
    line-height: 1.5;
    color: #06205D;
    margin: 0;
}

.pillar-insight p {
    font-style: italic;
    font-weight: 500;
}

/* ===========================================
   MOBILE LIST (Hidden on desktop)
   =========================================== */

.mobile-pillars-list {
    display: none;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.mobile-pillar {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    border: 1px solid rgba(6,32,93,0.1);
    border-radius: 12px;
    padding: 15px 18px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.mobile-pillar:hover {
    border-color: #F58225;
    transform: translateX(5px);
}

.mobile-pillar .num {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #06205D, #0A3194);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
}

.mobile-pillar .info h4 {
    font-size: 15px;
    font-weight: 700;
    color: #06205D;
    margin-bottom: 3px;
}

.mobile-pillar .info p {
    font-size: 13px;
    color: #4A4F52;
    margin: 0;
}

/* ===========================================
   RESPONSIVE
   =========================================== */

@media (max-width: 900px) {
    .wheel-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .wheel-wrapper {
        width: 340px;
        height: 340px;
    }
    
    .pillar-card-container {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 600px) {
    .pillars-wheel-section {
        padding: 60px 20px;
    }
    
    .pillars-wheel-header h2 {
        font-size: 28px;
    }
    
    .wheel-container {
        display: none;
    }
    
    .mobile-pillars-list {
        display: flex;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ac7cdb0 *//* ===========================================
   10 PILLARS WHEEL - MOBILE ONLY CSS
   Add to: Appearance > Customize > Additional CSS
   =========================================== */

/* ===========================================
   MOBILE WHEEL SECTION
   =========================================== */

.pillars-wheel-mobile {
    padding: 40px 20px;
    text-align: center;
    background: linear-gradient(180deg, #F8F9FC 0%, #EEF1F6 100%);
}

.pillars-wheel-mobile .mobile-header {
    margin-bottom: 30px;
}

.pillars-wheel-mobile .section-label {
    display: inline-block;
    background: #06205D;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.pillars-wheel-mobile .mobile-header h2 {
    font-size: 24px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 8px;
    line-height: 1.2;
}

.pillars-wheel-mobile .mobile-header p {
    font-size: 14px;
    color: #4A4F52;
}

/* ===========================================
   THE WHEEL
   =========================================== */

.wheel-mobile-container {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.wheel-mobile-svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 25px rgba(6,32,93,0.2));
}

/* Wheel segments */
.wheel-seg-mobile {
    cursor: pointer;
    transition: all 0.25s ease;
    stroke: rgba(255,255,255,0.2);
    stroke-width: 1;
}

.wheel-seg-mobile:active {
    filter: brightness(1.3);
}

/* Segment numbers */
.seg-num-mobile {
    font-family: Arial, sans-serif;
    font-weight: 800;
    fill: white;
    pointer-events: none;
}

/* Center text */
.center-txt-mobile {
    font-family: Arial, sans-serif;
    pointer-events: none;
}

/* Tap instruction */
.tap-instruction {
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
    color: #4A4F52;
}

.tap-instruction span {
    display: inline-block;
    animation: tapBounce 2s infinite;
}

@keyframes tapBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* ===========================================
   DETAIL CARD OVERLAY
   =========================================== */

.mobile-card-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6,32,93,0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-card-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-detail-card {
    background: white;
    border-radius: 20px;
    padding: 30px 25px;
    width: 100%;
    max-width: 360px;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(30px) scale(0.95);
    transition: all 0.4s ease;
}

.mobile-card-overlay.active .mobile-detail-card {
    transform: translateY(0) scale(1);
}

/* Card top accent */
.mobile-detail-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #F58225, #428FDF, #06205D);
    border-radius: 20px 20px 0 0;
}

/* Close button */
.mobile-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: rgba(6,32,93,0.08);
    border: none;
    border-radius: 50%;
    font-size: 20px;
    color: #06205D;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    line-height: 1;
}

.mobile-close-btn:active {
    background: #F58225;
    color: white;
}

/* Card content */
.mobile-pillar-badge {
    display: inline-block;
    background: linear-gradient(135deg, #F58225, #ff9640);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.mobile-detail-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 15px;
    line-height: 1.2;
    padding-right: 30px;
}

.mobile-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #4A4F52;
    margin-bottom: 20px;
}

.mobile-insight-box,
.mobile-nextstep-box {
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.mobile-insight-box {
    background: rgba(245,130,37,0.1);
    border-left: 3px solid #F58225;
}

.mobile-nextstep-box {
    background: rgba(6,32,93,0.05);
    border-left: 3px solid #0A3194;
    margin-bottom: 0;
}

.mobile-box-label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.mobile-insight-box .mobile-box-label { color: #F58225; }
.mobile-nextstep-box .mobile-box-label { color: #0A3194; }

.mobile-insight-box p,
.mobile-nextstep-box p {
    font-size: 13px;
    line-height: 1.5;
    color: #06205D;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb286d7 *//* ===========================================
   10 PILLARS WHEEL - CSS
   Add to: Elementor > Page Settings > Custom CSS
   Or: Appearance > Customize > Additional CSS
   =========================================== */

/* ===========================================
   SECTION CONTAINER
   =========================================== */

.pillars-wheel-section {
    padding: 80px 40px;
    background: linear-gradient(180deg, #F8F9FC 0%, #EEF1F6 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.section-label-dark {
    display: inline-block;
    background: #06205D;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.pillars-wheel-header {
    text-align: center;
    margin-bottom: 50px;
}

.pillars-wheel-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 12px;
}

.pillars-wheel-header p {
    font-size: 17px;
    color: #4A4F52;
}

/* ===========================================
   WHEEL + CARD CONTAINER (Side by side)
   =========================================== */

.wheel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 950px;
    margin: 0 auto;
}

/* ===========================================
   WHEEL - Perfect Circle
   =========================================== */

.wheel-wrapper {
    width: 400px;
    height: 400px;
    flex-shrink: 0;
}

.pillar-wheel {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 10px 30px rgba(6,32,93,0.15));
}

/* Segment hover effects */
.wheel-segment {
    cursor: pointer;
    transition: filter 0.3s ease, stroke-width 0.3s ease;
    stroke: rgba(255,255,255,0.2);
    stroke-width: 1;
}

.wheel-segment:hover {
    filter: brightness(1.2);
    stroke: rgba(255,255,255,0.5);
    stroke-width: 2;
}

.wheel-segment.active {
    filter: brightness(1.25);
    stroke: white;
    stroke-width: 2.5;
}

/* Numbers inside wheel */
.segment-numbers text {
    transition: font-size 0.2s ease;
}

.segment-numbers text:hover {
    font-size: 20px;
}

/* ===========================================
   DETAIL CARD - With flip animation
   =========================================== */

.pillar-card-container {
    perspective: 1000px;
    width: 400px;
}

.pillar-detail-card {
    background: white;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(6,32,93,0.1);
    border: 1px solid rgba(6,32,93,0.08);
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

/* Flip animation class - added via JS */
.pillar-detail-card.flipping {
    animation: cardFlip 0.6s ease;
}

@keyframes cardFlip {
    0% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    50% {
        transform: rotateY(90deg);
        opacity: 0.5;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

/* Card top accent bar */
.pillar-detail-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #F58225, #428FDF, #06205D);
    border-radius: 16px 16px 0 0;
}

.pillar-number-badge {
    display: inline-block;
    background: linear-gradient(135deg, #F58225, #ff9640);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.pillar-detail-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pillar-detail-card .card-inner > p {
    font-size: 15px;
    line-height: 1.65;
    color: #4A4F52;
    margin-bottom: 20px;
}

/* Insight and Next Step boxes */
.pillar-insight,
.pillar-next-step {
    padding: 15px 18px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 15px;
}

.pillar-insight {
    background: rgba(245,130,37,0.08);
    border-left: 3px solid #F58225;
}

.pillar-next-step {
    background: rgba(6,32,93,0.05);
    border-left: 3px solid #0A3194;
    margin-bottom: 0;
}

.insight-label,
.next-step-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.insight-label { color: #F58225; }
.next-step-label { color: #0A3194; }

.pillar-insight p,
.pillar-next-step p {
    font-size: 14px;
    line-height: 1.5;
    color: #06205D;
    margin: 0;
}

.pillar-insight p {
    font-style: italic;
    font-weight: 500;
}

/* ===========================================
   MOBILE LIST (Hidden on desktop)
   =========================================== */

.mobile-pillars-list {
    display: none;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.mobile-pillar {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    border: 1px solid rgba(6,32,93,0.1);
    border-radius: 12px;
    padding: 15px 18px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.mobile-pillar:hover {
    border-color: #F58225;
    transform: translateX(5px);
}

.mobile-pillar .num {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #06205D, #0A3194);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
}

.mobile-pillar .info h4 {
    font-size: 15px;
    font-weight: 700;
    color: #06205D;
    margin-bottom: 3px;
}

.mobile-pillar .info p {
    font-size: 13px;
    color: #4A4F52;
    margin: 0;
}

/* ===========================================
   RESPONSIVE
   =========================================== */

@media (max-width: 900px) {
    .wheel-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .wheel-wrapper {
        width: 340px;
        height: 340px;
    }
    
    .pillar-card-container {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 600px) {
    .pillars-wheel-section {
        padding: 60px 20px;
    }
    
    .pillars-wheel-header h2 {
        font-size: 28px;
    }
    
    .wheel-container {
        display: none;
    }
    
    .mobile-pillars-list {
        display: flex;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2cd28b */.resources-section {
    background: #06205D;
    padding: 120px 60px;
}

.resources-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label-light {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    color: #F58225;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.resources-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.resources-header p {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    max-width: 600px;
    margin: 0 auto;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.resource-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 35px 25px;
    transition: all 0.4s ease;
}

.resource-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
    border-color: #F58225;
}

.resource-icon {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1;
}

.resource-card h4 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.resource-card p {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.resource-link {
    color: #F58225;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.resource-link:hover {
    gap: 15px;
    color: #ff9a44;
}

/* Resources - Mobile */
@media (max-width: 768px) {
    .resources-section {
        padding: 80px 30px;
    }
    .resources-grid {
        grid-template-columns: 1fr;
    }
    .resources-header h2 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8956151 */.profiling-section {
    padding: 120px 60px;
    background: #F8F9FC;
}

.profiling-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label-white {
    display: inline-block;
    background: white;
    color: #0A3194;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.profiling-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.profiling-header p {
    font-size: 18px;
    color: #4A4F52;
    max-width: 600px;
    margin: 0 auto;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto 25px;
}

.tools-grid-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 660px;
    margin: 0 auto;
}

.tool-card {
    background: white;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.tool-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(6, 32, 93, 0.15);
}

.tool-logo {
    width: 80px;
    height: 80px;
    background: #F8F9FC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    font-weight: 800;
    color: #06205D;
}

.tool-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #06205D;
    margin-bottom: 10px;
}

.tool-card p {
    font-size: 13px;
    color: #4A4F52;
    margin-bottom: 20px;
    line-height: 1.5;
    flex-grow: 1;
}

.tool-link {
    display: inline-block;
    background: #06205D;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.tool-link:hover {
    background: #F58225;
    color: white;
}

/* Tools - Tablet */
@media (max-width: 1024px) {
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 660px;
    }
    .tools-grid-bottom {
        grid-template-columns: 1fr;
        max-width: 320px;
    }
}

/* Tools - Mobile */
@media (max-width: 768px) {
    .profiling-section {
        padding: 80px 30px;
    }
    .tools-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
    }
    .tools-grid-bottom {
        grid-template-columns: 1fr;
        max-width: 320px;
    }
    .profiling-header h2 {
        font-size: 32px;
    }
    .tool-card {
        min-height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a27f03 */.community-section {
    padding: 120px 60px;
    background: linear-gradient(135deg, #0A3194 0%, #06205D 100%);
}

.community-header {
    text-align: center;
    margin-bottom: 60px;
}

.community-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.community-header p {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    max-width: 600px;
    margin: 0 auto;
}

.community-stack {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.community-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 50px;
    backdrop-filter: blur(10px);
}

.community-card.featured {
    border-color: #F58225;
    background: rgba(245, 130, 37, 0.1);
}

.community-badge {
    display: inline-block;
    background: #F58225;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.community-badge.secondary {
    background: rgba(255,255,255,0.2);
}

.community-card h3 {
    color: white;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

.community-card > p {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.community-card ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.community-card li {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.community-card li::before {
    content: '✓';
    color: #F58225;
    font-weight: bold;
}

.btn-community {
    display: inline-block;
    background: white;
    color: #06205D;
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-community:hover {
    background: #F58225;
    color: white;
}

/* Community - Mobile */
@media (max-width: 768px) {
    .community-section {
        padding: 80px 30px;
    }
    .community-card {
        padding: 35px;
    }
    .community-header h2 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8376dcb */.about-section {
    padding: 120px 60px 60px 60px;
    background: #F8F9FC;
}

.about-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover; 
    border-radius: 20px;
}
*/

.about-content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.about-content p {
    color: #4A4F52;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.about-content em {
    color: #0A3194;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(6, 32, 93, 0.1);
}

.stat-item h4 {
    font-size: 36px;
    font-weight: 800;
    color: #F58225;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 13px;
    color: #4A4F52;
    margin: 0;
}

/* About - Mobile */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .about-image {
        height: 300px;
        margin-bottom: 80px; /* 🔥 Add spacing below image */
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 80px 30px;
    }
    .about-content h2 {
        font-size: 32px;
    }
    .about-stats {
        grid-template-columns: 1fr;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef8847d *//* ===========================================
   STATS SECTION STYLES - FIXED
   =========================================== */
.stats-section {
    position: relative;
    padding: 100px 60px;
    background: linear-gradient(135deg, #F8F9FC 0%, #FFFFFF 100%);
    overflow: visible;
}

.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.03) 1px, transparent 0);
    background-size: 50px 50px;
    pointer-events: none;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.stats-intro {
    text-align: center;
    margin-bottom: 60px;
}

.stats-intro h2 {
    font-size: 42px;
    font-weight: 800;
    color: #06205D;
    letter-spacing: -1px;
}

/* ===========================================
   GRID LAYOUT - FIXED
   =========================================== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

/* ===========================================
   STAT BOXES - FIXED
   =========================================== */
.stat-item {
    text-align: center;
    padding: 40px 20px; /* Reduced horizontal padding */
    background: rgba(10,49,148,0.04);
    border: 1px solid rgba(10,49,148,0.15);
    border-radius: 20px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 230px;
    min-width: 0; /* CRITICAL: Allows grid children to shrink below content size */
    overflow: visible;
}

.stat-item:hover {
    transform: translateY(-8px);
    background: rgba(10,49,148,0.07);
    border-color: rgba(10,49,148,0.25);
}

/* FEATURED ORANGE BOX */
.stat-item.featured {
    background: rgba(245,130,37,0.15);
    border-color: rgba(245,130,37,0.3);
}

.stat-item.featured:hover {
    background: rgba(245,130,37,0.25);
}

/* ===========================================
   NUMBER - RESPONSIVE FIX
   =========================================== */
.stat-number {
    /* clamp(minimum, preferred, maximum) */
    /* This scales the font smoothly between 36px and 54px based on viewport */
    font-size: clamp(30px, 3.3vw, 50px);;
    font-weight: 800;
    background: linear-gradient(135deg, #F58225, #ffb366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0; /* Allow shrinking */
}

.stat-number .num {
    display: inline-block;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* Labels */
.stat-label {
    font-size: 18px;
    font-weight: 700;
    color: #06205D;
    margin-bottom: 10px;
    line-height: 1.3;
}

.stat-detail {
    font-size: 14px;
    color: #0A3194;
    line-height: 1.4;
}

/* ===========================================
   RESPONSIVE - IMPROVED BREAKPOINTS
   =========================================== */

/* Large tablets / small desktops */
@media (max-width: 1100px) {
    .stats-grid {
        gap: 25px;
    }
    .stat-item {
        padding: 35px 15px;
    }
}

/* Tablets - switch to 2 columns earlier */
@media (max-width: 900px) {
    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
    .stat-number {
        font-size: clamp(38px, 5vw, 50px);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .stats-section {
        padding: 80px 30px;
    }
    .stats-intro h2 {
        font-size: 32px;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .stat-number {
        font-size: 48px; /* Fixed size on mobile - plenty of room */
    }
    .stat-item {
        padding: 30px 25px;
        min-height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e026854 */.future-section {
    padding: 120px 60px;
    background: white;
}

.future-header {
    text-align: center;
    margin-bottom: 60px;
}

.future-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.future-header p {
    font-size: 18px;
    color: #4A4F52;
    max-width: 600px;
    margin: 0 auto;
}

.future-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.future-card {
    background: #F8F9FC;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.future-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #F58225, transparent);
    opacity: 0.1;
    border-radius: 0 20px 0 100%;
}

.future-year {
    display: inline-block;
    background: #F58225;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.future-card h3 {
    font-size: 28px;
    font-weight: 800;
    color: #06205D;
    margin-bottom: 15px;
}

.future-card > p {
    color: #4A4F52;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 15px;
}

.waitlist-form {
    display: flex;
    gap: 10px;
}

.waitlist-input {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid rgba(6, 32, 93, 0.1);
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.waitlist-input:focus {
    outline: none;
    border-color: #F58225;
}

.waitlist-btn {
    background: #06205D;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s ease;
}

.waitlist-btn:hover {
    background: #F58225;
}

.form-note {
    display: block;
    font-size: 12px;
    color: #4A4F52;
    opacity: 0.6;
    margin-top: 15px;
}

/* Future - Mobile */
@media (max-width: 768px) {
    .future-section {
        padding: 80px 30px;
    }
    .future-grid {
        grid-template-columns: 1fr;
    }
    .future-card {
        padding: 35px;
    }
    .waitlist-form {
        flex-direction: column;
    }
    .future-header h2 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47e3e79 */.footer-cta-section {
    background: #4A4F52;
    padding: 100px 60px;
    text-align: center;
}

.footer-cta-section h2 {
    color: white;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.footer-cta-section p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    margin-bottom: 40px;
}

.btn-footer-cta {
    display: inline-block;
    background: #F58225;
    color: white;
    padding: 20px 50px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-footer-cta:hover {
    background: #ff9a44;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(245, 130, 37, 0.3);
}

/* Footer CTA - Mobile */
@media (max-width: 768px) {
    .footer-cta-section {
        padding: 70px 30px;
    }
    .footer-cta-section h2 {
        font-size: 32px;
    }
}/* End custom CSS */