#top nav>ul>li[class*="button_solid_color"]>a:before,
#header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a:before,
#header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
    height: 43px;
}

.cta {
    margin-bottom: 80px;
}

.cta h2 {
    color: black !important;
    font-family: gotham-bold !important;
}

.cta-outer {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #F7F5F1;
}

.cta__img {
    border-radius: 24px;
    overflow: hidden;

}

.cta__video {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px auto 32px;
    border: 2px solid #7B9E87;
    border-radius: 100%;
    overflow: hidden;
}

.cta__img img {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0 !important;
}

.cta .btn-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.reviews {
    padding-top: 80px;
    padding-bottom: 80px;
}

.reviews h3 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    max-width: 200px;
    margin-bottom: 32px;
    color: #6EAFD0 !important;
    font-family: gotham-bold !important;
}

.reviews-list {
    display: grid;
    grid-row-gap: 24px;
}

.reviews-list .item {
    display: grid;
    grid-template-columns: 46px 1fr;
    padding: 20px;
    grid-gap: 14px 16px;
    border-radius: 20px;
    background-color: #F7F5F1;
    font-size: 16px;
    align-items: center;
}

.reviews-list .review-text {
    grid-column: span 2;
}

.reviews-list .img {
    border-radius: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20), 20px 14px 40px 0 rgba(0, 0, 0, 0.08);

}

.img img {
    margin-bottom: 0 !important;
}

.reviewer {
    color: rgb(34 31 31 / 40%);
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

.ai-benefits {
    padding-top: 80px;
}

.ai-benefits .h4 {
    margin-bottom: 10px;
    color: #6EAFD0 !important;
}

.ai-benefits h2 {
    margin-bottom: 32px;
    color: black !important;
    font-family: gotham-bold !important;
}

.ai-benefits h2 span {
    color: #6EAFD0 !important;
    font-family: gotham-bold !important;
}

.ai-benefits__list-item {
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    row-gap: 16px;
    border-radius: 16px;
    background-color: #F7F5F1;
    font-family: "Gotham-bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: capitalize;
}

.ai-benefits__list-item .icon {
    height: 94px;
}

.ai-benefits__list-item .icon img {
    height: 100%;
    width: auto;
}

.ai-benefits .swiper-pagination {
    position: static;
    margin-top: 24px;
}

.ai-benefits .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    margin-left: 4px;
    background-color: #F7F5F1;
    opacity: 1;
    transition-duration: .25s;
}

.ai-benefits .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #221F1F;
}

@media (min-width: 768px) {
    .health-goals__tabs-nav button:not(.active):hover {
        background-color: #ebe8e2;
    }
}

@media (min-width: 1024px) {
    .health-goals {
        padding-top: 180px;
    }

    .health-goals__text {
        max-width: 687px;
    }

    .health-goals__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px;
    }

    .health-goals__tabs-nav {
        padding: 4px;
        border-radius: 12px;
        border: 1px solid #F7F5F1;
    }

    .health-goals__tabs-text {
        display: flex;
        flex-direction: column;
    }

    .health-goals .tab-content.active {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .health-goals__tab-text-item {
        padding: 30px;
        flex-grow: 1;
        min-height: auto;
    }

    .health-goals__tab-text-item h3 {
        margin-bottom: 12px;
        font-size: 28px;
    }

    .health-goals__tabs-img {
        display: block;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
    }

    .health-goals__tabs-img img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .health-goals__tabs-img .description {
        position: absolute;
        left: 50%;
        bottom: 12px;
        width: 330px;
        transform: translateX(-50%);
        padding: 14px 48px;
        border-radius: 16px;
        border: 1px solid #FFF;
        background: radial-gradient(37.42% 68.86% at 10.03% 4.88%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 251, 251, 0.70);
        box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(255, 255, 255, 0.35) inset, -1px 1px 1px 0 rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(24px);
        font-family: "Gotham", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
    }
}

.health-goals {
    padding-top: 80px;
}

.health-goals h2 {
    font-family: Gotham-bold !important;
    color: rgb(34 31 31) !important;
}

.health-goals__text {
    margin-bottom: 36px;
}

.health-goals__tabs-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4px;
    margin-bottom: 28px;
}

.health-goals__tabs-nav button {
    padding: 12px;
    border-width: 0;
    border-radius: 8px !important;
    background-color: #F7F5F1;
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.36px;
    color: rgb(34 31 31);
    transition-duration: .25s;
}

.health-goals__tabs-nav button.active {
    background-color: #7B9E87;
    color: #fff;
}

.tab-content:not(.active) {
    display: none;
}

.health-goals__tab-text-item {
    padding: 20px;
    min-height: 165px;
    border-radius: 16px;
    background-color: #F7F5F1;
}

.health-goals__tab-text-item:not(:last-of-type) {
    margin-bottom: 12px;
}

.health-goals__tab-text-item h3 {
    color: black !important;
    font-family: Gotham-bold !important;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}

.focus-plans {
    padding-top: 332px;
    padding-bottom: 40px;
    background-image: url("https://valhallavitality.com/wp-content/uploads/2025/04/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.focus-plans__title-wrapper {
    position: relative;
    max-width: 200px;
}

.focus-plans h2 {
    margin-bottom: 24px;
}

.focus-plans h2 {
    font-family: Gotham-bold !important;
    color: rgb(34 31 31) !important;
}

.focus-plans .badge {
    position: absolute;
    left: calc(100% - 40px);
    top: -24px;
    transform: rotate(10deg);
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgb(110 175 208 / 40%);
    background-color: #fff;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(255, 255, 255, 0.35) inset, -1px 1px 1px 0 rgba(255, 255, 255, 0.35) inset;
    color: #6EAFD0;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    text-transform: capitalize;
}

.ai-assistant {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ai-assistant__inner {
    display: grid;
    grid-row-gap: 32px;
}

.ai-assistant__img {
    position: relative;
    height: 284px !important;
    z-index: 1;
    overflow: hidden;
}

.ai-assistant__img img {
    position: absolute;
    left: 50% !important;
    bottom: 0 !important;
    height: 100% !important;
    width: auto !important;
    transform: translate(-50%, 100%) !important;
    margin-bottom: 0 !important;
}

.ai-assistant__img img.aos-animate {
    transform: translate(-50%, 0) !important;
}

.ai-assistant__img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px !important;
    width: 100% !important;
    border-radius: 14px !important;
    background-color: #7B9E87;
    z-index: -1;
}

.ai-assistant h2 {
    margin-bottom: 42px;
    color: rgb(34 31 31) !important;
    font-family: Gotham-bold !important;
}

.ai-assistant .h3 {
    margin-bottom: 18px;
    color: #6EAFD0 !important;
}

.ai-assistant ul {
    margin-top: 14px;
    margin-bottom: 32px;
    padding-left: 24px;
    color: #7B9E87 !important;
    font-family: 'Gotham-bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

.ai-assistant ul li:not(:last-of-type) {
    margin-bottom: 14px;
}

.ai-assistant .btn-wrapper {
    display: flex;
    flex-direction: column;
}

.how-it-works {
    padding-top: 24px;
    padding-bottom: 42px;
    background-color: #F7F5F1 !important;
    overflow: hidden;
}

.how-it-works__inner {
    display: grid;
    grid-row-gap: 22px;
}

.how-it-works .h3 {
    margin-bottom: 42px;
    color: #7B9E87 !important;
    font-family: Gotham-bold !important;
}

.how-it-works__list {
    margin-bottom: 42px;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.how-it-works h2 {
    color: rgb(34 31 31) !important;
    font-family: Gotham-bold !important;
}

.how-it-works__list li {
    position: relative;
    padding-left: 70px;
    color: #000 !important;
    font-size: 16px;
    list-style: none;
}

.how-it-works__list li h3 {
    color: #000 !important;
    font-family: Gotham-bold !important;
    font-size: 20px !important;
}

.how-it-works__list li:not(:last-of-type) {
    margin-bottom: 32px;
}

.how-it-works__list li h3 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.3;
    counter-increment: my-awesome-counter;
    transition-duration: .25s;
}

.how-it-works__list li h3::before {
    content: counter(my-awesome-counter) "";
    position: absolute;
    top: -6px;
    left: 0;
    color: #000;
    font-family: 'Gotham-bold', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: normal;
    transition-duration: .25s;
}

.how-it-works__list li.active h3,
.how-it-works__list li.active h3::before {
    color: #6EAFD0 !important;
}

.how-it-works .btn-wrapper {
    display: flex;
    flex-direction: column;
}

.how-it-works__img {
    animation: rotation 4s linear infinite;
}

.health-way {
    padding-top: 80px;
    padding-bottom: 80px;
}

.health-way__text {
    margin-bottom: 22px;
}

.health-way__list-item {
    display: flex !important;
    flex-direction: column;
    row-gap: 8px;
}

.health-way__list-item p {
    justify-content: center;
    padding: 30px;
    border-radius: 16px;
    background-color: #F7F5F1;
    color: #7B9E87;
    font-family: 'Gotham-bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: capitalize;
}

.health-way__list-item img {
    height: 312px !important;
    width: auto;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 0 !important;
}

.health-way .swiper-pagination {
    position: static;
    margin-top: 24px;
}

.health-way .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    margin-left: 4px;
    background-color: #F7F5F1;
    opacity: 1;
    transition-duration: .25s;
}

.health-way h2 {
    font-size: 32px !important;
}

.health-way .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #221F1F;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,500;1,62.5..100,500&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/salient/fonts/Gotham-Book.eot');
    /* IE9 Compat Modes */
    src: url('/wp-content/themes/salient/fonts/Gotham-Book.eot') format('embedded-opentype'),
        url('/wp-content/themes/salient/fonts/Gotham-Book.woff2') format('woff2'),
        url('/wp-content/themes/salient/fonts/Gotham-Book.woff') format('woff'),
        url('/wp-content/themes/salient/fonts/Gotham-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-bold';
    src: url('/wp-content/themes/salient/fonts/Gotham-Bold.eot');
    /* IE9 Compat Modes */
    src: url('/wp-content/themes/salient/fonts/Gotham-Bold.eot') format('embedded-opentype'),
        url('/wp-content/themes/salient/fonts/Gotham-Bold.woff2') format('woff2'),
        url('/wp-content/themes/salient/fonts/Gotham-Bold.woff') format('woff'),
        url('/wp-content/themes/salient/fonts/Gotham-Bold.ttf') format('truetype');
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Gotham-bold', sans-serif !important;
    line-height: normal;
    color: #F7F5F1 !important;
}

h2,
h3,
.h2,
.h3,
.h4 {
    font-family: 'Gotham', sans-serif !important;
    line-height: normal;
    color: #F7F5F1 !important;
}

h1,
h2,
h3,
ul,
ol,
p {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 32px !important;
    line-height: normal !important;
}

img,
video {
    display: block;
    width: 100%;
}


button {
    cursor: pointer;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.btn {
    display: inline-flex;
    padding: 18px 32px;
    justify-content: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.36px;
    border-radius: 30px;
    transition-duration: .25s;
}

.btn-primary {
    background-color: rgb(45 45 45);
    color: #fff;
}

.btn-primary:hover {
    background-color: rgb(249 163 81);
    color: rgb(1 1 1);
}

.btn-secondary {
    background-color: rgb(249 163 81);
    box-shadow: 2px 2px 8px rgb(0 0 0 / 15%) inset;
    color: rgb(1 1 1);
}

.btn-secondary:hover {
    background-color: rgb(45 45 45);
    color: rgb(255 255 255);
}

h1 {
    margin-bottom: 10px;
    font-size: 52px !important;
    text-transform: capitalize;
}

h2,
.h2 {
    margin-bottom: 4px;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;

}

h3,
.h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    h1 {
        margin-bottom: 18px !important;

    }

    h2,
    .h2 {
        margin-bottom: 20px;
        font-size: 52px;
    }

    .btn-primary {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (min-width: 1024px) {
    .swiper-pagination {
        display: none;
    }
}

.hero {
    padding-top: 72px;
    padding-bottom: 72px;
    background-image: url("https://valhallavitality.com/wp-content/uploads/2025/04/hero-bg.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #F7F5F1 !important;
}

.hero .h2 {
    margin-bottom: 4px;
}

.hero__buttons-wrapper {
    display: flex;
    margin-top: 64.53vw;
    flex-direction: column;
    gap: 12px;
}

.hero__img {
    display: none;
}

@media (min-width: 768px) {
    .hero {
        background-image: url("https://valhallavitality.com/wp-content/uploads/2025/04/hero-bg-desktop-scaled.webp");
        background-position: right;
    }

    .hero__buttons-wrapper {
        margin-top: 100px;
    }

    .hero__buttons-wrapper {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .hero {
        height: 736px;
        display: flex;
        align-items: center;
    }

    h2 {
        font-size: 52px !important;
    }

    .hero__buttons-wrapper {
        margin-top: 64px;
    }

    .hero h1 {
        font-size: 68px !important;
        text-transform: uppercase !important;
        color: #F7F5F1 !important;
    }
}

@media (min-width: 1280px) {
    .hero {
        padding-top: 150px;
    }

    .hero__img {
        display: block;
    }

    .hero__inner {
        display: grid;
        grid-template-columns: 418px 1fr;
        grid-column-gap: 96px;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .health-way__list-item:nth-child(even) {
        flex-direction: column-reverse;
    }
}

@media (min-width: 1024px) {
    .health-way {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .health-way h2 {
        max-width: 700px;
        font-size: 52px !important;
    }

    .health-way__text {
        max-width: 880px;
        margin-bottom: 64px;
    }

    .health-way__list .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
    }

    .health-way__list-item p {
        display: flex;
        align-items: center;

        flex-grow: 1;
        font-size: 18px;
    }

    .health-way__list-item img {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .health-way__list-item p {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .how-it-works__img {
        max-width: 574px;
        margin-right: auto;
        margin-left: auto;
    }

    .how-it-works .btn-wrapper {
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .how-it-works {
        padding-top: 54px;
    }

    .how-it-works__inner {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px;
    }

    .how-it-works__img {
        max-width: 100%;
    }

    .how-it-works .btn-wrapper {
        align-items: flex-start;
    }

    .how-it-works__list {
        max-width: 550px;
    }
}

@media (min-width: 1280px) {
    .how-it-works__inner {
        grid-template-columns: 530px 1fr;
        grid-column-gap: 120px;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    40% {
        transform: rotate(-12deg);
    }

    90% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}

@media (min-width: 768px) {
    .ai-assistant__img {
        width: 618px !important;
        height: 560px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .ai-assistant__img::after {
        height: 370px !important;
    }

    .ai-assistant .btn-wrapper {
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .ai-assistant {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .ai-assistant__inner {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px;
    }

    .ai-assistant__img {
        width: 100% !important;
        height: auto !important;
        order: 1;
    }

    .ai-assistant__img::after {
        height: 330px !important;
    }

    .ai-assistant .btn-wrapper {
        align-items: flex-start;
    }
}

@media (min-width: 768px) {
    .focus-plans {
        padding-top: 40px;
        background-image: url("https://valhallavitality.com/wp-content/uploads/2025/04/bg-desktop-scaled.webp");
        background-position: left -36px center;
    }

    .focus-plans__title-wrapper {
        max-width: 316px;
    }

    .focus-plans__inner {
        position: relative;
        left: calc(50% - 32px);
        max-width: 55%;
    }
}

@media (min-width: 1024px) {
    .focus-plans {
        height: 438px;
        display: flex;
        align-items: center;
    }

    .focus-plans__title-wrapper {
        max-width: 100%;
        margin-top: 60px;
    }

    .focus-plans .badge {
        left: -60px;
        transform: rotate(-10deg);
        top: -60px;
        font-size: 24px;
    }
}

@media (min-width: 1280px) {
    .focus-plans {
        height: 558px;
        background-position: left center;
    }

    .focus-plans__inner {
        max-width: 570px;
    }

    .focus-plans .badge {
        left: -70px;
    }

}

@media (min-width: 1280px) {
    .health-goals__tabs {
        grid-template-columns: 1fr 526px;
        grid-column-gap: 64px;
    }
}

@media (min-width: 768px) {
    .ai-benefits h2 {
        max-width: 475px;
    }
}

@media (min-width: 1024px) {
    .ai-benefits {
        padding-top: 180px;
    }

    .ai-benefits h2 {
        margin-bottom: 58px;
    }

    .ai-benefits__list .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}

@media (min-width: 768px) {
    .reviews h3 {
        max-width: none;
    }

    .reviews-list {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 8px;
    }

    .reviewer {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .reviews {
        padding-top: 126px;
        padding-bottom: 138px;
    }
}

@media (min-width: 768px) {
    .cta__img {
        max-width: 526px;
        margin-right: auto;
        margin-left: auto;
    }

    .cta .btn-wrapper {
        align-items: center;
    }

    .cta h2 {
        max-width: 690px;
    }
}

@media (min-width: 1024px) {
    .cta-outer {
        padding-top: 40px;
    }

    .cta__video {
        margin: 0 0 22px;
    }

    .cta__img {
        margin-top: -88px;
        margin-bottom: -88px;
        order: 1;
    }

    .cta-inner {
        display: grid;
        grid-template-columns: 1fr 420px;
        align-items: center;
    }

    .cta .btn-wrapper {
        align-items: flex-start;
    }
}

@media (min-width: 1280px) {
    .cta {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .cta-inner {
        grid-template-columns: 1fr 526px;
    }

    .cta__img {
        margin-top: -128px;
        margin-bottom: -128px;
    }
}