/* ==========================================================================
   ABOUT YOU CELEBRANT - DINAH GOULD
   Responsive Fine-Tuning Stylesheet
   ========================================================================== */

/* Large screens & Desktops */
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* Medium to Tablet Screens (max-width: 991.98px) */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 20px;
    margin-top: 15px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-light);
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 4px;
    width: 100%;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    padding: 10px 14px !important;
  }

  .nav-link::after {
    display: none;
  }

  .hero-wrapper {
    min-height: auto;
    padding: 60px 0 80px;
  }

  .hero-content {
    text-align: center;
    padding: 40px 0;
  }

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

  .hero-stats {
    justify-content: center;
  }

  .celebrant-image-card .main-img {
    height: 420px;
    margin-bottom: 30px;
  }

  .celebrant-image-card .badge-overlay {
    right: 20px;
    bottom: 45px;
  }

  .package-card.featured {
    transform: none;
    margin: 20px 0;
  }

  .contact-info-panel {
    margin-top: 40px;
  }
}

/* Small Screens & Mobile Phones (max-width: 767.98px) */
@media (max-width: 767.98px) {
  .top-bar {
    text-align: center;
    font-size: 0.78rem;
  }

  .top-bar .social-links {
    justify-content: center;
    margin-top: 6px;
  }

  .navbar-brand img {
    height: 42px;
  }

  .brand-title {
    font-size: 1.15rem;
  }

  .brand-subtitle {
    font-size: 0.65rem;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .section-script {
    font-size: 1.8rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .stat-item {
    text-align: center;
  }

  .celebrant-image-card .badge-overlay {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 15px;
  }

  .celebrant-image-card .main-img {
    height: 340px;
  }

  .contact-card-box {
    padding: 25px 18px;
  }

  .contact-info-panel {
    padding: 30px 20px;
  }

  .gallery-filter-buttons {
    gap: 6px;
  }

  .gallery-btn {
    padding: 6px 14px;
    font-size: 0.8rem;
  }

  .floating-contact-btn {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    bottom: 18px;
    right: 18px;
  }

  .back-to-top {
    width: 38px;
    height: 38px;
    bottom: 18px;
    left: 18px;
  }
}
