.elementor-15384 .elementor-element.elementor-element-f8fff54{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-15384 .elementor-element.elementor-element-fe367b3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d938c5d *//* TOP BAR STYLES */
.uniosun-topbar {
    background-color: #5C8018;
    color: white;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    height: 42px;
    display: flex;
    align-items: center;
}

.topbar-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topbar-left {
    display: flex;
    align-items: center;
}

.topbar-email {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: opacity 0.2s;
}

.topbar-email:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.topbar-link {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.topbar-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Dropdown styles */
.topbar-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0;
    font-family: inherit;
}

.dropdown-button:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 5px;
}

.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #5C8018;
}

.topbar-dropdown:hover .dropdown-content {
    display: block;
}

/* MAIN HEADER STYLES */
.uniosun-header {
    position: fixed;
    top: 42px;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    z-index: 9999;
    color: white;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
}

.logo-section {
    align-items: center;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
}

.logo-img-large {
    height: 55px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
}

.right-blocks {
    display: flex;
    align-items: stretch;
    height: 100%;
    gap: 0;
}

.search-block,
.menu-block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    height: 100%;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
    white-space: nowrap;
    box-sizing: border-box;
}

.search-block {
    background: #5C8018;
}

.menu-block {
   background-color: rgba(0, 0, 0, 0.8);
}

.search-block:hover,
.menu-block:hover {
    opacity: 0.92;
}

.search-icon,
.menu-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* MOBILE - Show only email in top bar */
@media (max-width: 768px) {
    .uniosun-topbar {
        height: 48px; /* Increased height for larger font */
    }
    
    .topbar-container {
        justify-content: center !important;
        padding: 0 15px !important;
        height: 100%;
    }
    
    /* Hide all right side content */
    .topbar-right {
        display: none !important;
    }
    
    /* Keep email visible and centered both horizontally and vertically */
    .topbar-left {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .topbar-email {
        justify-content: center;
        font-size: 16px; /* Increased from 13px */
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: 500; /* Slightly bolder for better readability */
    }
    
    .topbar-email svg {
        width: 18px; /* Increased from 14px */
        height: 18px; /* Increased from 14px */
        margin-right: 8px; /* Increased from 5px */
    }
    
    /* MAIN HEADER MOBILE */
    .uniosun-header {
        top: 48px !important; /* Updated to match new top bar height */
        height: 70px;
    }

    .logo-img-large {
        height: 45px;
        max-width: 220px;
    }

    .search-block,
    .menu-block {
        padding: 0 15px;
        font-size: 12px !important;
        gap: 8px;
    }

    .search-icon,
    .menu-icon {
        width: 18px;
        height: 18px;
    }

    
.logo-section {
    align-items: center;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 11px;
}
}

/* Very small screens */
@media (max-width: 480px) {
    .uniosun-topbar {
        height: 44px; /* Slightly smaller than 768px but still comfortable */
    }
    
    .topbar-container {
        padding: 0 10px !important;
        height: 100%;
    }
    
    .uniosun-header {
        top: 44px !important; /* Updated to match new top bar height */
    }
    
    /* Ensure vertical centering on very small screens */
    .topbar-left {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .topbar-email {
        font-size: 15px; /* Increased from 11px, still readable on small screens */
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: 500;
    }
    
    .topbar-email svg {
        width: 16px; /* Increased from 12px */
        height: 16px; /* Increased from 12px */
        margin-right: 6px;
    }
    
    .search-block,
    .menu-block {
        padding: 0 12px;
        font-size: 0.85rem;
    }
}/* End custom CSS */