.elementor-504 .elementor-element.elementor-element-53b24c0{--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-504 .elementor-element.elementor-element-53b24c0.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-504 .elementor-element.elementor-element-53b24c0{--width:121.64%;}}/* Start custom CSS *//* ================================
   CLEAN CSS FOR PAGE 504 CONTENT
   ================================ */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ================================
   SCOPED VARIABLES FOR PAGE 504
   ================================ */

.page-id-504 {
    --custom-color-0: #eb1f27; /* theme_color */
    --custom-color-1: #eb1f27; /* accent_color */
    --custom-color-2: #eb1f27; /* link_color */
    --custom-color-3: #2c3e50; /* link_hover_color */
    --custom-color-4: #ffffff; /* heading_color */
    --custom-color-5: #34495e; /* body_text_color */
    --custom-color-6: #e0e0e0; /* border_color */
    --custom-color-7: #ffffff; /* site_background */
    --custom-color-8: #ffffff; /* content_background */
    --custom-color-9: #eb1f27; /* button_bg_color */
    --custom-color-10: #ffffff; /* button_text_color */
    --custom-color-11: #2c3e50; /* button_hover_bg */
    --custom-color-12: #ffffff; /* button_hover_text */
    
    /* Additional theme colors for harmony */
    --primary-gradient: linear-gradient(135deg, #eb1f27 0%, #2c3e50 100%);
    --secondary-gradient: linear-gradient(135deg, #eb1f27, #ff6b6b);
    --background-light: #f8f9fa;
    --background-lighter: #e9ecef;
    --text-muted: #7f8c8d;
    --border-light: #ecf0f1;
    --shadow-light: rgba(0,0,0,0.1);
    --shadow-medium: rgba(0,0,0,0.15);
    --shadow-dark: rgba(0,0,0,0.3);
    
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
}

/* ================================
   TYPOGRAPHY - CONTENT ONLY
   ================================ */

.page-id-504 * {
    box-sizing: border-box;
}

.page-id-504 h1, 
.page-id-504 h2, 
.page-id-504 h3, 
.page-id-504 h4, 
.page-id-504 h5, 
.page-id-504 h6 {
    color: var(--custom-color-3);
    margin: 0;
}

.page-id-504 p {
    color: var(--custom-color-5);
    margin: 0;
}

/* Hero section headings should remain white */
.page-id-504 .hero h1, 
.page-id-504 .hero h2, 
.page-id-504 .hero h3, 
.page-id-504 .hero h4, 
.page-id-504 .hero h5, 
.page-id-504 .hero h6 {
    color: var(--custom-color-4);
}

/* Final CTA section headings should remain white */
.page-id-504 .final-cta h1, 
.page-id-504 .final-cta h2, 
.page-id-504 .final-cta h3, 
.page-id-504 .final-cta h4, 
.page-id-504 .final-cta h5, 
.page-id-504 .final-cta h6 {
    color: var(--custom-color-4);
}

.page-id-504 .final-cta p {
    color: var(--custom-color-4);
}

/* ================================
   LAYOUT COMPONENTS
   ================================ */

.page-id-504 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================================
   HERO SECTION
   ================================ */

.page-id-504 .hero {
    background: var(--primary-gradient);
    background-image: 
        url('https://images.unsplash.com/photo-1503676260728-1c00da094a0b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=20'),
        var(--primary-gradient);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: var(--custom-color-4);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-id-504 .hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-gradient);
    opacity: 0.85;
    z-index: 1;
}

.page-id-504 .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="25" cy="25" r="2" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="3" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="1.5" fill="white" opacity="0.1"/></svg>');
    animation: page-504-float 20s infinite linear;
}

@keyframes page-504-float {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-100px); }
}

.page-id-504 .hero-content {
    position: relative;
    z-index: 3;
}

.page-id-504 .hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px var(--shadow-dark);
    color: var(--custom-color-4);
}

.page-id-504 .hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-id-504 .cta-button {
    display: inline-block;
    background: var(--custom-color-10);
    color: var(--custom-color-0);
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--shadow-medium);
}

.page-id-504 .cta-button:hover {
    background: var(--custom-color-11);
    color: var(--custom-color-12);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--shadow-dark);
}

/* ================================
   PROGRAM OVERVIEW
   ================================ */

.page-id-504 .program-overview {
    padding: 80px 0;
    background: var(--background-light);
    background-image: 
        url('https://images.unsplash.com/photo-1481627834876-b7833e8f5570?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=15');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.page-id-504 .program-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 249, 250, 0.95);
    z-index: 1;
}

.page-id-504 .program-overview .container {
    position: relative;
    z-index: 2;
}

.page-id-504 .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.page-id-504 .section-title h2 {
    font-size: 2.5rem;
    color: var(--custom-color-3);
    margin-bottom: 15px;
}

.page-id-504 .section-title p {
    font-size: 1.1rem;
    color: var(--custom-color-5);
    max-width: 600px;
    margin: 0 auto;
}

.page-id-504 .overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-id-504 .overview-card {
    background: var(--custom-color-8);
    background-image: 
        radial-gradient(circle at 85% 15%, rgba(235, 31, 39, 0.04) 0%, transparent 40%),
        linear-gradient(135deg, transparent 60%, rgba(44, 62, 80, 0.02) 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px var(--shadow-light);
    transition: transform 0.3s ease;
    border: 1px solid var(--custom-color-6);
    position: relative;
    overflow: hidden;
}

.page-id-504 .overview-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(235, 31, 39, 0.05) 0%, transparent 70%);
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.page-id-504 .overview-card:hover::before {
    transform: rotate(45deg) scale(1.2);
}

.page-id-504 .overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px var(--shadow-medium);
}

.page-id-504 .overview-card .icon {
    width: 80px;
    height: 80px;
    background: var(--secondary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    position: relative;
    z-index: 2;
}

.page-id-504 .overview-card h3 {
    color: var(--custom-color-3);
    margin-bottom: 15px;
    font-size: 1.3rem;
    position: relative;
    z-index: 2;
}

.page-id-504 .overview-card p {
    color: var(--custom-color-5);
    position: relative;
    z-index: 2;
}

/* ================================
   PROGRAM LEVELS
   ================================ */

.page-id-504 .program-levels {
    padding: 80px 0;
    background: var(--custom-color-7);
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(235, 31, 39, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(44, 62, 80, 0.05) 0%, transparent 50%),
        linear-gradient(45deg, transparent 40%, rgba(235, 31, 39, 0.02) 50%, transparent 60%);
    position: relative;
}

.page-id-504 .program-levels::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="%23eb1f27" opacity="0.1"/><circle cx="80" cy="30" r="1.5" fill="%232c3e50" opacity="0.08"/><circle cx="60" cy="70" r="1" fill="%23eb1f27" opacity="0.1"/><circle cx="30" cy="80" r="1.5" fill="%232c3e50" opacity="0.08"/></svg>');
    background-size: 200px 200px;
    animation: page-504-float 30s infinite linear;
    opacity: 0.3;
}

.page-id-504 .program-levels .container {
    position: relative;
    z-index: 2;
}

.page-id-504 .levels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.page-id-504 .level-card {
    background: var(--custom-color-8);
    background-image: 
        radial-gradient(circle at 90% 10%, rgba(235, 31, 39, 0.03) 0%, transparent 50%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px var(--shadow-light);
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
}

.page-id-504 .level-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, transparent 30%, rgba(235, 31, 39, 0.05) 50%, transparent 70%);
    transform: rotate(45deg) translate(50px, -50px);
    transition: transform 0.3s ease;
}

.page-id-504 .level-card:hover::before {
    transform: rotate(45deg) translate(30px, -30px) scale(1.2);
}

.page-id-504 .level-card:hover {
    transform: translateY(-10px);
    border-color: var(--custom-color-0);
    box-shadow: 0 20px 40px var(--shadow-medium);
}

.page-id-504 .level-header {
    background: var(--primary-gradient);
    color: var(--custom-color-4);
    padding: 25px;
    text-align: center;
}

.page-id-504 .level-number {
    font-size: 3rem;
    font-weight: 700;
    opacity: 0.8;
    color: var(--custom-color-4);
}

.page-id-504 .level-title {
    font-size: 1.5rem;
    margin: 10px 0 5px;
    color: var(--custom-color-4);
}

.page-id-504 .level-subtitle {
    opacity: 0.9;
    color: var(--custom-color-4);
}

.page-id-504 .level-content {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.page-id-504 .level-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.page-id-504 .meta-item {
    text-align: center;
    padding: 15px;
    background: var(--background-light);
    border-radius: 10px;
    border: 1px solid var(--custom-color-6);
}

.page-id-504 .meta-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 5px;
}

.page-id-504 .meta-value {
    font-weight: 600;
    color: var(--custom-color-3);
}

.page-id-504 .big-questions {
    margin-top: 20px;
}

.page-id-504 .big-questions h4 {
    color: var(--custom-color-0);
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.page-id-504 .questions-list {
    list-style: none;
}

.page-id-504 .questions-list li {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-light);
    font-size: 0.95rem;
    color: var(--custom-color-5);
}

.page-id-504 .questions-list li:before {
    content: "🔍";
    margin-right: 10px;
}

/* ================================
   FEATURES SECTION
   ================================ */

.page-id-504 .features {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--background-light) 0%, var(--background-lighter) 100%);
    background-image: 
        url('https://images.unsplash.com/photo-1509062522246-3755977927d7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=15');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.page-id-504 .features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.92) 0%, rgba(233, 236, 239, 0.95) 100%);
    z-index: 1;
}

.page-id-504 .features .container {
    position: relative;
    z-index: 2;
}

.page-id-504 .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.page-id-504 .feature-card {
    background: var(--custom-color-8);
    background-image: 
        linear-gradient(135deg, rgba(235, 31, 39, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(44, 62, 80, 0.03) 0%, transparent 50%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 25px var(--shadow-light);
    transition: all 0.3s ease;
    border: 1px solid var(--custom-color-6);
    position: relative;
    overflow: hidden;
}

.page-id-504 .feature-card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(235, 31, 39, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.page-id-504 .feature-card:hover::after {
    transform: scale(1.5);
}

.page-id-504 .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px var(--shadow-medium);
}

.page-id-504 .feature-icon {
    width: 100px;
    height: 100px;
    background: var(--secondary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.5rem;
    position: relative;
    z-index: 2;
}

.page-id-504 .feature-card h3 {
    color: var(--custom-color-3);
    margin-bottom: 15px;
    font-size: 1.4rem;
    position: relative;
    z-index: 2;
}

.page-id-504 .feature-card p {
    color: var(--custom-color-5);
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

/* ================================
   ASSESSMENT SECTION
   ================================ */

.page-id-504 .assessment {
    padding: 80px 0;
    background: var(--custom-color-7);
    background-image: 
        url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=10');
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
    position: relative;
}

.page-id-504 .assessment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.93);
    z-index: 1;
}

.page-id-504 .assessment .container {
    position: relative;
    z-index: 2;
}

.page-id-504 .assessment-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.page-id-504 .assessment-info h3 {
    color: var(--custom-color-3);
    font-size: 2rem;
    margin-bottom: 25px;
}

.page-id-504 .assessment-info p {
    color: var(--custom-color-5);
}

.page-id-504 .assessment-types {
    list-style: none;
    margin-top: 30px;
}

.page-id-504 .assessment-types li {
    padding: 15px 0;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    color: var(--custom-color-5);
}

.page-id-504 .assessment-types li:before {
    content: "✓";
    background: var(--custom-color-0);
    color: var(--custom-color-4);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: bold;
}

.page-id-504 .assessment-types li strong {
    color: var(--custom-color-3);
}

.page-id-504 .skills-chart {
    background: var(--custom-color-8);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px var(--shadow-light);
    border: 1px solid var(--custom-color-6);
}

.page-id-504 .skills-chart h4 {
    color: var(--custom-color-3);
}

.page-id-504 .skill-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-id-504 .skill-name {
    font-weight: 600;
    color: var(--custom-color-3);
}

.page-id-504 .skill-percentage {
    color: var(--custom-color-0);
    font-weight: 600;
}

.page-id-504 .skill-bar {
    height: 8px;
    background: var(--border-light);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
}

.page-id-504 .skill-progress {
    height: 100%;
    background: linear-gradient(90deg, var(--custom-color-0), #ff6b6b);
    border-radius: 4px;
    transition: width 2s ease;
}

/* ================================
   FINAL CTA SECTION
   ================================ */

.page-id-504 .final-cta {
    padding: 80px 0;
    background: var(--primary-gradient);
    background-image: 
        url('https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=20'),
        var(--primary-gradient);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: var(--custom-color-4);
    text-align: center;
    position: relative;
}

.page-id-504 .final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-gradient);
    opacity: 0.88;
    z-index: 1;
}

.page-id-504 .final-cta .container {
    position: relative;
    z-index: 2;
}

.page-id-504 .final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--custom-color-4);
}

.page-id-504 .final-cta p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.page-id-504 .cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-id-504 .btn-primary, 
.page-id-504 .btn-secondary {
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.page-id-504 .btn-primary {
    background: var(--custom-color-10);
    color: var(--custom-color-0);
    border: 2px solid var(--custom-color-10);
}

.page-id-504 .btn-secondary {
    background: transparent;
    color: var(--custom-color-4);
    border: 2px solid var(--custom-color-4);
}

.page-id-504 .btn-primary:hover {
    background: var(--background-light);
    color: var(--custom-color-0);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px var(--shadow-medium);
}

.page-id-504 .btn-secondary:hover {
    background: var(--custom-color-4);
    color: var(--custom-color-0);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px var(--shadow-medium);
}

/* ================================
   SCOPED LINKS - CONTENT ONLY
   ================================ */

.page-id-504 a {
    color: var(--custom-color-2);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-id-504 a:hover {
    color: var(--custom-color-3);
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

@media (max-width: 768px) {
    .page-id-504 .hero h1 {
        font-size: 2.5rem;
    }
    
    .page-id-504 .assessment-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .page-id-504 .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .page-id-504 .level-meta {
        grid-template-columns: 1fr;
    }
    
    .page-id-504 .section-title h2 {
        font-size: 2rem;
    }
    
    /* Disable parallax effect on mobile for better performance */
    .page-id-504 .program-overview,
    .page-id-504 .features,
    .page-id-504 .assessment {
        background-attachment: scroll;
    }
    
    /* Adjust background opacity for better readability on mobile */
    .page-id-504 .program-overview::before {
        background: rgba(248, 249, 250, 0.98);
    }
    
    .page-id-504 .features::before {
        background: linear-gradient(135deg, rgba(248, 249, 250, 0.96) 0%, rgba(233, 236, 239, 0.98) 100%);
    }
    
    .page-id-504 .assessment::before {
        background: rgba(255, 255, 255, 0.96);
    }
}/* End custom CSS */