/*
Theme Name: Logimax
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Logistics & Transportation HTML Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css
*/

.mega-menu-wrapper .header-main .header-logo img {
    height: 40px;
}
.mega-menu-wrapper .header-main .header-logo-2 img {
    height: 40px;
}
.offcanvas__logo a img {
    height: 40px;
}
.single-footer-widget .widget-head a img {
    height: 40px;
}

.lang-selector { position: relative; display: inline-block; }
.lang-btn { background: none; border: none; color: var(--white); padding: 8px 12px; cursor: pointer; display: flex; align-items: center; gap: 4px; font-size: 14px; }
.header-2 .lang-btn, .sticky .lang-btn { color: var(--header)!important; }
.lang-btn:hover { color: var(--theme)!important; }
.lang-selector .dropdown-menu { min-width: 100px; border-radius: 0; box-shadow: 0 2px 8px rgba(0,0,0,.15); padding: 0; }
.lang-selector .dropdown-item { padding: 6px 16px; font-size: 14px; color: #333; }
.lang-selector .dropdown-item:hover { background: var(--theme); color: var(--white); }
.lang-selector .dropdown-item.active { background: unset; color: var(--theme); font-weight: bolder; }
.lang-selector .dropdown-toggle::after { display: none; }

.search-close {
    top: 50%;
    left: 50%;
    transform: translateY(50px);
}
.main-search-type {
    background: none;
    border-bottom: 2px solid var(--header);
    border-radius: 0;
    height: 70px;
    width: 150px;
    padding-top: 0;
    padding-bottom: 0;
}
.main-search-type.nice-select span {
    color: var(--header);
    line-height: 65px;
}
.main-search-type.nice-select.open .list {
    border-radius: 0;
    margin-top: 6px;
}
.main-search-type.nice-select .option:hover {
    background: var(--theme);
    color: var(--white);
}
@media (max-width: 575px) {
    .main-search-type {
        height: 50px;
    }
    .main-search-type.nice-select span {
        line-height: 45px;
    }
}
