.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:150px;}.e-con{--container-max-width:150px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fix overall header spacing */
.elementor-header {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1000;
}

/* Promo bar text */
.elementor-element:first-child .elementor-heading-title {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Search box focus */
.elementor-search-form__input:focus {
    border-color: #3b82f6 !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Language dropdown */
select {
    cursor: pointer;
    transition: border-color 0.3s;
}

select:hover {
    border-color: #3b82f6;
}

/* Navigation links hover effect */
.elementor-header a:hover {
    color: #3b82f6 !important;
}

/* Make "Special Offers" stand out */
a[href*="special-offers"] {
    color: #ef4444 !important;
    font-weight: 600 !important;
}

/* Mobile responsive */
@media (max-width: 1024px) {
    .elementor-section:nth-child(3) div {
        gap: 15px !important;
    }
}

@media (max-width: 768px) {
    .elementor-section:nth-child(2) .elementor-column {
        margin-bottom: 10px;
    }
    
    .elementor-section:nth-child(3) div {
        justify-content: center !important;
        gap: 10px !important;
    }
    
    .elementor-section:nth-child(3) a {
        padding: 5px !important;
        font-size: 13px !important;
    }
}/* End custom CSS */