.flags-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .flags-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 10px;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .mobile-logo {
        max-width: 100%;
        height: auto;
        margin-top: -46px;
        margin-left: -4px;
    }
    }
@media (max-width: 768px) { 
    .mobile-logo {
        max-width: 80%; 
        margin-top: -40px;
        margin-left: auto; 
        margin-right: auto; 
        display: block; 
    }
}

.layout-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 2;
!important;
}


.layout-menu.show {
    left: 0;
}


.menu-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #555;
    cursor: pointer;
    z-index: 1060;
}


.navbar-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #7367F0;
    color: white;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1070;
}

.menu-icon {
    position: relative;
    z-index: 1 !important;
}

.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar, .layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar, .layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-navbar {
    z-index: 1 !important;
}

.layout-menu {
    background-color: #f8f8f8;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-right: 2px solid #e0e0e0;
}

.layout-menu .menu-link {
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.layout-menu .menu-link:hover {
    background-color: #ff574d;
    color: #ffffff;
}

.layout-menu .menu-item.active > .menu-link {
    background-color: #ff574d;
    color: #ffffff;
}


.layout-menu .menu-sub {
    background-color: #ffffff;
    border-left: 3px solid #ff574d;
}

.layout-menu .menu-sub .menu-link {
    color: #333;
}

.layout-menu .menu-sub .menu-link:hover {
    background-color: #ffd6d2;
    color: #000;
}


.input-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 5px;
}

.input-wrapper .form-control {
    color: #333;
}

.input-wrapper .form-control::placeholder {
    color: #aaa;
}


.menu-close-btn {
    background-color: #ff574d;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close-btn:hover {
    background-color: #e04640;
}

.navbar-mobile {
    background-color: #ffffff;
    color: #ff574d;
    border-bottom: 2px solid #e0e0e0;
}
.menu-link div {
     font-family: 'Poppins', sans-serif;
     font-weight: 550; 
     font-size: 15px; 
     color: #444; 
     letter-spacing: 0.5px;
     transition: color 0.3s ease; 
 }

.menu-link div:hover {
    color: #E63946; 
}


.menu-item {
    padding: 8px 12px; 
    border-bottom: 1px solid #f2f2f2; 
}

.menu-item:last-child {
    border-bottom: none; 
}
.mt-4 {
   z-index: 1;
}
.menu-title{
   font-size: 13px!important;
}
.menu-sub{
    cursor: pointer;
}
