#page-home .aha-modern-hero {
    align-items: center;
    background-position: center 38%;
    min-height: 760px;
    padding: 230px 0 92px;
    isolation: isolate;
}

#page-home {
    overflow-x: hidden;
}

#page-home .aha-modern-hero::before,
#page-home .aha-modern-hero::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

#page-home .aha-modern-hero::before {
    background:
        linear-gradient(90deg, rgba(0, 25, 76, 0.94) 0%, rgba(0, 25, 76, 0.78) 42%, rgba(0, 25, 76, 0.34) 72%, rgba(0, 25, 76, 0.12) 100%),
        linear-gradient(180deg, rgba(0, 25, 76, 0.35) 0%, rgba(0, 25, 76, 0.04) 45%, rgba(248, 250, 255, 0.92) 100%);
}

#page-home .aha-modern-hero::after {
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, #f8faff 94%);
    inset: auto 0 0;
    height: 150px;
}

#page-home .aha-modern-hero > .container {
    position: relative;
    z-index: 1;
}

#page-home .aha-modern-hero .row {
    min-height: 500px;
}

#page-home .aha-modern-hero .banner-content-two {
    max-width: 720px;
    padding: 24px 0;
    width: 100%;
}

#page-home .aha-modern-hero .banner-content-two .sub-title {
    background: rgba(244, 185, 64, 0.18);
    border: 1px solid rgba(244, 185, 64, 0.34);
    border-radius: 8px;
    color: #ffd978;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 18px;
    padding: 8px 12px;
}

#page-home .aha-modern-hero .banner-content-two .title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.04;
    margin-bottom: 22px;
    max-width: 760px;
}

#page-home .aha-modern-hero .banner-content-two p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 34px;
    max-width: 680px;
}

#page-home .aha-modern-hero .banner-content-two .banner-btn {
    gap: 14px;
    margin-bottom: 0;
}

#page-home .aha-modern-hero .banner-content-two .btn,
#page-home .aha-modern-hero__secondary {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 56px;
    padding: 18px 20px;
    text-transform: uppercase;
}

#page-home .aha-modern-hero .banner-content-two .btn {
    background: #2190f4;
    color: #fff;
    overflow: hidden;
}

#page-home .aha-modern-hero .banner-content-two .btn::before {
    background: #f4b940;
    border-radius: 8px;
    height: 100%;
    width: 56px;
}

#page-home .aha-modern-hero .banner-content-two .btn::after {
    margin-inline-start: 18px;
}

#page-home .aha-modern-hero .banner-content-two .btn:hover {
    color: #00194c;
}

#page-home .aha-modern-hero__secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
}

#page-home .aha-modern-hero__secondary:hover {
    background: #fff;
    border-color: #fff;
    color: #00194c;
}

#page-home .aha-modern-hero__proof {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    max-width: 690px;
}

#page-home .aha-modern-hero__proof-item {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    min-height: 104px;
    padding: 15px 16px;
}

#page-home .aha-modern-hero__proof-item strong {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 6px;
}

#page-home .aha-modern-hero__proof-item span {
    color: rgba(255, 255, 255, 0.76);
    display: block;
    font-size: 13px;
    line-height: 1.45;
}

#page-home .aha-modern-hero .banner-shape-wrap {
    display: none;
}

#page-home header.transparent-header:not(.sticky-menu) .menu-area {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.94);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 42px rgba(0, 25, 76, 0.14);
}

#page-home .extra-info:not(.active) {
    visibility: hidden;
}

#page-home .extra-info.active {
    visibility: visible;
}

#page-home:not(.mobile-menu-visible) .mobile-menu {
    visibility: hidden;
}

#page-home.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

@media (max-width: 1199.98px) {
    #page-home .aha-modern-hero {
        min-height: 720px;
        padding: 215px 0 82px;
    }

    #page-home .aha-modern-hero .banner-content-two .title {
        font-size: 54px;
    }
}

@media (max-width: 991.98px) {
    #page-home .aha-modern-hero {
        background-position: 58% center;
        min-height: auto;
        padding: 165px 0 76px;
    }

    #page-home .aha-modern-hero::before {
        background:
            linear-gradient(90deg, rgba(0, 25, 76, 0.96) 0%, rgba(0, 25, 76, 0.84) 62%, rgba(0, 25, 76, 0.52) 100%),
            linear-gradient(180deg, rgba(0, 25, 76, 0.25) 0%, rgba(248, 250, 255, 0.9) 100%);
    }

    #page-home .aha-modern-hero .row {
        min-height: 0;
    }

    #page-home .aha-modern-hero .banner-content-two {
        margin-bottom: 0;
        text-align: start;
    }

    #page-home .aha-modern-hero .banner-content-two .title {
        font-size: 44px;
    }

    #page-home .aha-modern-hero .banner-content-two .banner-btn {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    #page-home .aha-modern-hero {
        padding: 140px 0 68px;
    }

    #page-home .aha-modern-hero .banner-content-two .title {
        font-size: 36px;
        line-height: 1.1;
    }

    #page-home .aha-modern-hero .banner-content-two p {
        font-size: 16px;
        line-height: 1.65;
    }

    #page-home .aha-modern-hero__proof {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    #page-home .aha-modern-hero {
        padding: 128px 0 60px;
    }

    #page-home .aha-modern-hero .banner-content-two .title {
        font-size: 34px;
    }

    #page-home .aha-modern-hero .banner-content-two .btn,
    #page-home .aha-modern-hero__secondary {
        min-width: 100%;
    }

    #page-home .aha-modern-hero__proof {
        margin-top: 24px;
    }

    #page-home .aha-modern-hero__proof-item {
        min-height: 0;
        padding: 12px 14px;
    }

    #page-home .aha-modern-hero__proof-item strong {
        font-size: 15px;
        margin-bottom: 0;
    }

    #page-home .aha-modern-hero__proof-item span {
        display: none;
    }
}

#page-home .aha-modern-hero--slider {
    background: none !important;
    display: block;
    min-height: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#page-home .aha-modern-hero--slider::before,
#page-home .aha-modern-hero--slider::after {
    content: none;
}

#page-home .aha-modern-hero__slides {
    isolation: isolate;
    min-height: 760px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#page-home .aha-modern-hero__slide {
    align-items: center;
    background-position: center 38%;
    background-size: cover;
    display: flex;
    inset: 0;
    min-height: 760px;
    opacity: 0;
    padding: 230px 0 112px;
    pointer-events: none;
    position: absolute;
    transition: opacity 700ms ease, visibility 700ms ease;
    visibility: hidden;
    width: 100%;
}

#page-home .aha-modern-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    visibility: visible;
    z-index: 1;
}

#page-home .aha-modern-hero__slide::before,
#page-home .aha-modern-hero__slide::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

#page-home .aha-modern-hero__slide::before {
    background:
        linear-gradient(90deg, rgba(0, 25, 76, 0.94) 0%, rgba(0, 25, 76, 0.78) 42%, rgba(0, 25, 76, 0.34) 72%, rgba(0, 25, 76, 0.12) 100%),
        linear-gradient(180deg, rgba(0, 25, 76, 0.35) 0%, rgba(0, 25, 76, 0.04) 45%, rgba(248, 250, 255, 0.92) 100%);
}

#page-home .aha-modern-hero__slide::after {
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, #f8faff 94%);
    inset: auto 0 0;
    height: 150px;
}

#page-home .aha-modern-hero__slide > .container {
    position: relative;
    z-index: 1;
}

#page-home .aha-modern-hero__controls {
    align-items: center;
    bottom: 34px;
    display: flex;
    gap: 12px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

#page-home .aha-modern-hero__arrow {
    align-items: center;
    background: rgba(0, 25, 76, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    line-height: 1;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
    width: 42px;
}

#page-home .aha-modern-hero__arrow:hover {
    background: #fff;
    border-color: #fff;
    color: #00194c;
}

#page-home .aha-modern-hero__dots {
    align-items: center;
    display: flex;
    gap: 8px;
}

#page-home .aha-modern-hero__dots button {
    background: rgba(255, 255, 255, 0.46);
    border: 0;
    border-radius: 999px;
    height: 10px;
    padding: 0;
    transition: background-color 180ms ease, width 180ms ease;
    width: 10px;
}

#page-home .aha-modern-hero__dots button.is-active {
    background: #f4b940;
    width: 28px;
}

@media (max-width: 1199.98px) {
    #page-home .aha-modern-hero__slides,
    #page-home .aha-modern-hero__slide {
        min-height: 720px;
    }

    #page-home .aha-modern-hero__slide {
        padding: 215px 0 102px;
    }
}

@media (max-width: 991.98px) {
    #page-home .aha-modern-hero__slides,
    #page-home .aha-modern-hero__slide {
        min-height: 0;
    }

    #page-home .aha-modern-hero__slide {
        background-position: 58% center;
        padding: 165px 0 96px;
    }

    #page-home .aha-modern-hero__slide::before {
        background:
            linear-gradient(90deg, rgba(0, 25, 76, 0.96) 0%, rgba(0, 25, 76, 0.84) 62%, rgba(0, 25, 76, 0.52) 100%),
            linear-gradient(180deg, rgba(0, 25, 76, 0.25) 0%, rgba(248, 250, 255, 0.9) 100%);
    }
}

@media (max-width: 767.98px) {
    #page-home .aha-modern-hero__slide {
        padding: 140px 0 88px;
    }

    #page-home .aha-modern-hero__controls {
        bottom: 22px;
    }
}

@media (max-width: 575.98px) {
    #page-home .aha-modern-hero__slide {
        padding: 128px 0 82px;
    }

    #page-home .aha-modern-hero__controls {
        bottom: 46px;
    }

    #page-home .aha-modern-hero__arrow {
        height: 38px;
        width: 38px;
    }
}
