
/* YMM.NET Premium Navbar */
.navbar {
    background: #fff !important;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    min-height: 88px;
}

.navbar-nav{
    margin:auto;
    gap:.35rem;
}

.nav-link{
    font-weight:600;
    border-radius:12px;
    padding:.85rem 1rem!important;
    transition:.25s ease;
}

.nav-link:hover{
    background:#f3f6fb;
    color:#0d6efd!important;
}

.mega-menu{
    width:min(1280px,95vw);
    left:50%!important;
    transform:translateX(-50%);
    border:none!important;
    border-radius:22px;
    padding:1rem;
    box-shadow:0 25px 60px rgba(0,0,0,.15)!important;
}

.mega-menu .col-md-3,
.mega-menu .col-md-4{
    background:#fff;
    border-radius:16px;
    padding:1rem;
}

    .mega-menu h6 {
        background: linear-gradient( 135deg, #1e3a8a, #2563eb );
        color: #fff !important;
        border-radius: 12px;
        padding: .75rem 1rem;
        margin-bottom: .75rem;
        font-weight: 700;
    }

.dropdown-item{
    border-radius:10px;
    padding:.55rem .8rem;
    transition:.2s;
}

.dropdown-item:hover{
    background:#f4f7fc;
    transform:translateX(4px);
}

.dropdown-menu{
    border:none;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.dropdown-header{
    background:#f8fafc;
    border-radius:10px;
}

@media (min-width:1200px){
    .navbar .dropdown:hover > .dropdown-menu{
        display:block;
        animation:fadeIn .2s ease;
    }
}

@keyframes fadeIn{
    from{opacity:0;transform:translateY(8px);}
    to{opacity:1;transform:translateY(0);}
}

@media (max-width:1199px){
    .mega-menu{
        width:100%;
        transform:none;
        left:auto!important;
        box-shadow:none!important;
        border-radius:12px;
    }
}
.dropdown-item:hover {
    background: #eff6ff;
    color: #0d6efd;
    transform: translateX(6px);
}
.mega-menu h6,
.mega-menu h6 a {
    color: white !important;
    text-decoration: none;
}
.navbar-nav .nav-link i {
    color: #2563eb;
    transition: .2s;
}

.navbar-nav .nav-link:hover i {
    transform: scale(1.1);
}
.nav-item:last-child .nav-link {
    background: #f3f6fb;
    border-radius: 12px;
}
.nav-link.active,
.navbar-nav .nav-link:hover {
    background: #eff6ff;
    color: #2563eb !important;
}
/* HEADER */

.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.header-brand {
    line-height: 1.15;
}

.brand-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e3a8a;
}

.brand-subtitle {
    font-size: .90rem;
    font-weight: 500;
    color: #6b7280;
}}

.platform-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e3a8a;
}

/* Hover */

.ymm-brand {
    text-decoration: none;
}

    .ymm-brand:hover .brand-title {
        color: #2563eb;
    }
.platform-title {
    font-size: 1.45rem;
    line-height: 1.15;
    font-weight: 700;
    color: #1e3a8a;
}
