body {
    font-family: Arial;
    color: #333;
}

@media(max-width:768px) {

    /* FIX IMAGE SIZE */

    .hero-img {
        max-width: 220px;
    }

    /* FIX TEXT */

    .hero-title {
        font-size: 20px;
        text-align: center;
    }

    .hero-sub {
        font-size: 14px;
        text-align: center;
    }

    /* CENTER EVERYTHING */

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    /* OFFER BOX FULL WIDTH */

    .offer-box {
        width: 100%;
        text-align: center;
    }

    /* FORM HEADING */

    .consult-box h2 {
        font-size: 20px;
    }

    /* REMOVE SIDE CUT ISSUE */

    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }

}

/* HEADER */

.main-header {
    background: #f5f5f5;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

/* FLEX */

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */

.logo img {
    height: 50px;
}

/* CALL SECTION */

.call-box {
    font-size: 24px;
    color: #1e4f7c;
    font-weight: 500;
}

.call-number {
    font-weight: bold;
    color: #1e4f7c;
    text-decoration: none;
    margin-left: 5px;
}

/* ================= */
/* MOBILE VIEW */
/* ================= */

@media(max-width:768px) {

    .header-flex {
        padding: 0 10px;
    }

    /* smaller logo */

    .logo img {
        height: 40px;
    }

    /* convert call into icon style */

    .call-box {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
    }

    /* phone icon */

    .call-box::before {
        content: "📞";
        background: #1e4f7c;
        color: white;
        padding: 6px;
        border-radius: 50%;
        font-size: 12px;
    }

    /* hide text for compact UI */

    .call-text {
        display: none;
    }

    .call-number {
        font-size: 14px;
    }

}

.hero-wooveda {
    background: linear-gradient(180deg,
            #ffe6f0 0%,
            #f8bbd0 50%,
            #e91e63 100%);
    padding: 80px 0;
    color: #333;
}

/* TITLE */

.hero-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* SUBTEXT */

/* OFFER BOX */

.offer-box {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    max-width: 300px;
    text-align: center;
    margin-top: 10px;
    background: rgb(234 41 107);
    backdrop-filter: blur(5px);
    transition: 0.3s;
}

/* MAIN TEXT */

.offer-box h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 8px;
    color: white;
    letter-spacing: 1px;
}

/* SUB TEXT */

.offer-box p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    opacity: 0.9;
}

/* HOVER EFFECT (Premium feel) */



/* MOBILE */

@media(max-width:768px) {

    .offer-box {
        max-width: 100%;
        padding: 10px;
    }

    .offer-box h2 {
        font-size: 32px;
    }

}

.offer-box {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3),
        0 10px 40px rgba(0, 0, 0, 0.2);
}

.hero-sub {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 20px;
}

/* RATING */

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.stars {
    color: #ffd700;
}

.score {
    font-weight: bold;
}

/* BUTTONS */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-main {
    background: white;
    color: #e91e63;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-main:hover {
    transform: scale(1.05);
}

/* OFFER BOX */

.offer-box {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
}

.offer-box strong {
    display: block;
    font-size: 20px;
}

/* ACTION WRAPPER */

.hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    margin-top: 25px;
}

/* BUTTON */

.btn-main {
    background: white;
    color: #e91e63;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

/* OFFER BOX */



/* TEXT */

.offer-box h2 {
    font-size: 28px;
    margin: 0;
    color: white;
}

.offer-box p {
    margin: 0;
    font-size: 14px;
    color: white;
    opacity: 0.9;
}

.hero-actions {
    justify-content: flex-start;
}

/* ================= */
/* MOBILE FIX */
/* ================= */

@media(max-width:768px) {

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    /* full width button */

    .btn-main {
        width: 100%;
        text-align: center;
    }

    /* offer below button */

    .offer-box {
        width: 100%;
    }

}

/* IMAGE */

/* SLIDER IMAGE */

.hero-img {
    max-width: 350px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

/* SLIDER CONTAINER */

.heroSwiper {
    padding-bottom: 40px;
}

/* DOTS */

.swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/* MOBILE OPTIMIZATION */

/* MOBILE OPTIMIZATION */

@media(max-width:768px) {

    .hero-wooveda {
        padding: 40px 15px;
        text-align: center;
    }

    /* TITLE */

    .hero-title {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    /* SUBTEXT */

    .hero-sub {
        font-size: 15px;
        margin-bottom: 15px;
    }

    /* RATING */

    .rating {
        justify-content: center;
        margin-bottom: 15px;
    }

    /* BUTTON */

    .btn-main {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }

    /* OFFER BOX */

    .offer-box {
        margin: 15px auto;
        display: inline-block;
    }

    /* IMAGE */

    .hero-img {
        max-width: 250px;
        margin: auto;
    }

    /* SLIDER SPACING */

    .heroSwiper {
        margin-top: 20px;
    }

}

/* spacing between elements */

.hero-title,
.hero-sub,
.rating,
.btn-main,
.offer-box {
    margin-bottom: 12px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 40px;
}

.why-section {
    margin-bottom: 50px;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


.results-section {
    padding: 80px 0;
}


.review-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    background: #e91e63;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.stars {
    color: #ffb400;
    font-size: 14px;
}

.google {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}


@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #25d366;
    /* Official WhatsApp green */
    color: white;
    font-size: 26px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 999;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.call-float {
    position: fixed;
    bottom: 90px;
    left: 20px;
    background: #ffdbe7;
    color: white;
    font-size: 26px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 999;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.call-float:hover {
    transform: scale(1.1);
}


.form-section {
    padding: 80px 0;
    background: #fff0f5;
}


.footer {
    background: #222;
    color: white;
    padding: 20px;
}

.faq-section {
    background: #f8f8f8;
}

.faq-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-answer {
    display: none;
    padding: 15px 18px;
    color: #555;
    line-height: 1.6;
}

.faq-item.active {
    border: 1px solid #000;
}

.faq-item.active .faq-answer {
    display: block;
}

.icon {
    transition: 0.3s;
}

.faq-item.active .icon {
    transform: rotate(180deg);
}

.consult-section {
    background: #ffe6f0;
}

/* IMAGE */

.consult-img {
    max-width: 520px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* FORM BOX */

.form-box {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

/* TRUST */

.trust-text {
    font-size: 14px;
    color: #28a745;
    font-weight: 600;
}

/* URGENCY */

.urgency {
    color: #e91e63;
    font-weight: 700;
    font-size: 14px;
}

/* INPUT */

.form-control {
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #e91e63;
    box-shadow: none;
}

/* BUTTON */

.primary-btn {
    background: linear-gradient(45deg, #ff2e74, #e91e63);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}

.primary-btn:hover {
    transform: scale(1.03);
}

/* SAFE TEXT */

.secure-text {
    font-size: 13px;
    color: #777;
}

/* MOBILE STICKY CTA */

@media(max-width:768px) {

    .primary-btn {
        position: fixed;
        bottom: 10px;
        left: 10px;
        right: 10px;
        z-index: 999;
    }

}

.confidence-section {
    background: #f3dce3;
}

.feature-pill {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 50px;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-pill .icon {
    width: 60px;
    height: 60px;
    background: #ffe6f0;
    color: #e91e63;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.feature-pill h5 {
    margin: 0;
    font-weight: 600;
}

.feature-pill p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.ayurveda-section {
    background: #fafafa;
}

.ayurveda-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.ayurveda-card:hover {
    transform: translateY(-5px);
}

.ayurveda-card img {
    max-height: 300px;
}

.ayurveda-card h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ayurveda-card p {
    color: #666;
    margin-bottom: 20px;
}

.buy-btn {
    background: #e91e63;
    color: white;
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 600;
}

.buy-btn:hover {
    background: #c2185b;
}

/* SECTION BACKGROUND */

.consult-wooveda {
    background: #fff0f5;
}

/* BOX */

.consult-box {
    background: #ffe6f0;
    padding: 40px;
    border-radius: 20px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* INPUT */

.form-control {
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #e91e63;
    box-shadow: none;
}

/* LABEL */

.form-label {
    font-weight: 600;
    margin-bottom: 6px;
}

/* BUTTON */

.consult-btn {
    background: linear-gradient(45deg, #ff2e74, #e91e63);
    color: white;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.consult-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(233, 30, 99, 0.4);
}

.consultation-btn {
    background: #ffffff;
    color: #e91e63;
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #e91e63;
    transition: all 0.3s ease;
    position: relative;
    font-size: 19px;
}

/* GOLD BORDER GLOW EFFECT */

.consultation-btn:hover {
    color: #fff;
    background: linear-gradient(45deg, #ff2e74, #e91e63);
    border-color: #ffc107;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
    transform: translateY(-2px);
}

.consultation-btn {
    box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.3),
        0 10px 30px rgba(233, 30, 99, 0.2);
}

/* MOBILE */

@media(max-width:768px) {

    .consult-box {
        padding: 25px;
    }

    .consult-btn {
        width: 100%;
    }

}

/* SECTION */

.wooveda-points {
    background: #fff;
}

/* BOX */

.point-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
    background: #fdf4f7;
    transition: 0.3s;
}

/* HOVER EFFECT */

.point-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.15);
}

/* ICON */

.point-icon {
    width: 60px;
    height: 60px;
    background: #e91e63;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

/* TEXT */

.point-box h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.point-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* MOBILE */

@media(max-width:768px) {

    .point-box {
        flex-direction: row;
        padding: 15px;
    }

    .point-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

}

/* BLINK EFFECT */

.whatsapp-blink {
    animation: blinkPulse 1.5s infinite;
    border: 2px solid #25D366;
}

/* KEYFRAMES */

@keyframes blinkPulse {

    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }

}

/* ICON GREEN */

.whatsapp-blink .point-icon {
    background: #25D366;
}


/* DESKTOP → NORMAL GRID */

.productSwiper {
    overflow: hidden;
}

@media(min-width:769px) {

    /* DESKTOP GRID */
    .productSwiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .productSwiper .swiper-slide {
        width: 100% !important;
    }

    .swiper-pagination {
        display: none;
    }

}