/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Zalando Sans Expanded', sans-serif;
    font-weight: 600;
}


/* Mobile Menu */
header .elementor-menu-toggle {
    padding: 13px 20px;
    background: linear-gradient(90deg, #CF0C2C 0%, #690616 224.31%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    border-radius: 25px;
}

header .elementor-nav-menu--dropdown a.elementor-item-active {
    background-color: #000;
    color: #CF0022 !important;
}

header.mobile-nav-is-open .elementor-motion-effects-layer {
    opacity: 1 !important;
}

@media screen and (min-width: 1025px) {
    header .elementor-widget-nav-menu .btn-primary {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    header .elementor-nav-menu {
        min-height: calc(100vh - var(--header-height, 57px));
        height: calc(100vh - var(--header-height, 57px));
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start !important;
        overflow-y: auto;
        padding: 80px 0px;
    }

    header .elementor-nav-menu li {
        width: 100%;
    }

    header .elementor-nav-menu li:not(:last-child) {
        margin-bottom: 35px;
    }

    .elementor-nav-menu--dropdown .elementor-item,
    .elementor-nav-menu--dropdown .elementor-sub-item {
        justify-content: center;
        text-align: center;
    }

    .elementor-nav-menu--dropdown .elementor-sub-item {
        font-size: 18px !important;
    }

    header .elementor-nav-menu .btn-primary {
        max-width: 390px;
    }

    header .elementor-nav-menu .btn-primary a {
        font-family: "Montserrat", sans-serif !important;
        font-size: 18px !important;
        width: 100%;
        max-width: 390px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Form Fields */
.gravity-theme .gform_title {
    color: #111827;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 32px;
}

.gravity-theme .gform_description {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #111827;
}

.gravity-theme .gfield_label {
    color: #111827;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    border: 0;
    border-radius: 5px;
    height: 48px;
    padding: 12px;
    color: #848484;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.gform_wrapper.gravity-theme input::placeholder,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea::placeholder {
    color: #848484;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    background: linear-gradient(90deg, #CF0C2C 0%, #690616 224.31%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    width: 199;
    height: 50;
    opacity: 1;
    border-radius: 25px;
    padding: 15px 20px;
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.gfield_radio {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px;
}

.gform_wrapper.gravity-theme .gfield_radio label {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: inherit;
    color: #111827;
    margin: 0 !important;
    padding-left: 36px !important;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

/* Custom Radio Button Logic */
.gform_wrapper.gravity-theme .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice:last-child {
    margin-bottom: 0;
}

/* Hide native radio button */
.gform_wrapper.gravity-theme .gfield_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    height: 100%;
    width: 24px;
    z-index: 2;
}

/* Selection indicator (Circle) */
.gform_wrapper.gravity-theme .gfield_radio label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #B0B0B0;
    border-radius: 50%;
    background: #fff;
    transition: all 0.25s ease;
}

/* Selected State */
.gform_wrapper.gravity-theme .gfield_radio input[type="radio"]:checked+label::before {
    background: linear-gradient(180deg, #660616 0%, #CC0C2B 100%);
    border-color: #CE0D2C;
}

/* Hover state */
.gform_wrapper.gravity-theme .gfield_radio .gchoice:hover label::before {
    border-color: #CF0C2C;
}

/* Custom Dropdown Arrow */
.ginput_container_select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select select {
    width: 100%;
    padding-right: 30px;
}

.ginput_container_select::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 6px;
    background-image: url('./assets/images/drop-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Accordion */
.e-n-accordion-item {
    border: 1px solid #66666640;
    border-radius: 12px;
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 4px 5px 0px #0000001A;
}

.e-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.e-n-accordion-item-title,
.e-n-accordion-item .e-con-full {
    padding: 0 !important;
    border: 0 !important;
}

.e-n-accordion-item .e-con-full p {
    margin: 0 !important;
}

.e-n-accordion-item-title-text {
    font-family: Zalando Sans Expanded;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 100% !important;
    color: #2E2E2E;
}

.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom: 2px solid #66666640 !important;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
}

/* Theme Carousel */
/* .theme-carousel .swiper-slide {
    -webkit-mask-image: url('./assets/images/slider-mask.png');
    mask-image: url('./assets/images/slider-mask.png');
    mask-repeat: no-repeat;
} */

.theme-carousel .swiper-pagination {
    text-align: left;
    margin-left: 40px;
}

.theme-carousel .swiper-pagination:after {
    content: '';
    width: 65%;
    height: 2px;
    right: 50px;
    background: #66666680;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.theme-carousel .swiper-pagination-bullets {
    margin: 0 7.5px;
}

.theme-carousel .swiper-pagination-bullet-active {
    background: #666666 !important;
}

/* Alternative Theme Carousel */
.theme-carousel--alt .swiper-slide {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.theme-carousel--alt .swiper-pagination {
    text-align: right;
    margin-left: 0px;
    margin-right: 40px;
}

.theme-carousel--alt .swiper-pagination:after {
    width: 85%;
    right: auto;
    left: 40px;
}

.theme-carousel--alt .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 50%;
}

.theme-carousel--alt .swiper-pagination-bullet-active {
    opacity: 100%;
}

/* Product Toggle */
.product-toggle .e-n-accordion-item {
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.product-toggle .e-n-accordion-item-title-text {
    font-size: 22px !important;
    color: #FB153A !important;
}

.product-toggle .e-n-accordion-item ul li::marker,
.product-toggle b,
.product-toggle strong {
    color: #CF0C2C !important;
}

/* Timeline Tabs */
.enflite-timeline-tabs .e-n-tabs-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

/* Horizontal line */
.enflite-timeline-tabs .e-n-tabs-heading::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    height: 1px;
    background: #000;
    opacity: 0.16;
    transform: translateY(-50%);
    z-index: 1;
}

/* Title Tab */
.enflite-timeline-tabs .e-n-tab-title {
    position: relative;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 120px;
    flex: 1;
    border-radius: 0 !important;
    box-shadow: none !important;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px !important;
}

/* Text */
.enflite-timeline-tabs .e-n-tab-title-text {
    position: static;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    transition: color 0.3s;
    z-index: 4;
}

/* Active Text */
.enflite-timeline-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    color: #FB153A;
}

/* Dots and Rings for INACTIVE tabs */
.enflite-timeline-tabs .e-n-tab-title[aria-selected="false"]::before {
    /* Outer Ring */
    content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.enflite-timeline-tabs .e-n-tab-title[aria-selected="false"]::after {
    /* Inner Ring */
    content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.enflite-timeline-tabs .e-n-tab-title[aria-selected="false"] .e-n-tab-title-text::before {
    /* Red Dot */
    content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #e31b2f;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all 0.3s ease;
}

.enflite-timeline-tabs .e-n-tab-title:hover[aria-selected="false"]::before,
.enflite-timeline-tabs .e-n-tab-title:hover[aria-selected="false"]::after {
    width: 26px;
    height: 26px;
}

.enflite-timeline-tabs .e-n-tab-title[aria-selected="false"]:hover .e-n-tab-title-text::before {
    width: 26px;
    height: 26px;
    box-shadow: 0px 0px 10.1px 3px #00000040;
}

/* Airplane for ACTIVE tab - HIDDEN in favor of dynamic GSAP airplane */
.enflite-timeline-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text::after {
    display: none !important;
}

/* Dynamic GSAP Airplane */
.enflite-timeline-airplane {
    position: absolute;
    top: 80px;
    left: 0;
    width: 140px;
    height: 60px;
    background-image: url('./assets/images/plane-sideview.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
}

@media(max-width: 991px) {
    .enflite-timeline-tabs .e-n-tabs-heading {
        height: 160px;
        position: relative;
        overflow: hidden !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
    }

    .enflite-timeline-tabs .e-n-tabs-heading::before {
        width: 300%;
        left: -100%;
    }

    .enflite-timeline-tabs .e-n-tab-title {
        position: absolute !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        width: 140px !important;
        height: 120px !important;
        margin: 0 !important;
        flex: none !important;
    }

    .enflite-timeline-tabs .e-n-tab-title-text {
        position: absolute;
        bottom: 70%;
        white-space: normal !important;
        text-align: center;
        line-height: 1.2;
    }

    .enflite-timeline-tabs .e-n-tab-title[aria-selected="false"]::before,
    .enflite-timeline-tabs .e-n-tab-title[aria-selected="false"]::after {
        top: 60px;
    }

    .enflite-timeline-tabs .e-n-tab-title[aria-selected="false"] .e-n-tab-title-text::before {
        top: auto;
        bottom: -32px;
    }
}

/* Hover Pill */
.hover-pill:hover {
    background-image: linear-gradient(180deg, #666666 0%, #000000 100%) !important;
}

.hover-pill:hover .elementor-heading-title,
.hover-pill:hover .elementor-widget-text-editor {
    color: #fff !important;
}

.hover-pill:hover img {
    filter: brightness(0) invert(1);
}

/* Enflite News Insights Fixes */
.enflite-news-insights__flightpath {
    position: relative;
    height: 96px;
}

.enflite-news-insights__track {
    position: relative;
    width: 100%;
    height: 100%;
}

.enflite-news-insights__slider-viewport {
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: -24px;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(90deg, #CF0C2C 0%, #690616 224.31%);
    padding: 13px 20px;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 25px;
    display: inline-block;
}

.btn-primary:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .btn-primary {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {

    .elementor-widget-button,
    .elementor-widget-button a {
        width: 100% !important;
    }
}

.btn-outline {
    background: transparent;
    padding: 13px 20px;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #A2A2A2 0%, #FFFFFF 100%);
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 25px;
    display: inline-block;
}

.btn-outline:hover {
    color: #fff;
    background: linear-gradient(90deg, #CF0C2C 0%, #690616 224.31%);
}

@media screen and (max-width: 767px) {
    .btn-outline {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* Floating Share Widget */
.enflite-floating-share {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: auto;
    max-width: 200px;
    /* Adjust if the image is too large natively */
}

@media (max-width: 767px) {
    .enflite-floating-share {
        bottom: 20px;
        right: 20px;
        max-width: 140px;
        width: 90px;
    }
}

.enflite-floating-share.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

.enflite-floating-share__link {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.enflite-floating-share__link:hover {
    transform: translateY(-4px);
}

.enflite-floating-share__link img {
    display: block;
    width: 100%;
    height: auto;
}

.enflite-floating-share__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid #000;
    /* hidden by default until hover */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, background 0.25s, transform 0.25s;
    z-index: 2;
    padding: 0;
}

.enflite-floating-share:hover .enflite-floating-share__close {
    opacity: 1;
    visibility: visible;
}

.enflite-floating-share__close:hover {
    background: #c8102e;
    transform: scale(1.1);
}

/* Loop Item Hover */
.elementor-loop-container .e-loop-item:hover .e-con-inner .e-con-full {
    background: linear-gradient(180deg, #666666 0%, #000000 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.elementor-loop-container .e-loop-item:hover .e-con-inner .elementor-widget,
.elementor-loop-container .e-loop-item:hover .e-con-inner .elementor-widget h2 {
    color: #fff !important;
}

/* Hide Elementor's default icon */
.elementor-nav-menu .sub-arrow svg {
    display: none;
}

/* Inject your custom SVG */
.elementor-nav-menu .sub-arrow {
    padding: 5px 0px 8px 3px;
}

.elementor-nav-menu .sub-arrow::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);

    background-image: url('./assets/images/sub-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.elementor-nav-menu .elementor-item-active .sub-arrow::after,
.elementor-nav-menu .current_page_ancestor .sub-arrow::after,
.elementor-nav-menu .menu-item:hover .sub-arrow::after {
    filter: none;
}

.e--pointer-underline .elementor-item:after {
    width: calc(100% - 16px) !important;
}

@media (max-width: 767px) {
    .elementor-widget-nav-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 0 !important;
    }
}

/* Button Responsive Fix */
@media (max-width: 767px) {
    .elementor-button {
        font-size: 18px !important;
    }
}