/*
 * Inline Styles Extracted from Head Section
 * These styles were originally inline in the HTML <head>
 */

/* qTranslate-X Language Flags */
.qtranxs_flag_en {
    background-image: url(../images/flags/gb.png);
    background-repeat: no-repeat;
}

.qtranxs_flag_ar {
    background-image: url(../images/flags/arle.png);
    background-repeat: no-repeat;
}

/* Timetable Shortcode Styles (noscript fallback) */
.mptt-shortcode-wrapper .mptt-shortcode-table:first-of-type {
    display: table!important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table .mptt-event-container:hover {
    height: auto!important;
    min-height: 100%!important;
}

body.mprm_ie_browser .mptt-shortcode-wrapper .mptt-event-container {
    height: auto!important;
}

@media (max-width:767px) {
    .mptt-shortcode-wrapper .mptt-shortcode-table:first-of-type {
        display: none!important;
    }
}

/* Page Content Wrapper */
.sp-page-content-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Recent Comments */
.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* WPBakery Animation (noscript fallback) */
.wpb_animate_when_almost_visible {
    opacity: 1;
}

/* Visual Composer Custom Spacing Classes */
.vc_custom_1609220642368 {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}

.vc_custom_1609069448930 {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
    background-color: #ffbd0a !important;
}

.vc_custom_1609066472122 {
    border-top-width: 100px !important;
    padding-bottom: 100px !important;
}

.vc_custom_1604902911173 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.vc_custom_1602594693147 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.vc_custom_1609075362991 {
    padding-top: 90px !important;
    padding-bottom: 70px !important;
}

.vc_custom_1609069983704 {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
    background-color: #ffbd0a !important;
}

.vc_custom_1609070879381 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.vc_custom_1604839049231 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.vc_custom_1604397854454 {
    margin-bottom: 25px !important;
    padding-bottom: 0px !important;
}

.vc_custom_1604567517049 {
    margin-bottom: 50px !important;
    padding-bottom: 0px !important;
}
.vc_custom_1602501710282 {
    padding-right: 30px !important;
    padding-left: 20px !important;
}
.vc_custom_1604560283681 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.vc_custom_1604470762459 {
    margin-bottom: 25px !important;
    padding-bottom: 0px !important;
}
.vc_custom_1604470799867 {
    margin-bottom: 50px !important;
    padding-bottom: 0px !important;
}
.vc_custom_1604560350290 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.vc_custom_1609075362991 {
    padding-top: 90px !important;
    padding-bottom: 70px !important;
}
.vc_custom_1609069983704 {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
    background-color: #ffbd0a !important;
}
.vc_custom_1609070879381 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.vc_custom_1604839049231 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.vc_custom_1506515782918 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* Section Spacing - Consistent top margins across all sections */
.sp-section.vc_row {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* First section after slider - no top margin */
.dreamcar-slider + .sp-section,
.sp-section:first-of-type {
    margin-top: 0;
}

/* Dream car content section - extra top margin */
#dream-car-content.sp-section {
    margin-top: 80px;
}

/* Full-width sections */
#judging.sp-section,
#gallery.sp-section,
#how-to-enter.sp-section,
#team-members.sp-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

/* Welcome Panels Section Styles */
.wpb_content_element.sp_welcome_list {
    margin-bottom: 30px;
}

.welcome-section.fx-col-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.welcome-section.fx-col-3 > .welcome-col {
    flex: 1;
    min-width: 300px;
}

.content-box-shadow {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    overflow: hidden;
}

.welcome-item {
    position: relative;
    z-index: 10;
}

.welcome-inner {
    position: relative;
}

.welcome-img {
    position: relative;
    overflow: hidden;
}

.welcome-img img.sp-welcome-image {
    width: 100%;
    height: auto;
    display: block;
}

.welcome-content {
    position: relative;
    padding: 30px 26px 40px;
    min-height: 370px;
}

.welcome-content svg.bigHalfCircle {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50px;
}

.welcome-content h4.welcome-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}

.welcome-content p {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
}

.welcome-content .btn {
    margin-bottom: 15px;
}

.welcome-content span[class^="licon-"] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 60px;
    opacity: 0.2;
}

/* Responsive adjustments for welcome panels */
@media (max-width: 991px) {
    .welcome-section.fx-col-3 {
        flex-direction: column;
    }

    .welcome-section.fx-col-3 > .welcome-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .welcome-content {
        min-height: unset;
    }
}

/* Responsive spacing adjustments */
@media (max-width: 768px) {
    /* Reduce section spacing on mobile */
    .sp-section.vc_row {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #dream-car-content.sp-section {
        margin-top: 50px;
    }

    #judging.sp-section,
    #gallery.sp-section,
    #how-to-enter.sp-section,
    #team-members.sp-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/* How to Enter Section Styles */
.vc_custom_1602594728726 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#how-to-enter {
    position: relative;
    background-color: #333333;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#how-to-enter.vc_parallax {
    overflow: hidden;
}

#how-to-enter .vc_parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

#how-to-enter > .wpb_column {
    position: relative;
    z-index: 1;
}

#how-to-enter .vc_custom_heading,
#how-to-enter h2 {
    color: #ffffff !important;
}

#how-to-enter .how_to_enter p {
    color: #ffffff;
}

/* Eligibility Section Spacing */
#eligibility.sp-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

#eligibility .vc_custom_heading {
    color: #333333;
}

/* Art Requirements Section Spacing */
#art-requirements.sp-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.vc_custom_1602594790675 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}
