:root {
  --gold: #c9a24d;
}

/* =========================
   GLOBAL RESET & BASE
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   PREMIUM FONT SYSTEM
========================= */

section {
  margin-bottom: 40px;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff8ee;
  color: #3a3a3a;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.5px;
}

h1 {
  font-family: "Great Vibes", cursive;
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

body {
  background-color: #fff8ee;
  color: #3a3a3a;
  line-height: 1.6;
}

/* =========================
   HEADER & NAVBAR
========================= */
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #7a1e1e;
  position: fixed;
  top: 0;
  width: 100%; 
  z-index: 1200;
}

.logo {
  color: #d4af37;
  font-size: 22px;
  font-weight: 600;
}
/* 
.menu-toggle {
  display: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
} */

nav ul {
  display: flex;
  gap: 25px;
  list-style: none;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

nav ul li a:hover,
nav ul li a.active {
  color: #c9a24d;
}

/* =========================
   HERO SECTION
========================= */
/* =========================
   HERO ROYAL BADGE
========================= */
.hero-badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 16px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;

  color: #2b1b12;
  background: linear-gradient(135deg, #e6c87a, #c9a24d);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.hero {
  position: relative;
  width: 100%; /* ⬅️ full screen width */
  height: 100vh; /* full screen height */
  overflow: hidden;
}

.hero-slider-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 120px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover; /* ⬅️ IMPORTANT */
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-call {
  margin-top: 26px;
}

.cta {
  margin-top: 30px;
  padding: 14px 44px;
  border-radius: 999px;

  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);

  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  cursor: pointer;

  transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease,
    transform 0.2s ease;
}

/* GOLD FILLED ON HOVER — THIS IS WHAT YOU WANT */
.cta:hover {
  background: var(--gold);
  color: #000;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* CLICK FEEL */
.cta:active {
  transform: translateY(2px);
}

.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 0 20px;
}

.hero-overlay h1 {
  font-size: 48px;
  color: #c9a24d;
  margin-bottom: 18px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.hero-overlay p {
  max-width: 700px;
  margin: 0 auto 10px;
  font-size: 18px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.75)
  );
  z-index: 0;
}

/* =========================
   HERO GOLD DIVIDER
========================= */
.hero-divider {
  width: 80px;
  height: 3px;
  margin: 18px auto 30px;
  background: linear-gradient(to right, transparent, #c9a24d, transparent);
}

/* =========================
   BUTTONS
========================= */
.btn {
  padding: 14px 28px;
  margin: 5px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.call-btn {
  background: #1e6f43;
  color: #fff;
}

.whatsapp-btn {
  background: #25d366;
  color: #fff;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

/* =========================
   TRUST SECTION
========================= */
.trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 60px 40px;
  background: #7a1e1e;
  color: #fff;
  text-align: center;
}

.trust-track {
  display: contents; /* invisible on desktop */
}

.trust-box {
  font-size: 18px;
  font-weight: 500;
}

/* =========================
   ABOUT PREVIEW
========================= */
.about-preview {
  padding: 25px 40px;
  text-align: center;
}

.about-preview h2 {
  font-size: 32px;
  color: #7a1e1e;
  margin-bottom: 20px;
}

.about-preview p {
  max-width: 800px;
  margin: auto;
  font-size: 17px;
}

.read-more {
  display: inline-block;
  margin-top: 20px;
  color: #7a1e1e;
  font-weight: bold;
  text-decoration: none;
}

/* =========================
   SERVICES PREVIEW
========================= */
/* MODERN SERVICE CARDS */
.modern-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
  margin-top: 50px;
}

.service-card-modern {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}

.service-card-modern img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-content {
  padding: 22px;
  text-align: center;
}

.service-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #7a1e1e;
}

.service-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 18px;
}

/* SERVICE BUTTON */
.service-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  border: 2px solid #d4af37;
  color: #7a1e1e;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background: #d4af37;
  color: #000;
}

.popular-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #d4af37;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 2;
}

.service-card-modern {
  position: relative;
}

/* =========================
   FOOTER
========================= */
footer {
  background: #2b1b12;
  color: #fff;
  padding: 25px;
  text-align: center;
}

footer a {
  color: #c9a24d;
  text-decoration: none;
  margin-left: 10px;
}

/* =========================
   FLOATING BUTTONS
========================= */
/* Glassy Blue Call Button */
.floating-call {
  position: fixed;
  left: 20px;
  bottom: 20px;

  width: 58px;
  height: 58px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(30, 143, 255, 0.267); /* glassy blue */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 30px rgba(0, 80, 180, 0.35),
    inset 0 0 12px rgba(255, 255, 255, 0.25);

  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  z-index: 1000;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-call:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 80, 180, 0.45),
    inset 0 0 16px rgba(255, 255, 255, 0.35);
}

.call-icon {
  width: 40px;
  height: 40px;
  display: block;

  background: linear-gradient(135deg, #4da3ff, #1e6fff);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24 11.36 11.36 0 003.56.57 1 1 0 011 1v3.5a1 1 0 01-1 1A17 17 0 013 5a1 1 0 011-1h3.5a1 1 0 011 1 11.36 11.36 0 00.57 3.56 1 1 0 01-.24 1.01z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24 11.36 11.36 0 003.56.57 1 1 0 011 1v3.5a1 1 0 01-1 1A17 17 0 013 5a1 1 0 011-1h3.5a1 1 0 011 1 11.36 11.36 0 00.57 3.56 1 1 0 01-.24 1.01z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.floating-whatsapp {
  right: 20px;
  background: #25d366;
}

/* =========================
   PREMIUM LIGHTBOX
========================= */
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  cursor: zoom-out;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  animation: zoomIn 0.3s ease;
}

/* Smooth zoom animation */
@keyframes zoomIn {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* =========================
   MOBILE NAVIGATION
========================= */

.menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: #c9a24d;
}

/* Default nav (desktop) */
nav {
  display: block;
}

/* Mobile styles */
@media (max-width: 768px) {
  .center-content {
    padding: 0 22px;
    max-width: 100%;
  }

  .center-content h1 {
    font-size: 38px;
    letter-spacing: 1px;
  }

  .center-content .tagline {
    font-size: 28px;
    margin: 14px 0 18px;
  }

  .center-content p {
    font-size: 16px;
    line-height: 1.7;
  }
}
/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 30px;
  text-decoration: none;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  z-index: 1000;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.testimonial-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
}

.testimonial-card {
  flex: 0 0 100%;
  background: #fff;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}

/* =========================
   TESTIMONIALS – GLASS CARDS
========================= */

.testimonials {
  padding: 40px 6%;
  background: #fff8ed;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #7a1e1e;
}

/* slider */
.testimonial-slider {
  overflow: hidden;
  width: 100%;
}

.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease;
}

/* card */
.testimonial-card {
  flex: 0 0 25%; /* 4 cards at once */
  height: 260px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* dark overlay */
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.55)
  );
}

/* glass layer */
.testimonial-glass {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;

  padding: 14px 16px;
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  color: #222;
  font-size: 14px;
}

.testimonial-glass p {
  margin-bottom: 10px;
}

.stars {
  color: #c9a24d;
  font-size: 14px;
  margin-bottom: 6px;
}

.testimonial-glass h4 {
  margin: 0;
  font-size: 15px;
  color: #7a1e1e;
}

.testimonial-glass span {
  font-size: 13px;
  color: #555;
}
/* =========================
   GOOGLE MAP SECTION
========================= */

.map-section {
  padding: 40px 6%;
  background: #fff5e6;
  text-align: center;
}

.map-section h2 {
  color: #7a1e1e;
  margin-bottom: 10px;
}

.map-section p {
  margin-bottom: 30px;
  color: #444;
}

/* responsive map */
.map-container {
  width: 100%;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   FAQ SECTION
========================= */

.faq-section {
  padding: 90px 6%;
  background: #fff8ed;
  max-width: 1000px;
  margin: auto;
}

.faq-section h2 {
  text-align: center;
  color: #7a1e1e;
  margin-bottom: 50px;
}

.faq-item {
  background: #fff;
  padding: 22px 26px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  margin-bottom: 18px;
}

.faq-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.faq-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #7a1e1e;
  position: sticky;
  top: 0;
  z-index: 1200;
} */

.logo {
  color: #d4af37;
  font-size: 22px;
  font-weight: 600;
}

/* .menu-toggle {
  display: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
} */

/* ABOUT ROYAL SECTION */
.about-royal {
  background: #fff7ea;
  padding: 90px 8%;
}

.about-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-content h2 {
  font-size: 36px;
  color: #7a1e1e;
  margin-bottom: 18px;
}

.about-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 28px;
}

.about-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid #d4af37;
  color: #7a1e1e;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: #d4af37;
  color: #000;
}

/* VIDEO FRAME */
.about-video-frame {
  position: relative;
  padding: 10px;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(135deg, #d4af37, #b8962e, #d4af37);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

html,
body {
  overflow-x: hidden;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.services-preview {
  text-align: center;
}
.services-preview h3 {
  margin-top: 36px;
  margin-bottom: 8px;
}
.services-grid1 {
  max-width: 900px;
  margin: 0 auto;
}
.services-grid p {
  margin-bottom: 22px;
  line-height: 1.8;
}
.services-preview p {
  max-width: 900px;
  margin: 0 auto;
}
.services-preview h2 {
  margin-bottom: 20px;
}
.services-preview {
  padding: 25px 40px;
  text-align: center;
}

/* =======================
   CLEAN UNIFORM GALLERY
======================= */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  padding: 20px 0;
}

.gallery-item {
  width: 100%;
  aspect-ratio: 4 / 3; /* SAME SIZE EVERYWHERE */
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

/* =======================
   LIGHTBOX
======================= */

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3000;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 18px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

/* FORCE VIDEO TO BE NORMAL BLOCK ON MOBILE */
@media (max-width: 768px) {
  .about-container {
    display: block !important;
  }

  .about-video-frame {
    width: 100%;
    margin-top: 24px;
  }

  .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    overflow: hidden;
    border-radius: 16px;
    background: #000;
  }

  .video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }

  .about-content {
    order: 1;
  }

  .about-video-frame {
    order: 2;
    margin: 20px 0;
  }

  .about-content p {
    order: 3;
  }

  .about-btn {
    order: 4;
  }
}
/* Gallery outer spacing */
.gallery-section {
  max-width: 1280px; /* keeps gallery centered */
  margin: 0 auto; /* center align */
  padding: 0 32px; /* LEFT + RIGHT GAP */
}
@media (max-width: 768px) {
  .gallery-section {
    padding: 0 16px; /* smaller gap on mobile */
  }
}
/* FORCE SERVICES SLIDER */
.services-grid.modern-services {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 30px 40px;
  scroll-behavior: smooth;
}

/* hide scrollbar */
.services-grid.modern-services::-webkit-scrollbar {
  display: none;
}
.services-grid.modern-services {
  scrollbar-width: none;
}

/* each card */
.service-card-modern {
  flex: 0 0 320px !important;
  scroll-snap-align: start;
}

/* mobile */
@media (max-width: 768px) {
  .services-grid.modern-services {
    padding: 20px;
    gap: 16px;
  }

  .service-card-modern {
    flex: 0 0 85% !important;
  }
}

/* CONTACT HEADER */
.contact-hero {
  text-align: center;
  padding: 60px 20px 20px;
}

.contact-subtitle {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 30px;
}

/* ADDRESS CARD */
.contact-address-box {
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff7ec, #fff);
  border-radius: 18px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-left: 6px solid #8b1d1d;
}

.address-icon {
  font-size: 2.2rem;
}

.address-text strong {
  font-size: 1.1rem;
  color: #8b1d1d;
  display: block;
  margin-bottom: 4px;
}

.address-text p {
  margin: 0;
  line-height: 1.6;
  color: #333;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-address-box {
    flex-direction: column;
    text-align: center;
  }
}
