@media only screen and (max-width: 1024px) {
    .offcanvas-3__meta li {
        display: flex;
        padding-bottom: 15px;
    }

    ul.submenu-mobile-view {
        padding-top: 20px;
    }

    .offcanvas-3__inner {
        height: unset ! Important;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}

.logo {
    width: 10.5rem;
}

.offcanvas-3__meta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: unset !important;
}

i.fa.fa-map-marker-alt,
i.fa.fa-envelope {
    display: flex;
    padding-right: 10px;
}

.contact-area .contact-list li {
    display: flex;
    padding-bottom: 20px;
}

.footer-nav-list i.fa.fa-map-marker-alt,
i.fa.fa-envelope {
    position: relative;
    top: 5px;
}

.footer-nav-list a li {
    display: flex;
}

.offcanvas-3__meta-wrapper {
    justify-content: unset !important;
}

.submenu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-left: -5px;
}

.contact-formfield {
    display: flex;
    flex-direction: column;
}

.iti__search-input {
    padding-left: 30px !important;
}

.submenu-mobile-view {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff00;
    border: none;
}

.submenu-toggle {
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
    transition: transform 0.3s ease;
}

.submenu-toggle.open {
    transform: rotate(180deg);
}

@media screen and (max-width: 600px) {
    .header-area .wc-btn-primary {
        padding: 15px 20px;
        font-size: 10px;
    }

    .video-area .info-box .section-title-wrapper {
        margin-top: 30px !important;
    }

    .offcanvas-3__menu {
        overflow-y: hidden;
    }

    ul.submenu-mobile-view {
        padding-top: 20px;
    }

    .copyright-area .copyright-text .text {
        font-size: 16px;
    }
}

.overlay {
        display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    z-index: 99999;
    /* Ensure it's on top */
    justify-content: center;
    align-items: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Country Dropdown Search fields too small */
@media screen and (max-width: 1200px) {

    .main-menu{
        display: none;
    }
}
@media screen and (max-width: 767px) {

    .iti__search-input {
        padding: .75rem;
    }
    
}
/* Country Dropdown Search fields too small */