/* ==========================================================================
   HEALING HAVEN — Responsive Stylesheet
   Breakpoints: 1199px / 991px / 767px / 575px
   ========================================================================== */

/* ============ LARGE DESKTOP (max 1399px) ============ */
@media (max-width: 1399.98px) {
    .gc-1 {
        left: -2%;
    }

    .gc-2 {
        right: -4%;
    }
}

/* ============ DESKTOP (max 1199px) ============ */
@media (max-width: 1199.98px) {
    .section-pad {
        padding: 84px 0;
    }

    .hero-section {
        padding: 90px 0 130px;
    }

    .navbar-nav .nav-link {
        margin: 0 6px;
        font-size: 14px;
    }

    .glass-card {
        font-size: 12.5px;
        padding: 10px 16px;
    }

    .gc-1 {
        left: 0;
    }

    .gc-2 {
        right: 0;
    }

    .gc-3 {
        left: 0;
    }
}

/* ============ TABLET (max 991px) ============ */
@media (max-width: 991.98px) {
    .section-pad {
        padding: 70px 0;
    }

    .section-head {
        margin-bottom: 44px;
    }

    .hero-section {
        padding: 70px 0 120px;
        text-align: center;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-btns,
    .hero-mini-stats {
        justify-content: center;
    }

    .hero-image-wrap {
        max-width: 440px;
        margin-top: 20px;
    }

    .float-icon {
        display: none;
    }

    .about-badge {
        right: 6px;
        bottom: 20px;
    }

    .why-float {
        left: 6px;
    }

    .masonry-gallery {
        columns: 2;
    }

    .trust-section {
        margin-top: -20px;
    }

    .contact-info-card,
    .contact-form {
        padding: 32px 26px;
    }
}

/* ============ MOBILE LANDSCAPE (max 767px) ============ */
@media (max-width: 767.98px) {
    body {
        font-size: 15px;
    }

    .section-pad {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .hero-section {
        padding: 56px 0 110px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-mini-stats {
        gap: 20px !important;
    }

    .hero-mini-stats>div {
        font-size: 22px;
    }

    .glass-card {
        position: static;
        display: inline-flex;
        margin: 8px 6px 0 0;
        animation: none;
    }

    .hero-image-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-img {
        border-radius: 130px 130px var(--radius) var(--radius);
        max-width: 330px;
    }

    .trust-card {
        padding: 28px 20px;
    }

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

    .process-step {
        margin-top: 16px;
    }

    .doctor-ring {
        inset: -12px;
    }

    .footer-area {
        padding-top: 64px;
    }

    .footer-bottom {
        justify-content: center;
        text-align: center;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 25px;
        bottom: 20px;
        left: 20px;
    }

    .back-to-top {
        width: 46px;
        height: 46px;
        bottom: 20px;
        right: 20px;
    }
}

/* ============ MOBILE PORTRAIT (max 575px) ============ */
@media (max-width: 575.98px) {
    .section-pad {
        padding: 52px 0;
    }

    .section-title {
        font-size: 25px;
    }

    .section-eyebrow {
        font-size: 11.5px;
        padding: 7px 16px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-btns .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-btns {
        flex-direction: column;
    }

    .brand-text strong {
        font-size: 17px;
    }

    .brand-text small {
        font-size: 9.5px;
    }

    .brand-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 12px;
    }

    .masonry-gallery {
        columns: 1;
    }

    .condition-chip {
        font-size: 13px;
        padding: 14px 10px;
        flex-direction: column;
        gap: 6px;
    }

    .benefit-box {
        padding: 26px 14px;
    }

    .benefit-box h3 {
        font-size: 14px;
    }

    .blog-body {
        padding: 20px;
    }

    .blog-body h3 {
        font-size: 17px;
    }

    .testimonial-card {
        padding: 28px 22px;
    }

    .contact-info-card,
    .contact-form {
        padding: 26px 20px;
    }

    .appointment-modal .modal-body {
        padding: 20px;
    }

    .footer-bottom {
        font-size: 12.5px;
    }
}

/* Logo  */

@media (max-width: 991px) {
    .logo-img {
        max-height: 65px;
    }
}

@media (max-width: 767px) {
    .logo-img {
        max-height: 55px;
    }
}

@media (max-width: 575px) {
    .logo-img {
        max-height: 45px;
    }
}