
.navbar.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    animation: kobi3-slide-down .6s ease;
}

body.navbar-stuck {
    padding-top: var(--navbar-h, 76px);
}

.navbar {
    position: relative;
    z-index: 1050;
}

.navbar-collapse,
.navbar-collapse .navbar-nav,
.navbar-collapse .navbar-nav .nav-link {
    font-family: "Exo 2", sans-serif !important;
}

.navbar .collapse {
    transition: height 0.35s ease, visibility 0.35s ease;
}

.navbar .collapsing {
    transition: height 0.35s ease;
    overflow: hidden;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-brand img {
    width: 120px;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-nav .nav-link:hover {
    color: #4a90e2 !important;
}

.navbar-nav .nav-link.active {
    color: #4a90e2 !important;
}

.nav-link:focus-visible{
    box-shadow: none !important;
}

.navbar-nav .dropdown-toggle {
    position: relative;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #4a90e2 !important;
}

.dropdown{
    position: relative;
}

.navbar-nav .dropdown-toggle::after {
    font-family: "Font Awesome 6 Free", "FontAwesome";
    font-weight: 300;
    content: "\f078";
    border: none !important;
    vertical-align: baseline;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.navbar-nav .dropdown-toggle::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #4a90e2, #1974b6);
    transition: all 0.3s ease;
}

.navbar-nav .dropdown-toggle:hover::before {
    width: 100%;
}

.navbar-nav .dropdown-toggle.show::before {
    width: 100%;
}

.navbar-nav .nav-link:not(.dropdown-toggle)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #4a90e2, #1974b6);
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:not(.dropdown-toggle):hover::after {
    width: 100%;
}

.navbar-nav .nav-link:not(.dropdown-toggle).active::after {
    width: 100%;
}

.navbar-expand-xl .navbar-nav .nav-link {
    font-weight: bold;
    margin-left: 35px;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 0 !important;
}

.navbar-nav .nav-link {
    position: relative;
    transition: all 0.3s ease;
}

.mobile-navbar-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #133c62;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-right: 8px;
}

.mobile-navbar-icon i {
    font-size: 14px;
    line-height: 1;
}

.mobile-navbar-item:hover .mobile-navbar-icon {
    background: #4a90e2;
    color: #fff;
}

.dropdown-menu.mega-menu {
    width: 900px;
    border: none;
}

.navbar .title-container {
    margin-left: 10px;
    width: 90%;
    color: #133c62;
}

.navbar .title-container h6 {
    font-weight: bold;
}

.navbar .title-container .line {
    height: 2px;
    background-color: #133c62;
    margin-bottom: 10px;
    border-radius: 20px;
}

.see-all-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1974b6;
    text-decoration: none;
    transition: color 0.2s ease;
}
.see-all-link:hover {
    color: #133c62;
}

.mega-item {
    height: 100%;
    display: flex;
    align-items: center;
    padding: .5rem;
    border-radius: .5rem;
    transition: background-color .15s;
    border: 1px solid transparent;
}

.mega-item:hover {
    background: #f5f5f7;
    border: 1px solid #4a90e2;
}

.mega-item:hover .mega-icon {
    background: #4a90e2;
    color: #fff;
}

.mega-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #133c62;
    color: #fff;
    flex-shrink: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mega-icon i {
    font-size: 20px;
    line-height: 1;
}

.mega-title {
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mega-desc {
    margin: 0;
    font-size: 12px;
    color: #6c757d;
}

.mega-title .badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    vertical-align: middle;
}

#mobileSolutionsRoot{
    width: 100%;
    display: flex;
    flex-direction: column;
}

#mobileSolutionsRoot .mobile-header {
    flex-shrink: 0;
    z-index: 10;
    padding: 0 1rem;
}

#mobileSolutionsRoot .mobile-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 1rem;
}

#mobileSolutionsRoot .mobile-footer {
    flex-shrink: 0;
    z-index: 10;
    padding: 0 1rem;
}

#mobileSolutionsProducts{
    width: 100%;
    height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
}

#mobileSolutionsProducts .mobile-header {
    flex-shrink: 0;
    z-index: 10;
    padding: 0 1rem;
}

#mobileSolutionsProducts .mobile-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 1rem;
}

#mobileSolutionsProducts .mobile-footer {
    flex-shrink: 0;
    z-index: 10;
    padding: 0 1rem;
}

#mobileSolutionsRoot a,
#mobileSolutionsProducts a {
    color: inherit;
}

#mobileSolutionsRoot .border-bottom{
    display:flex;
    align-items: center;
}

#mobileSolutionsRoot .border-bottom,
#mobileSolutionsProducts .border-bottom {
    border-color: rgba(0, 0, 0, .08) !important;
}

#mobileSolutionsRoot .border-bottom a{
    text-decoration: none;
}

.mobile-nav-item{
    display:flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.mobile-nav-area{
    display:flex;
    align-items: center;
}

.mobile-nav-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #133c62;
    color: #fff;
    flex-shrink: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-right: 12px;
}

.mobile-nav-icon i {
    font-size: 20px;
    line-height: 1;
}

.mobile-nav-item:hover .mobile-nav-icon {
    background: #4a90e2;
    color: #fff;
}

.mobil-cards {
    display: flex;
    align-items: center;
    border-radius: .5rem;
    transition: background-color .15s;

    position: relative;
}

.mobil-cards:hover {
    background-color: #f5f5f7;
}

.mobil-cards .mega-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #133c62;
    font-size: 1rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.mobil-cards:hover .mega-icon {
    background: #4a90e2;
    color: #fff;
}

.mobil-cards .mega-title {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: #2c3e50;
}

.mobil-cards .mega-desc {
    font-size: 0.8rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
}

.mobil-cards:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
    margin: 0 0.5rem;
}


#mobileSolutionsED{
    width: 100%;
    display: flex;
    flex-direction: column;
}

#mobileSolutionsED .mobile-header {
    flex-shrink: 0;
    z-index: 10;
    padding: 0 1rem;

}

#mobileSolutionsED .mobile-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 1rem;
}

#mobileSolutionsED .mobile-footer {
    flex-shrink: 0;
    z-index: 10;
    padding: 0 1rem;
}

#mobileSolutionsED .border-bottom{
    display:flex;
    align-items: center;
}

#mobileSolutionsED .border-bottom a{
    text-decoration: none;
}

.btn-demo-header{
    background-color: #4a90e2;
    color: #fff !important;
    padding: 7px 18px;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-demo-header:hover {
    background-color: #1e293b;
}


@media (max-width: 991px){
    .navbar .dropdown:hover>.dropdown-menu {
        display: none !important;
    }

    .navbar-nav {
        margin-bottom: 0;
    }

    .dropdown-menu.mega-menu {
        width: 100vw;
        height: calc(100vh - 76px);
        position: fixed !important;
        top: 76px !important;
        left: 50% !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: translateX(-50%) !important;
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        background: white;
        z-index: 1040;
        border-radius: 0;
        overflow: hidden;
    }

    .dropdown-menu.mega-menu.show {
        display: block !important;
    }

    #mobileSolutionsRoot .mobile-content,
    #mobileSolutionsProducts .mobile-content,
    #mobileSolutionsED .mobile-content {
      overflow-y: auto;
    }
  
    #mobileSolutionsRoot .mobile-content {
      height: 200px !important;
    }
  
    #mobileSolutionsProducts {
      min-height: 85vh;
    }
    #mobileSolutionsProducts .mobile-content {
      height: 200px !important;
    }
  
    #mobileSolutionsED .mobile-content {
      height: 200px !important;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .navbar .dropdown .dropdown-menu {
        margin-top: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar .dropdown:hover>.dropdown-menu {
        display: none !important;
    }

    .navbar-nav {
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .navbar .collapse,
    .navbar .collapsing {
        transition: none !important;
    }

    .navbar .dropdown.position-static .dropdown-menu.mega-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        margin-left: 20px !important;
        right: auto !important;
        transform: none !important;
        margin-top: 8px !important;
        width: 800px;
        border-radius: 12px;
    }

    .navbar .dropdown.position-static .dropdown-menu.mega-menu.show {
        left: 0 !important;
        right: auto !important;
        top: 100% !important;
        transform: none !important;
    }
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .navbar .dropdown .dropdown-menu {
        margin-top: 0;
    }

    .btn-demo-mobile {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .navbar-nav {
        margin-top: 5px;
    }

    .navbar-collapse {
        max-height: calc(100vh - 76px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .navbar-collapse .nav-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
    }

    .navbar-nav .nav-link:hover {
        color: inherit !important;
    }
    
    .navbar-nav .nav-link:not(.dropdown-toggle)::after,
    .navbar-nav .nav-link:not(.dropdown-toggle):hover::after,
    .navbar-nav .nav-link:not(.dropdown-toggle).active::after {
        display: none !important;
    }
    
    .navbar-nav .dropdown-toggle::before,
    .navbar-nav .dropdown-toggle:hover::before,
    .navbar-nav .dropdown-toggle.show::before {
        display: none !important;
    }

    .btn-demo-mobile {
        background-color: #133c62;
        color: #fff !important;
        padding: 7px 18px;
        font-size: 16px;
        display: block;
    }

    .btn-demo-mobile:hover {
        background-color: #4a90e2;
        color: #fff;
    }
}


@media (max-width: 1400px) and (min-width: 1199px) {
    .mobil-cards {
        margin-bottom: 0.75rem !important;
        padding-bottom: 0.5rem !important;
    }
    
    .mobil-cards.mb-3 {
        margin-bottom: 0.75rem !important;
    }
    
    .mobil-cards.pb-2 {
        padding-bottom: 0.5rem !important;
    }
}

.title-container h6,
.title-container .see-all-link {
    display: flex;
    align-items: center;
}

.title-container h6 {
    margin: 0;
    display: flex;
    align-items: center;
}

.navbar .title-container h6 {
    padding-top: 16px;
}

.navbar .title-container .see-all-link {
    padding-top: 16px; 
}