/* Subheader Styles */
.subheader_area {
    background: var(--primary-color-one);
    padding: 8px 0;
    color: var(--color-white);
}

.contact_info_top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact_info_top ul li {
    margin-bottom: 0;
}

.contact_info_top ul li a {
color: var(--color-white);
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}

.contact_info_top ul li img {
    width: 16px;
    height: 16px;
}
.contact_info_top ul li a:hover {
    opacity: 0.85;
}


/* Google Translate Styles */
.language_select {
    position: relative;
}

.goog-te-gadget {
    font-family: 'Inter', sans-serif !important;
    color: var(--color-white) !important;
}

.goog-te-gadget .goog-te-combo {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--color-white);
    padding: 6px 30px 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    min-width: 160px;
}

.goog-te-gadget .goog-te-combo:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.goog-te-gadget .goog-te-combo:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
}

.goog-te-gadget .goog-te-combo option {
    background-color: var(--color-white);
    color: #333;
    padding: 8px;
}

/* Progress Indicator Fix */
.prgoress_indicator {
    z-index: 999999 !important;
    position: fixed !important;
    transform: none !important;
}

.prgoress_indicator.active-progress {
    transform: translateY(0) !important;
}

/* Hide Google Translate elements */
.goog-te-banner-frame,
.goog-te-banner,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt-,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.goog-te-gadget-icon {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

.subheader_area .subheader_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .subheader_area {
        padding: 5px 0;
    }

    .contact_info_top ul {
        gap: 15px;
    }
    .contact_info_top ul li a {
        font-size: 13px;
    }
    .goog-te-gadget .goog-te-combo {
        min-width: 140px;
        padding: 4px 25px 4px 8px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .contact_info_top ul {
        flex-direction: column;
        gap: 5px;
    }

    .language_select {
        text-align: left !important;
        margin-top: 5px;
    }
} 

.goog-te-gadget-simple span {
    color: var(--color-white) !important;
}

.goog-te-gadget-simple {
    background: var(--primary-color-one);
    background-color: var(--primary-color-one) !important;

    border: none !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: var(--color-white);
}

body.home.theme-creote.page-home-default-one {
    position: relative !important;
    min-height: 100% !important;
    top: 0 !important;
}