
/* ====================================================
   PAGE SPECIFIC STYLES
   ==================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Nunito', sans-serif;
  background: #f8fafc;
  color: #1e2b38;
  scroll-behavior: smooth;
}
.bg-inner { background: #ffffff; }
.small-section { padding: 30px 0; }
.section-b-space { padding-bottom: 40px; }
.section-t-space { padding-top: 40px; }
.color1 { background: #D60000 !important; border-color: #D60000 !important; }
.btn-solid {
  background: #D60000;
  border: 1px solid #D60000;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
}
.btn-solid:hover { background: #D60000; border-color: #D60000; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(230,126,34,0.3); }
.theme-color { color:#D60000; }
.text-gold { color: #f1c40f; }

/* Hero - ALTERNATIVE APPROACH (shows more of the image) */
.hero-banner {
  position: relative;
  width: 100%;

  /* Uses full width with auto height - shows more of the image */
  display: flex;
  align-items: center;
  padding: 40px 0;
  background-color: #f0f4f8; /* Fallback color while image loads */
}
.hero-banner::after {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 20, 30, 0.55);
}
.hero-content { position: relative; z-index: 2; color: #fff; }
.hero-content .badge-top {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  padding: 8px 20px;
  border-radius: 40px;
  display: inline-block;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}
.hero-content h1 { font-size: 3.5rem; font-weight: 900; text-shadow: 0 4px 20px rgba(0,0,0,0.4); }
.hero-content .sub { font-size: 1.2rem; opacity: 0.95; }
.hero-rating { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 16px 0; }
.hero-rating .stars { color: #f1c40f; font-size: 1.1rem; }
.hero-rating .booked-badge { background: #27ae60; padding: 4px 16px; border-radius: 40px; font-weight: 700; font-size: 0.85rem; }
.hero-price-box {
  display: inline-block;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  padding: 14px 30px;
  border-radius: 60px;
  border: 1px solid rgba(255,255,255,0.2);
  margin-top: 12px;
}
.hero-price-box .old-price { font-size: 1.2rem; text-decoration: line-through; opacity: 0.7; margin-right: 12px; }
.hero-price-box .new-price { font-size: 2.2rem; font-weight: 800; color: #f1c40f; }
.hero-price-box .pp { font-size: 1rem; font-weight: 400; }

/* Tabs */
.menu-top ul.nav-tabs {
  border-bottom: 2px solid #eaeef2;
  flex-wrap: wrap;
  gap: 6px 4px;
  background: #f2f6fa;
  padding: 8px 12px;
  border-radius: 60px;
  margin-bottom: 24px;
}
.menu-top .nav-link {
  font-weight: 700;
  color: #3d566e;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.3px;
  padding: 8px 18px;
  border: none;
  border-radius: 40px;
  background: transparent;
  transition: 0.25s ease;
}
.menu-top .nav-link.active, .menu-top .nav-link:hover {
  background: #D60000;
  color: #fff;
  box-shadow: 0 4px 12px rgba(230,126,34,0.25);
  transform: scale(1.02);
}

.content-title {
  font-weight: 800;
  color: #0b2a3b;
  border-left: 5px solid #D60000;
  padding-left: 16px;
  margin: 30px 0 20px;
  font-size: 1.6rem;
}

/* Accordion */
.accordion-plan .card { border: none; border-bottom: 1px solid #eef2f7; border-radius: 0; background: transparent; }
.accordion-plan .card-header { background: transparent; padding: 14px 0; border: none; }
.accordion-plan .btn-link { font-weight: 700; color: #0b2a3b; font-size: 1.05rem; text-decoration: none; display: flex; align-items: center; gap: 12px; }
.accordion-plan .btn-link i { color: #D60000; }
.accordion-plan .card-body { padding: 0 0 20px 0; }

/* Sidebar */
.single-sidebar {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  margin-bottom: 30px;
  border: 1px solid #eef3f8;
}
.single-sidebar.sticky {
  position: sticky;
  top: 20px;
}
.selection-section h4 { font-weight: 800; color: #0b2a3b; margin-bottom: 20px; }
.book-btn-section .form-control { border-radius: 30px; padding: 12px 18px; border: 1px solid #e0e6ed; margin-bottom: 14px; }
.btn-rounded { border-radius: 40px; padding: 14px 24px; font-weight: 800; width: 100%; }
.price-breakdown { background: #f7f9fc; border-radius: 16px; padding: 14px 18px; margin: 16px 0; }
.price-breakdown .old { text-decoration: line-through; color: #888; font-size: 1rem; }
.price-breakdown .new { font-size: 1.8rem; font-weight: 800; color: #D60000; }
.price-breakdown .off { background: #D60000; color: #fff; padding: 2px 12px; border-radius: 40px; font-weight: 700; font-size: 0.8rem; }

/* Gallery */
.gallery-grid .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  cursor: pointer;
}
.gallery-grid .gallery-item img {
  transition: 0.4s;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.gallery-grid .gallery-item:hover img { transform: scale(1.05); }
.gallery-grid .gallery-item .overlay-icon {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.gallery-grid .gallery-item:hover .overlay-icon { opacity: 1; }
.gallery-grid .gallery-item .overlay-icon i {
  color: #fff;
  font-size: 2.2rem;
  background: rgba(230,126,34,0.7);
  padding: 16px;
  border-radius: 60px;
}

/* Reviews */
.review-box {
  background: #fff;
  padding: 20px 24px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  border: 1px solid #eef3f8;
  margin-bottom: 20px;
}
.review-box .rating i { margin-right: 2px; }
.review-box h6 { font-weight: 700; margin: 6px 0 4px; }
.review-box p { margin-bottom: 0; color: #2c3e50; }

/* FAQ */
.faq-inner .accordion-item { border: none; border-bottom: 1px solid #eef2f7; background: transparent; }
.faq-inner .accordion-button { background: transparent; font-weight: 700; color: #0b2a3b; box-shadow: none; padding: 18px 0; }
.faq-inner .accordion-button:not(.collapsed) { background: transparent; color: #D60000; }
.faq-inner .accordion-button:focus { border-color: transparent; box-shadow: none; }
.faq-inner .accordion-body { padding: 0 0 20px 0; color: #2c3e50; }

/* Floating buttons */
.book-panel {
  position: fixed;
  bottom: 30px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}
.book-panel .btn {
  border-radius: 60px;
  padding: 14px 28px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  border: none;
  font-size: 0.95rem;
}
.book-panel .btn-theme { background: #D60000; color: #fff; }
.book-panel .btn-theme:hover { background: #d35400; transform: scale(1.03); }
.book-panel .btn-dark { background: #1e2b38; color: #fff; }
.book-panel .btn-dark:hover { background: #0b1a24; }

.tap-top {
  position: fixed;
  bottom: 110px;
  right: 28px;
  background: #D60000;
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
  z-index: 999;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transition: 0.3s;
}
.tap-top:hover { opacity: 1; transform: scale(1.06); }

/* Newsletter */
.newsletter-sec {
  background: linear-gradient(145deg, #f0f7fb, #ffffff);
  border-radius: 24px;
  padding: 28px 20px;
  text-align: center;
}
.newsletter-sec .btn {
  border-radius: 40px;
  padding: 12px;
  background: #D60000;
  color: #fff;
  font-weight: 700;
  border: none;
  width: 100%;
}

/* Why Choose Us */
.why-us-icon {
  width: 60px;
  height: 60px;
  background: #fef3ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #D60000;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-banner { 
    min-height: 300px; 
    padding: 30px 0; 
    background-size: 150% auto; /* Slightly zoomed on mobile for better view */
  }
  .hero-content h1 { font-size: 2.2rem; }
  .hero-price-box .new-price { font-size: 1.6rem; }
  .book-panel { right: 12px; bottom: 20px; }
  .book-panel .btn { padding: 10px 18px; font-size: 0.8rem; }
  .menu-top ul.nav-tabs { padding: 6px 8px; border-radius: 40px; gap: 4px; }
  .menu-top .nav-link { font-size: 0.7rem; padding: 6px 12px; }
  .single-sidebar.sticky { position: relative; }
}

@media (max-width: 480px) {
  .hero-banner { 
    min-height: 250px; 
    background-size: 200% auto; /* More zoom on very small screens */
  }
  .hero-content h1 { font-size: 1.8rem; }
  .hero-content .sub { font-size: 1rem; }
  .hero-price-box { padding: 10px 20px; }
  .hero-price-box .new-price { font-size: 1.4rem; }
}