.elementor-kit-8{--e-global-color-primary:#C8102E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a930789:#C8102E;--e-global-color-bbb43ca:#FFC72C;--e-global-color-7f3b7a2:#D0D8D8;--e-global-color-d3d9d58:#737476;--e-global-color-d147935:#000000;--e-global-color-1d6b2e9:#FFFFFF;--e-global-color-861916f:#D0D8D8;--e-global-color-fc6478e:#F6F6F6;--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-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-3aded30-font-family:"Montserrat";--e-global-typography-3aded30-font-size:52px;--e-global-typography-3aded30-font-weight:600;--e-global-typography-3aded30-line-height:1.2em;--e-global-typography-6149409-font-family:"Montserrat";--e-global-typography-6149409-font-size:32px;--e-global-typography-6149409-font-weight:500;--e-global-typography-6149409-line-height:1.2em;--e-global-typography-0fb99d8-font-family:"Montserrat";--e-global-typography-0fb99d8-font-size:18px;--e-global-typography-0fb99d8-font-weight:400;--e-global-typography-0fb99d8-line-height:1.4em;--e-global-typography-59756e7-font-family:"Montserrat";--e-global-typography-59756e7-font-size:16px;--e-global-typography-59756e7-font-weight:700;--e-global-typography-59756e7-text-transform:uppercase;font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h6{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.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);}@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-kit-8{--e-global-typography-3aded30-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   USC STYLE SMART HEADER
========================= */

.smart-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: transparent;

    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.45s ease,
        backdrop-filter 0.45s ease,
        padding 0.35s ease,
        box-shadow 0.35s ease;

    will-change: transform, background-color;

    padding: 22px 0;
}

/* Smooth hide (NOT full disappear like before) */
.smart-header.hide-header{
    transform: translateY(-85%);
}

/* USC-style scrolled state */
.smart-header.scrolled{
    background: #C8102E !important;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow:
        0 4px 24px rgba(0,0,0,0.12);

    padding: 12px 0;
}

/* Smooth logo resize */
.smart-header .site-logo img,
.smart-header .elementor-widget-theme-site-logo img{
    transition: all 0.35s ease;
}

.smart-header.scrolled .site-logo img,
.smart-header.scrolled .elementor-widget-theme-site-logo img{
    transform: scale(0.88);
}

/* Smooth menu animation */
.smart-header .elementor-nav-menu a{
    transition:
        color 0.3s ease,
        opacity 0.3s ease;
}

/* Hover feel like USC */
.smart-header .elementor-nav-menu a:hover{
    opacity: 0.75;
}

/* Optional subtle border */
.smart-header.scrolled::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;

    background: rgba(255,255,255,0.08);
}



/*Background Overlay Fixed*/
[class^="rt-"]:before, [class*=" rt-"]:before{
        width: 100% !important;
        margin-right: 0em !important;
        margin-left: 0em !important;
}

/*Mobile Menu */
@media only screen and (max-width: 1024px) {
    .reactheme-innner-offcanvas-contents {
        display: block !important;
    }
    #mobile_menu {
        display: none !important;
    }
}/* End custom CSS */