.insta-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 6px;
	justify-content:center;
	align-content:center;
}
.section_contact .box .box_info.menu_social span {
    text-align: center;
	width: 20.33% !important;
}

.hero_slider .main-slider .cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity */
	background-position : top center!important;
	width: 100%;
}
.hero_slider .main-slider .cover {
    background-position: top right !important;
}
.vertical_align {
    position: relative;
    top: 75% !important;
}

/* Floating Language Switcher */
.wpml-ls-statics-footer{
    position: fixed;
    top: 95px;
    right: 40px;
    z-index: 9999;
}

.wpml-ls-statics-footer ul{
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 10px 18px !important;
    background: #fff;
    border: 1.5px solid #2f4ea1;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

/* Remove default WPML styling */
.wpml-ls-statics-footer li{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Language links */
.wpml-ls-statics-footer .wpml-ls-link{
    display: flex !important;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    color: #222 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Flag size */
.wpml-ls-flag{
    width: 20px !important;
    height: auto !important;
    border-radius: 2px;
}

/* Text */
.wpml-ls-native{
    font-size: 18px;
    font-weight: 500;
}

/* Hide (ES) text */
.wpml-ls-display{
    display: none !important;
}

/* Add divider after EN */
.wpml-ls-item-en::after{
    content: "/";
    margin-left: 10px;
    color: #666;
    font-size: 18px;
}

/* Hide current language highlight */
.wpml-ls-current-language a{
    font-weight: 500 !important;
}
.wpml-ls-native{
    font-size:16px;
    font-weight:400;
}

.wpml-ls-statics-footer ul{
    padding:9px 16px !important;
}