/* ===== DARK WOOD THEME WITH RICH GRAIN ===== */
html, body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body { 
  margin: 0; 
  font-family: 'Segoe UI', Georgia, serif; 
  background-color: #3E2723;
  background-image:
    repeating-linear-gradient(90deg, transparent 0px, rgba(62, 39, 29, 0.3) 1px, transparent 2px, transparent 8px),
    repeating-linear-gradient(0deg, transparent 0px, rgba(93, 64, 51, 0.25) 1px, transparent 2px, transparent 25px),
    radial-gradient(circle at 20% 30%, rgba(30, 18, 12, 0.6) 0%, transparent 3%),
    radial-gradient(circle at 70% 60%, rgba(35, 22, 16, 0.5) 0%, transparent 4%),
    radial-gradient(circle at 45% 80%, rgba(28, 17, 11, 0.55) 0%, transparent 3%),
    radial-gradient(circle at 85% 25%, rgba(32, 20, 14, 0.45) 0%, transparent 3.5%),
    linear-gradient(160deg, #2D1810 0%, #4A2C1A 25%, #5D3A22 50%, #4A2C1A 75%, #2D1810 100%);
  background-size: auto, auto, 200px 200px, 250px 250px, 180px 180px, 220px 220px, 100% 100%;
  background-attachment: fixed;
  color: #FFFFFF; 
  padding-top: 70px; 
  padding-bottom: 80px;
  min-height: 100vh;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(180deg, rgba(255, 248, 240, 0.02) 0%, transparent 40%, transparent 60%, rgba(255, 248, 240, 0.01) 100%),
    repeating-linear-gradient(85deg, transparent 0px, rgba(0, 0, 0, 0.08) 1px, transparent 2px, transparent 12px);
  pointer-events: none;
  z-index: 0;
}

.container { 
  max-width: 1200px; 
  margin: auto; 
  padding: 30px; 
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

#booking,
#faq,
#contact {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.navbar { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  background: linear-gradient(180deg, rgba(45, 27, 23, 0.98), rgba(62, 39, 29, 0.95));
  backdrop-filter: blur(12px); 
  border-bottom: 2px solid #8B7355; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  z-index: 1000; 
  padding: 0 20px; 
  box-sizing: border-box; 
}
.nav-container { max-width: 1000px; margin: auto; display: flex; justify-content: center; align-items: center; height: 60px; position: relative; }
.nav-links a { 
  color: #FFFEF0; 
  text-decoration: none; 
  margin-left: 18px; 
  margin-right: 18px; 
  font-size: 16px; 
  transition: all 0.3s ease; 
  font-weight: 600; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #FFD700, #CD853F);
  transition: width 0.3s ease;
}
.nav-links a:hover { 
  color: #FFD700; 
  transform: translateY(-2px);
}
.nav-links a:hover::after {
  width: 100%;
}

.nav-hamburger {
  display: none;
  background: none;
  border: none;
  color: #FFFEF0;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

h1 { 
  font-size: 42px; 
  margin-bottom: 10px; 
  color: #FFFFFF; 
  text-align: left; 
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 0 0 25px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  font-weight: 700;
}

h2 { 
  color: #FFFFFF; 
  border-bottom: 3px solid #A0826D; 
  padding-bottom: 12px; 
  margin-top: 0; 
  font-size: 26px; 
  text-align: center; 
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, transparent, rgba(160, 130, 109, 0.08));
  font-weight: 700;
}

h3 { font-size: 20px; margin: 0 0 8px 0; color: #FFFFFF; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); font-weight: 600; }

p { line-height: 1.8; color: #FFFEF0; font-size: 17px; margin-bottom: 12px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-weight: 400; }

.card { 
  background: linear-gradient(145deg, rgba(55, 34, 22, 0.95), rgba(73, 46, 31, 0.92)); 
  padding: 30px; 
  border-radius: 22px; 
  margin-bottom: 28px; 
  border: 2px solid #8B7355; 
  box-shadow: 
    0 10px 28px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 3px,
      rgba(0, 0, 0, 0.02) 3px,
      rgba(0, 0, 0, 0.02) 6px
    );
  pointer-events: none;
}

.logo-img { 
  width: 70px; 
  height: 70px; 
  border-radius: 50%; 
  object-fit: cover; 
  display: inline-block; 
  vertical-align: middle; 
  margin-right: 15px; 
  border: 3px solid #A0826D; 
  box-shadow: 
    0 6px 20px rgba(160, 130, 109, 0.45),
    0 0 30px rgba(139, 115, 85, 0.3),
    inset 0 0 15px rgba(255, 255, 255, 0.15);
  animation: logoGlow 3s ease-in-out infinite;
}

@keyframes logoGlow {
  0%, 100% { box-shadow: 0 6px 20px rgba(160, 130, 109, 0.45), 0 0 30px rgba(139, 115, 85, 0.3); }
  50% { box-shadow: 0 6px 25px rgba(160, 130, 109, 0.65), 0 0 40px rgba(139, 115, 85, 0.5); }
}

.button { 
  display: inline-block; 
  padding: 14px 32px; 
  margin-top: 10px; 
  border-radius: 50px; 
  font-weight: 700; 
  cursor: pointer; 
  text-decoration: none; 
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
  border: 2px solid rgba(255, 255, 255, 0.3); 
  font-size: 16px; 
  text-align: center;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(145deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
  color: #2F1810;
  box-shadow: 
    0 6px 20px rgba(255, 165, 0, 0.5),
    0 0 30px rgba(255, 215, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transition: left 0.6s ease;
}

.button:hover { 
  transform: translateY(-4px) scale(1.05); 
  box-shadow: 
    0 10px 30px rgba(255, 165, 0, 0.7),
    0 0 50px rgba(255, 215, 0, 0.5),
    inset 0 2px 0 rgba(255, 255, 255, 0.5);
  background: linear-gradient(145deg, #FFE44D 0%, #FFB733 50%, #FF9933 100%);
}

.button:hover::before {
  left: 100%;
}

.button:active {
  transform: translateY(-2px) scale(1.02);
}

.button:disabled, .button:disabled:hover { 
  background: linear-gradient(145deg, #6B5637, #4A3728); 
  color: #A89B8C; 
  cursor: not-allowed; 
  transform: none; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.2);
}

.pay { 
  background: linear-gradient(145deg, #FF6347 0%, #FF4500 50%, #DC143C 100%);
  color: #FFFFFF;
  box-shadow: 
    0 6px 20px rgba(255, 69, 0, 0.6),
    0 0 30px rgba(220, 20, 60, 0.4),
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  animation: payPulse 2s ease-in-out infinite;
}

@keyframes payPulse {
   0%, 100% { box-shadow: 0 6px 20px rgba(255, 69, 0, 0.6), 0 0 30px rgba(220, 20, 60, 0.4); }
   50% { box-shadow: 0 8px 28px rgba(255, 69, 0, 0.8), 0 0 45px rgba(220, 20, 60, 0.6); }
}

.pay:hover { 
  background: linear-gradient(145deg, #FF7F50 0%, #FF6347 50%, #E74C3C 100%);
  color: #FFFFFF;
  box-shadow: 
    0 10px 35px rgba(255, 69, 0, 0.8),
    0 0 55px rgba(220, 20, 60, 0.6);
}

.whatsapp { 
  background: linear-gradient(145deg, #00D084 0%, #25D366 50%, #128C7E 100%);
  color: white;
  box-shadow: 
    0 6px 20px rgba(37, 211, 102, 0.5),
    0 0 30px rgba(0, 208, 132, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.3);
}
.whatsapp:hover { 
  background: linear-gradient(145deg, #00E698 0%, #2ECC71 50%, #1ABC9C 100%);
  box-shadow: 
    0 10px 30px rgba(37, 211, 102, 0.7),
    0 0 45px rgba(0, 208, 132, 0.5);
}

.email-btn { 
  background: linear-gradient(145deg, #E67E22 0%, #D35400 50%, #BA4A00 100%);
  color: white;
  box-shadow: 
    0 6px 20px rgba(211, 84, 0, 0.5),
    0 0 30px rgba(230, 126, 34, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.3);
}
.email-btn:hover { 
  background: linear-gradient(145deg, #F39C12 0%, #E67E22 50%, #D68910 100%);
  box-shadow: 
    0 10px 30px rgba(211, 84, 0, 0.7),
    0 0 45px rgba(230, 126, 34, 0.5);
}

input, select, textarea { 
  width: 100%; 
  padding: 14px 18px; 
  margin-top: 10px; 
  border-radius: 12px; 
  border: 2px solid #8B7355; 
  background: linear-gradient(145deg, rgba(35, 21, 14, 0.95), rgba(52, 32, 21, 0.98));
  color: #FFFFFF; 
  font-size: 16px; 
  box-sizing: border-box; 
  font-family: 'Segoe UI', Georgia, serif;
  box-shadow: 
    inset 0 3px 6px rgba(0, 0, 0, 0.5),
    0 2px 4px rgba(160, 130, 109, 0.2);
  transition: all 0.3s ease;
}

select { 
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FFFFFF' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
  cursor: pointer;
}

select option {
  background-color: #3E2723;
  color: #FFFFFF;
  padding: 10px;
}

select option:disabled { 
  color: #A89B8C; 
  background-color: #2D1810; 
}

select option:checked,
select option:hover {
  background-color: #5D3A22;
  color: #FFD700;
}

textarea { min-height: 80px; resize: vertical; }

input:focus, textarea:focus, select:focus { 
  border-color: #CD853F; 
  outline: none; 
  box-shadow: 
    0 0 0 4px rgba(205, 133, 63, 0.3),
    inset 0 3px 6px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(205, 133, 63, 0.2);
  transform: translateY(-1px);
}

#emailNote {
  font-size: 12px;
  color: #FFD700;
  margin: 2px 0 0 0;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.services-container {
  display: flex;
  gap: 10px;
  margin: 25px 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.service-option { 
  display: flex; 
  flex-direction: column;
  align-items: center;
  padding: 14px 8px;
  margin-bottom: 0;
  background: linear-gradient(145deg, rgba(55, 34, 22, 0.92), rgba(73, 46, 31, 0.95));
  border-radius: 18px; 
  border: 2px solid #A0826D; 
  cursor: pointer; 
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-option::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    transparent 40%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 60%,
    transparent
  );
  transition: transform 0.6s ease;
  transform: translateX(-100%);
}

.service-option:hover { 
  border-color: #CD853F; 
  background: linear-gradient(145deg, rgba(68, 42, 28, 0.97), rgba(88, 55, 37, 0.98));
  transform: translateY(-8px) scale(1.03);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(205, 133, 63, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.service-option:hover::before {
  transform: translateX(100%);
}

.service-option input[type="checkbox"] { 
  transform: scale(1.5); 
  accent-color: #CD853F; 
  width: auto; 
  margin-top: 10px; 
  flex-shrink: 0; 
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.service-img { 
  width: 70px; 
  height: 70px; 
  border-radius: 12px; 
  object-fit: cover; 
  flex-shrink: 0; 
  border: 2px solid #A0826D;
  box-shadow: 
    0 3px 12px rgba(160, 130, 109, 0.3),
    inset 0 0 8px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

.service-option:hover .service-img {
  transform: scale(1.1) rotate(3deg);
}

.service-option-text { 
  display: block; 
  width: 100%; 
  text-align: center;
}
.service-option-text h3 { 
  margin: 0 0 6px 0; 
  font-size: 15px; 
  color: #FFFFFF; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.service-option-text span { 
  font-size: 16px; 
  color: #E91E63; 
  font-weight: 800; 
  display: block; 
  margin-top: 4px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}

.service-usd { 
  font-size: 13px; 
  color: #B8D4E8; 
  font-weight: 600; 
  display: block; 
  margin-top: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.service-desc { 
  font-size: 11px; 
  color: #D4C4B0; 
  margin: 4px 0 0 0; 
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
  justify-content: center;
}

.testimonial-box { 
  width: 100%;
  max-width: 100%;
  background: linear-gradient(145deg, rgba(55, 34, 22, 0.92), rgba(73, 46, 31, 0.95));
  border: 2px solid #8B7355;
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.testimonial-box::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 60px;
  color: #A0826D;
  opacity: 0.25;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-box:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: #CD853F;
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(205, 133, 63, 0.3);
}

.testimonial-box p { 
  font-style: italic; 
  font-size: 14px; 
  color: #FFFEF0; 
  margin: 0 0 10px 0; 
  line-height: 1.6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}
.testimonial-box span { 
  display: block; 
  font-weight: 700; 
  color: #FFD700; 
  font-size: 14px; 
  margin-top: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.5px;
}

.stars { 
  color: #F4A460; 
  font-size: 20px; 
  margin-bottom: 12px; 
  letter-spacing: 3px;
  text-shadow: 0 2px 4px rgba(244, 164, 96, 0.5);
  filter: drop-shadow(0 0 8px rgba(244, 164, 96, 0.6));
  animation: starGlow 2s ease-in-out infinite;
}

@keyframes starGlow {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(244, 164, 96, 0.6)); }
   50% { filter: drop-shadow(0 0 15px rgba(244, 164, 96, 0.9)); }
}

.contact-info { margin-bottom: 20px; }

.contact-row { 
  display: flex; 
  align-items: center; 
  gap: 18px; 
  padding: 15px 0; 
  border-bottom: 2px solid #8B7355; 
  justify-content: center;
  transition: all 0.3s ease;
}
.contact-row:last-child { border-bottom: none; }
.contact-row:hover {
  background: linear-gradient(90deg, transparent, rgba(160, 130, 109, 0.1), transparent);
  transform: translateX(5px);
}

.contact-icon { font-size: 22px; width: 35px; text-align: center; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); }

.contact-row a { 
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 17px; 
  transition: all 0.3s ease; 
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  position: relative;
}
.contact-row a::after {
  content: ' →';
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-10px);
  display: inline-block;
}
.contact-row a:hover { 
  color: #FFD700; 
  transform: translateX(3px);
}
.contact-row a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.safety-badge { 
  background: linear-gradient(145deg, rgba(46, 125, 50, 0.85), rgba(27, 94, 32, 0.9));
  border: 3px solid #66BB6A;
  border-radius: 50px; 
  padding: 20px 30px; 
  text-align: center; 
  margin-top: 25px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 12px;
  box-shadow:
    0 8px 24px rgba(102, 187, 106, 0.4),
    inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 0 40px rgba(129, 199, 132, 0.3);
  animation: safetyPulse 3s ease-in-out infinite;
}

@keyframes safetyPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(102, 187, 106, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.2); }
  50% { box-shadow: 0 10px 30px rgba(102, 187, 106, 0.6), inset 0 2px 0 rgba(255, 255, 255, 0.3); }
}

.safety-badge span { 
  color: #E8F5E9; 
  font-weight: 700; 
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

.faq-item {
  margin-bottom: 12px;
  text-align: left;
  background: linear-gradient(145deg, rgba(45, 27, 23, 0.7), rgba(62, 39, 29, 0.6));
  border: 1px solid rgba(139, 115, 85, 0.4);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-item:hover {
  border-color: rgba(205, 133, 63, 0.5);
  background: linear-gradient(145deg, rgba(55, 34, 22, 0.8), rgba(73, 46, 31, 0.7));
}

.faq-item.active {
  border-color: rgba(205, 133, 63, 0.6);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.faq-q {
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  padding: 18px 20px;
  transition: all 0.3s ease;
}

.faq-q::before {
  content: "▸";
  color: #CD853F;
  font-size: 18px;
  text-shadow: 0 0 8px rgba(205, 133, 63, 0.6);
  flex-shrink: 0;
}

.faq-q span {
  flex: 1;
}

.faq-arrow {
  font-size: 14px;
  color: #CD853F;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  margin-left: auto;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-a {
  color: #FFFEF0;
  font-size: 16px;
  padding: 0 20px 18px 48px;
  line-height: 1.7;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
}

.faq-item.active .faq-a {
  max-height: 200px;
  padding: 0 20px 18px 48px;
  opacity: 1;
}

.not-therapy-badge {
  background: linear-gradient(145deg, rgba(180, 60, 30, 0.25), rgba(140, 45, 20, 0.2));
  border: 2px solid rgba(233, 30, 99, 0.4);
  border-radius: 14px;
  padding: 16px 22px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.not-therapy-badge span {
  color: #FFCDD2;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.not-therapy-badge span i {
  color: #E91E63;
  margin-right: 6px;
}

.not-therapy-badge span strong {
  color: #FF8A80;
  font-weight: 700;
}

.mobile-book-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: linear-gradient(180deg, rgba(45, 27, 23, 0.96), rgba(62, 39, 29, 0.99));
  border-top: 2px solid #CD853F;
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  backdrop-filter: blur(10px);
}

.mobile-book-btn {
  display: inline-block;
  background: linear-gradient(145deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
  color: #2F1810;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 40px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 
    0 4px 16px rgba(255, 165, 0, 0.5),
    0 0 24px rgba(255, 215, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.mobile-book-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 
    0 6px 22px rgba(255, 165, 0, 0.7),
    0 0 35px rgba(255, 215, 0, 0.5);
  background: linear-gradient(145deg, #FFE44D 0%, #FFB733 50%, #FF9933 100%);
}

.disclaimer-box { 
  background: linear-gradient(145deg, rgba(55, 34, 22, 0.92), rgba(73, 46, 31, 0.95));
  border: 2px solid #8B7355; 
  border-radius: 15px; 
  padding: 20px; 
  margin-top: 20px; 
  text-align: left;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.disclaimer-label { 
  display: flex; 
  align-items: flex-start; 
  gap: 12px; 
  cursor: pointer; 
  font-size: 15px; 
  line-height: 1.6; 
  color: #FFFEF0; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.disclaimer-label input[type="checkbox"] { 
  margin-top: 3px; 
  width: auto; 
  transform: scale(1.4); 
  accent-color: #00D084;
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.timezone-info { 
  font-size: 14px; 
  color: #FFFEF0; 
  text-align: center; 
  margin-top: 8px; 
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  padding: 10px;
  background: rgba(45, 27, 23, 0.6);
  border-radius: 8px;
}

.smart-alert {
  padding: 16px 20px;
  border-radius: 12px;
  margin: 16px 0;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  animation: fadeInUp 0.4s ease;
  position: relative;
  backdrop-filter: blur(10px);
  border-left: 4px solid;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.alert-empty {
  background: linear-gradient(135deg, rgba(255, 243, 224, 0.95), rgba(255, 235, 205, 0.92));
  border-left-color: #F59E0B;
  color: #78350F;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.15);
}

.alert-incomplete {
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.95), rgba(254, 243, 199, 0.92));
  border-left-color: #FB923C;
  color: #9A3412;
  box-shadow: 0 4px 16px rgba(251, 146, 60, 0.15);
}

.alert-ready {
  background: linear-gradient(135deg, rgba(240, 253, 244, 0.95), rgba(220, 252, 231, 0.92));
  border-left-color: #10B981;
  color: #065F46;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.15);
}

.alert-icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.alert-content {
  flex: 1;
}

.alert-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  display: block;
}

.alert-message {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
}

.missing-items {
  margin-top: 8px;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.missing-items li {
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
  opacity: 0.85;
}

.missing-items li::before {
  content: '•';
  position: absolute;
  left: 6px;
  font-weight: bold;
}

.music-control {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  background: linear-gradient(145deg, rgba(93, 64, 51, 0.95), rgba(120, 81, 53, 0.98));
  border: 2px solid #CD853F;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(205, 133, 63, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  animation: musicPulse 2s ease-in-out infinite;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.music-control:hover {
  transform: scale(1.1);
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(205, 133, 63, 0.5);
  background: linear-gradient(145deg, rgba(103, 71, 57, 0.98), rgba(130, 90, 64, 0.99));
}

@keyframes musicPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 0 0 30px rgba(205, 133, 63, 0.3); }
  50% { box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 0 40px rgba(205, 133, 63, 0.5); }
}

.music-control i {
  font-size: 26px;
  color: #FFD700;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  transition: all 0.3s ease;
}

.music-control.playing i {
  animation: musicIconBounce 1s ease-in-out infinite;
}

@keyframes musicIconBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.music-control::before {
  content: '🎵 Music';
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(45, 27, 23, 0.98);
  color: #FFD700;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border: 1px solid #8B7355;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.music-control:hover::before {
  opacity: 1;
}

.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background: linear-gradient(145deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 
    0 6px 20px rgba(255, 165, 0, 0.5),
    0 0 30px rgba(255, 215, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 
    0 10px 30px rgba(255, 165, 0, 0.7),
    0 0 50px rgba(255, 215, 0, 0.5);
  background: linear-gradient(145deg, #FFE44D 0%, #FFB733 50%, #FF9933 100%);
}

.scroll-top-btn i {
  font-size: 28px;
  color: #2F1810;
  font-weight: bold;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.scroll-top-btn:hover i {
  transform: translateY(-3px);
}

.scroll-top-btn::before {
  content: 'Back to Top ↑';
  position: absolute;
  bottom: 70px;
  right: 50%;
  transform: translateX(50%);
  background: rgba(45, 27, 23, 0.98);
  color: #FFD700;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border: 1px solid #8B7355;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.scroll-top-btn:hover::before {
  opacity: 1;
}

.hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 35px;
  padding: 35px;
  background: linear-gradient(145deg, rgba(55, 34, 22, 0.95), rgba(73, 46, 31, 0.92));
  border-radius: 25px;
  border: 2px solid #8B7355;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 60px rgba(218, 165, 32, 0.1);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 3px,
      rgba(0, 0, 0, 0.02) 3px,
      rgba(0, 0, 0, 0.02) 6px
    );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.hero-text {
  position: relative;
  z-index: 1;
}

.hero-image-container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-image-wrapper {
  position: relative;
  display: inline-block;
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

.hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: all 0.6s ease;
  mix-blend-mode: multiply;
  opacity: 0.92;
  filter: contrast(1.08) brightness(1.05) saturate(0.9);
}

.hero-image:hover {
  transform: scale(1.02);
  filter: contrast(1.12) brightness(1.06) saturate(0.95);
}

.hero-image-wrapper::after {
  content: "Hi, I'm Rahul";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFE4E1;
  font-size: 26px;
  font-weight: 800;
  text-shadow: 
    2px 2px 12px rgba(0, 0, 0, 1),
    0 0 30px rgba(233, 30, 99, 0.5),
    0 0 45px rgba(0, 0, 0, 0.7);
  font-family: Georgia, serif;
  letter-spacing: 1.5px;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(62, 39, 29, 0.75) 0%, rgba(33, 20, 14, 0.95) 100%);
  padding: 16px 40px;
  border-radius: 35px;
  backdrop-filter: blur(8px);
  border: 2px solid rgba(233, 30, 99, 0.35);
  box-shadow: 
    0 5px 20px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#total { 
  margin: 15px 0; 
  font-size: 36px; 
  text-align: center; 
  color: #4ADE80; 
  font-weight: 900; 
  text-shadow: 0 0 20px rgba(74, 222, 128, 0.4); 
  transition: all 0.3s ease;
}

.pricing-table {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 25px;
  text-align: center;
}
.pricing-table > div {
  flex: 1;
  background: rgba(0,0,0,0.3);
  padding: 15px 8px;
  border-radius: 10px;
  border: 1px solid #8B7355;
  transition: transform 0.2s;
}
.pricing-table > div:hover {
  transform: translateY(-2px);
  border-color: #CD853F;
}

#paypal-trigger {
  color: #FFD700;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  margin-left: 5px;
  padding: 5px 12px;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid #CD853F;
  border-radius: 4px;
  transition: all 0.3s;
  display: inline-block;
}

#paypal-trigger:hover {
  color: #fff;
  background: rgba(255, 215, 0, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(205, 133, 63, 0.3);
}

.about-content {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 35px;
  align-items: center;
}

.about-text {
  position: relative;
  z-index: 1;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stat-item {
  background: linear-gradient(145deg, rgba(45, 27, 23, 0.9), rgba(62, 39, 29, 0.85));
  border: 2px solid #8B7355;
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 
    0 6px 18px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, #CD853F, #FFD700);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-6px) scale(1.04);
  border-color: #CD853F;
  box-shadow: 
    0 12px 28px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(205, 133, 63, 0.25);
}

.stat-item:hover::before {
  opacity: 1;
}

.stat-number {
  font-size: 32px;
  font-weight: 900;
  color: #FFD700;
  text-shadow: 
    0 0 20px rgba(255, 215, 0, 0.4),
    2px 2px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 6px;
  line-height: 1.2;
}

.stat-label {
  font-size: 13px;
  color: #D4C4B0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.languages-card {
  text-align: center;
}

.languages-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.language-item {
  background: linear-gradient(145deg, rgba(45, 27, 23, 0.9), rgba(62, 39, 29, 0.85));
  border: 2px solid #8B7355;
  border-radius: 18px;
  padding: 28px 32px;
  text-align: center;
  min-width: 160px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 
    0 6px 18px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.language-item::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    transparent 40%,
    rgba(255, 215, 0, 0.08) 50%,
    transparent 60%,
    transparent
  );
  transition: transform 0.6s ease;
  transform: translateX(-100%);
}

.language-item:hover {
  transform: translateY(-8px) scale(1.06);
  border-color: #CD853F;
  box-shadow: 
    0 14px 32px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(205, 133, 63, 0.25);
}

.language-item:hover::before {
  transform: translateX(100%);
}

.language-badge {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px auto;
  background: linear-gradient(145deg, rgba(205, 133, 63, 0.3), rgba(160, 130, 109, 0.15));
  border: 2px solid rgba(205, 133, 63, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  color: #FFD700;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.language-item:hover .language-badge {
  transform: scale(1.15);
  background: linear-gradient(145deg, rgba(205, 133, 63, 0.5), rgba(160, 130, 109, 0.3));
  box-shadow: 
    0 6px 18px rgba(205, 133, 63, 0.4),
    0 0 20px rgba(255, 215, 0, 0.2);
}

.language-name {
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  margin-bottom: 6px;
}

.language-desc {
  font-size: 13px;
  color: #CD853F;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benefit-item {
  background: linear-gradient(145deg, rgba(45, 27, 23, 0.9), rgba(62, 39, 29, 0.85));
  border: 2px solid #8B7355;
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 
    0 6px 18px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #CD853F, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: #CD853F;
  box-shadow: 
    0 14px 32px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(205, 133, 63, 0.25);
}

.benefit-item:hover::before {
  opacity: 1;
}

.benefit-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px auto;
  background: linear-gradient(145deg, rgba(205, 133, 63, 0.25), rgba(160, 130, 109, 0.15));
  border: 2px solid rgba(205, 133, 63, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FFD700;
  transition: all 0.3s ease;
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.benefit-item:hover .benefit-icon {
  transform: scale(1.12);
  background: linear-gradient(145deg, rgba(205, 133, 63, 0.4), rgba(160, 130, 109, 0.25));
  box-shadow: 
    0 6px 18px rgba(205, 133, 63, 0.3),
    0 0 20px rgba(255, 215, 0, 0.2);
}

.benefit-item h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  line-height: 1.3;
}

.benefit-item p {
  font-size: 14px;
  color: #D4C4B0;
  line-height: 1.65;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.benefits-bottom-note {
  margin-top: 28px;
  background: linear-gradient(145deg, rgba(45, 27, 23, 0.6), rgba(62, 39, 29, 0.5));
  border: 2px solid rgba(205, 133, 63, 0.3);
  border-radius: 16px;
  padding: 22px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.benefits-bottom-note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.03), transparent);
  pointer-events: none;
}

.benefits-bottom-note p {
  font-size: 16px;
  color: #FFFEF0;
  line-height: 1.75;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* ===== MOBILE: COMPACT & HORIZONTAL SCROLLING ===== */
@media (max-width: 768px) {
  body {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .container {
    padding: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #booking,
  #faq,
  #contact {
    max-width: 100%;
  }

  /* Mobile Nav */
  .nav-hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-container {
    position: relative;
    justify-content: center;
    height: 50px;
    width: 100%;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(45, 27, 23, 0.98), rgba(62, 39, 29, 0.95));
    backdrop-filter: blur(12px);
    flex-direction: column;
    padding: 0;
    border-bottom: 2px solid #8B7355;
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
    gap: 0;
    z-index: 999;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    margin: 0;
    padding: 14px 20px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(139, 115, 85, 0.3);
    display: block;
    width: 100%;
  }

  .nav-links a:last-child {
    border-bottom: none;
  }

  .nav-links a:hover {
    background: rgba(205, 133, 63, 0.15);
    transform: none;
  }

  .nav-links a::after {
    display: none;
  }

  /* Hero - compact */
  .hero-section {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 15px;
    margin-bottom: 15px;
  }

  .hero-title-row {
    flex-direction: row;
    text-align: left;
    gap: 12px;
    margin-bottom: 12px;
  }

  .hero-title-row h1 {
    text-align: left !important;
    font-size: 24px;
  }

  .hero-text p {
    text-align: left;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
  }

  .hero-image-container {
    order: -1;
  }

  .hero-image-wrapper::after {
    font-size: 16px;
    padding: 10px 24px;
    bottom: 15px;
  }

  /* Compact cards */
  .card {
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  h2 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  /* About - 2 columns for stats */
  .about-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .about-text p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
  }

  .about-stats {
    gap: 8px;
  }

  .stat-item {
    padding: 14px 8px;
    border-radius: 12px;
  }

  .stat-number {
    font-size: 22px;
  }

  .stat-label {
    font-size: 11px;
  }

  /* Languages - horizontal scroll */
  .languages-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .languages-grid::-webkit-scrollbar {
    display: none;
  }

  .language-item {
    min-width: 110px;
    padding: 18px 14px;
    flex-shrink: 0;
  }

  .language-badge {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .language-name {
    font-size: 16px;
  }

  .language-desc {
    font-size: 11px;
  }

  /* Benefits - horizontal scroll carousel */
  .benefits-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .benefits-grid::-webkit-scrollbar {
    display: none;
  }

  .benefit-item {
    min-width: 260px;
    max-width: 280px;
    flex-shrink: 0;
    padding: 18px 16px;
  }

  .benefit-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .benefit-item h3 {
    font-size: 15px;
  }

  .benefit-item p {
    font-size: 13px;
  }

  .benefits-bottom-note {
    padding: 14px 16px;
    margin-top: 15px;
  }

  /* Testimonials - horizontal scroll */
  .testimonial-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .testimonial-grid::-webkit-scrollbar {
    display: none;
  }

  .testimonial-box {
    min-width: 260px;
    max-width: 300px;
    flex-shrink: 0;
    padding: 18px 16px;
    margin-bottom: 0;
  }

  .testimonial-box::before {
    font-size: 40px;
  }

  .testimonial-box p {
    font-size: 13px;
  }

  .testimonial-box span {
    font-size: 13px;
  }

  .stars {
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* Services - horizontal scroll */
  .services-container {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .services-container::-webkit-scrollbar {
    display: none;
  }

  .service-option {
    min-width: 150px;
    max-width: 170px;
    flex-shrink: 0;
    padding: 12px 8px;
  }

  .service-img {
    width: 50px;
    height: 50px;
  }

  .service-option-text h3 {
    font-size: 13px;
  }

  .service-option-text span {
    font-size: 14px;
  }

  .service-usd {
    font-size: 11px;
  }

  .service-desc {
    font-size: 10px;
  }

  /* Pricing table - 2x2 grid */
  .pricing-table {
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
  }

  .pricing-table > div {
    flex: 1 1 45%;
    min-width: 0;
    padding: 10px 4px;
  }

  .pricing-table > div div:first-child {
    font-size: 12px;
  }

  .pricing-table > div div:nth-child(2) {
    font-size: 15px;
  }

  /* Forms compact */
  .form-row {
    flex-direction: column !important;
    gap: 8px !important;
  }

  #date, #time {
    width: 100% !important;
  }

  input, select, textarea {
    font-size: 16px;
    padding: 10px 12px;
    margin-top: 6px;
  }

  textarea {
    min-height: 60px;
  }

  /* Feedback buttons */
  .feedback-actions {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .feedback-actions button {
    width: 100% !important;
    margin-top: 0;
    padding: 12px;
  }

  /* Buttons */
  .button {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 24px;
    font-size: 14px;
  }

  #payBtn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px;
    font-size: 18px;
  }

  #paypal-button-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Contact */
  .contact-row {
    padding: 10px 0;
    gap: 10px;
  }

  .contact-icon {
    font-size: 18px;
    width: 28px;
  }

  .contact-row a {
    font-size: 14px;
  }

  /* FAQ compact */
  .faq-q {
    font-size: 14px;
    padding: 14px 14px;
  }

  .faq-a {
    font-size: 13px;
    padding: 0 14px 14px 36px;
  }

  .faq-item {
    margin-bottom: 8px;
    border-radius: 10px;
  }

  /* Fixed elements */
  .music-control {
    width: 44px;
    height: 44px;
    bottom: 68px;
    left: 10px;
  }

  .music-control i {
    font-size: 18px;
  }

  .music-control::before {
    display: none;
  }

  .scroll-top-btn {
    width: 44px;
    height: 44px;
    bottom: 68px;
    right: 10px;
  }

  .scroll-top-btn i {
    font-size: 20px;
  }

  .scroll-top-btn::before {
    display: none;
  }

  /* Mobile book bar */
  .mobile-book-bar {
    display: block;
    padding: 8px 12px;
  }

  .mobile-book-btn {
    font-size: 14px;
    padding: 10px 24px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Alerts */
  .smart-alert {
    padding: 12px 14px;
    font-size: 13px;
    margin: 10px 0;
  }

  .alert-icon {
    font-size: 18px;
  }

  .alert-title {
    font-size: 14px;
  }

  .alert-message {
    font-size: 13px;
  }

  /* Disclaimer */
  .disclaimer-box {
    padding: 12px;
    margin-top: 12px;
  }

  .disclaimer-label {
    font-size: 13px;
    gap: 8px;
  }

  /* Safety badge */
  .safety-badge {
    padding: 12px 16px;
    flex-direction: column;
    gap: 6px;
    margin-top: 15px;
  }

  .safety-badge span {
    font-size: 13px;
  }

  /* Total */
  #total {
    font-size: 24px;
    margin: 10px 0;
  }

  #usdTotal {
    font-size: 15px;
  }

  /* Not therapy */
  .not-therapy-badge {
    padding: 12px 14px;
    margin-bottom: 12px;
  }

  .not-therapy-badge span {
    font-size: 12px;
  }

  /* Timezone */
  .timezone-info {
    font-size: 12px;
    padding: 6px;
    margin-top: 4px;
  }

  /* Welcome banner in booking */
  #booking > div:first-child {
    padding: 14px !important;
    margin-bottom: 12px !important;
  }

  #booking > div:first-child h3 {
    font-size: 18px !important;
  }

  #booking > div:first-child p {
    font-size: 13px !important;
  }

  /* Cart items */
  #cartItems {
    font-size: 14px;
    min-height: 20px;
    margin-bottom: 10px;
  }

  /* Payment info box */
  #booking > div[style*="flex-direction: column"] > div:first-child {
    padding: 14px !important;
  }

  #booking > div[style*="flex-direction: column"] > div:first-child p {
    font-size: 13px !important;
  }

  /* With love card */
  .card > p[style*="background: linear-gradient"] {
    padding: 14px !important;
    font-size: 13px !important;
  }

  /* Section subtitles */
  .card > p[style*="text-align: center"]:not([style*="background"]) {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  /* Logo */
  .logo-img {
    width: 50px;
    height: 50px;
  }

  /* Hero image */
  .hero-image {
    max-height: 280px;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 480px) {
  .hero-title-row h1 {
    font-size: 20px;
  }

  .hero-title-row {
    gap: 8px;
  }

  .hero-text p:first-child {
    font-size: 18px !important;
  }

  .service-option {
    min-width: 140px;
  }

  .benefit-item {
    min-width: 240px;
  }

  .testimonial-box {
    min-width: 240px;
  }

  .about-stats {
    gap: 6px;
  }

  .stat-item {
    padding: 12px 6px;
  }

  .stat-number {
    font-size: 20px;
  }

  .stat-label {
    font-size: 10px;
  }

  h2 {
    font-size: 18px;
  }

  .card {
    padding: 12px;
    margin-bottom: 10px;
  }

  .hero-section {
    padding: 12px;
  }

  .benefit-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .benefit-item h3 {
    font-size: 14px;
  }

  .benefit-item p {
    font-size: 12px;
  }

  .hero-image-wrapper::after {
    font-size: 14px;
    padding: 8px 20px;
  }

  .logo-img {
    width: 44px;
    height: 44px;
  }

  .pricing-table > div {
    padding: 8px 4px;
  }

  .pricing-table > div div:first-child {
    font-size: 11px;
  }

  .pricing-table > div div:nth-child(2) {
    font-size: 14px;
  }

  .pricing-table > div div:nth-child(3) {
    font-size: 10px;
  }

  .language-item {
    min-width: 100px;
    padding: 14px 10px;
  }

  .language-badge {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .language-name {
    font-size: 14px;
  }

  .faq-q {
    font-size: 13px;
    padding: 12px;
  }

  .faq-a {
    font-size: 12px;
  }

  .contact-row a {
    font-size: 13px;
  }

  .contact-icon {
    font-size: 16px;
  }

  .safety-badge span {
    font-size: 12px;
  }

  #total {
    font-size: 22px;
  }

  .mobile-book-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}