#navbarSupportedContent>ul>li.nav-item.dropdown.show>div.dropdown-menu.show>div>div>ul:nth-child(2)>li.megamenu-title>h1 {
            font-size: 1rem;
            margin-top: 1rem;
            color: black;
        }

        .mega-menu.AboutUs .container ul {
            display: block !important;
        }

        .megamenu-title-link h1,
        .megamenu-title h1 {
            font-size: 19px;
            margin-top: 13px;
            margin-bottom: 0;
        }

        @media (max-width:991px) {
            .navbar-collapse.collapse {
                overflow: scroll;
                height: 90vh;
            }
        }

        @media (max-width:576px) {
            .logo.navbar-brand img {
                height: 46px;
            }
        }

        .navbar-light .navbar-toggler {
            color: rgba(0, 0, 0, .5);
            border-color: rgb(0 0 0 / 0%) !important;
        }

        h5.d-flex.justify-content-between.align-items-center {
            fill: #005296;
        }

        .navbar-toggler span svg {
            height: 2rem;
            width: 2rem;
        }

        .new-logo {
            max-height: 3.5rem;
        }

        /* Accordion styles */
        .cryo-accordion {
            margin-top: 10px;
        }

        .acc-title {
            width: 100%;
            background: none;
            border: none;
            padding: 0;
            font-size: 14px;
            font-weight: 600;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #005296;
        }

        .acc-icon {
            width: 12px;
            height: 12px;
            border-right: 2px solid #000;
            border-bottom: 2px solid #000;
            transform: rotate(45deg);
            /* Down arrow */
            transition: transform 0.3s ease;
            margin-left: 10px;
        }

        .acc-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease;
            padding-left: 10px;
        }

        .acc-content ul {
            margin: 6px 0 10px;
            padding-left: 15px;
        }

        .acc-content ul li {
            font-size: 13px;
            line-height: 1.6;
        }

        .acc-item.active .acc-content {
            max-height: 500px;
        }

        /* When accordion is open */
        .acc-item.active .acc-icon {
            transition: 0.3s ease;
            transform: rotate(-135deg);
            /* Up arrow */
        }

        .menubar nav ul li .mega-menu ul li {
            display: block;
            margin: 0;
            padding: 4px 0px;
        }

        .new-dot {
            display: inline-block;
            font-size: 4px;
            background: #ff4444;
            padding: 2px 3px;
            margin-left: -20px;
            border-radius: 5px;
            width: fit-content;
        }