/* ==========================================================================
   Thai Massage Bahrain — Consolidated Master Stylesheet
   ========================================================================== */

/* Google Material Symbols Configuration */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

/* Luxury Accents & Borders */
.gold-hairline {
  border-color: rgba(200, 162, 72, 0.25);
}

.gold-glow {
  box-shadow: 0 16px 36px -8px rgba(10, 24, 21, 0.65), 0 0 0 0.5px rgba(200, 162, 72, 0.35);
}

/* Scrollbar Utility for Touch Carousels and Pill Navigations */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Touch-friendly Carousel Scroll Snap */
.carousel-snap {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.slide-snap {
  scroll-snap-align: start;
}

/* Base Smooth Transition & Selection */
::selection {
  background-color: #eac164;
  color: #14332d;
}

html {
  scroll-behavior: smooth;
}

/* Mobile Bottom Spacing for Floating WhatsApp Bar */
@media (max-width: 767px) {
  body {
    padding-bottom: 5rem;
  }
}
