.elementor-kit-6{--e-global-color-primary:#B11226;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B11226;--e-global-color-3bdc193:#B11226;--e-global-color-e2a5a29:#000000;--e-global-color-d6a3ba1:#0A0A0A;--e-global-color-10da1e4:#050505;--e-global-color-aeae6ed:#FFFFFF;--e-global-color-028cb57:#999999;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1365px;}.e-con{--container-max-width:1365px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global styles */
body {
    background: #0a0a0a;
    color: #ffffff;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Module boxes with left border */
.module-box {
    background: rgba(255,255,255,0.03);
    padding: 20px 30px;
    margin-bottom: 15px;
    border-left: 4px solid #FF0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.module-box:hover {
    background: rgba(255,255,255,0.05);
    transform: translateX(3px);
    transition: all 0.3s;
}

/* Module number badge */
.module-number {
    background: #FF0000;
    color: #fff;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}

.module-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .module-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .module-number {
        margin-right: 0;
        margin-bottom: 15px;
        min-width: 50px;
        height: 50px;
        font-size: 10px;
    }
    
    .module-text {
        font-size: 15px;
    }
}

/* FAQ styling */
.elementor-toggle .elementor-tab-title {
    background: rgba(255,255,255,0.03);
    border-left: 4px solid #FF0000;
    padding: 20px 25px;
    margin-bottom: 12px;
}

.elementor-toggle .elementor-tab-content {
    padding: 20px 25px;
    background: rgba(255,255,255,0.02);
}/* End custom CSS */