.elementor-30496 .elementor-element.elementor-element-dfeebc6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-30496 .elementor-element.elementor-element-9865321{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-24625da */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --navy: #2b2e71;
    --green-dark: #266534;
    --green-lime: #b5ce51;
    --orange: #ea5e3a;
    --beige: #efe6d4;
    --white: #ffffff;
    --gray: #666666;
    --light-gray: #f8f9fa;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: #333;
    background: var(--white);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--green-dark) 100%);
    color: var(--white);
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 1;
    animation: fadeInUp 0.8s ease;
}

.hero .subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    animation: fadeInUp 0.8s ease 0.2s both;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Logo Section */
.logo-section {
    text-align: center;
    margin-bottom: 40px;
    animation: fadeIn 0.8s ease;
}

.logo-section h2 {
    color: var(--navy);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.logo-section p {
    color: var(--orange);
    font-weight: 600;
    font-size: 1.1rem;
}

/* Sections */
.section {
    margin-bottom: 50px;
    animation: fadeIn 0.8s ease;
}

.section-header {
    background: linear-gradient(135deg, var(--navy) 0%, var(--green-dark) 100%);
    color: white;
    padding: 25px 30px;
    border-radius: 12px 12px 0 0;
}

.section-header h2 {
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    color: white;
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--orange) 0%, #ff7659 100%);
    color: var(--white);
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    box-shadow: 0 4px 15px rgba(234, 94, 58, 0.2);
}

.section-content {
    padding: 30px;
    background: var(--white);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 20px rgba(43, 46, 113, 0.1);
}

/* Vision Box */
.vision-box {
    background: linear-gradient(135deg, var(--beige) 0%, var(--white) 100%);
    border: 1px solid var(--green-lime);
    padding: 30px;
    border-radius: 15px;
    margin: 25px 0;
    border-left: 5px solid var(--orange);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--navy);
    text-align: center;
}

/* Tables */
.roadmap-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(43, 46, 113, 0.1);
}

.roadmap-table th,
.roadmap-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid var(--beige);
}

.roadmap-table th {
    background: linear-gradient(135deg, var(--navy) 0%, var(--green-dark) 100%);
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
}

.roadmap-table tr:nth-child(even) {
    background: var(--light-gray);
}

.roadmap-table tr:hover {
    background: var(--beige);
}

/* Phase Cards */
.phase-card {
    background: var(--white);
    border: 2px solid var(--beige);
    border-radius: 12px;
    padding: 25px;
    margin: 20px 0;
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(43, 46, 113, 0.08);
}

.phase-card:hover {
    transform: translateY(-3px);
    border-color: var(--green-lime);
    box-shadow: 0 8px 25px rgba(43, 46, 113, 0.15);
}

.phase-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.phase-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--orange) 0%, #ff7659 100%);
    color: var(--white);
    border-radius: 50%;
    font-weight: 700;
    font-size: 20px;
    margin-right: 15px;
    box-shadow: 0 4px 15px rgba(234, 94, 58, 0.2);
}

.phase-title {
    color: var(--navy);
    font-size: 1.3rem;
    font-weight: 600;
}

.phase-subtitle {
    color: var(--orange);
    font-style: italic;
    margin-top: 5px;
}

/* Quick Win */
.quick-win {
    background: linear-gradient(135deg, var(--green-lime) 0%, #c4d85a 100%);
    color: var(--navy);
    padding: 15px 20px;
    border-radius: 8px;
    margin: 15px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.quick-win::before {
    content: '🎯';
    font-size: 1.2rem;
}

/* Jalon */
.jalon {
    background: linear-gradient(135deg, var(--orange) 0%, #ff7659 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    margin: 25px 0;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(234, 94, 58, 0.3);
}

/* Competency Path */
.competency-path {
    background: var(--light-gray);
    padding: 25px;
    border-radius: 12px;
    margin: 20px 0;
    border-left: 4px solid var(--green-lime);
}

.competency-path h4 {
    color: var(--navy);
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.competency-path ul {
    list-style: none;
    padding-left: 0;
}

.competency-path li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    color: var(--gray);
}

.competency-path li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green-lime);
    font-weight: bold;
    font-size: 16px;
}

/* Risk Matrix */
.risk-matrix {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(43, 46, 113, 0.1);
}

.risk-matrix th,
.risk-matrix td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid var(--beige);
}

.risk-matrix th {
    background: linear-gradient(135deg, var(--navy) 0%, var(--green-dark) 100%);
    color: white;
    font-weight: 600;
}

.risk-matrix tr:nth-child(even) {
    background: var(--light-gray);
}

/* Success Factors */
.success-factors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.success-factor {
    background: var(--white);
    border: 2px solid var(--beige);
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(43, 46, 113, 0.08);
}

.success-factor:hover {
    transform: translateY(-3px);
    border-color: var(--green-lime);
}

.success-factor::before {
    content: '✅';
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero .subtitle {
        font-size: 1rem;
    }
    
    .roadmap-table {
        font-size: 0.9rem;
    }
    
    .roadmap-table th,
    .roadmap-table td {
        padding: 10px;
    }
    
    .success-factors {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */