/* ==========================================================================
   RESPONSIVE.CSS — MOBILE-FIRST ENHANCEMENTS FOR MODI YOGA RETREAT
   Scope: Exclusively target mobile screens (max-width: 767px & max-width: 480px)
   ========================================================================== */

@media (max-width: 767px) {

  /* ─── 1. TOP HEADER / ANNOUNCEMENT BAR (MOBILE) ─── */
  .announcement-bar {
    padding: 6px 10px !important;
    background: linear-gradient(90deg, #091830 0%, #0c2045 50%, #091830 100%) !important;
    border-bottom: 1px solid rgba(197, 159, 79, 0.3) !important;
    overflow: hidden !important;
  }

  .ann-grid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .ann-left {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    flex-shrink: 0 !important;
  }

  .top-logo {
    display: inline-flex !important;
    align-items: center !important;
  }

  .top-logo img {
    height: 32px !important;
    width: auto !important;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)) !important;
  }

  .ann-contacts,
  .ann-loc {
    display: none !important;
  }

  .ann-offer {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-left: auto !important;
    flex-shrink: 1 !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
  }

  .ann-badge {
    font-size: 9.5px !important;
    padding: 3px 8px !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    border-radius: 12px !important;
  }

  .ann-text {
    font-size: 11px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    color: rgba(255, 255, 255, 0.95) !important;
  }

  .ann-pct {
    font-size: 12.5px !important;
    font-weight: 800 !important;
  }

  .ann-cta {
    font-size: 10.5px !important;
    padding: 3.5px 11px !important;
    flex-shrink: 0 !important;
    border-radius: 16px !important;
  }

  /* ─── 2. HERO SECTION & BACKGROUND (MOBILE) ─── */
  .hero {
    min-height: auto !important;
    padding: 24px 0 35px !important;
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(6, 14, 34, 0.88) 0%,
      rgba(8, 18, 44, 0.82) 45%,
      rgba(6, 14, 34, 0.94) 100%
    ) !important;
  }

  .container.hero-content {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
  }

  .hero-content .col-lg-6 {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  /* ─── 3. HERO BADGE (MOBILE) ─── */
  .hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
    padding: 6px 14px !important;
    margin: 0 auto 14px !important;
    border-radius: 25px !important;
    background: rgba(12, 32, 69, 0.8) !important;
    border: 1px solid rgba(197, 159, 79, 0.5) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(10px) !important;
    max-width: 100% !important;
    text-align: center !important;
    line-height: 1.3 !important;
    word-break: break-word !important;
  }

  /* ─── 4. HERO HEADLINE & SUBTITLE (MOBILE) ─── */
  .hero h1 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2.05rem !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    letter-spacing: -0.2px !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;
    width: 100% !important;
  }

  .hero h1 span {
    color: var(--gold-light) !important;
    font-style: italic !important;
  }

  .hero-sub {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    margin: 0 auto 20px !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  /* ─── 5. HERO STATS CARDS (MOBILE) ─── */
  .hero-stats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    margin-bottom: 22px !important;
    width: 100% !important;
  }

  .stat-item {
    background: rgba(12, 28, 58, 0.7) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(197, 159, 79, 0.35) !important;
    border-radius: 12px !important;
    padding: 10px 4px !important;
    text-align: center !important;
    min-width: 0 !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3) !important;
  }

  .stat-num {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    margin-bottom: 2px !important;
  }

  .stat-num i {
    font-size: 0.95rem !important;
    color: var(--gold-light) !important;
  }

  .stat-label {
    font-size: 8.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.25 !important;
    margin-top: 2px !important;
  }

  /* ─── 6. HERO ACTION BUTTONS (MOBILE — SMALL & IN A ROW) ─── */
  .hero-cta-group,
  .hero-content .d-flex.flex-wrap.gap-2.align-items-center {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto 14px !important;
  }

  .btn-hero-primary {
    flex: 1 1 0 !important;
    width: auto !important;
    padding: 8.5px 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 14px rgba(197, 159, 79, 0.4) !important;
    text-align: center !important;
  }

  .btn-hero-primary i {
    font-size: 11px !important;
    margin-right: 4px !important;
  }

  .btn-hero-outline {
    flex: 1 1 0 !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    text-align: center !important;
  }

  .btn-hero-outline i {
    font-size: 11px !important;
    margin-right: 4px !important;
  }

  /* ─── 7. TRUST BAR (MOBILE CARDS) ─── */
  .trust-bar {
    padding: 14px 0 !important;
    background: linear-gradient(180deg, #091830 0%, #0c2045 100%) !important;
    border-top: 1px solid rgba(197, 159, 79, 0.25) !important;
    border-bottom: 1px solid rgba(197, 159, 79, 0.25) !important;
  }

  .trust-bar .row {
    --bs-gutter-x: 8px !important;
    --bs-gutter-y: 8px !important;
  }

  .trust-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(197, 159, 79, 0.25) !important;
    border-radius: 10px !important;
    padding: 9px 8px !important;
    height: 100% !important;
    min-height: 48px !important;
    text-align: left !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  }

  .trust-item i {
    font-size: 14px !important;
    color: var(--gold-light) !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: rgba(197, 159, 79, 0.15) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  .trust-item span {
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    letter-spacing: 0.1px !important;
  }

  /* ─── 8. ABOUT SECTION TITLE & CONTENT (MOBILE) ─── */
  #about-video {
    text-align: center !important;
  }

  #about-video .col-lg-6:first-child {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  .about-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin: 0 auto 14px auto !important;
    text-align: center !important;
    width: fit-content !important;
  }

  .about-title {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
    margin: 0 auto 14px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  #about-video p {
    text-align: justify !important;
    text-justify: inter-word !important;
    font-size: 14.5px !important;
    line-height: 1.75 !important;
  }

  .about-feature-list {
    text-align: left !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 380px !important;
  }

  /* ─── ABOUT STAT CARDS (MOBILE SINGLE ROW) ─── */
  #about-video .d-flex.gap-3.flex-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
  }

  .stat-card-luxury {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 8px 4px !important;
    border-radius: 10px !important;
    text-align: center !important;
  }

  .stat-icon {
    font-size: 11px !important;
    margin-bottom: 2px !important;
  }

  .stat-num-gold {
    font-size: 1.35rem !important;
    line-height: 1.1 !important;
    margin-bottom: 2px !important;
  }

  .stat-lbl {
    font-size: 8.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    line-height: 1.2 !important;
  }

  /* ─── 9. WELLNESS PACKAGES CARDS (MOBILE) ─── */
  .pkg-card .card-body-inner {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 18px 16px 16px !important;
  }

  .pkg-card h5 {
    text-align: center !important;
    font-size: 1.3rem !important;
    margin-bottom: 8px !important;
    width: 100% !important;
  }

  .pkg-card p {
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
    width: 100% !important;
  }

  .pkg-card .btn-enq {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  /* ─── 10. OFFERS / DISCOUNT BANNER (MOBILE) ─── */
  .offers-section {
    padding: 30px 0 !important;
  }

  .offer-card-wrapper {
    padding: 24px 18px !important;
    border-radius: 16px !important;
  }

  .offer-card-wrapper .col-lg-7 {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .offer-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 auto 12px auto !important;
    font-size: 10px !important;
    padding: 4px 14px !important;
    text-align: center !important;
  }

  .offer-discount-title {
    font-size: 1.7rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
    margin-bottom: 12px !important;
  }

  .offer-discount-title br {
    display: none !important;
  }

  .offer-discount-title span {
    display: inline !important;
  }

  .offer-card-wrapper p {
    text-align: center !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
  }

  .offer-feature-list {
    text-align: left !important;
    margin: 0 auto !important;
    max-width: 380px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  .offer-feature-list li {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    gap: 8px !important;
    margin-bottom: 0 !important;
    align-items: flex-start !important;
  }

  .offer-feature-list li i {
    font-size: 14px !important;
    margin-top: 2px !important;
  }

  .offer-box-flash {
    padding: 22px 18px !important;
    border-radius: 14px !important;
    margin-top: 8px !important;
  }

  .offer-discount-num {
    font-size: 2.25rem !important;
  }

  .offer-box-flash button.btn-hero-primary {
    font-size: 13.5px !important;
    padding: 12px 18px !important;
  }

  /* ─── 11. PRE-FOOTER CTA STRIP (MOBILE) ─── */
  .pre-footer-cta {
    padding: 30px 16px !important;
    text-align: center !important;
  }

  .pre-footer-cta .col-lg-8 {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .pre-footer-cta .cta-title {
    font-size: 1.55rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
    margin-bottom: 8px !important;
  }

  .pre-footer-cta .cta-title i {
    display: block !important;
    font-size: 22px !important;
    margin: 0 auto 8px auto !important;
    color: var(--gold-light) !important;
  }

  .pre-footer-cta .cta-sub {
    font-size: 13px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 380px !important;
    margin: 0 auto !important;
  }

  .pre-footer-cta .col-lg-4 {
    text-align: center !important;
    margin-top: 14px !important;
  }

  .pre-footer-cta button.btn-hero-primary {
    width: auto !important;
    min-width: 200px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 22px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 18px rgba(197, 159, 79, 0.35) !important;
  }

  /* ─── 12. FOOTER MAIN (MOBILE) ─── */
  .footer-main {
    padding: 30px 16px 20px !important;
  }

  .footer-main .row.g-5 {
    --bs-gutter-y: 28px !important;
    --bs-gutter-x: 16px !important;
  }

  .footer-main .col-lg-4:first-child {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 4px !important;
  }

  .footer-brand {
    width: 85px !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto 16px auto !important;
    display: block !important;
  }

  .footer-text {
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    max-width: 360px !important;
    margin: 0 auto 14px auto !important;
  }

  .nabh-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 16px auto !important;
    font-size: 11px !important;
    padding: 5px 14px !important;
  }

  .footer-main .social-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 13px !important;
    margin: 0 4px !important;
  }

  .footer h6 {
    font-size: 13px !important;
    letter-spacing: 1.2px !important;
    margin-bottom: 14px !important;
    padding-bottom: 8px !important;
  }

  .footer-nav-link {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    padding: 2px 0 !important;
  }

  .footer-link {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    line-height: 1.45 !important;
  }

  .footer-map-card iframe {
    height: 160px !important;
  }

  .footer-bottom {
    padding: 16px 12px !important;
    font-size: 11.5px !important;
    text-align: center !important;
  }

  .footer-bottom .row > div {
    text-align: center !important;
  }

  .section-title {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }
}

/* ─── EXTRA SMALL SCREENS (<= 414px) ─── */
@media (max-width: 414px) {
  .top-logo img {
    height: 28px !important;
  }

  .trust-item {
    padding: 7px 6px !important;
    gap: 6px !important;
  }

  .trust-item i {
    width: 22px !important;
    height: 22px !important;
    font-size: 12px !important;
  }

  .trust-item span {
    font-size: 10px !important;
  }

  .ann-offer {
    gap: 4px !important;
  }

  .ann-badge {
    font-size: 8.5px !important;
    padding: 2.5px 6px !important;
  }

  .ann-text {
    font-size: 10.5px !important;
  }

  .ann-pct {
    font-size: 11.5px !important;
  }

  .ann-cta {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }

  .hero h1 {
    font-size: 1.85rem !important;
  }

  .hero-badge {
    font-size: 9.5px !important;
    padding: 5px 12px !important;
  }

  .stat-num {
    font-size: 1.15rem !important;
  }

  .stat-label {
    font-size: 8px !important;
  }

  .btn-hero-primary,
  .btn-hero-outline {
    font-size: 11px !important;
    padding: 7.5px 6px !important;
  }

  .about-title,
  .section-title {
    font-size: 1.55rem !important;
  }

  #about-video .d-flex.gap-3.flex-wrap {
    gap: 6px !important;
  }

  .stat-card-luxury {
    padding: 7px 3px !important;
  }

  .stat-num-gold {
    font-size: 1.2rem !important;
  }

  .stat-lbl {
    font-size: 7.5px !important;
  }

  .offer-card-wrapper {
    padding: 20px 14px !important;
  }

  .offer-discount-title {
    font-size: 1.5rem !important;
  }

  .offer-discount-num {
    font-size: 2rem !important;
  }

  .offer-box-flash button.btn-hero-primary {
    font-size: 12.5px !important;
    padding: 10.5px 14px !important;
  }

  .pre-footer-cta .cta-title {
    font-size: 1.4rem !important;
  }

  .pre-footer-cta .cta-sub {
    font-size: 12px !important;
  }

  .pre-footer-cta button.btn-hero-primary {
    font-size: 12px !important;
    padding: 9px 18px !important;
  }
}

/* ─── ULTRA SMALL SCREENS (<= 360px) ─── */
@media (max-width: 360px) {
  .ann-badge {
    display: none !important;
  }

  .hero h1 {
    font-size: 1.7rem !important;
  }

  .about-title,
  .section-title {
    font-size: 1.4rem !important;
  }

  #about-video .d-flex.gap-3.flex-wrap {
    gap: 4px !important;
  }

  .stat-num-gold {
    font-size: 1.1rem !important;
  }

  .stat-lbl {
    font-size: 7px !important;
  }

  .offer-discount-title {
    font-size: 1.35rem !important;
  }

  .offer-discount-num {
    font-size: 1.75rem !important;
  }

  .pre-footer-cta .cta-title {
    font-size: 1.25rem !important;
  }
}
