        .nav-link {
            outline: none !important;
            overflow-y: hidden;
            box-shadow: none !important;
        }




        .btn-primary:active:focus {
            background-color: #ff4757 !important;
            border-color: #ff4757 !important;
            color: #fff !important;
        }

        body {
            background-color: white;
        }

        .navbar-toggler {
            padding: 0;
            border: none;
            box-shadow: none !important;
        }

        .navbar-toggler:focus {
            box-shadow: none;
            outline: none;
        }

        .navbar {
            position: absolute;
            width: 100%;
            z-index: 9999;
            background-color: white !important;
            padding: 15px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
        }

        .navbar-brand img {
            max-height: 30px;
        }

        .nav-link {
            color: #333 !important;
            padding: 1rem 0.625rem !important;
            font-size: 0.775rem;
            transition: 0.2s;
            /* text-transform: uppercase; */
            font-weight: 500;
            position: relative;
        }

        .nav-link:hover,
        .nav-link.active {
            color: #ff4757 !important;
        }

        .btn-primary {
            background-color: #ff4757;
            border: none;
            padding: 8px 20px;
            border-radius: 4px;
            text-transform: none;
            font-weight: 600;
            color: white;
        }

        .btn-primary:hover {
            background-color: #e04350;
            color: white;
        }

        .dropdown-menu.mega-menu {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 100vw;
            transform: translateX(-50%) translateY(8px);
            padding: 1.5rem 0;
            border: none;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            background: #fff;
            opacity: 0;
            visibility: hidden;
            transition: all 160ms ease;
            z-index: 1050;
            box-sizing: border-box;
        }

        .mega-inner {
            padding: 0 3rem;
        }

        .mega-item h5 {
            color: #ff4757;
            font-weight: 700;
            margin-bottom: 1rem;
            font-size: 1rem;
        }

        .mega-item a {
            display: block;
            color: #333;
            padding: 0.35rem 0;
            text-decoration: none;
            font-size: 0.95rem;
        }

        .dropdown-menu.resources-menu {
            min-width: 200px;
            max-width: 200px;
            padding: 0.6rem;
            border-radius: 8px;
            box-shadow: 0 12px 30px rgba(22, 28, 37, 0.12);
            background: #fff;
            border: 0;
            transform-origin: top center;
            margin-top: 0.5rem;
        }



        .resources-group h6 {
            margin: 0 0 0.5rem 0;
            font-size: 0.85rem;
            font-weight: 700;
            color: #ff4757;
            letter-spacing: 0.6px;
        }

        .resources-link {
            display: block;
            padding: 0.4rem 0;
            color: #333;
            font-size: 0.9rem;
            text-decoration: none;
        }

        .resources-link:hover {
            color: #ff4757;
            text-decoration: none;
        }

        .resources-feature {
            background: #fbfbfd;
            border-radius: 6px;
            padding: 0.75rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 0.5rem;
            border: 1px solid rgba(0, 0, 0, 0.03);
        }

        .hero {
            position: relative;
            overflow: hidden;
            background: #ffffff;
        }


        .hero .eyebrow {
            color: #606060;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }

        .hero h1 {
            font-size: 3rem;
            line-height: 1.02;
            font-weight: 600;
            color: #111111;
        }

        .hero p.lead {
            color: #606060;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            animation: rotate 10s linear infinite;
            z-index: 0;
        }

        @keyframes rotate {
            from {
                transform: translate(-50%, -50%) rotate(0deg);
            }

            to {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        .hero-content,
        .hero-image {
            position: relative;
            z-index: 1;
        }


        @media (max-width: 991.98px) {
            .hero {
                padding-top: 90px;
            }

            .hero h1 {
                font-size: 2.25rem;
            }
        }

        .fa-chevron-down {
            font-size: 12px;
            margin-left: 6px;
            transition: transform .2s;
        }

        .nav-link:hover .fa-chevron-down {
            transform: rotate(180deg);
        }

        @media (min-width: 992px) {
            .nav-item.dropdown:hover>.dropdown-menu.mega-menu {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(0);
            }

            .nav-item.dropdown>.nav-link {
                cursor: pointer;
            }

            .hero-content {
                padding-left: 4rem;
            }
        }

        @media (max-width: 991.98px) {

            .dropdown-menu.mega-menu {
                position: static;
                width: auto;
                max-width: 720px;
                margin: .75rem auto;
                transform: none;
                padding: .75rem 1rem;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
                border-radius: 8px;
                visibility: visible;
                opacity: 1;
                background: #fff;
                box-sizing: border-box;
            }

            .mega-inner {
                padding: 0 1rem;
            }

            .mega-item {
                padding: 0.5rem 0;
            }

            .dropdown-menu.resources-menu {
                position: static;
                width: auto;
                max-width: 360px;
                margin: 0.5rem auto;
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
                background: #fff;
                padding: 0.6rem;
                border-radius: 8px;
            }



            .resources-feature {
                background: transparent;
                border: none;
                padding: 0;
            }
        }

        .navbar-nav {
            display: flex;
            gap: 0.75rem;
        }


        @media (max-width: 991.98px) {
            .navbar-nav {
                gap: 0.5rem;
            }
        }

        .navbar-nav .nav-item {
            margin-left: 0;
        }