/* ===== CSS RESET ===== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== BODY ===== */

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    background: #fff;
}

/* ===== IMAGE ===== */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== LINK ===== */

a {
    text-decoration: none;
    color: inherit;
}

/* ===== LIST ===== */

ul,
ol {
    list-style: none;
}

/* ===== BUTTON ===== */

button {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}

/* ===== INPUT ===== */

input,
textarea,
select {
    outline: none;
    border: none;
    font-family: inherit;
}

/* ===== CONTAINER ===== */

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

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

section {
    padding: 60px 20px;
}

/* Header */
.topHeader {
    width: 100%;
    padding: 10px 50px;
    background: #fbfbfb;
}

.logoBox img {
    max-width: 140px;
    display: block;
}

/* 12.08.2026 */
/* animation css */
/* .anim {
    position: fixed;
    border: 0px solid #eaeaea;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;

    color: #111;
    display: block;
    
}


.footer-bg {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 150px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: moveBottomTop 12s linear infinite;
    opacity: 0;
} */

/* 14 Aug 26 */

.anim {
    position: fixed;
    width: 100%;
    height: 100vh;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.footer-bg {
    position: absolute;
    width: 150px;
    height: 120px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    opacity: 1;
    /* Halki left-right movement */
    animation: gentleMove 3s ease-in-out infinite;
}

@keyframes gentleMove {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
    }

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


/* 14 Aug 26 end */


.bg-one {
    background-image: url("../images/bg-1.png");
    max-width: 160px;
    left: 9%;
    top: 5%;
}

.bg-two {
    background-image: url("../images/bg-2.png");
    max-width: 160px;
    right: 3%;
    top: 12%;
}

.bg-three {
    background-image: url("../images/bg-3.png");
    max-width: 160px;
    left: 23%;
    top: 28%;
}

.bg-four {
    background-image: url("../images/bg-4.png");
    max-width: 160px;
    right: 20%;
    top: 40%;
}

.bg-five {
    background-image: url("../images/bg-5.png");
    max-width: 160px;
    left: 2%;
    top: 65%;
}

.bg-six {
    background-image: url("../images/bg-6.png");
    max-width: 160px;
    right: 21%;
    bottom: 5%;
}

.bg-seven {
    background-image: url("../images/bg-7.png");
    max-width: 160px;
    left: 20%;
    bottom: 5%;
    display: none;
}

.bg-eight {
    background-image: url("../images/bg-8.png");
    max-width: 160px;
    right: 4%;
    bottom: 20%;
}

/* Bottom to Top */
/* @keyframes moveBottomTop {

    0% {
        bottom: -10%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0;
    }
} */

/* animation css end */
/* 12.08.2026 end */

/* Responsive */
@media(max-width:768px) {

    .topHeader {
        background: #fbfbfb;
        padding: 10px 20px;
    }

    .logoBox img {
        max-width: 120px;
    }
}

.banner {
    width: 100%;
    /* background: #fbfbfb; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bannerTop {
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 12%;
}

.banLeft {
    width: 40%;
}

.banRight {
    width: 45%;
    /* padding: 150px 20px 75px 20px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.banLeft img,
.banRight img {
    width: 100%;
}

.banRight h1 {
    font-size: 124px;
    color: #0072BC;
    margin-bottom: 20px;
    text-align: center;
    line-height: 120px;
}

.banRight h1 span {
    font-size: 160px;
    color: #0072BC;
    display: block;
    margin: 40px 0;
}

.banRight p {
    font-size: 124px;
    color: #00AEEF;
    margin-bottom: 20px;
    text-align: center;
    line-height: 80px;
}

.bannerTop1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    /* padding: 0 12%; */
}

.bannerBottomSec {
    /* background: #f5f5f5; */
    /* background: #fbfbfb; */
}

.bannerBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.bottomtxt {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    background: #FFE8A8;
    border-radius: 30px;
    padding: 80px 100px 50px 100px;
}

.bottomtxt p {
    font-size: 24px;
    color: #2B2B2B;
    margin-bottom: 30px;
    text-align: center;
    line-height: 36px;
}

.bottomtxt p span {
    color: #005EB8;
    font-weight: 600;
    font-size: 28px;
}

p.inputxt {
    font-size: 18px;
    color: #375C8D;
    line-height: 24px;
}

.btnBox {
    display: flex;
    justify-content: center;
    margin-top: 30px;

}

.bottomtxt input {
    width: 40px;
    height: 20px;
    display: inline-block;
}

/* button effect */
/* .contiBtn {
    background: #005EB8;
    color: #fff;
    padding: 15px 60px;
    border-radius: 30px;
    font-size: 20px;
} */

.contiBtn {
    background: linear-gradient(135deg, #005EB8, #007BFF);
    color: #fff;
    padding: 12px 60px;
    border: none;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 94, 184, 0.3);
}

/* Hover Effect */
.contiBtn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 28px rgba(0, 94, 184, 0.45);
    background: linear-gradient(135deg, #007BFF, #005EB8);
}

/* Click Effect */
.contiBtn:active {
    transform: scale(0.96);
}

/* Shine Animation */
.contiBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: 0.7s;
}

.contiBtn:hover::before {
    left: 130%;
}

/* button effect end */
/* privacy policy */

.privacyPol {
    background: #fff;
    padding: 40px 20px;

}

.privacyContent {
    max-width: 1500px;
    margin: 0 auto;
    text-align: left;
}

.privacyContent h2 {
    font-size: 20px;
    color: #375C8D;
    margin-bottom: 10px;
}


.privacyContent p {
    font-size: 15px;
    color: #375C8D;
    line-height: 24px;
}

.footer {
    width: 100%;
    background: #005EB8;
    padding: 20px 15px;
    text-align: center;
}

.footerContent p {
    font-size: 16px;
    color: #fff;
}

/* privacy policy end */



/* page 2  */

.bannerInner {
    padding: 0px;
}

/*  */

.tracker-wrapper {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.tracker-card {
    background: #fff;
    border: 2px solid #0066cc;
    border-radius: 70px;
    padding: 38px 64px;
    position: relative;
}

.heading {
    text-align: center;
    margin-bottom: 28px;
}

.heading h1 {
    font-size: 32px;
    color: #005fc5;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
}

.heading h1 span {
    font-size: 45px;
    text-decoration: underline;
    font-weight: 700;
}

.heading p {
    font-size: 24px;
    line-height: 1.1;
    color: #005fc5;
    font-weight: 700;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group label {
    display: block;
    color: #005fc5;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

.selffrm {
    background: #dddddd;
    border: 0px solid #f00;
    border-radius: 50px;
    padding: 0 15px 0 10px;
}

.input {
    width: 100%;
    height: 52px;
    border: none;
    outline: none;
    background: #dddddd;
    border-radius: 50px;
    padding: 0 24px;
    font-size: 18px;

    color: #444;
}

.input:focus {
    background: #005fc5;
    color: #fff;
}

.selffrm .input:focus {
    background: #dddddd;
    color: #444;
}

.input::placeholder {
    color: #7d7d7d;
}

.small-badge {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0b93de;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    border: 4px solid #f3f3f3;
}

.badge-name {
    top: 32px;
    left: 82px;
}

.badge-whatsapp {
    top: 32px;
    left: 145px;
}

.divider {
    height: 1px;
    background: #777;
    margin: 30px 0 20px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.section-title h2 {
    color: #005fc5;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.section-title .small-badge {
    position: relative;
    top: auto;
    left: auto;
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.gender-wrap {
    display: flex;
    gap: 14px;
}

.gender-box {
    flex: 1;
    height: 56px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
    background: #dddddd;
}

.gender-box.active {
    background: #005fc5;
    color: white;
}

.gender-box.inactive {
    background: #dddddd;
    color: #666;
}

.radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid currentColor;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}

.gender-box.active .radio::after {
    content: '';
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dob-row {
    display: flex;
    gap: 14px;
}

.dob-row input {
    flex: 1;
    text-align: center;
}

.dropdown-group {
    position: relative;
}

.dropdown-badge {
    position: absolute;
    top: -10px;
    right: -70px;
}

.continue-btn {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.continue-btn button {
    border: none;
    background: #005fc5;
    color: white;
    min-width: 220px;
    height: 70px;
    border-radius: 60px;
    font-size: 36px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 95, 197, 0.2);
}

.continue-btn button:hover {
    transform: translateY(-3px);
    background: #004ea5;
}

/* RESPONSIVE */

@media(max-width:768px) {

    .tracker-card {
        padding: 34px 24px;
        border-radius: 40px;
    }

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

    .heading h1 span {
        font-size: 40px;
    }

    .heading p {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .input {
        height: 52px;
        font-size: 16px;
    }

    /* .gender-wrap {
        flex-direction: column;
    } */

    /* .dob-row {
        flex-direction: column;
    } */

    .continue-btn button {
        width: 100%;
        min-width: unset;
        font-size: 30px;
        height: 62px;
    }

    .dropdown-badge {
        right: 10px;
        top: -56px;
    }

    .badge-name {
        left: 70px;
    }

    .badge-whatsapp {
        left: 120px;
    }

}

@media(max-width:480px) {

    .tracker-card {
        padding: 28px 18px;
        border-radius: 32px;
    }

    .heading h1 {
        font-size: 22px;
    }

    .heading h1 span {
        font-size: 30px;
    }

    .heading p {
        font-size: 18px;
    }

    .form-group label {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .small-badge {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .badge-name {
        left: 58px;
    }

    .badge-whatsapp {
        left: 102px;
    }

    .continue-btn button {
        font-size: 26px;
    }

}


/* page 2 end */

/* page 3 */
.headingAigrow {
    text-align: center;
    margin-bottom: 28px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0px auto;
}

.headingAigrow h3 {
    font-size: 30px;
    color: #005fc5;
    line-height: 1.2;
    margin-bottom: 6px;
    font-weight: 700;
}



.upload-wrapper {
    max-width: 870px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.uploadLeft {
    flex: 1;
    min-width: 300px;
}

.uploadRight {
    flex: 1;
    min-width: 300px;
}

.option-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #005fc5;
}

.option-title span {
    color: #000000;
}

.padTopBo {
    padding: 0px 15px 30px 15px;
}

.yellowBox {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* background: #FFE8A8; */
    border-radius: 30px;
    padding: 40px 30px;
    margin: 0 auto 20px auto;
}

.yellowBox p {
    font-size: 18px;
    color: #375C8D;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.yeloCamUpload {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 40px;
    margin: 30px 0;
}

.yellowBox button img,
.yellowBox label img {
    max-width: 500px;
    width: 100%;
}

.yellowColor {
    width: 50%;
    background: #FFE8A8;
    padding: 50px 50px 50px 50px;
    border-radius: 30px;
}

.yellowGray {
    width: 50%;
    background: #E9F0FF;
    padding: 50px 50px 50px 50px;
    border-radius: 30px;
}

.yeloCamUpload button img,
.yeloCamUpload label img {
    margin-bottom: 10px;
    display: inline;
}

/* page 3 end */

/* page 4 start */
section.resultSection {
    padding: 60px 20px 20px;
}

.ResultAigrow {
    text-align: center;
    margin-bottom: 28px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 28px auto;
}

.ResultAigrow h3 {
    font-size: 38px;
    color: #071b6b;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 1.2;
}

section.healthcardsection {
    padding: 0 20px 60px;
}

.healthCardsWraper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.health-card {
    max-width: 730px;
    width: 100%;
    border-radius: 30px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1.33px solid #B2B2B2;
}

/* DIFFERENT CARD COLORS */

.health-card-weight {
    background: #FFE8A8;
}

.health-card-height {
    background: #E9F0FF;
}

/* ICON */

.health-card-icon {
    max-width: 200px;
    width: 100%;
    height: 173px;
    display: flex;
    /* min-width: 90px; */
    justify-content: center;
    align-items: center;
}

.health-card-icon img {
    width: 100%;
    max-width: 130px;
    display: block;
}

/* CONTENT */

.health-card-content {
    flex: 1;
}

.health-card-title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    color: #000C51;
    margin-bottom: 15px;
}

/* VALUES */

.health-card-values {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.health-card-input {
    width: 210px;
    height: 100px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    line-height: 42px;
    font-weight: 600;
    color: #071b6b;
}

.health-card-input span {
    font-size: 30px;
    /* margin-left: 4px; */
    line-height: 32px;
}

.health-card-result {
    font-size: 48px;
    font-weight: 700;
    color: #071b6b;
    letter-spacing: -1.71px;
}

.health-card-result span {
    font-size: 30px;
}

/* TEXT */

.health-card-text {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000C51;
    margin-bottom: 6px;
}

.health-card-range {
    font-size: 24px;
    line-height: 32px;
    color: #585B61;
    /* line-height: 1.5; */
}

.health-card-range strong {
    display: block;
    /* color: #071b6b; */
    margin-top: 2px;
    font-weight: 700;
}

.chart-canvas-wrap {
    height: 350px !important;
    width: 700px !important;
}

/* RESPONSIVE */

@media(max-width:1420px) {
    .healthCardsWraper {
        gap: 35px;
    }

    .health-card {
        max-width: 590px;
    }

    .health-card-icon {
        max-width: 120px;
    }

    .health-card-icon img {
        max-width: 119px;
    }

    /* .health-card-title {
        font-size: 34px;
    } */

    .health-card-input {
        width: 170px;
        height: 81px;
        font-size: 40px;
    }

    .health-card-result {
        font-size: 40px;
    }

    .health-card-range {
        font-size: 20px;
    }

    .chart-canvas-wrap {
        height: 325px !important;
        width: 600px !important;
    }
}

@media(max-width:1280px) {
    .chart-canvas-wrap {
        height: 300px !important;
        width: 543px !important;
    }

    .health-card-title {
        font-size: 27px;
    }
}

@media(max-width:1024px) {
    .chart-canvas-wrap {
        height: 250px !important;
        width: 400px !important;
    }

    .health-card-title {
        min-height: 65px;
    }

    .health-card-values {
        align-items: self-start;
        gap: 12px;
        flex-direction: column;
    }
}

@media(max-width:1024px) {
    .chart-canvas-wrap {
        height: 250px !important;
        width: 314px !important;
    }
}

@media(max-width:767px) {
    .chartWrapper {
        flex-direction: column;
    }

    .yeloCamUpload {
        flex-direction: column;
    }

    .yellowColor {
        width: 100%;
    }

    .yellowGray {
        width: 100%;
    }

    .chart-canvas-wrap {
        height: 263px !important;
        width: 540px !important;
    }
}

@media(max-width:575px) {
    .health-card-title {
        font-size: 25px;
        min-height: auto;
    }

    .chart-canvas-wrap {
        height: 263px !important;
        width: 400px !important;
    }
}

@media(max-width:430px) {
    .chart-canvas-wrap {
        height: 263px !important;
        width: 340px !important;
    }
}

@media(max-width:375px) {

    .chart-canvas-wrap {
        height: 150px !important;
        width: 231px !important;
    }
}

@media(max-width:430px) {
    section.resultSection {
        padding: 35px 20px 20px;
    }

    .ResultAigrow h3 {
        font-size: 22px;
    }
}

section.chartSection {
    padding: 0px 20px 60px;
}

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

.weight_chart {
    border: 1.33px solid #C9C9C9;
    border-radius: 20px;
    padding: 20px;
}



.chart-canvas-wrap canvas {
    width: 100% !important;
    height: 100%;
}

section.ShareSection {
    padding: 40px 20px 37px;
}

.ResultAigrow2.ResultAigrow h3 {
    font-size: 26px;
    color: #2B2B2B;
    margin-bottom: 6px;
    font-weight: 400;
    line-height: 1.36;
}

.ResultAigrow2.ResultAigrow {
    text-align: center;
    margin-bottom: 28px;
    width: 100%;
    max-width: 963px;
    margin: 0 auto 28px auto;
}

.share-btn {
    max-width: 500px;
    width: 100%;
    /* background: #0d63bc; */
    border-radius: 77px;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    margin: 30px auto 0;
}

.share-btn-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-btn-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.share-btn-text {
    color: #000;
    font-size: 36px;
    font-weight: 400;
}


.share-btn-text strong {
    font-weight: 700;
}

section.featureSection {
    padding: 0 20px 60px;
}

.feature-list {
    width: 100%;
    max-width: 830px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
}

/* CARD */

.feature-card {
    width: 100%;
    min-height: 52px;
    background: #f7f7f7;
    border: 1.33px solid #C9C9C9;
    border-radius: 20px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ACTIVE CARD */
.feature-card:hover {
    background: #dfe5f2;
}

.feature-card-active {
    background: #dfe5f2;
}

/* ICON */

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

.feature-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* TEXT */

.feature-card-text {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 32px;
}

/* page 4 end */

@media (max-width: 1024px) {
    .bottomtxt {
        padding: 60px 50px 50px 50px;
    }

    .bottomtxt p {
        font-size: 22px;
    }


}

@media (max-width:991px) {
    .bottomtxt p br {
        display: none;
    }

    .feature-card-text {
        font-size: 24px;
        line-height: 1.2;
    }

    .ResultAigrow h3 {
        font-size: 30px;
    }

    .health-card-title {
        font-size: 30px;
    }

    .share-btn-text {
        font-size: 30px;
    }


}

@media (max-width: 768px) {
    section {
        padding: 30px 20px;
    }

    .bottomtxt p {
        font-size: 22px;
        line-height: 30px;
    }

    .privacyPol {
        padding: 20px 20px 40px 20px;
    }

    .healthCardsWraper {
        flex-direction: column;
    }

}

@media (max-width: 767px) {}

@media (max-width:600px) {
    .bottomtxt {
        padding: 30px;
    }

    .bottomtxt p {
        font-size: 16px;
        line-height: 24px;
    }

    .bottomtxt p span {
        font-size: 24px;
    }

    .contiBtn {
        padding: 12px 50px;
        font-size: 20px;
    }

    .bottomtxt p {
        margin-bottom: 25px;
    }

    .privacyContent p {
        font-size: 16px;
    }

    .heading p br {
        display: none;
    }

    .chartWrapper {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .yellowBox {
        padding: 0px;
    }

    .health-card {
        flex-direction: column;
        align-items: center;
    }

    .share-btn-text {
        font-size: 20px;
    }

    .share-btn-icon img {
        width: 30px;
        height: 30px;
    }

    .share-btn-icon {
        width: 50px;
        height: 50px;
    }

    .feature-card-text {
        font-size: 18px;
    }

    .health-card-icon {
        height: 120px;
    }

    .ResultAigrow h3 {
        font-size: 22px;
    }

    .health-card-title {
        font-size: 24px;
    }

    .health-card-input {
        width: 155px;
        height: 60px;
        font-size: 30px;
    }

    .health-card-result {
        font-size: 30px;
    }

    section.chartSection {
        padding: 0px 20px 20px;
    }

    .ResultAigrow2.ResultAigrow h3 {
        font-size: 20px;
    }

    section.featureSection {
        padding: 0px 20px 40px;
    }
}

@media (max-width: 400px) {
    section {
        padding: 30px 15px;
    }

    .privacyPol {
        padding: 20px 15px 40px 15px;
    }
}

/* page 3 video css */

.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0%;
    background: rgba(0, 0, 0, 0.01);
    cursor: pointer;
    font-size: 0px;
    transition: .3s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* page 3 video css end */



@media (max-width: 768px) {}