

.hero-section-inner {
    background-size: cover;
    background-position: center center;
    padding: 270px 0 80px;
    position: relative;
}

.hero-section-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(197.73deg, rgba(26, 37, 58, 0.69),rgba(26, 37, 58, 1) 100%);
}

.hero-inner-container {
    position: relative;
}

h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: 92px;
    letter-spacing: -4px;
    text-align: left;
    margin-bottom: 20px;
}

.hero-inner-info {
    position: relative;
}

.hero-inner-info:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    top: -20px;
    left: -20px;
    background-image: url("/wp-content/uploads/2025/08/h1-rounded-corner.svg");
    background-position: center center;
}

.hero-inner-subtitle {
    color: var(--green);
    margin-bottom: 40px;
}

.video-poster {
    border-radius: 20px;
}

.button-3 {
    border: 2px solid rgba(217, 246, 251, 0.15);
    border-radius: 5px 5px 25px 5px;
    padding: 20px 92px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--light-blue);
    text-transform: uppercase;
}

.button-3:hover {
    border-color: var(--light-blue);
    background-color: var(--light-blue);
    color: var(--blue);
}

.hero-links-row {
    row-gap: 24px;
}

.hero-link-wrapper span {
    -webkit-mask: url('/wp-content/uploads/2025/08/shop-icon.svg');
    -webkit-mask-repeat: no-repeat;
    width: 22px;
    height: 24px;
    display: block;
    background-color: var(--green);
    transition: 0.3s all ease-in-out;
}


.hero-link-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.hero-link-1:hover span {
    background-color: var(--blue);
}

.hero-link-wrapper a {
    padding-inline: 20px;
}


.video-resource-section .video-section {
    padding-block: 170px;
    margin-bottom: 80px;
}

.video-resource-section {
    margin-top: -170px;
    position: relative;
    z-index: 3;
}

.hero-section-inner {
    padding-bottom: 250px;
}

.video-resource-section .video-section {
    border-radius: 20px;
}

.video-resource-section .video-section video {
    border-radius: 20px;
}

.video-resource-section .video-section:before {
    border-radius: 20px;
}

.faqs h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

.product-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 45px;
}

.product-type .types {
    display: flex;
    align-items: center;
}

.product-buttons a, .product-buttons a:first-of-type {
    width: 100%;
    display: block;
    text-align: center;
}

.buttons-wrapper {
    background-color: var(--light-blue);
    padding: 60px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.buttons-wrapper a {
    margin-top: auto;
}

.buttons-container .row {
    align-items: stretch;
    row-gap: 20px;
}

.buttons-inner p {
    font-weight: 600;
}

.buttons-section {
    margin-top: 90px;
}

body .banner-container h2 {
    width: auto;
}


.faq-item:hover h4 {
    text-decoration: underline;
    text-decoration-color: rgba(47, 71, 114, 0.51);
    text-decoration-thickness: 1px;
}

@media(max-width: 991px) {
    .video-resource-section .video-section {
        padding-block: 80px;
    }
}

@media(max-width: 768px) {
    .hero-inner-info:before {
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        background-color: var(--green);
        background-image: unset;
    }

    .hero-inner-info {
        text-align: center;
    }
}

@media(min-width: 1920px) {
    .hero-section-inner {
        padding-top: 420px;
    }
}

@media(max-width: 575px) {
    .hero-links-row {
        row-gap: 20px;
    }

    .hero-link-wrapper a {
        padding-inline: 10px;
        text-align: center;
    }

    .video-resource-section .video-section {
        padding-block: 60px;
    }

    .video-resource-section {
        margin-top: -75px;
    }

    .hero-section-inner {
        padding-bottom: 120px;
    }

    .video-resource-section .video-section {
        margin-bottom: 40px;
    }

    .buttons-section {
        margin-top: 40px;
    }

    .faqs h2 {
        margin-bottom: 20px;
    }

    .buttons-wrapper {
        padding: 20px;
    }

    .faq-content p {
        line-height: 26px;
        padding-top: 20px;
    }

    .faq-item-heading h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
    }
}