:root {
    --primary-bg: #B8FB3C;
    --page-fade: #F7FFE9;
    --page-light: #FAFAFA;
    --page-dark: #070A0D;
    --tick-icon: url(../images/health-images/check-icon.webp);
    --tick-icon-2: url(../images/health-images/check-icon-2.webp);
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.padding-left {
    --page-width: 1600px;
    padding-left: calc(50% - (var(--page-width) / 2) + 12px);
}

.button_theme-secondary {
    justify-content: center !important;
}

.button {
    transition: all 0.3s;
}

.button-secondary {
    display: flex !important;
    align-items: center;
    gap: 20px;
    width: fit-content !important;
}

.button-secondary {
  color: #FFF;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.button-secondary.button-icon::after {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.page-fade {
    background-color: var(--page-fade);
}

.primary-bg {
    background-color: var(--primary-bg);
}

.page-light {
    background-color: var(--page-light);
}

.page-dark {
    background-color: var(--page-dark);
}

.highlight-text {
    color: var(--primary-bg) !important;
}

.z-1 {
    position: relative;
   z-index: 1;
}

.img-blk {
    border-radius: 20px;
}

/* Banner */

.page-hero {
    padding-block: 20px 90px !important;
}

.tick-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 15px;
}

.tick-list li {
    font-size: 20px;
    padding: 0 0 0 34px;
    position: relative;
    color: var(--page-dark);
}

.tick-list li::before {
    content: '';
    background-image: var(--tick-icon);
    display: inline-block;
    position: absolute;
    inset: 2px auto 0 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Counter */

.counter--wrapper {
    display: grid;
    gap: 20px;
    padding: 40px 40px;
    border-radius: 10px;
    grid-template-columns: repeat(3, 1fr);
    background-color: var(--primary-bg);
}

.counter--block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 20px;
}

.counter-text.percent::after {
    content: '%';
}

.counter-text.plus::after {
    content: '+';
}

/* Video Block */

.video--block {
    position: relative;
}

.video--block > img {
    width: 100%;
}

.video--block video {
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
}

#videoToggle {
    position: absolute;
    inset: auto 0 20px 0 !important;
    margin: auto;
    width: 100px;
    height: 40px;
    min-width: 100px;
    border-radius: 10px;
    border: none;
    background: var(--primary-bg);
    display: flex;
    padding: 0 !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--text-theme) !important;
    font-weight: 600 !important;
    box-shadow: 0 0 0 20px rgba(74, 222, 128, 0);
}

/* Cerification Block */ 

.certi-intro {
    border-radius: 40px;
}

.certi--wrapper {
    gap: 20px;
    display: grid;
    border-radius: 20px;
    justify-items: center;
    background-color: var(--page-dark);
    grid-template-columns: repeat(5, 1fr);
}

.certi--block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 20px;
}

.certi--wrapper > *:not(:last-child) {
    border-right: 1px dashed #fff;
    padding-right: 20px;
}

.certi--wrapper.dark--wrapper {
    background-color: var(--primary-bg);
}

.certi--wrapper.dark--wrapper > *:not(:last-child) {
    border-right: 1px dashed #ddd;
}

/* Insight Block */

.insight--block {
    background-color: var(--page-dark);
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

/* Steps Wrapper */

.swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.step-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.steps--block {
    padding: 30px 30px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    position: relative;
}

.step--count {
    color: #E1FBB0;
    font-size: clamp(40px, 11vw, 300px);
    font-weight: 700;
    line-height: 1.1;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: -1;
    opacity: 0.9;
}

/* Business Block */

.business--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: transparent;
    border: 1px solid #DEDEDE;
}

.business--block:hover {
    transform: translateY(-5px);
    border-color: var(--primary-bg);
}

/* Packages Block */

.packages--block {
    background-color: #222;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.package-details .package-title {
    border-bottom: 1px solid #F2F2F2;
    padding: 0 0 30px;
}

.packages--block .tick-list {
    padding: 0;
}

.packages--block .tick-list li::before {
    background-image: var(--tick-icon-2);
}

.packages--block .tick-list li {
    color: var(--white-color);
}

.packages--block.premium--package::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 50px;
    border-radius: 30px 30px 0 0;
    background: #404040;
    backdrop-filter: blur(9px);
}

/* Review Slider */

.review--slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.review--block {
    background-color: #F7FFE9;
    padding: 30px 30px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* CTA Block */

.cta--wrap {
    padding: 60px 60px 0 60px;
    border-radius: 20px;
    background-color: var(--primary-bg);
}

.cta--blk {
    background: url(../images/health-images/cta-intro.webp), var(--primary-bg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 90px;
}

/* Faq */

.accordion__heading {
    font-weight: 500 !important;
}

@media only screen  and (max-width: 1599px) {

    h2, .h2 {
        font-size: clamp(32px, -17.76px + 4.9538vw, 68px);
    }
}

@media only screen  and (max-width: 1200px) {

}

@media only screen  and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .certi--wrapper > *:not(:last-child),
    .certi--wrapper.dark--wrapper > *:not(:last-child) {
        border: none !important;
    }
}

@media only screen  and (max-width: 767px) {

    .certi--wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

}