/* ================================================================
   Doctor Hulk Medicine — style.css
   ================================================================ */

/* ── Google Font Import ── */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Patua+One&family=Noto+Serif+Devanagari:wght@400;500;600&display=swap');

/* ── Reset & Base ── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
}

html {
    background: #000;
    color-scheme: dark;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #ddd;
    margin: 0;
    padding-top: 45px;
    /* Space for fixed header and footer */
    overflow-x: hidden;
}

/* ── Central Mobile Column ── */
.main-wrapper {
    max-width: 480px;
    margin: 0 auto;
    background: #000;
    min-height: 100vh;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    padding-bottom: 100px;
    /* space for sticky footer */
}

a {
    text-decoration: none;
    color: #b5654c;
}

a:hover {
    color: #b5654c;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

p {
    margin-bottom: 0.5rem;
}

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

section {
    padding: 40px 0;
    overflow: hidden;
    background: #000;
}

/* ═══════════════════════════════════════════
   FIXED TOP MARQUEE BAR
   ═══════════════════════════════════════════ */
.fixed-background {
    background-color: #dc3545;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    font-size: clamp(14px, 2.5vw, 20px);
    font-weight: bold;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
}


.fixed-background marquee {
    line-height: 28px;
}

/* ═══════════════════════════════════════════
   FIXED BOTTOM CTA
   ═══════════════════════════════════════════ */
.call-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #11659e;
    padding: 12px;
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.6);
}

.call-footer a {
    background: #ff3333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    width: 90%;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

.call-footer p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

/* ═══════════════════════════════════════════
   HERO BANNER
   ═══════════════════════════════════════════ */
#hero {
    width: 100%;
    overflow: hidden;
    background: #000;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* Mobile: full-width banner */
#hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

/* Desktop: cap banner at readable width, centred */
@media (min-width: 1024px) {
    #hero {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background: #000;
        min-height: 600px;
    }

    #hero img {
        max-width: 560px;
        width: 100%;
        object-fit: contain;
    }
}

.reviews-section {
    background: #f1f1f1 !important;
    /* Reference gray */
    padding: 30px 0;
}

.reviews-section {
    background: #f1f1f1 !important;
    /* Reference gray */
    padding: 30px 0;
}

.review-card {
    background: #fff !important;
    color: #333 !important;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.reviewer-name {
    color: #333 !important;
    font-weight: 700;
    margin: 10px 0 5px;
}

.review-text {
    color: #555 !important;
    line-height: 1.6;
    font-size: 15px;
}

.review-date {
    color: #1267a0;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

/* We Proudly Say Styling */
.benefits-list {
    padding: 20px;
    background: linear-gradient(135deg, #e0f2f1 0%, #fff 100%);
    border-radius: 15px;
    margin: 20px 0;
    border: 1px solid #b2dfdb;
}

.benefit-item-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #004d40;
}

.benefit-item-row i {
    font-size: 20px;
}

.section-dark {
    background: #0d0d0d !important;
}

/* ═══════════════════════════════════════════
   ABOUT / INTRO SECTION
   ═══════════════════════════════════════════ */
.about {
    padding: 0;
    position: relative;
}

.about::before {
    content: "";
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about .container {
    position: relative;
}

.section-title1 {
    text-align: center;
    padding: 20px 20px 0;
}

.section-title1 h1 {
    font-size: clamp(24px, 5vw, 42px);
    font-family: "Patua One", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff3333;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* ═══════════════════════════════════════════
   BORDER LINE IMAGES
   ═══════════════════════════════════════════ */
.border-line {
    text-align: center;
    margin: 12px 0;
}

.border-line img {
    border-radius: 6px;
    width: 100%;
}

.rounded-img {
    border-radius: 12px;
}

/* ═══════════════════════════════════════════
   HEADING HELPERS
   ═══════════════════════════════════════════ */
.main-heading {
    color: #fff;
    font-size: clamp(1.3rem, 3.5vw, 2.2rem);
    text-align: center;
    margin-bottom: 16px;
    font-family: "Patua One", sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
}

.struggle-heading {
    padding: 12px 20px;
    border-radius: 40px;
    background-color: #fff;
    color: #000;
    font-size: clamp(1.1rem, 2.8vw, 1.6rem);
    text-align: center;
    margin: 16px auto;
    font-weight: 700;
    display: block;
    width: fit-content;
    max-width: 90%;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.key-benefits-header {
    background-color: #ffd700;
    color: #000;
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    margin: 16px 0;
}

.key-benefits-header h2 {
    color: #000;
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
}

.perf-heading-blue {
    color: #1267a0;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    text-align: center;
    margin-bottom: 4px;
}

.perf-heading-white {
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    text-align: center;
    margin-bottom: 12px;
}

.who-heading {
    color: #ffd700;
    font-size: clamp(1.3rem, 3vw, 2rem);
    text-align: center;
    margin: 16px 0 8px;
}

.who-sub {
    color: #1267a0;
    font-size: clamp(14px, 2vw, 18px);
    text-align: center;
    margin-bottom: 16px;
}

.cta-block {
    text-align: center;
    padding: 14px 0;
}

/* ═══════════════════════════════════════════
   CTA BLINK BUTTONS
   ═══════════════════════════════════════════ */
.blink-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    background: #1267a0;
    animation: colorBlink 1s infinite;
    transition: transform 0.2s ease-in-out;
}

/* Color Blink Animation */
@keyframes colorBlink {
    0% {
        background-color: #1267a0;
    }

    50% {
        background-color: #c20609;
    }

    100% {
        background-color: #1267a0;
    }
}

/* Hover effect */
.blink-btn:hover {
    transform: scale(1.08);
}

.call-btn {
    background: green;
    color: #fff;
}

.whatsapp-btn {
    background: #25d366;
    color: #fff;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

@keyframes blinkBtn {

    0%,
    100% {
        background-color: #dc3545 !important;
        box-shadow: 0 0 20px rgba(220, 53, 69, 0.6);
    }

    50% {
        background-color: #11659e !important;
        box-shadow: 0 0 20px rgba(17, 101, 158, 0.6);
    }
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px;
}

.benefit-item {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #222;
    transition: transform 0.3s;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.benefit-label {
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

/* On desktop: 4 columns side by side */
@media (min-width: 992px) {

    .exper-colm1,
    .exper-colm2,
    .exper-colm3,
    .exper-colm4 {
        flex: 1 1 calc(25% - 12px);
        max-width: calc(25% - 12px);
    }
}

.exper-colm1 img,
.exper-colm2 img,
.exper-colm3 img,
.exper-colm4 img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.exp-txt1,
.exp-txt2,
.exp-txt3,
.exp-txt4 {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.chauhan-frm {
    text-align: center;
    padding: 0 12px;
}

/* Product image centred block */
.product-image-block {
    text-align: center;
    padding: 24px 12px;
    max-width: 600px;
    margin: 0 auto;
}

/* ═══════════════════════════════════════════
   CONTACT / ORDER SECTION
   ═══════════════════════════════════════════ */
.contact-section {
    padding: 20px;
    text-align: center;
}

.order-section {
    padding: 36px 16px 50px;
}

.order-heading {
    color: #fff;
    text-align: center;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    margin-bottom: 24px;
    font-weight: 700;
}

.order-form {
    background: #111;
    padding: 28px 24px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(18, 103, 160, 0.35);
    max-width: 640px;
    margin: 0 auto;
}

/* Form inputs */
.form-control {
    border-radius: 20px;
    margin-bottom: 12px;
    font-size: 18px;
    border: 1px solid #555;
    height: 52px;
    width: 100%;
    padding: 0 16px;
}

.form-control:focus {
    border-color: #1267a0;
    box-shadow: 0 0 0 3px rgba(18, 103, 160, 0.3);
    outline: none;
}

.order-form .form-control {
    background: #1a1a1a;
    border-color: #333;
    color: #fff;
}

.order-form .form-control::placeholder {
    color: #777;
}

.order-form .form-control:focus {
    background: #222;
    border-color: #1267a0;
}

.pr.order-form label {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 12px;
    color: #ccc;
    display: block;
}

.pr.order-form input {
    background: #111 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    height: 54px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.order-form input::placeholder {
    color: #888;
}

.order-form input:focus {
    background: #1a1a1a !important;
    border-color: #555 !important;
    box-shadow: none;
}

.problem-options .form-check {
    margin-bottom: 10px;
}

.problem-options .form-check-label {
    color: #ddd;
    font-size: 15px;
    cursor: pointer;
}

.problem-options .form-check-input {
    background: #333;
    border-color: #555;
    cursor: pointer;
}

.problem-options .form-check-input:checked {
    background: #1267a0;
    border-color: #1267a0;
}

/* ═══════════════════════════════════════════
   REVIEWS SECTION — dark theme
   ═══════════════════════════════════════════ */
/* Section */
.reviews-section {
    background: #f5f5f5;
    padding: 40px 15px;
}

/* Heading */
.reviews-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

/* Grid FIX */
.reviews-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 25px;
}

/* Card Design */
.review-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Reviewer Info (Center align like image) */
.reviewer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

/* Avatar */
.reviewer-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/* Name */
.reviewer-name {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

/* Date */
.review-date {
    font-size: 13px;
    color: #777;
}

/* Text */
.review-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-top: 10px;
}

/* ✅ Tablet */
@media (max-width: 992px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ✅ Mobile (MATCH YOUR REFERENCE LOOK) */
@media (max-width: 576px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-card {
        padding: 18px;
    }

    .reviewer-avatar {
        width: 70px;
        height: 70px;
    }
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
#footer,
footer {
    background: #0a0a0a !important;
    color: #fff;
    font-size: 16px;
    padding: 30px 0 20px;
    text-align: center;
}

footer h4 {
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
    margin-bottom: 16px;
    display: inline-block;
}

footer a {
    color: #1267a0;
    font-weight: 700;
}

footer a:hover {
    color: #fff;
}

.footer-copy {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.9;
    margin-top: 12px;
}

.map-icon {
    float: left;
}

.address-txt {
    padding-left: 50px;
    padding-bottom: 10px;
}

.address-txt a {
    color: #1267a0;
}

.foter-logo {
    padding: 0 0 30px;
    text-align: center;
}

/* ═══════════════════════════════════════════
   FLOATING CALL BUTTON
   ═══════════════════════════════════════════ */
.floating-buttons {
    position: fixed;
    bottom: 80px;
    /* Centered relative to the 480px column */
    left: 50%;
    margin-left: -220px;
    z-index: 999;
}

.float-call-btn {
    background: #ff3333;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.float-btn:hover,
.float-call-btn:hover {
    transform: scale(1.18);
    color: #fff;
}

/* ═══════════════════════════════════════════
   MODAL
   ═══════════════════════════════════════════ */
.modal {
    top: 60px;
}

.modal-content {
    background-color: #0d0d0d !important;
    border: 1px solid #222;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}

.modal-title {
    font-size: 20px !important;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}

.modal-header {
    background: #cc0000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 60px;
    align-items: center;
}

.modal-footer {
    text-align: center;
    display: block;
}

.modal-header .btn-close {
    margin: -4.7rem -0.9rem -0.5rem -1.5rem;
}

.btn-close {
    opacity: 1;
    filter: invert(1);
}

.close,
.close2 {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    margin-right: -17px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

/* ═══════════════════════════════════════════
   MISC UTILITIES
   ═══════════════════════════════════════════ */
.padfrm-rogram {
    padding: 20px 30px 0;
}

.effect-slider-bg {
    background: #000;
    color: #fff;
    padding: 0;
}

/* Override Bootstrap's white backgrounds */
.container,
.container-fluid {
    background: transparent !important;
}

.row {
    background: transparent !important;
}

/* ═══════════════════════════════════════════
   DESKTOP OVERRIDE
   ═══════════════════════════════════════════ */
@media (min-width: 1024px) {

    /* Keep mobile width centered on desktop */
    .main-wrapper {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    }
}