.nav-sub-menu {
    display: none;
}
.nav-item-parent:hover .nav-sub-menu {
    display: block;
}
.wizzy-footer-logo{
    width:135px;
}
header {
    padding-bottom: 10px;
}
.errors-div p {
    color: #dc3545 !important;
    font-size: 14px;
    margin: 0;
}

.headerarea {
    padding-bottom: 52px;
}

.wizzy-hero-gradient .wizzy-container {
    padding-top: 3rem;
}

@media (max-width: 768px) {
    nav {
        width: 100%;
        position: absolute;
        top: 150px;
        background: #fff;
        left: 0;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        max-height: calc(100vh - 240px);
        overflow: auto;
        border-bottom: solid 2px #03004d;
    }
    .request-demo button {
        font-size: 1rem;
    }
    .insights-form button {
        font-size: 0.75rem;
    }
    .headerarea {
        padding-bottom: 100px;
    }
    .nav-item-parent button {
        margin-bottom: 10px;
    }
    .nav-item-parent button svg {
        display: none;
    }
    .nav-item-parent {
        margin-left: 0px !important;
        padding-bottom: 10px;
    }
    .nav-sub-menu {
        display: block;
        width: 100%;
        position: static;
        left: 0;
        top: 0;
        margin-left: 50%;
        margin-bottom: 20px;
    }
    body.locked {
        overflow: hidden;
    }
}

.top-cta-banner {
    background: hsl(var(--wizzy-navy, 242 100% 15%));
    color: #fff;
    margin-bottom: 10px;
}

.top-cta-banner__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 0;
}

.top-cta-banner__text {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.top-cta-banner__link {
    color: #fff;
    font-weight: 700;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.top-cta-banner__link:hover,
.top-cta-banner__link:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .top-cta-banner__inner {
        flex-direction: column;
        padding: 12px 16px;
        text-align: center;
    }
    .top-cta-banner__text {
        font-size: 12px;
    }
    .top-cta-banner__inner {
        gap: 5px;
    }
}
