@media only screen and (min-width: 1500px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 991px) {

  section {
    overflow: hidden;
  }

  section .container,
  footer .container,
  header .container {
    padding-left: 0;
    padding-right: 0;
  }

  .lenis-scrollbar {
    display: none;
  }

  /* massage thái nhât */
  .site-header {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .salon-subtitle {
    font-size: 14px;
  }

  .salon-name a {
    font-size: 24px;
  }

  .header-title {
    padding-top: 10px;
  }





  .section-title {
    margin-bottom: 25px;
  }

  .section-body {
    font-size: 16px;
    padding: 0 15px;
  }

  .course-card {
    margin-bottom: 50px;
  }

  .course-desc {
    padding: 0 15px;
  }

  .gallery-slide {
    width: 280px;
    height: 210px;
  }

  .access-row {
    flex-direction: column;
    text-align: center;
  }

  .access-label {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .access-value {
    width: 100%;
  }

  .about-massage-hero img {
    max-width: 100%;
  }

  .hero-section {
    min-height: 60svh;
  }

  .logo-img {
    max-width: 140px;
  }

  .mobile-menu-brand {
    margin-bottom: 20px;
  }

  .site-header.scrolled .logo-img {
    max-width: 90px;

  }

}

@media (max-width: 768px) {
  .vh-btn-dang-hang-form .vh-btn-dat-hang {
    width: 100%;
  }

  .vh-quay-lai {
    width: 100%;
  }

  .vh-quay-lai a {
    width: 100%;
    justify-content: center;
  }

  .lenis-scrollbar {
    width: 3px;
  }

  .lenis-scrollbar.visible {
    width: 5px;
  }

  /* massage thái nhật */
  .site-header {
    padding-top: 8px;
    padding-bottom: 12px;
  }
.site-header.scrolled {
  padding: 5px 0;
}
  .salon-subtitle {
    font-size: 12px;
  }

  .salon-name a {
    font-size: 20px;
  }





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

  .hero-sub {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .news-section,
  .concept-section,
  .about-massage-content,
  .services-section,
  .therapist-section,
  .access-section {
    padding: 40px 0 20px;
  }

  .section-icon-img {
    width: 67px;
    height: 67px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-body {
    font-size: 15px;
  }

  .section-body p {
    margin-bottom: 15px;
  }

  .campaign-card {
    max-width: 100%;
  }

  .gallery-slide {
    width: 220px;
    height: 165px;
  }

  .course-title {
    font-size: 18px;
  }

  .course-desc {
    font-size: 14px;
    padding: 0 10px;
  }

  .price-table thead th,
  .price-table tbody td {
    padding: 10px 12px;
    font-size: 14px;
  }

  .therapist-intro {
    font-size: 15px;
    padding: 0 10px;
  }

  .therapist-name {
    font-size: 14px;
  }

  .about-massage-content h4 {
    font-size: 18px;
  }

  .about-massage-content h5 {
    font-size: 16px;
  }

  .map-section iframe {
    height: 300px;
  }

  .site-footer {
    padding: 30px 0 20px;
    padding-bottom: 20px;
  }

  .footer-phone,
  .footer-address {
    font-size: 14px;
  }

  .floating-thaijin {
    display: none !important;
  }

  .hero-logo-img {
    max-width: 380px;
    margin-bottom: 15px;
  }

  .hero-content {
    padding: 20px 0;
  }

  .hero-heading,
  .hero-section h2,
  .hero-section h3,
  .hero-section h4,
  .hero-section h5,
  .hero-section h6 {
    margin-bottom: 3px;
  }

  .icon-img {
    max-width: 50px;
  }

  .section-body {
    padding: 0 10px;
  }

  .therapist-name {
    padding: 9px 0;
  }

  .therapist-section {
    padding-top: 0;
  }

  .footer-sns img {
    max-width: 140px;
  }
}

@media (max-width: 576px) {
  .hero-heading {
    font-size: 14px;
  }

  .hero-sub {
    font-size: 11px;
  }

  .gallery-slide {
    width: 180px;
    height: 135px;
  }

  /* Quick Contact FAB responsive */
  .quick-contact-wrapper {
    bottom: 18px;
    right: 18px;
  }

  .quick-contact-fab {
    width: 52px;
    height: 52px;
  }

  .quick-contact-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .quick-contact-label {
    font-size: 12px;
    padding: 7px 14px;
  }

  .quick-contact-items {
    gap: 12px;
  }

  /* Map Modal responsive */
  .qc-map-modal-content {
    width: 95%;
    border-radius: 12px;
    max-height: 80vh;
  }

  .qc-map-modal-header {
    padding: 16px 16px 12px;
  }

  .qc-map-modal-title {
    font-size: 16px;
  }

  .qc-map-modal-address {
    font-size: 13px;
  }

  .qc-map-modal-directions {
    font-size: 14px;
    padding: 12px 16px;
  }
}

@media (max-width: 330px) {}

/* Safe area for devices with notch/home indicator */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .quick-contact-wrapper {
    bottom: calc(24px + env(safe-area-inset-bottom));
  }

  @media (max-width: 576px) {
    .quick-contact-wrapper {
      bottom: calc(18px + env(safe-area-inset-bottom));
    }
  }
}