.elementor-kit-9{--e-global-color-primary:#1A3D6D;--e-global-color-secondary:#FDB714;--e-global-color-text:#000000;--e-global-color-accent:#7C97A1;--e-global-color-2672ab5:#384E58;--e-global-color-aa10235:#577B89;--e-global-color-14f0d93:#EBEBEB;--e-global-color-4042adf:#FFFFFF;--e-global-color-81c735a:#7C97A1;--e-global-typography-primary-font-family:"ct_font_museo_sans";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1.4rem;--e-global-typography-secondary-font-family:"ct_font_museo_sans";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"ct_font_museo_sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.4rem;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-453b571-font-family:"ct_font_museo_sans";--e-global-typography-453b571-font-size:64px;--e-global-typography-453b571-font-weight:900;--e-global-typography-453b571-text-transform:uppercase;--e-global-typography-453b571-line-height:4.3rem;--e-global-typography-7c7a6f0-font-family:"ct_font_museo_sans";--e-global-typography-7c7a6f0-font-size:50px;--e-global-typography-7c7a6f0-font-weight:900;--e-global-typography-7c7a6f0-text-transform:uppercase;--e-global-typography-7c7a6f0-line-height:4rem;--e-global-typography-66624cc-font-family:"ct_font_museo_sans";--e-global-typography-66624cc-font-size:40px;--e-global-typography-66624cc-font-weight:700;--e-global-typography-66624cc-line-height:1.3rem;--e-global-typography-c27407f-font-size:22px;--e-global-typography-c27407f-font-weight:900;--e-global-typography-c27407f-text-transform:uppercase;--e-global-typography-a19894f-font-family:"ct_font_museo_sans";--e-global-typography-a19894f-font-size:22px;--e-global-typography-a19894f-font-weight:700;--e-global-typography-a19894f-line-height:1.3rem;--e-global-typography-515d72b-font-family:"ct_font_museo_sans";--e-global-typography-515d72b-font-size:18px;--e-global-typography-515d72b-font-weight:900;--e-global-typography-515d72b-text-transform:uppercase;--e-global-typography-515d72b-line-height:1.3rem;--e-global-typography-7d41d9c-font-family:"ct_font_museo_sans";--e-global-typography-7d41d9c-font-size:20px;--e-global-typography-7d41d9c-font-weight:500;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-4042adf );font-family:"ct_font_museo_sans", Sans-serif;font-size:17px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-2672ab5 );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-2672ab5 );border-radius:0px 0px 0px 0px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-2672ab5 );color:var( --e-global-color-2672ab5 );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-2672ab5 );border-radius:0px 0px 0px 0px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***************************************************
 * SELECT2 — GLOBAL BRAND STYLING FOR JETSMARTFILTERS
 ***************************************************/

/* ================================
   1. CLOSED STATE (default button)
   ================================ */
.jet-filters-group .select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 42px 12px 18px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;

    font-family: "Museo Sans", sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #1a3d6d !important;
    box-shadow: none !important;
}

/* Force closed label to blue */
.select2-selection__rendered {
    color: #1a3d6d !important;
    font-weight: 700 !important;
}

/* Remove outline */
.select2-container--default .select2-selection--single:focus {
    outline: none !important;
    box-shadow: none !important;
}


/* ================================
   2. CARET ICON (yellow)
   ================================ */
.jet-filters-group .select2-selection__arrow {
    width: 20px !important;
    height: 20px !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23fdb714' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
}

.select2-selection__arrow b {
    display: none !important;
}


/* ==================================
   3. DROPDOWN PANEL (open state)
   ================================== */
.select2-dropdown {
    background: #ffffff !important;
    border: none !important; /* no outer border */
    border-radius: 0 !important;
    margin-top: 0 !important;
    min-width: 100% !important;
    left: 0 !important;
    z-index: 999999 !important;
}


/* ==================================
   4. DROPDOWN ITEMS
   ================================== */
.select2-results__option {
    background: #ffffff !important;
    color: #1a3d6d !important;
    padding: 14px 18px !important;

    font-family: "Museo Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: none !important;

    border-bottom: 1px solid #577b89 !important; /* teal divider lines */
}

/* Hover state (yellow) */
.select2-results__option--highlighted {
    background: #fdb714 !important;
    color: #1a3d6d !important;
    font-weight: 600 !important;
}

/* Selected item (same as hover) */
.select2-results__option[aria-selected="true"] {
    background: #fdb714 !important;
    color: #1a3d6d !important;
    font-weight: 600 !important;
}


/* ==================================
   5. Scroll styling
   ================================== */
.select2-results__options {
    max-height: 240px !important;
    overflow-y: auto !important;
}


/* ==================================
   6. Width control
   ================================== */
.select2-container {
    width: auto !important;
}


/* ==================================
   7. Overflow handling
   ================================== */
.jet-filters-group,
.jet-smart-filters-select,
.jet-select,
.jet-filters-group .elementor-widget-container {
    overflow: visible !important;
    position: relative !important;
}


/* ==================================
   8. Z-index fixes
   ================================== */
.select2-container--open,
.select2-dropdown {
    z-index: 999999 !important;
}


}
/* Add top divider line to dropdown */
.select2-dropdown {
    border-top: 1px solid #577b89 !important;
}/* End custom CSS */