.language-switcher{
	position: relative;
}
.language-switcher .fa-chevron-down{
font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s;
}
.switcher-sub-menu{
position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background-color: #fff;
    border-radius: 8px;
    padding: 0px 0;
    min-width: 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
}
.language-switcher:hover .switcher-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(10px);
}
ul.switcher-sub-menu:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #fff;
}
ul.switcher-sub-menu .language{
display: block;
    margin: 0;
}
li.language a {
    display: block;
    padding: 10px 20px;
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    font-family: var(--font-body);
}
@media (max-width: 992px) {
    .site-header .lang-toggle {
        font-size: 13px;
    }
}
body.woocommerce-cart .site-header .lang-toggle {
    color: #000;
}
@media (max-width: 992px) {
    .craft-description {
        text-align: right;
        font-size: 14px;
    }
}

[dir="rtl"] .footer-newsletter-section form.es_subscription_form.ig_es_subscription_form.wysiwyg-form[data-form-id="2"]{
    display: flex;
    align-items: center !important;
    background-color: #fff !important;
    border: 1px solid #f2e6d9 !important;
    border-radius: 8px !important;
    padding: 6px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    max-width: 450px !important;
    width: 100% !important;
    height: 64px !important;
    margin-top: 24px !important;
    box-shadow: none !important;
    border-color: #E6E1D3 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin-right: 0 !important;
}

body .footer-newsletter-section form.es_subscription_form.ig_es_subscription_form.wysiwyg-form[data-form-id="2"] .es-field-wrap.ig-es-form-field{
    flex: 1 !important;
    margin-bottom: 0 !important;
    min-width: 0 !important;
}

body .footer-newsletter-section form.es_subscription_form.ig_es_subscription_form.wysiwyg-form[data-form-id="2"] .es-field-label{
    margin-bottom: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    display: block !important;
}

body .footer-newsletter-section form.es_subscription_form.ig_es_subscription_form.wysiwyg-form[data-form-id="2"] .ig-es-form-input{
    width: 100% !important;
    padding-left: 20px !important;
    height: 40px !important;
    border: none !important;
    border-width: 0 !important;
    background-color: transparent !important;
    color: #333 !important;
    outline: none !important;
    font-size: 14px !important;
    font-family: var(--font-body) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

body .footer-newsletter-section form.es_subscription_form.ig_es_subscription_form.wysiwyg-form[data-form-id="2"] .es-submit-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

body .footer-newsletter-section form.es_subscription_form.ig_es_subscription_form.wysiwyg-form[data-form-id="2"] .es-subscribe-btn{
    background-color: var(--primary-gold) !important;
    color: #fff !important;
    padding: 0 24px !important;
    width: 130px !important;
    height: 40px !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: background 0.3s;
    font-family: var(--font-body) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    gap: 4px !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.contact-page .page-title{
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
    
.contact-page .archive-header-bg{
    text-align: center;
    padding: 100px 0 50px;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    width: 100%;
    margin-bottom: 20px;
}