﻿/* Global */
* {
    font-family: "Poppins", sans-serif;
}

:root {
    --purple: var(--primary-color);
    --bg: #EEEAF4;
    --text: var(--text-heading);
    --gray: var(--text-muted);
    --radius: 18px;
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0px 15px;
    max-width: 1204px;
    position: relative;
    z-index: 2;
}

.container-mini {
    margin: 0 auto;
    width: 100%;
    /* padding: 0px 15px; */
    max-width: 1040px;
    position: relative;
    z-index: 2;
}

.logoImg {
    width: 165px;
}

.footerLogoImg {
    width: 130px;
}

.container-footer {
    margin: 0 auto;
    width: 100%;
    padding: 0px 15px;
    max-width: calc(1200px + 30px);
    position: relative;
    z-index: 2;
}

.header {
    background: var(--bg-header);
}

.header .war {
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header .war p {
    position: absolute;
    margin: 0;
    color: var(--color-warning);
    font-size: 16px;
    font-weight: bold;
    transition: opacity 0.6s ease;
}

.header .war p#war-text-2 {
    opacity: 0;
    pointer-events: none;
}

.header .war p span {
    color: var(--text-dark);
}

.header .header2 {
    background: var(--primary-color-light);
}

.header .header2 .header2-cont {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.header .header2 .header2-cont .logo {
    display: flex;
    align-items: center;
    justify-content: center;

}

.header .header2 .header2-cont .right-side {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .header2 .header2-cont .call {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}



.header .header2 .header2-cont .call:before {
    content: "";
    background-image: url(../img/call.svg);
    width: 24px;
    height: 24px;
}

.header .header2 .header2-cont .btn {
    border-radius: 64px;
    background: var(--text-dark);
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 48px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transform-style: preserve-3d;
}

.header .header2 .header2-cont .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

/* ===============================
   HERO QUIZ SECTION
================================ */
.section1-inner {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 48px;
    align-items: center;
}



.section1-cont h6 b {
    font-weight: 700;
    color: var(--text);
}


/* ── 4 FEATURE ICONS ── */
.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 32px;
}

.feature-itm {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.feature-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 30px;
    height: 30px;
    stroke: var(--purple);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-itm p {
    font-size: 16px;
    color: var(--color-black);
    line-height: 1.45;

    font-weight: 500;
}

/* ── CTA BUTTON ── */
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--purple);
    color: var(--color-white);
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    padding: 12px 24px;
    width: 349px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 32px;
    text-decoration: none;

    border: none;
    cursor: pointer;
    margin-bottom: 14px;
}

.btn-cta:hover {
    background: var(--primary-color);
}

*/

/* ── TRUST LINE ── */
.trust-line {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none !important;
    font-size: 12px !important;
    color: var(--gray) !important;
    flex-wrap: wrap !important;
}



.trust-sep {
    color: var(--color-separator) !important;
    font-size: 10px !important;
}






/* .section-hero-quiz {
    padding: 40px 0 80px 0px;
    background: var(--primary-color-light);
}

.container2Mobile {
    width: 100%;
    object-fit: cover;
    display: none;
}

.container2Web {
    width: 100%;
    object-fit: cover;
}

.hero-quiz-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT */

/* .hero-quiz-left {
    flex: 1;
} */

/* .hero-quiz-top {
    font-size: 16px;
    margin-bottom: 40px;
    color: var(--text-dark);
    font-weight: 500;
}

.hero-quiz-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
}

.hero-quiz-title span {
    color: var(--primary-color);
    font-weight: 700;
} */

/* FEATURES */

/* .hero-quiz-features {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
} */


/* 
.hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.hero-feature img {
    width: 36px;
    height: 36px;
}

.hero-feature p {
    font-size: 16px;
    font-weight: 500;

} */

/* BUTTON */

/* .hero-quiz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 362px;
    padding: 14px 28px;
    border-radius: 64px;
    background: #9158DB;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.hero-quiz-btn img {
    margin-right: 8px;
}

.hero-quiz-note {
    font-size: 12px;
    font-weight: 500;
} */

/* IMAGES GRID */

/* .hero-quiz-images {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 20px;
    max-width: 420px;
} */

/* .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 24px;
}

.collage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.img3 {
    grid-column: 1 / 2;
    grid-row: 2;
} */

/* .img4 {
    grid-column: 2 / 3;
    grid-row: 2;
} */
.section1 {
    background-color: var(--primary-color-light);
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: hidden;
}

.section1-cont {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.section1-cont2 .gallery {
    overflow: hidden;
    padding-top: 50px;
    display: grid;
    grid-template-columns: 184px 184px 286px 286px 184px;
    grid-template-rows: 274px 252px;
    gap: 19px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: end;
    margin-top: -230px;
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.section1-cont2 .gallery .itm {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    display: block;
}

.section1-cont2 .gallery .itm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1-cont2 .itm-1 {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 184px;
    height: 526px;
    position: relative;
    top: -70px;
    /* Minus value upar le jayegi */

}

.section1-cont2 .itm-2 {
    grid-column: 2;
    grid-row: 2;
    width: 184px;
    height: 280px;
}

.section1-cont2 .itm-3 {
    grid-column: 3;
    grid-row: 2;
    width: 286px;
    height: 280px;
}

.section1-cont2 .itm-4 {
    grid-column: 4;
    grid-row: 2;
    width: 286px;
    height: 280px;
}

.section1-cont2 .itm-5 {
    grid-column: 5;
    grid-row: 1;
    width: 184px;
    height: 274px;
    align-self: start;
    position: relative;
    top: -50px;
}

.section1-cont2 .itm-6 {
    grid-column: 5;
    grid-row: 2;
    width: 184px;
    height: 232px;
    position: relative;
    top: -70px;
}

.section1 h6 {
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section1 h1 {
    color: var(--text-dark);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

.section1 h1 span {
    color: var(--primary-color);
    font-weight: 700;
}

.section1 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 64px;
    background: var(--primary-color);
    padding: 12px 24px;
    color: var(--color-white);
    width: 360px;
    margin-bottom: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section1 .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

.section1 ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section1 ul li {
    margin-left: 10px;
    list-style: disc;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section1 ul li::before {
    content: '•';
}

.section1 .sec1-bg {
    width: 100%;
    margin-top: -210px;
}

.section1 .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.section1 .list .itm {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.section1 .list .itm p {
    color: var(--text-dark);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section2 {
    background: var(--bg-section);
    position: relative;
}

.section2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--border-color) 50%, var(--border-color) 60%, transparent);
}

.section2 .section2-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    height: 112px;
}

.section2 .section2-cont .itm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--border-color) 50%, var(--border-color) 60%, transparent);
}

.section3 {
    position: relative;
}


.section3-divider {
    width: 1px;
    height: 114px;
    background-color: var(--color-divider);
    flex-shrink: 0;
}

.legit-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.legit-text span {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

.legit-link {
    width: 102px;
    height: 104px;
}

.section3 .section3-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    gap: 40px
}

.section-video,
.section-quiz,
.section-confidence {
    background: var(--primary-color-light);
    padding: 80px 0;
    margin: 20px;
    border-radius: 32px;
}

/* top text */

.section-video-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.section-video-top .left {
    flex: 1;
}

.section-video-top .right {
    flex: 1;
    max-width: 420px;
}

.section-video-top h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.section-video-top h2 {
    font-size: 36px;
    font-weight: 700;
    max-width: 490px;
    color: var(--primary-color);
    line-height: 1.5;
}

.section-video-top p {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.5;
}

/* video card */

.video-card {
    background: var(--bg-light);
    border-radius: 32px;
    padding: 30px;
    margin: 0 auto;
}

/* progress line */

.video-progress {
    width: 100%;
    height: 4px;
    background: var(--border-light);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.video-progress-bar {
    width: 0%;
    height: 100%;
    background: var(--text-dark);
    transition: width .1s linear;
}

/* duration */

.video-time {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.video-frame video {

    width: 100%;
    height: 420px;
    display: block;
}

/* video */

.video-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(97.74% 97.74% at 50% 50%, var(--color-purple-deep) 0%, var(--color-dark-bg) 100%);
}

.video-frame img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* play button */

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: var(--color-white-90);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.video-play.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-play img {
    width: 28px;
}

/* footer */

.video-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 16px;
    font-size: 14px;
    color: var(--text-muted);
}

.video-note {
    display: flex;
    align-items: center;
}

.video-note>*:not(:last-child) {
    margin-right: 8px;
}

.video-note img {
    width: 16px;
}

/* ===================== SECTION 17 ===================== */

.section-products {
    padding: 80px 0px;
}

/* HEADER */


.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.products-header .left {
    flex: 1;
}

.products-header .right {
    flex: 1;
    max-width: 592px;
}

.products-header .left h2 {
    font-size: 31px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.5;
}

.products-header .right p {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.5;
}

.products-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.3;
}

/* SLIDER WRAPPER */

.products-slider-wrapper {
    overflow: hidden;
}

/* DESKTOP LAYOUT */

.products-slider {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* CARD */

.product-card {
    width: 490px;
    background: linear-gradient(180deg, var(--primary-color-light) 20%, var(--bg-white-soft) 70%);
    border-radius: 32px;
    padding: 40px;
    text-align: center;
}

.product-card>img {
    width: 256px;
    margin: 0 auto 20px auto;
    display: block;
}

.product-price {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.product-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* BUTTON */

.product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 381px;
    height: 48px;
    border-radius: 64px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-color-gradient));
    color: var(--color-white);
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}

/* CONTROLS */

.products-controls {
    display: none;
    margin: 30px auto 0 auto;
    background: var(--primary-color-light);
    width: 220px;
    height: 48px;
    border-radius: 64px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.products-arrow {
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
}

.products-pagination {
    font-size: 16px;
    font-weight: 500;
}

/* DESCRIPTION */
.product-desc {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 20px;
}

/* BLOCKS */
.product-block {
    margin-bottom: 20px;
    text-align: left;
}

.product-block h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.product-block p {
    line-height: 1.5;
    font-size: 15px;
}

/* LIST */
.product-block ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.product-block li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
    padding-left: 14px;
}

.product-block li::before {
    content: "-";
    position: absolute;
    left: 0;
}

/* DISCLAIMER */
.products-note {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    max-width: 700px;
    margin: 40px auto 0;
}

/* ================================
   QUIZ SECTION
================================ */

.section-quiz {
    padding: 80px 0;
    background: var(--primary-color-light);
}

.quiz-wrapper {
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT SIDE */

.quiz-left {
    max-width: 610px;
    padding: 0px 12px 0px 0px;
}

.quiz-label {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 12px;
    font-weight: 500;
}

.quiz-left h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
}

.quiz-left h2 span {
    color: var(--purple);
    font-weight: 700;
}



.quiz-text {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.5;
}

/* FEATURES */

.quiz-features {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    margin-bottom: 24px;
    margin-top: 40px;
    list-style: none;
    font-size: 11px;
}

.quiz-features li {
    position: relative;
}

/* .quiz-features li:not(:last-child)::after {
    content: "•";
    margin-left: 20px;
    color: var(--text-muted);
} */

/* BUTTON */

.quiz-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 64px;
    background: var(--primary-color);
    color: var(--color-white);
    font-weight: 500;
    text-decoration: none;

}

.quiz-btn img {
    margin-right: 8px;
}

.quiz-Mainbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 282px;
    height: 48px;
    border-radius: 64px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-color-gradient));
    color: var(--color-white);
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}

.quiz-Mainbtn img {
    margin-right: 8px;

}

.quiz-ctaMobile {
    display: none;
}

/* NOTE */

.quiz-note {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}



/* IMAGES */

.quiz-images {
    display: flex;
    align-items: flex-start;
}

.quiz-images>*:not(:last-child) {
    margin-right: 20px;
}


.mobile-only {
    display: none;
}

.quiz-img {
    width: 215px;
    height: 360px;
    border-radius: 28px;
    overflow: hidden;
}

.quiz-img:nth-child(1) {
    margin-top: 40px;
}

.quiz-img:nth-child(2) {
    margin-top: 0;
}

.quiz-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-results {
    padding: 80px 0;
}

.section-results-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    text-align: center;
    gap: 20px;
}

.section-results-header p {
    line-height: 1.5;
}

.results-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
}

.result-text {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.5;
}

/* IMAGE GRID */

.results-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.results-gallery img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.container2Mobile {
    width: 100%;
    object-fit: cover;
    display: none;
}

.container2Web {
    width: 100%;
    object-fit: cover;
}

/* grid positions */

.g1 {
    grid-column: 1;
    grid-row: 1;
}

.g2 {
    grid-column: 2;
    grid-row: 1;
}

.g3 {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.g4 {
    grid-column: 4;
    grid-row: 1;
}

.g5 {
    grid-column: 1;
    grid-row: 2;
}

.g6 {
    grid-column: 2;
    grid-row: 2;
}

.g7 {
    grid-column: 4;
    grid-row: 2;
}


/* FEATURES */

.results-features {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 40px 0px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.feature img {
    width: 28px;
}

.feature p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.feature h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--purple);
}

/* DIVIDER */

.results-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border-color) 50%, var(--border-color) 60%, transparent);
    margin: 60px 0;
}


/* STATS */

.results-subtitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}

.results-stats {
    display: flex;
    gap: 20px;
}

.stat {
    flex: 1;
    background: var(--bg-white-soft);
    border-radius: 24px;
    padding: 30px;
    text-align: center;
}

.stat h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}

.stat h3 span {
    color: var(--primary-color);
}

.stat p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.custom-care-section {
    padding: 80px 0;
}

.custom-care-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

/* LEFT */

.custom-care-left {
    flex: 1;
    max-width: 520px;
}

.custom-care-left h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.custom-care-left h2 span {
    color: var(--primary-color);
    font-weight: 700;
}

.custom-care-left p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 24px;
}

/* BUTTON */

.custom-care-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 44px;
    padding: 0 26px;

    border-radius: 64px;
    background: var(--primary-color);

    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

/* RIGHT BOX */

.custom-care-right {
    flex: 1;
    max-width: 592px;
    width: 100%;
    background: var(--bg-white-soft);
    border-radius: 24px;
    padding: 40px
}

/* ICON */
.custom-care-right li img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.custom-care-right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-dark);
}

/* LIST */

.custom-care-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-care-right li {
    position: relative;
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 14px;
}

/* icons */

/* .custom-care-right li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: var(--primary-color);
} */

/* ================= TRUSTED SECTION ================= */

.section-trusted-banner {
    padding: 60px 0;
    background: var(--bg-warm-light);
    border: 1px solid var(--border-warm);
}

/* container box */

.trusted-banner {
    border-radius: 28px;
    padding: 40px 50px;

    display: flex;
    align-items: center;
    gap: 30px;
}

/* icon */

.trusted-icon img {
    width: 90px;
    height: 90px;
}

/* text */

.trusted-text h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-text-near-black);
    margin-bottom: 20px;
}

.trusted-text p {
    font-size: 14px;
    color: var(--color-text-medium);
    margin-bottom: 20px;
}

/* yellow pill */

.trusted-pill {
    display: inline-block;

    background: var(--color-gold);
    color: var(--color-white);

    font-size: 13px;
    font-weight: 500;

    padding: 8px 16px;
    border-radius: 30px;
}



/* ================= HOW IT WORKS ================= */

.section-how {
    padding: 80px 0;
}

.how-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;

}

/* cards layout */

.how-slider {
    display: flex;
    gap: 30px;
}

.how-card {
    flex: 1;
}

.how-card h3 {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 10px;
}

.how-card p {
    font-size: 14px;
    margin-bottom: 15px;
}

.how-card img {
    width: 100%;
    border-radius: 20px;
}

/* mobile controls */

.how-controls {
    display: none;
    margin: 30px auto 0;
    background: var(--primary-color-light);
    width: 220px;
    height: 48px;
    border-radius: 64px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.how-controls button {
    border: none;
    background: none;
    cursor: pointer;
}

.how-controls div {
    font-weight: 500;
}


.confidence-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 40px;
}

.confidence-title h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--color-text-near-black);
}

.confidence-text {
    max-width: 420px;
}

.confidence-text p {
    font-size: 16px;
    color: var(--color-text-medium);
    line-height: 1.5;
}

/* GRID */

.confidence-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.confidence-item {
    background-color: var(--color-white);
    border-radius: 32px;
    padding: 25px;
    text-align: center;
}

.confidence-item img {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}

.confidence-item p {
    font-size: 16px;
    color: var(--color-text-near-black);
}

/* CTA */

.confidence-cta {
    text-align: center;
}

.confidence-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--color-white);
    width: 361px;
    height: 48px;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.confidence-btn img {
    margin-right: 8px;
}

.confidence-note {
    font-size: 12px;
    color: var(--color-text-subtle);
    margin-top: 8px;
}

.faq-note {
    font-size: 12px;
    color: var(--color-text-faq);
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.faq-note>*:not(:last-child) {
    margin-right: 8px;
}

/* ===============================
   WEIGHT CALCULATOR SECTION
================================ */

.section-weight {
    padding: 80px 0;
    position: relative;
}

.section-weight::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border-color) 50%, var(--border-color) 60%, transparent);
}

.weight-title {
    font-size: 32px;
    margin: 0 auto 40px auto;
    font-weight: 500;
}

/* CARD */

.weight-card {
    margin: 0 auto;
    background: var(--bg-white-soft);
    padding: 30px 35px;
    border-radius: 20px;
}

/* ROWS */

.weight-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.weight-row strong {
    font-size: 26px;
}

/* RESULT */


.weight-result strong {
    font-size: 30px;
}

/* RANGE */

#weightSlider {
    width: 100%;
    -webkit-appearance: none;
    height: 2px;
    background: var(--primary-color-light);
    border-radius: 2px;
    outline: none;
    margin: 40px 0px
}

/* THUMB */

#weightSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-white);
    border: 2px solid var(--primary-color);
    cursor: pointer;
}

#weightSlider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-white);
    border: 3px solid var(--primary-color);
}




/* =========================
   TESTIMONIAL CARDS SECTION
========================= */

.section-testimonials-cards {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section-testimonials-cards::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border-color) 50%, var(--border-color) 60%, transparent);
}

.testimonials-cards-title {
    color: var(--text-dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin-bottom: 32px;
}

.testimonials-cards-slider-wrap {
    overflow: hidden;
}

.testimonials-cards-slider {
    display: block;
}

.testimonials-cards-slider .slick-slide {
    margin: 0 8px;
}

.testimonials-cards-slider .slick-list {
    margin: 0 -8px;
}

.testimonial-card {
    position: relative;
    flex: 0 0 25%;
    min-width: 0;
    border-radius: 24px;
    overflow: hidden;
    /* background: var(--border-light); */
    aspect-ratio: 256 / 507;
}

.testimonial-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    /* fixes face cropping */
    display: block;
}

.testimonial-card-overlay {
    position: absolute;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 18px 16px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 18%, rgba(0, 0, 0, 0.72) 100%); */
}

.testimonial-card-loss {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    margin-bottom: 6px;
    line-height: 1;
}

.testimonial-card-loss .arrow {
    color: var(--success-color);
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin-right: 2px;
}

.testimonial-card-loss .num {
    color: var(--color-white);
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -2px;
}

.testimonial-card-loss .unit {
    color: var(--color-white-95);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px;
}

.testimonial-card h3 {
    color: var(--color-white);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.testimonial-card p {
    color: var(--color-white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 20px;
    min-height: 54px;
    padding: 0px 8px;
}

.verified-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.verified-line>*:not(:last-child) {
    margin-right: 6px;
}

.verified-line img {
    width: 24px;
    height: 24px;
    display: block;
}

.verified-line span {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.testimonials-cards-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color-light);
    margin: 24px auto 0;
    height: 48px;
    width: 245px;
    padding: 12px 24px;
    border-radius: 64px;
}

.testimonials-cards-controls button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.testimonials-cards-controls .paging-info {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

.faqheader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.faqContent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.section4 {
    overflow: hidden;
    padding: 80px 0px;
}

.section4 .section4-cont-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px;
}

.section4 .section4-cont-top .text {
    flex: 1;
}

.section4 .section4-cont-top h1 {
    color: var(--text-dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section4 .section4-cont-top h1 span {
    color: var(--primary-color);
    font-weight: 700;
}

.section4 .section4-cont-top p {
    color: var(--text-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section4 .section4-cont-mid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 160px;
}

.section4 .section4-cont-mid .itm {
    flex: 1;
    padding: 40px;
    border-radius: 32px;
    background: linear-gradient(180deg, var(--primary-color-light) 20%, var(--bg-white-soft) 70%);
}

.section4 .section4-cont-mid .itm .btl {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-height: 256px;
    width: auto;
}

.section4 .section4-cont-mid .itm h6 {
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.section4 .section4-cont-mid .itm h5 {
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 8px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section4 .section4-cont-mid .itm p {
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.section4 .section4-cont-mid .itm .btn {
    border-radius: 64px;
    background: var(--primary-color);
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section4 .section4-cont-mid .itm .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

.section4 .section4-cont-mid .itm ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section4 .section4-cont-mid .itm ul li {
    margin-left: 10px;
    list-style: disc;
    color: var(--text-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section4 .section4-cont-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.section4 .section4-cont-bottom .text {
    flex: 1;
}

.section4 .section4-cont-bottom h1 {
    color: var(--text-dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section4 .section4-cont-bottom p {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section4 .section4-cont-bottom .btn {
    display: flex;
    height: 48px;
    width: 140px;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
    background: var(--primary-color);
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section4 .section4-cont-bottom .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

.section5 {
    padding: 80px 0px;
    max-width: 1000px;
    margin: 0 auto;
}

.section5 h6 {
    text-align: center;
    color: var(--text-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.section5 .str5 {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.section5 h1 {
    color: var(--text-dark);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.section5 h1 span {
    color: var(--primary-color);
    font-weight: 700;
}

.section5 h5 {
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5 h5 img {
    display: inline-block;
    margin-right: 8px;
}

.section5 .eligible {
    display: block;
    margin: 0 auto;
}

.section5 .section5-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
}

.section5 .section5-cont .btl {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 384px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

.section5 .section5-cont .list {
    flex: 0 0 370px;
}

.section5 .section5-cont .list .itm {
    margin-bottom: 40px;
}

.section5 .section5-cont .list .itm:last-child {
    margin-bottom: 0px;
}

.section5 .section5-cont .list .itm h2 {
    color: var(--color-text-on-dark);
    text-align: center;
    margin-bottom: 8px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section5 .section5-cont .list .itm p {
    color: var(--color-text-on-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5 .section5-cont .list .itm p img {
    display: block;
    margin-right: 8px;
}

.section6 {
    padding: 80px 0px;
}

.section6 .section6-cont {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.section6 .section6-cont .left-side h1 {
    color: var(--text-dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.section6 .section6-cont .left-side h1 span {
    font-weight: 700;
    color: var(--primary-color);
}

.section6 .section6-cont .left-side p {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section6 .section6-cont .left-side .btn {
    border-radius: 64px;
    background: var(--primary-color);
    width: 140px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section6 .section6-cont .left-side .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

.section6 .section6-cont .left-side {
    flex: 1;
}

.section6 .section6-cont .right-side {
    flex: 1;
}

.section6 .section6-cont .weight-card {
    padding: 40px;
    border-radius: 32px;
    background: var(--bg-white-soft);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section6 .section6-cont .weight-card h2 {
    color: var(--text-dark);
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.section6 .section6-cont .weight-card h2 .value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 32px;
    font-weight: 500;
    gap: 4px;
}

.section6 .section6-cont .weight-card h3 {
    color: var(--text-dark);
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section6 .section6-cont .weight-card h3 .value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 40px;
    font-weight: 700;
    gap: 4px;
}

.section6 .section6-cont .weight-card input[type="range"] {
    width: 100%;
    appearance: none;
    height: 2px;
    background: var(--border-color);
    border-radius: 2px;
    outline: none;
}

.section6 .section6-cont .weight-card input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-violet);
    border: 4px solid var(--color-white);
    box-shadow: 0 0 0 2px var(--color-violet);
    cursor: pointer;
}

.section7 {
    padding: 80px 0px;
}

.section7 h1 {
    color: var(--text-dark);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.section7 h6 {
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section7 .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 440px;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.section7 .gallery .itm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section7 .gallery .itm .text {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white-80);
    padding: 20px;
    opacity: 0;
    transition: all 0.2s;
    visibility: hidden;
}

.section7 .gallery .itm:hover .text {
    opacity: 1;
    visibility: visible;
}

.section7 .gallery .itm .text p {
    color: var(--color-black);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section7 .gallery .itm img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    object-fit: cover;
}

.section7 .gallery .itm-1 {
    grid-column: 1;
    grid-row: 1;
}

/* Ð›ÐµÐ²Ð¾ Ð²ÐµÑ€Ñ… (Ð¼Ð°Ð»ÐµÐ½ÑŒÐºÐ°Ñ) */
.section7 .gallery .itm-2 {
    grid-column: 1;
    grid-row: 2 / 4;
}

/* Ð›ÐµÐ²Ð¾ Ð½Ð¸Ð· (Ð´Ð»Ð¸Ð½Ð½Ð°Ñ) */

.section7 .gallery .itm-3 {
    grid-column: 2;
    grid-row: 1 / 3;
}

/* Ð’Ñ‚Ð¾Ñ€Ð°Ñ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ° Ð²ÐµÑ€Ñ… */
.section7 .gallery .itm-4 {
    grid-column: 2;
    grid-row: 3 / 4;
}

/* Ð’Ñ‚Ð¾Ñ€Ð°Ñ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ° Ð½Ð¸Ð· */

.section7 .gallery .itm-5 {
    grid-column: 3;
    grid-row: 1 / 4;
}

/* Ð¦ÐµÐ½Ñ‚Ñ€Ð°Ð»ÑŒÐ½Ð°Ñ (ÑÐ°Ð¼Ð°Ñ Ð²Ñ‹ÑÐ¾ÐºÐ°Ñ) */

.section7 .gallery .itm-6 {
    grid-column: 4;
    grid-row: 1 / 3;
}

/* ÐŸÑ€Ð°Ð²Ð¾ Ð²ÐµÑ€Ñ… */
.section7 .gallery .itm-7 {
    grid-column: 4;
    grid-row: 3 / 4;
}

/* ÐŸÑ€Ð°Ð²Ð¾ Ð½Ð¸Ð· (Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ) */

.section7 .list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px;
}

.section7 .list .itm {
    flex: 33%;
}

.section7 .list .itm img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}

.section7 .list .itm h2 {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section7 .list .itm p {
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section7 h5 {
    color: var(--text-dark);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section8 {
    position: relative;
}

.section8:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 32px;
    background: var(--primary-color-light);
}

.section8 .section8-cont {
    position: relative;
    padding: 100px 0px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.section8 .section8-cont .left-side {
    flex: 0 0 490px;
}

.section8 .section8-cont .left-side img {
    width: 100%;
}

.section8 .section8-cont .right-side {
    padding: 0px 40px;
    flex: 0 0 490px;
}

.section8 .section8-cont .right-side h2 {
    color: var(--text-dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.section8 .section8-cont .right-side h2 span {
    color: var(--primary-color);
    font-weight: 700;
}

.section8 .section8-cont .right-side p {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section8 .section8-cont .right-side .btn {
    border-radius: 64px;
    background: var(--primary-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 48px;
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section8 .section8-cont .right-side .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

.section8 .section8-cont .right-side ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.section8 .section8-cont .right-side ul li {
    margin-left: 10px;
    list-style: disc;
    color: var(--text-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section9 {
    padding: 80px 0px;
}

.section9 h2 {
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section9 h2 span {
    color: var(--primary-color);
    font-weight: 700;
}

.section9 h6 {
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section9 .list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.section9 .list .itm {
    border-radius: 32px;
    background: var(--bg-white-soft);
    flex: 1;
    padding: 40px 10px;
}

.section9 .list .itm h3 {
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 8px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section9 .list .itm h3 span {
    color: var(--primary-color);
}

.section9 .list .itm h3 span.count-num {
    color: var(--text-dark);
}

.section9 .list .itm p {
    color: var(--text-dark);
    text-align: center;
    min-height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section10 {
    padding: 80px 0px;
}

.section10 .section10-cont-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.section10 .section10-cont-top .text {
    flex: 1;
}

.section10 .section10-cont-top h1 {
    color: var(--text-dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section10 .section10-cont-top p {
    color: var(--text-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.section10 .section10-cont-top .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 280px;
    border-radius: 64px;
    background: var(--primary-color);
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    transform-style: preserve-3d;
}

.section10 .section10-cont-top .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

.section10 .section10-cont-top ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.section10 .section10-cont-top ul li {
    margin-left: 10px;
    list-style: disc;
    color: var(--text-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* ================= SECTION 10 HEADER ================= */
.section10-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.section10-header-left {
    max-width: 592px;
    flex: 1;

}

.section10-header-left h3 {
    font-size: 31px;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.4;
}

.section10-header-right {
    flex: 1;
    max-width: 592px;
}

.section10-header-right p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 16px;
}

/* BUTTON */

.section10-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 282px;
    height: 48px;
    padding: 0 28px;
    background-color: var(--purple);

    border-radius: 64px;

    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;

    margin-bottom: 10px;
}

/* NOTE */

.section10-header-note {
    font-size: 14px;
    font-weight: 500;
}

.section10 .section10-cont-bottom .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.section10 .section10-cont-bottom .list .itm {
    flex: 1;
    padding-top: 20px;
    border-top: 2px solid var(--primary-color);
    display: flex;
    flex-direction: column;
}

.section10 .section10-cont-bottom .list .itm:nth-child(2) {
    border-top: 2px solid var(--primary-alpha-40);
}

.section10 .section10-cont-bottom .list .itm:nth-child(3) {
    border-top: 2px solid var(--primary-color-light);
}

.section10 .section10-cont-bottom .list .itm .item-head {
    min-height: 105px;
    margin-bottom: 20px;
}

.section10 .section10-cont-bottom .list .itm h2 {
    color: var(--primary-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section10 .section10-cont-bottom .list .itm h6 {
    color: var(--primary-color);
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section10 .section10-cont-bottom .list .itm .block {
    margin-bottom: 20px;
}

.section10 .section10-cont-bottom .list .itm img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 32px;
    display: block;
    margin-top: auto;
}

.section10 .section10-cont-bottom .list .itm .block p {
    color: var(--text-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.section10 .section10-cont-bottom .list .itm .block p:last-child {
    margin-bottom: 0px;
}

.section11 {
    position: relative;
}

.section11:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 32px;
    background: var(--primary-color-light);
}

.section11 .section11-cont {
    position: relative;
    padding: 100px 0px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.section11 .section11-cont .left-side h2 {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section11 .section11-cont .left-side p {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section11 .section11-cont .left-side ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 20px;
    position: relative;
}

.section11 .section11-cont .left-side ul::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(221, 221, 221, 0) 0%, var(--border-light) 50%, rgba(221, 221, 221, 0) 100%);
}

.section11 .section11-cont .left-side ul li {
    margin-left: 10px;
    list-style: disc;
    color: var(--text-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section11 .section11-cont .left-side {
    padding: 0px 40px;
    flex: 0 0 490px;
}

.section11 .section11-cont .right-side {
    flex: 0 0 490px;
}

.section11 .section11-cont .right-side img {
    width: 100%;
}

.section12 {
    padding: 80px 0px;
    overflow: hidden;
}

.section12 .section12-cont-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.section12 .section12-cont-top .text {
    flex: 1;
}

.section12 .section12-cont-top .text h2 {
    color: var(--text-dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section12 .section12-cont-top .text p {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section12 .section12-cont-top .text .btn {
    border-radius: 64px;
    background: var(--primary-color);
    margin-bottom: 8px;
    height: 48px;
    width: 240px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section12 .section12-cont-top .text .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

.section12 .section12-cont-top .text ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.section12 .section12-cont-top .text ul li {
    margin-left: 10px;
    list-style: disc;
    color: var(--text-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section12 .section12-cont-bottom {
    position: relative;
}

.section12 .section12-cont-bottom .itms {
    width: 388px;
    max-width: 388px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px 10px;
}

.section12 .section12-cont-bottom .itms .itm1 {
    position: relative;
}

.section12 .section12-cont-bottom .itms .itm1 .ava-bg {
    width: 100%;
}

.section12 .section12-cont-bottom .itms .itm1 .info {
    position: absolute;
    left: 0px;
    bottom: 20px;
    right: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section12 .section12-cont-bottom .itms .itm1 .info h3 {
    color: var(--primary-color-light);
    margin-bottom: -15px;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    position: relative;
}

.section12 .section12-cont-bottom .itms .itm1 .info h3::before {
    content: "";
    background-image: url(../img/arr-green.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 37px;
    width: 32px;
    position: absolute;
    left: -35px;
    bottom: 28px;
}

.section12 .section12-cont-bottom .itms .itm1 .info h3 span {
    font-size: 96px;
}

.section12 .section12-cont-bottom .itms .itm1 .info h4 {
    color: var(--primary-color-light);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.section12 .section12-cont-bottom .itms .itm1 .info h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--primary-color-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section12 .section12-cont-bottom .itms .itm2 {
    border-radius: 32px;
    background: var(--bg-white-soft);
    padding: 40px;
}

.section12 .section12-cont-bottom .itms .itm2 .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section12 .section12-cont-bottom .itms .itm2 .info .avatar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.section12 .section12-cont-bottom .itms .itm2 .info .avatar img {
    width: 48px;
}

.section12 .section12-cont-bottom .itms .itm2 .info .avatar h5 {
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section12 .section12-cont-bottom .itms .itm2 .info .str5 {
    width: 128px;
}

.section12 .section12-cont-bottom .itms .itm2 p {
    color: var(--text-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.section12 .section12-cont-bottom .itms .itm2 .verified {
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color-light);
    margin: 0 auto;
    margin-top: 40px;
    height: 48px;
    width: 245px;
    padding: 0px 24px;
    border-radius: 64px;
}

.slider-controls button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider-controls .paging-info {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

.section4 .slider-controls {
    display: none;
    position: relative;
    top: -80px;
}

.section10 .slider-controls {
    display: none;
}

.section15 .slider-controls {
    display: none;
}

.section13 {
    padding: 80px 0px;
}

.section13 .section13-cont h2 {
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section13 .section13-cont {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 8px;
}

.section13 .section13-cont .accordion .accordion-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border: 0;
    border-bottom: 1px solid var(--border-color);
}

.section13 .section13-cont .accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.section13 .section13-cont .accordion .accordion-item .accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-dark);
    font-size: 24px;
    gap: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section13 .section13-cont .accordion .accordion-item .accordion-header>*:not(:last-child) {
    margin-right: 10px;
}

.section13 .section13-cont .accordion .accordion-item .accordion-content {
    color: var(--text-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
    overflow: hidden;
}

.section13 .section13-cont .accordion .accordion-item .accordion-inner {
    padding-top: 20px;

}

.section13 .section13-cont .accordion .accordion-item .accordion-header .icon {
    position: relative;
    width: 16px;
    min-width: 16px;
    height: 2px;
    background-color: var(--color-black);
}

.section13 .section13-cont .accordion .accordion-item .accordion-header .icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: var(--color-black);
    left: 7px;
    top: -7px;
    transition: 0.2s;
}

.section13 .section13-cont .accordion .accordion-item.active .accordion-header .icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.section14 {
    padding: 0px;
    border-radius: 32px;
    background: var(--bg-warm-soft);
    border: 2px solid var(--bg-warm-light);
    margin: 0px 20px;
    border-radius: 32px;
}

.section14 .section14-cont {
    margin: 0 auto;
    border-radius: 32px;
    padding: 64px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.section14 .section14-cont h6 {
    color: var(--color-golden-label);
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section14 .section14-cont h2 {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section14 .section14-cont p {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section14 .section14-cont .btn {
    border-radius: 64px;
    background: linear-gradient(135deg, var(--color-gold-dark) 0%, var(--color-gold-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 300px;
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section14 .section14-cont .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
    font-size: 16px;
}

.section14 .section14-cont .right-side {
    padding: 0px 0px
}

.section15 {
    overflow: hidden;
    padding: 80px 0px;
}

.section15 .section15-cont-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.section15 .section15-cont-top .text {
    flex: 1;
}

.section15 .section15-cont-top h2 {
    color: var(--text-dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section15 .section15-cont-top h2 span {
    color: var(--primary-color);
}

.section15 .section15-cont-top p {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section15 .section15-cont-top .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 64px;
    height: 48px;
    width: 220px;
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section15 .section15-cont-top .btn span {
    transform: translateZ(5px);
}

.section15 .section15-cont-bottom .list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.section15 .section15-cont-bottom .list .itm {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.section15 .section15-cont-bottom .list .itm .info {
    padding: 40px;
    border-radius: 0 0 32px 32px;
    background: var(--bg-white-soft);
    width: 388px
}

.section15 .section15-cont-bottom .list .itm .ava {
    width: 100%;
}

.section15 .section15-cont-bottom .list .itm .info h3 {
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 8px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section15 .section15-cont-bottom .list .itm .info p {
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.section15 .section15-cont-bottom .list .itm .info p {}

.section16 {
    padding: 80px 0px;
}

.section16 .section16-cont {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 32px;
    background: var(--primary-color-light);
    padding: 80px 200px;
}

.section16 .section16-cont h2 {
    color: var(--color-text-input);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.section16 .section16-cont .list .itm {
    position: relative;
    margin-bottom: 20px;
    display: block;
    transition: all 0.2s;
}

.section16 .section16-cont .list .itm:last-child {
    margin-bottom: 0px;
}

.section16 .section16-cont .list .itm input {
    display: none;
}

.section16 .section16-cont .list .itm .itm-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px;
    height: 64px;
    width: 100%;
    background: var(--color-white);
    border-radius: 8px;
    border: 2px solid var(--border-light);
    cursor: pointer;
    color: var(--color-text-input);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.2s;
}

.section16 .section16-cont .list .itm:hover .itm-content {
    border-color: var(--border-hover);
}

.section16 .section16-cont .list .itm input:checked+.itm-content {
    border-color: var(--primary-color);
    background-color: var(--primary-color-light);
}

.section16 .section16-cont .btn-continue {
    border-radius: 64px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    border: 0px;
    cursor: pointer;
    color: var(--color-white);
    margin-top: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
}

.section16 .section16-cont .btn-continue span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(5px);
}

footer {
    padding: 80px 0px;
    background: var(--text-dark);
}

footer .footer-cont-1 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    gap: 20px;
}



footer .footer-cont-1 .list .itm {
    flex: 1;
    border-radius: 32px;
    background: var(--color-footer-bg-item);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}

footer .footer-cont-1 .list .itm h6 {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color-light);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-cont-2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

footer .footer-cont-2 .left-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

footer .footer-cont-2 .left-side>* {
    margin-bottom: 20px;
}

footer .footer-cont-2 .right-side .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}



footer .footer-cont-2 .right-side .list .itm {
    padding: 0px 20px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
    background: var(--bg-white-soft);
}

footer .footer-cont-2 .right-side .list .itm a {
    white-space: nowrap;
    color: var(--text-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}

footer .footer-cont-2 .right-side .list .itm a::before {
    margin-right: 8px;
}

footer .footer-cont-2 .right-side .list .itm p {
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--text-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px !important;
}

footer .footer-cont-2 .right-side .list .itm p::before {
    margin-right: 8px;
}

footer .footer-cont-2 .right-side .list .itm .call:before {
    content: "";
    background-image: url(../img/call.svg);
    width: 24px;
    height: 24px;
}

footer .footer-cont-2 .right-side .list .itm .mail:before {
    content: "";
    background-image: url(../img/address.svg);
    width: 24px;
    height: 24px;
}

footer .footer-cont-2 .right-side .list .itm .address:before {
    content: "";
    background-image: url(../img/mail.svg);
    background-repeat: no-repeat;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

footer .footer-cont-3 {
    padding-bottom: 80px;
    position: relative;
}

footer .footer-cont-3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(to right, transparent, var(--border-color) 50%, var(--border-color) 60%, transparent);
}

footer .footer-cont-3 p {
    color: var(--primary-color-light);
    margin-bottom: 40px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .footer-cont-3 p:last-child {
    margin-bottom: 0px;
}

footer .footer-cont-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
}

footer .footer-cont-4 .left-side p {
    color: var(--primary-color-light);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-cont-4 .right-side .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .footer-cont-4 .right-side .list .itm {
    border-right: 1px solid var(--border-color);
    padding-right: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-self: center;
}

footer .footer-cont-4 .right-side .list .itm:last-child {
    margin-right: 0px;
    border-right: 0px;
    padding-right: 0px;
}

footer .footer-cont-4 .right-side .list .itm a {
    color: var(--primary-color-light);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-self: center;
}

@media only screen and (max-width: 1230px) {
    .section8 .section8-cont .left-side {
        flex: 0 0 390px;
    }

    .section11 .section11-cont .right-side {
        flex: 0 0 390px;
    }

    .section12 .section12-cont-bottom .itms .itm1 .info h3 span {
        font-size: 65px;
    }

    .section12 .section12-cont-bottom .itms .itm2 {
        padding: 30px;
    }

    footer .footer-cont-1 .list .itm {
        padding: 20px;
    }

    footer .footer-cont-4 .right-side .list .itm {
        padding-right: 10px;
        margin-right: 10px;
    }

    footer .footer-cont-2 .right-side .list {
        flex-wrap: wrap;
    }

    .section1-cont2 .gallery {
        display: block !important;
        margin-top: 20px;
        max-width: 100%;
    }

    .section1-cont2 .gallery .itm {
        height: 280px !important;
        margin-right: 12px;
        display: block;
        grid-column: auto !important;
        grid-row: auto !important;
        align-self: auto !important;
        bottom: auto !important;
    }

    .section1-cont2 .itm-1,
    .section1-cont2 .itm-5,
    .section1-cont2 .itm-6 {
        top: 0px;
    }

    .section7 .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .section15 .section15-cont-bottom .list .itm {
        flex: none;
    }

    .section15 .section15-cont-bottom .list .slick-slide {
        margin-right: 15px;
        display: block;
    }

    .section15 .section15-cont-bottom .list .itm .info {
        width: fit-content;
    }

    .section15 .section15-cont-bottom .list {
        width: calc(100% + 30px);
        margin-right: -15px;
    }

    /* .section1-cont2 .gallery .itm-5,
  .section1-cont2 .gallery .itm-1,
  .section1-cont2 .gallery .itm-6 {
    display: none;
  } */
}

@media only screen and (max-width: 1050px) {

    footer .footer-cont-2 .right-side .list {
        flex-wrap: wrap;
    }


}

@media only screen and (max-width: 992px) {

    .section4 .section4-cont-top h1 {
        font-size: 28px;
    }

    .testimonial-card {
        flex: 0 0 calc(33.333% - 11px);
    }

    .testimonial-card-loss .num {
        font-size: 96px;
    }



    .testimonial-card h3 {
        font-size: 24px;
    }

    .section4 .section4-cont-mid .itm ul {
        flex-direction: column;
    }

    .section4 .section4-cont-mid .itm h5 {
        max-width: 260px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .section4 .section4-cont-mid .itm {
        padding: 35px;
    }

    .section8 .section8-cont {
        flex-direction: column;
    }

    .section6 .section6-cont {
        flex-direction: column;
    }

    .section11 .section11-cont {
        flex-direction: column;
    }

    .section6 .section6-cont .weight-card {
        width: 100%;
    }

    .section8 .section8-cont .right-side,
    .section8 .section8-cont .left-side {
        flex: initial;
    }

    .section11 .section11-cont .left-side,
    .section11 .section11-cont .right-side {
        flex: initial;
    }

    .section10 .section10-cont-bottom .list .itm h2 {
        font-size: 21px;
    }

    .section10 .section10-cont-bottom .list .itm .block p {
        font-size: 14px;
    }

    /* .section12-cont-bottom .slick-list {
    overflow: visible !important;
    margin-right: 100px;
  }
  .section12-cont-bottom {
    overflow: hidden;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .section12-cont-bottom .slick-slide {
    margin-right: 20px;
  } */
    .section12 .section12-cont-bottom .itms {
        width: auto;
        max-width: none;
    }

    .section14 .section14-cont {
        padding: 50px;
    }

    .section15 .section15-cont-bottom .list .itm .info {
        padding: 18px;
    }

    .section15 .section15-cont-bottom .list .itm .info h3 {
        font-size: 20px;
    }

    .section16 .section16-cont {
        padding: 80px;
    }

    footer .footer-cont-4 {
        align-items: flex-start;
        gap: 40px;
        flex-direction: column-reverse;
    }

    .section5 .section5-cont {
        gap: 20px;
    }

    .section5 .section5-cont .list {
        flex: 1;
    }

    .section5 .section5-cont .list .itm h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .section4 .section4-cont-mid {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-bottom: 120px;
    }

    .container2Web {
        display: none;
    }

    .container2Mobile {
        display: block;
        object-fit: contain;
    }



    .hero-quiz-top {
        margin-bottom: 20px;
        text-align: center;
    }

    .hero-quiz-images {
        width: 100%;
        margin-right: 0;
        overflow: hidden;
    }

    .hero-slides-inner {
        width: 100%;
    }

    .hero-slides-inner .hero-slide {
        display: block;
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 24px;
        margin: 0 7.5px;
    }

    .hero-slides-inner .slick-list {
        margin: 0 -7.5px;
    }

    .collage {
        display: none;
    }

    .hero-slider-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--primary-color-light);
        width: 180px;
        height: 40px;
        border-radius: 64px;
        margin: 20px auto 0;
        padding: 0 20px;
    }

    .hero-slider-controls button {
        border: none;
        background: none;
        cursor: pointer;
    }

    .header .header2 .header2-cont .logo {
        width: 116px;
        height: 30px;
    }

    .section3-divider {
        display: none;
    }

    .hero-quiz-note {
        font-size: 11px;
        color: var(--color-text-faq);
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .section10 .section10-cont-bottom .list .itm .block {
        min-height: 160px;
    }

    .testimonial-card {
        aspect-ratio: 266 / 393;
    }

    @media (max-width:768px) {

        .section-hero-quiz {
            padding: 40px 0;
        }

        .hero-quiz-wrap {
            flex-direction: column;
        }

        .hero-quiz-title {
            font-size: 24px;
        }

        .hero-quiz-features {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 10px;
            gap: 14px;
        }

        .hero-quiz-features>* {
            margin-bottom: 10px;
        }

        .hero-feature {
            flex-direction: row;
            text-align: left;
            gap: 0px;
        }

        .hero-feature>*:not(:last-child) {
            margin-right: 8px;
        }



        .hero-quiz-btn {
            width: 100%;
        }

        .hero-quiz-images {
            margin-top: 20px;
            grid-template-rows: 160px 160px;
        }

    }

    .section2 {
        background-color: transparent;
    }

    .legit-block {
        gap: 0px;
    }

    .legit-block>*:not(:last-child) {
        margin-right: 20px;
    }

    .legit-text span {
        font-size: 12px;
    }

    .section5 .section5-cont .list .itm p img {
        margin-right: 2px;
    }

    .section5 .section5-cont .list .itm {
        margin-bottom: 20px;
    }

    .section5 .section5-cont .list .itm h2 {
        font-size: 24px;
    }

    .section4 .section4-cont-bottom .btn {
        width: 100%;
    }

    .section4 .section4-cont-bottom h1 {
        font-size: 24px;
    }

    .section4 .section4-cont-bottom {
        flex-direction: column;
    }

    .section4 .slider-controls {
        display: flex;
    }

    .section10 .slider-controls {
        display: flex;
        margin-top: 25px;
    }

    .section15 .slider-controls {
        display: flex;
        margin-top: 25px;
    }

    .section12 .slider-controls {
        margin-top: 25px;
    }

    .section4-cont-mid .slick-list {
        padding: 0 !important;
    }

    .section4-cont-mid .slick-slide {
        width: 85vw;
        margin-right: 15px;
        display: block;
    }

    .section4-cont-mid .slick-track {
        display: flex !important;
        margin-left: 0 !important;
    }

    .section1-cont2 {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .section1-cont2 .gallery .itm-1 img {
        object-position: center 25%;
    }

    .section1-cont2 .gallery {
        display: block !important;
        margin-top: 20px;
        max-width: 100%;
    }

    .section1-cont2 .gallery .itm {
        height: 280px !important;
        margin-right: 12px;
        display: block;
        grid-column: auto !important;
        grid-row: auto !important;
        align-self: auto !important;
        bottom: auto !important;
    }

    .section1-cont2 .itm-1,
    .section1-cont2 .itm-5,
    .section1-cont2 .itm-6 {
        top: 0px;
    }

    .section1-cont2 .itm-1,
    .section1-cont2 .itm-2,
    .section1-cont2 .itm-5,
    .section1-cont2 .itm-6 {
        width: 184px !important;
    }

    .section1-cont2 .itm-3,
    .section1-cont2 .itm-4 {
        width: 286px !important;
    }

    .section1-cont2 .slick-track {
        display: flex !important;
        align-items: center;
        transition-timing-function: linear !important;
    }


    .header .header2 .header2-cont .logo img {
        width: 100%;
    }

    .header .header2 .header2-cont .call {
        display: none;
    }

    .header .header2 .header2-cont {
        justify-content: space-between;
        padding: 20px 0px;
        border-bottom: 1px solid var(--border-color);
    }

    .section1 {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .section1 h6 {
        margin-bottom: 20px;
        text-align: center !important;
    }

    .section1 h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .section1 .list {
        flex-wrap: wrap;
        align-items: start;
        flex-direction: column;
    }

    .section1 .list .itm {
        width: 100%;
        flex-direction: row;
    }

    .section1 .list .itm p {
        font-size: 14px;
    }

    .section1 .btn {
        max-width: 345px;
        width: 100%;
    }

    .section1 ul li {
        font-size: 12px;
    }

    .section1 .list {
        margin-bottom: 20px;
    }

    .section2 .section2-cont {
        height: 84px;
    }

    .section2 .section2-cont .itm {
        transform: scale(0.8);
    }

    .section3 .section3-cont {
        flex-direction: column;
        gap: 0px;
        padding: 30px 0px;
    }

    .section3 .section3-cont>*:not(:last-child) {
        margin-bottom: 40px;
    }



    .section2 .section2-cont .itm img {
        width: 100%;
    }

    .section3 .section3-cont .legit {
        width: 100%;
        max-width: 264px;
    }

    .legit-text span {
        font-size: 12px;
    }

    .section-video {
        padding: 28px 8px;
        border-radius: 32px;
    }

    .section-video-top {
        flex-direction: column;
        gap: 0px;
        margin-bottom: 20px;
    }

    .products-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
        align-items: start;
    }

    .products-header .left h2 {
        font-size: 24px;
    }

    .products-header .right {
        max-width: 100%;
    }

    .product-desc {
        font-size: 16px;
    }

    .product-block h5 {
        font-size: 20px;
    }

    .product-block li {
        font-size: 15px;
    }

    .products-note {
        font-size: 14px;
    }

    .section-video-top>*:not(:last-child) {
        margin-bottom: 16px;
    }

    .section-video-top h2 {
        font-size: 26px;
        /* max-width: 295px; */
    }

    .video-card {
        padding: 20px;
    }

    .video-frame {
        background: none;
    }

    .video-footer {
        flex-direction: column;
        gap: 0px;
        align-items: center;
        text-align: center;
    }

    .video-footer>*:not(:last-child) {
        margin-bottom: 8px;
    }

    .quiz-ctaMobile {
        display: block;
        width: 100%;
    }

    .quiz-Mainbtn {
        width: 100%;
    }

    .quiz-ctaWeb {
        display: none;
    }

    .section-products {
        padding: 40px 0;
    }

    .products-header h2 {
        font-size: 24px;
    }

    .products-header h3 {
        font-size: 22px;
    }

    /* MOBILE SLIDER */

    .products-slider-wrapper {
        width: 100%;
        margin-right: 0;
        overflow: hidden;
    }

    .products-slider {
        display: block;
        padding: 0;
    }

    .products-slider .slick-list {
        overflow: visible !important;
        margin: 0;
        padding-right: 55px !important;
    }

    .products-slider .slick-slide {
        margin: 0 8px;
    }

    .products-slider .product-card {
        width: auto;
        padding: 40px 12px;
    }

    .product-card {
        width: 313px;
    }

    /* SHOW CONTROLS */

    .products-controls {
        display: flex;
    }

    .section-quiz {
        padding: 0px 0;
    }

    .quiz-wrapper {
        flex-direction: column;
        padding: 40px 10px;
        gap: 0px;
    }



    .quiz-wrapper>*:not(:last-child) {
        margin-bottom: 40px;
    }

    .quiz-left h2 {
        font-size: 24px;
    }



    .quiz-features {
        flex-wrap: wrap;
        gap: 15px;
        font-size: 16px;
        margin-bottom: 0px;
    }



    .quiz-images {
        width: 100%;
        justify-content: center;
    }

    .quiz-img {
        width: 45%;
        height: 220px;
    }

    .quiz-img:nth-child(1) {
        margin-top: 0;
    }

    .quiz-img:nth-child(2) {
        margin-top: 40px;
    }

    .quiz-left {

        margin-bottom: 10px !important;
    }

    .section-results {
        padding: 40px 0;
        padding-bottom: 0px;
    }

    .results-title {
        font-size: 24px;
    }

    .results-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .g3,
    .g4,
    .g7 {
        display: none;
    }

    .results-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .results-features>*:not(:last-child) {
        margin-bottom: 20px;
    }

    .feature {
        flex-direction: column;
        gap: 0px;
    }

    .feature>*:not(:last-child) {
        margin-right: 8px;
        margin-bottom: 20px;

    }

    .results-subtitle {
        font-size: 22px;
    }

    .results-stats {
        flex-direction: column;
    }

    .stat {
        display: flex;
        align-items: center;
        padding: 20px;
        gap: 0px;
        text-align: left;
    }

    .stat>*:not(:last-child) {
        margin-right: 20px;
    }

    .stat h3 {
        margin-bottom: 0px;
    }

    .custom-care-section {
        padding: 40px 0;
    }

    .custom-care-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 24px;

    }

    .custom-care-left {
        max-width: fit-content;
        margin-left: 0px;
    }




    .custom-care-left h2 {
        font-size: 24px;
    }

    .custom-care-left p {
        font-size: 16px;
    }

    .custom-care-btn {
        width: 100%;
    }

    .custom-care-right {
        padding: 40px;
        max-width: 100%;
        ;
    }

    .custom-care-right h4 {
        text-align: left;
    }

    .custom-care-right li {
        font-size: 16px;
    }

    .section-trusted-banner {
        padding: 40px 0;
    }

    .trusted-banner {
        flex-direction: column;
        text-align: center;
        padding: 35px 25px;
    }

    .quiz-note {
        text-align: center;
    }

    .trusted-icon img {
        width: 100px;
    }

    .trusted-text h2 {
        font-size: 20px;
    }

    .trusted-text p {
        font-size: 14px;
    }

    .trusted-pill {
        margin-top: 8px;
    }


    /* HOW IT WORKS */

    .how-slider {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
    }

    .how-slider::-webkit-scrollbar {
        display: none;
    }

    .how-card {
        flex: 0 0 85%;
        scroll-snap-align: start;
    }

    .how-controls {
        display: flex;
    }

    .section-confidence {
        padding: 40px 0;
    }

    .confidence-header {
        flex-direction: column;
    }

    .confidence-title h2 {
        font-size: 22px;
    }

    .confidence-grid {
        grid-template-columns: 1fr;
    }

    .confidence-item {
        display: flex;
        align-items: center;
        gap: 0px;
        text-align: left;
    }

    .confidence-item>*:not(:last-child) {
        margin-right: 14px;
    }

    .confidence-item img {
        margin: 0;
    }

    .confidence-btn {
        width: 100%;
    }

    /* Section Weight */
    .section-weight {
        padding: 40px 0;
    }

    .weight-title {
        font-size: 24px;
        text-align: left;
    }

    .weight-card {
        padding: 20px;
    }

    .section-testimonials-cards {
        padding: 40px 0;
    }

    .testimonials-cards-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .testimonials-cards-slider-wrap {
        width: 100%;
        margin-right: 0;
    }

    .testimonials-cards-slider {
        overflow: visible;
    }

    .testimonial-card {
        max-width: none;
    }

    .testimonial-card-loss .arrow {
        font-size: 28px;
    }

    .testimonial-card-loss .num {
        font-size: 96px;
    }

    .testimonial-card-loss .unit {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .testimonial-card h3 {
        font-size: 26px;
    }

    .testimonial-card p {
        min-height: auto;
    }

    .testimonials-cards-controls {
        margin-top: 18px;
    }

    .section13 .section13-cont .accordion .accordion-item .accordion-header {
        font-size: 20px;
    }

    .faqheader {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .confidence-header {
        margin-bottom: 36px;
        gap: 28px;
    }

    .confidence-item p {
        font-weight: 500;
        width: 100%;
        text-align: center;
    }

    .confidence-note {

        color: var(--color-text-subtle);
        margin-top: 8px;
    }

    .faq-note {
        font-size: 10px;
    }


    /* --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

    .section4 {
        padding: 40px 0px;
    }

    .section4 .section4-cont-top {
        flex-direction: column;
    }

    .section4 .section4-cont-top h1 {
        font-size: 24px;
    }

    .section5 {
        padding: 40px 0px;
    }

    .section5 h1 {
        font-size: 24px;
    }

    .section6 {
        padding: 40px 0px;
    }

    .section6 .section6-cont .left-side h1 {
        font-size: 24px;
    }

    .section6 .section6-cont .left-side .btn {
        width: 100%;
    }

    .section7 .list .itm {
        flex: none;
        max-width: 400px;
        margin: 0 auto;
    }

    .section4 .section4-cont-top {
        align-items: flex-start;
    }

    .section7 {
        padding: 40px 0px;
    }

    .section7 h1 {
        font-size: 24px;
    }

    .section7 .list {
        flex-direction: column;
    }

    .section7 .gallery .itm .text {
        padding: 10px;
    }

    .section7 .gallery .itm .text p {
        font-size: 15px;
    }

    .section7 .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .section7 .gallery .itm-6,
    .section7 .gallery .itm-7,
    .section7 .gallery .itm-5 {
        display: none;
    }

    .section8 {
        padding: 40px 0px;
    }

    .section8 .section8-cont {
        padding: 20px 20px;
    }

    .section8 .section8-cont .right-side h2 {
        font-size: 24px;
    }

    .section8 .section8-cont .right-side {
        padding: 0px;
    }

    .section8:before {
        top: 40px;
        left: 15px;
        right: 15px;
        bottom: 20px;
        width: calc(100% - 30px);
        height: calc(100% - 80px);
    }

    .section8 .section8-cont .right-side ul {
        justify-content: center;
    }

    .section8 .section8-cont .right-side .btn {
        width: 100%;
    }

    .section9 {
        padding: 40px 0px;
    }

    .section5 .section5-cont {
        flex-direction: column;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .section5 h5 img {
        margin-right: 2px;
    }

    .section11 {
        padding: 40px 0px;
    }

    .section11 .section11-cont {
        padding: 20px 20px;
    }

    .section11 .section11-cont .left-side h2 {
        font-size: 24px;
    }

    .section11 .section11-cont .left-side {
        padding: 0px;
    }

    .section11:before {
        top: 40px;
        left: 15px;
        right: 15px;
        bottom: 20px;
        width: calc(100% - 30px);
        height: calc(100% - 80px);
    }

    .section11 .section11-cont .left-side ul {
        justify-content: center;
    }

    .section9 h2 {
        font-size: 24px;
    }

    .section9 .list {
        flex-direction: column;
    }

    .section9 .list .itm h3 {
        margin-bottom: 0px;
    }

    .section9 .list .itm {
        padding: 40px 20px;
        width: 100%;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
    }

    .section9 .list .itm p {
        text-align: left;
    }

    .section10 {
        padding: 40px 0px;
    }

    .section10 .section10-cont-top h1 {
        font-size: 24px;
    }

    .section10 .section10-cont-top {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .section10 .section10-cont-top .btn {
        width: 100%;
    }

    .section10 .section10-cont-top ul {
        justify-content: center;
    }



    .section10 .section10-cont-bottom .list .itm h6 {
        display: none;
    }

    .section10-header {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 20px;
    }

    .section10-header-left h3 {
        font-size: 24px;
        max-width: 100%;
    }

    .section10-header-right {
        max-width: 100%;
    }

    .section10-header-right p {
        font-size: 16px;
    }

    .section10-header-btn {
        width: 100%;
    }

    .section10-header-note {
        text-align: center;
        font-size: 12px;
    }

    .section12 .section12-cont-top {
        flex-direction: column;
    }

    .section12 {
        padding: 40px 0px;
    }

    .section12 .section12-cont-top .text h2 {
        font-size: 24px;
    }

    .section12 .section12-cont-top .text ul {
        justify-content: center;
    }

    .section12 .section12-cont-top .text .btn {
        width: 100%;
    }

    .section10 .section10-cont-bottom .list .itm {
        margin: 0px 10px;
    }

    .section10 .section10-cont-bottom .list {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }

    .section12-cont-bottom .list {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }

    .section13 {
        padding: 40px 0px;
    }

    .section13 .section13-cont h2 {
        font-size: 23px;
    }

    .section14 {
        padding: 0px 0px;

    }

    .section14 .section14-cont {
        padding: 10px 10px;
        flex-direction: column;
    }


    .section14 .section14-cont h2 {
        font-size: 24px;
        text-align: left;
    }

    .section14 .section14-cont p {
        text-align: left;
    }

    .section14 .section14-cont .btn {
        width: 100%;
    }

    .section14 .section14-cont .right-side {
        padding: 0px;
    }

    .section14 .section14-cont h6 {
        text-align: center;
    }

    .section15 {
        padding: 40px 0px;
    }

    .section15 .section15-cont-top {
        flex-direction: column;
    }

    .section15 .section15-cont-top h2 {
        font-size: 24px;
    }

    .section15 .section15-cont-top .btn {
        width: 100%;
    }

    .section4 .section4-cont-mid .itm {
        flex: none;
    }

    .section15 .section15-cont-bottom .list .itm {
        flex: none;
    }

    .section15 .section15-cont-bottom .list .slick-slide {
        width: 85vw;
        margin-right: 15px;
        display: block;
    }

    .section15 .section15-cont-bottom .list .itm .info {
        width: fit-content;
    }

    .section15 .section15-cont-bottom .list {
        width: calc(100% + 30px);
        margin-right: -15px;
    }

    .section16 {
        padding: 40px 0px;
    }

    .section16 .section16-cont {
        padding: 20px;
    }

    .section16 .section16-cont h2 {
        font-size: 24px;
    }

    footer {
        padding: 40px 0px;
    }

    footer .footer-cont-1 .list {
        flex-direction: column;
        margin-bottom: 40px;
        gap: 0px;
    }

    footer .footer-cont-1 .list>*:not(:last-child) {
        margin-bottom: 20px;
    }

    footer .footer-cont-1 .list .itm {
        width: 100%;
    }

    footer .footer-cont-2 {
        flex-direction: column;
        gap: 0px;
    }

    footer .footer-cont-2>*:not(:last-child) {
        margin-bottom: 40px;
    }

    footer .footer-cont-2 .left-side>*:not(:last-child) {
        margin-bottom: 40px;
    }

    footer .footer-cont-2 .right-side .list {
        flex-direction: column;
        gap: 0px;
    }

    footer .footer-cont-2 .right-side .list>* {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    footer .footer-cont-3 {
        padding-bottom: 40px;
    }

    footer .footer-cont-4 {
        padding-top: 40px;
        position: relative;
        gap: 0px
    }

    footer .footer-cont-4>*:not(:last-child) {
        margin-top: 40px;
    }

    footer .footer-cont-4::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(to right, transparent, var(--border-color) 50%, var(--border-color) 60%, transparent);
    }

    footer .footer-cont-4 .right-side {
        position: relative;
        padding-bottom: 40px;
        width: 100%;
    }

    footer .footer-cont-4 .right-side::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(to right, transparent, var(--border-color) 50%, var(--border-color) 60%, transparent);
    }

    footer .footer-cont-4 .right-side .list {
        flex-direction: column;
    }

    footer .footer-cont-4 .right-side .list .itm {
        margin-right: 0px;
        padding-right: 0px;
        border-right: 0px;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    footer .footer-cont-4 .right-side .list {
        align-items: flex-start;
    }

    footer .footer-cont-4 .right-side .list .itm a {
        font-size: 16px;
    }

    footer .footer-cont-4 .left-side p {
        font-size: 16px;
    }

    .section10 .section10-cont-bottom .list .itm {
        border-top: 2px solid var(--primary-color) !important;
    }

    footer .footer-cont-2 .right-side .list .itm {
        padding: 0px 15px;
    }

    .header .war p {
        font-size: 16px;
    }

    .how-title {

        margin-bottom: 16px;

    }

    .testimonial-card>img {

        object-fit: contain;

    }
}

@media only screen and (max-width: 450px) {
    .quiz-features {
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    .header .header2 .header2-cont .btn {
        margin-left: 10px;
    }

    footer .footer-cont-2 .right-side .list .itm .address:before {
        width: 33px;
    }

    .section14 .section14-cont .btn span {

        font-size: 12px;
    }


    .testimonial-card {
        flex: 0 0 100vw;
    }



    .section5 .section5-cont .list .itm h2 {
        font-size: 22px;
    }

    .section5 .section5-cont .list .itm p img {
        width: 30px;
    }

    .header .header2 .header2-cont .btn {
        height: 40px;
        width: 125px;
    }

    .section5 .section5-cont .list .itm p {
        font-size: 13px;
    }






    .section5 h5 img {
        width: 25px;
    }

    .section5 h5 {
        font-size: 13px;
    }

    .section6 .section6-cont .weight-card {
        padding: 20px;
    }

    .section8 .section8-cont .right-side ul {
        flex-direction: column;
    }

    .section9 .list .itm h3 {
        font-size: 38px;
    }

    .section11 .section11-cont .left-side ul li {
        font-size: 12px;
    }

    footer .footer-cont-2 .right-side .list .itm p {
        font-size: 11px;
    }

    .quiz-features {
        font-size: 12px;
    }

}