/* ===== GLOBAL ===== */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background-color: #0b0b0b;
  color: #fff;
  overflow-x: hidden;
   font-family: "Nunito Sans", sans-serif;
  /* font-family: "Nunito Sans", sans-serif; */
  
}

/* ===== NAVBAR (centered with rounded edges) ===== */
/* ===== NAVBAR (centered with rounded edges & improved width) ===== */
header {
  position: fixed;
  top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000; /* this is fine */
}

.nav-container {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 50px;
  padding: 0.9rem 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
  width: 75%;                 
  max-width: 1100px;          
  backdrop-filter: blur(6px);
  box-shadow: 0 0 15px rgba(212,175,55,0.2);
  height: 70px !important;
  margin-top: 25px;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #d4af37;
  letter-spacing: 1px;
}
.logo img{
    position: relative;
    z-index: 9999;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 2.5rem;
}

nav ul li a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

nav ul li a:hover,
nav ul li a.active {
  color: #fff;
}
.nav-toggle {
  display: none; /* hidden on desktop */
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.logo-img{
   position: absolute;
    top: 0;
    left: 20px;
    z-index: 2000; /* 👈 Higher than header’s 1000 */
    /*background-image: url('img/tgg-4.png');*/
    background-image: url('img/tgg-6.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    width: 160px;
    height: 130px;
    opacity: 0.95;
    filter: brightness(1.4) contrast(1.2);
}

/* Responsive */
@media (max-width: 768px) {
  #nav-menu{
    width: 100% !important;
  }
  .nav-container {
    width: fit-content;   
    margin-left: 10rem;          
    padding: 0.6rem 1.2rem;
    height: 55px;
  }
  nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #111;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-radius: 20px;
  }

  nav ul li {
    padding: 1rem;
    border-bottom: 1px solid #222;
  }

  nav ul.show {
    max-height: 600px; /* enough to display all links */
    width: 100%;
  }

  .nav-toggle {
    display: block;
     margin: 0 auto;    
  }
  .logo-img {
    margin-left: -25px; /* ya value adjust karen jitna left chahiye */
    /* agar aap relative/absolute use kar rahe ho: */
    /* left: -10px; */
  }
  
}
@media (max-width: 768px) {
  .logo{
    font-size: 17px;
    width: 700px;
  }
}
/* ------------------------------
   Responsive Fix for 1024px
--------------------------------*/
@media (max-width: 1024px) {

  .nav-container {
    width: 60%;          /* previously 75% → looks tight on 1024px */
    padding: 0.8rem 2rem;
    height: 65px;
  }

  nav ul {
    gap: 1.5rem;         /* reduce gap so items don't overflow */
  }

  .logo img {
    width: 140px;        /* adjust if needed */
  }

  header {
    top: 15px;           /* a bit closer to top for smaller screens */
  }
}
/* ------------------------------
   Responsive for 820px - 1180px
--------------------------------*/
@media (max-width: 820px) {

  header {
    top: 15px; /* thoda upar shift header */
    padding: 0 1rem;
  }

  /* Logo Image */
  .logo-img {
    width: 140px;          /* slightly smaller than desktop */
    height: 100px;
    margin-left: -49px;
    margin-top: 10px;        /* adjust left spacing if needed */
    position: relative;    /* flex layout ke andar properly align ho */
  }

  /* Nav Container */
  .nav-container {
    width: 70%;                /* thoda chhota, fit in screen */
    display: flex;
    justify-content: flex-end; /* nav menu right aligned */
    align-items: center;
    padding: 0.5rem 1rem;
    height: 60px;
    margin-left: auto;         /* center in remaining space */
  }

  /* Nav Menu */


  nav ul li a {
    font-size: 0.95rem;        /* thoda smaller for medium screens */
  }

  /* Nav Toggle (hamburger) */

}
@media (max-width: 1280px) {

  header {
    top: -15px; /* thoda upar shift header */
    padding: 0 1rem;
  }

  /* Logo Image */
  .logo-img {
    width: 140px;          /* slightly smaller than desktop */
    height: 100px;
    margin-left: -49px;
    margin-top: 10px;        /* adjust left spacing if needed */
    position: relative;    /* flex layout ke andar properly align ho */
  }

  /* Nav Container */
  .nav-container {
    width: 70%;                /* thoda chhota, fit in screen */
    display: flex;
    justify-content: flex-end; /* nav menu right aligned */
    align-items: center;
    padding: 0.5rem 1rem;
    height: 60px;
    margin-left: auto;         /* center in remaining space */
  }

  /* Nav Menu */


  nav ul li a {
    font-size: 0.95rem;        /* thoda smaller for medium screens */
  }
   .footer-gallery img {
    width: 250px !important;      /* between desktop (300) and tablet (200) */
    height: 250px !important;
  }

  /* Nav Toggle (hamburger) */

}



/* ===== HERO SECTION ===== */
.hero {
  height: 90vh;
  width: 100%;
  background: url('img/luxurious-dinner-hall-with-large-crystal-chandelier.jpg') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
   transition: opacity 1s ease-in-out;
  
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

/* Dark overlay */
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.727);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1400px !important;
  padding: 0 1rem;
}

.hero-content h1 {
    color: #d4af37;
  font-size: 4rem;          /* 🔥 increased from 3.5rem */
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  margin-top: 5rem;
  font-weight: 600;
}

.hero-content p {
  font-size: 1.4rem;        /* 🔥 increased from 1.2rem */
  color: #d4af37;
  line-height: 1.8;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #fff;
  /* background: rgba(0, 0, 0, 0.4); */
  border-radius: 50%;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 3;
  transition: 0.3s;
  user-select: none;
}


.arrow.left { left: 30px; }
.arrow.right { right: 30px; }
@media (max-width: 1024px) {
  .hero {
    display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
    height: 80vh;
    background-position: center center;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .hero-content p {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 800px;
    padding: 2rem 1rem;
  }

  .hero-content {
    max-width: 100%;
    width: 100%;           /* Make it fill the screen width */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to top */
    align-items: flex-start;     /* Align content to left */
    text-align: left;            /* Ensure text is left-aligned */     /* For debugging */
    box-sizing: border-box;      /* Prevent overflow from padding */
    margin-top: 50px;
  }

  .hero-content h1 {
    font-size: 2.4rem;
    letter-spacing: 1px;
    width: 100%;          /* Ensure full width */
  }

  .hero-content p {
    font-size: 1rem;
    width: 100%;          /* Ensure full width */
  }
}


@media (max-width: 480px) {
  .hero {
    height: 70vh;
    padding: 1.5rem;
  }

  .hero-content {
    text-align: left; /* Ensure left alignment on small screens */
  }

  .hero-content h1 {
    font-size: 1.8rem;
    /* margin-bottom: 1rem; */
    width: 100%;
  }

  .hero-content p {
    font-size: 0.7rem !important;
    width: 100%;
  }
}
.b-2 {
  background: linear-gradient(135deg, #d4af37, #f5e7a1);
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.b-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease;
}

.b-2:hover::before {
  left: 100%;
}

.b-2:hover {
  background: linear-gradient(135deg, #f1d36d, #d4af37);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
}


/* 🌟 Form container */
.a-1-book-event-line {
  background: #111;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 🌟 Form layout */
.a-1-book-event-form-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}

/* 🌟 Inputs - desktop default */
.a-1-book-event-form-line input {
  flex: 1 1 180px;
  padding: 0.45rem 0.9rem;
  font-size: 0.95rem;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #333;
  background: #fff;
  color: #111;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.a-1-book-event-form-line input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

/* 🌟 Button - desktop default */
.a-1-book-event-form-line button {
  flex-shrink: 0;
  padding: 0.5rem 1.2rem;
  background: #d4af37;
  color: #111;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
}

.a-1-book-event-form-line button:hover {
  background: #b8962b;
  transform: translateY(-2px);
}

/* 💻 Tablet (1024px) */
@media (max-width: 1024px) {
  .a-1-book-event-form-line {
    gap: 0.6rem;
  }

  .a-1-book-event-form-line input,
  .a-1-book-event-form-line button {
    padding: 0.25rem 0.6rem;
    font-size: 0.85rem;
    height: 32px;
    line-height: 1;
    box-sizing: border-box;
  }

  .a-1-book-event-form-line input {
    min-width: 45%;
  }
}

/* 📱 Mobile (768px) */
@media (max-width: 768px) {
  .a-1-book-event-line {
    padding: 1rem 0.8rem;
    margin-top: 20px;
  }

  .a-1-book-event-form-line {
    flex-direction: column;
    gap: 0.5rem;
  }


  .a-1-book-event-form-line input,
  .a-1-book-event-form-line button {
    flex: none; /* disable flex grow/shrink */
    width: 100%;
    height: 30px;
    padding: 0.25rem 0.5rem;
    line-height: 1;
  }
}

/* 📱 Extra small (480px) */
@media (max-width: 480px) {
  .a-1-book-event-form-line input {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    height: 28px;
    min-height: 0;
    line-height: 1;
    box-sizing: border-box;
    border-width: 1px;
  }

  .a-1-book-event-form-line button {
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
    height: 30px;
    line-height: 1;
    box-sizing: border-box;
    border-width: 1px;
  }
}


.services {
  background: radial-gradient(circle at top, #1a1a1a 0%, #0b0b0b 100%);
  text-align: center; /* Heading center ke liye */
}

.services h2 {
  color: #b8962b;
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  line-height: 1.4;
  text-align: center; /* Heading center */
}

/* Container with increased gap */
.service-container {
  display: flex;
  justify-content: center;
  gap: 4.5rem; /* Gap thoda bada kiya */
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Each card box */
.service-box {
  overflow: hidden;
  transition: all 0.3s ease;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left; /* Text left aligned */
}

.service-box:hover {
  transform: translateY(-10px);
}

.service-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.service-box h3 {
  font-size: 1.4rem;
  color: #b8962b;
  margin: 1.2rem 1.5rem 0.6rem;
  text-transform: uppercase;
}

.service-box p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 1.5rem;
  margin: 0 0 1.5rem 0;
  flex-grow: 0;
}

.service-box button {
  background: transparent;
  border: 1px solid #d4af37;
  color: #fff;
  padding: 0.8rem 2rem;
  margin: 0 0 1.8rem 1.5rem; /* Left margin for alignment */
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s;
  border-radius: 4px;
  align-self: flex-start; /* Left align button */
  width: fit-content;
}

.service-box button:hover {
  background: #d4af37;
  color: #000;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .services h2 {
    font-size: 1.7rem;
  }
  .service-box img {
    height: 180px;
  }
  .service-container {
    flex-direction: column;
    gap: 3rem; /* Vertical gap thoda bada */
  }
  .service-box {
    width: 90%;
    text-align: left;
  }
  .service-box button {
    margin-left: 1.5rem;
  }
}
.a-1-info-section {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 3rem;
  gap: 3rem;
}

.a-1-info-text {
  flex: 1;
  color: #fff;
  text-align: left;
}

.a-1-info-text h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #d4af37;
}

.a-1-info-text p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #ccc;
  text-align: center;
}
.info-section {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 3rem;
  gap: 3rem;
}

.info-text {
  flex: 1;
  color: #fff;
  text-align: left;
}

.info-text h2 {
  /* text-align: center; */
  font-size: 2.2rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #d4af37;
}

.info-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #ccc;
  /* text-align: center; */
}
.info-text button {
  background: transparent;
  border: 1px solid #d4af37;
  color: #fff;
  padding: 0.8rem 2rem;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s;
  align-self: flex-start;
}

.info-text button:hover {
  background: #d4af37;
  color: #000;
}

.info-image {
  flex: 1;
}

.info-image img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .info-section {
    flex-direction: column;
    padding: 0 1.5rem;
  }

  .info-text, .info-image {
    width: 100%;
    text-align: center;
  }

  .info-text h2 {
    font-size: 1.8rem;
  }

  .info-text button {
    margin: 0 auto;
  }
}
.testimonials {
  background: radial-gradient(circle at top, #1a1a1a 0%, #0b0b0b 100%);
  text-align: center;
  padding: 6rem 3rem;
  color: #fff;
}

.testimonials h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  letter-spacing: 1px;
}

.testimonial-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.testimonial {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
}

.testimonial.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.testimonial h4 {
  margin-top: 1rem;
  color: #d4af37;
  font-weight: 600;
}

/* Pagination dots */
.testimonial-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.dot {
  height: 14px;
  width: 14px;
  background-color: #555;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  background-color: #d4af37;
}


/* ===== FOOTER STYLING ===== */
.photo-footer {
  background: #0b0b0b;
  color: #fff;
  padding: 4rem 2rem 2rem;
  font-family: 'Arial', sans-serif;
}
/* ===== ABOUT SECTION ===== */
.about-section {
  margin-top: 10rem !important;
  background: #0b0b0b;
  padding: 6rem 2rem;
  color: #fff;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  gap: 3rem;
  flex-wrap: wrap;
}
.about-container p{
  color: #fff;
}

.about-text {
  flex: 1 1 500px;
  text-align: left;
}

.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #d4af37;
}

.about-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 1rem;
}

.about-text .btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #d4af37;
  color: #fff;
  padding: 0.8rem 2rem;
  margin-top: 1rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
}

.about-text .btn:hover {
  background: #d4af37;
  color: #000;
}

.about-image {
  flex: 1 1 400px;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

/* Responsive */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .about-text {
    text-align: center;
  }

  .about-image img {
    max-width: 300px;
  }
}
.footer-gallery {
  display: flex;
  justify-content: center;

  margin-bottom: 2rem; 
}

.footer-gallery img {
  width: 300px;  
  height: 300px; 
  object-fit: cover;
  transition: transform 0.3s, opacity 0.3s;
  cursor: pointer;
}



@media (max-width: 480px) {
  .footer-gallery {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 5px;
  }
  .footer-gallery img {
    height: 60px;
    width: 60px;
  }
}
/* ------------------------------
   Responsive for 1024px
--------------------------------*/
@media (max-width: 1024px) {
  .footer-gallery {
    flex-wrap: wrap;        /* allow images to move into next line */
    gap: 1rem;              /* spacing between items */
  }

  .footer-gallery img {
    width: 200px;           /* reduce size from 300 → 200 */
    height: 200px;
  }
}
@media (max-width: 1180px) {
  .footer-gallery {
    flex-wrap: wrap;
    gap: 1.2rem;       /* slightly more breathing room */
    justify-content: center;
  }

  .footer-gallery img {
    width: 250px;      /* between desktop (300) and tablet (200) */
    height: 250px;
  }
}



.footer-content {
    border: 2px solid rgba(212,175,55,0.4);
  border-radius: 50px;
  padding: 0.9rem 3rem;
  box-shadow: 0 0 15px rgba(212,175,55,0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto 2rem auto;
  gap: 0.5rem;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-column h3 {
  color: #d4af37;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-column p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ccc;
}

.footer-column.logo h1 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0.7rem;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #d4af37;
}

.footer-column.connect ul.social-links {
  display: flex;
  gap: 1rem;
}

.footer-column.connect ul.social-links li a {
  font-size: 0.95rem;
}

.photo-footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  color: #888;
  margin-top: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column.logo h1 {
    margin: 1rem 0;
  }

  .footer-column.connect ul.social-links {
    justify-content: center;
  }
}

.events-hero {
  background: url('img/beautiful-photozone-with-big-wreath-decorated-with-greenery-roses-centerpiece-candles-sides-garland-hanged-trees.jpg') no-repeat center center/cover;
  background-size: cover;
background-position: center;
background-repeat: no-repeat;

  height: 90vh !important;
  padding: 8rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.events-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); /* overlay for readability */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 60%;
}

.hero-content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #d4af37;
}

.hero-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
}

/* Wrapper to center the whole section */
.services-section-wrapper {
  display: flex;
  justify-content: center;
  padding: 4rem 2rem;
  background: #111; /* optional outer background */
}

/* The actual box */
.services-section {
  /* background: radial-gradient(circle at top, #1a1a1a 0%, #0b0b0b 100%); */
  padding: 3rem;
  border-radius: 16px;
  max-width: 1300px;
  width: 100%;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.5); */
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: #fff;
}

/* Each service row */
.service-item {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.service-item.reverse {
  flex-direction: row-reverse;
}

/* Text styling */
.service-text {
  flex: 1;
  min-width: 300px;
}

.service-text h3 {
  font-size: 1.6rem;
  color: #d4af37;
  margin-bottom: 0.8rem;
}

.service-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
}

/* Image styling */
.service-image {
  flex: 1;
  text-align: center;
}

.service-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

/* Responsive for smaller screens */
@media (max-width: 1024px) {
  .service-item {
    flex-direction: column;
    text-align: center;
  }
  .service-item.reverse {
    flex-direction: column;
  }
  .service-image img {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}

/* Section wrapper */
.a-1-partnerships-section {
  background: #111;
  color: #fff;
  padding-bottom: 4rem;
}

/* Header with background */
.a-1-partnerships-header {
  background: url('img/event-managers-showing-something-laptop-couple.jpg') no-repeat center center;
  background-size: cover;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 2rem;
}

/* Overlay */
.a-1-partnerships-header::before {
  content: '';
  position: absolute;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}

.a-1-partnerships-header h2,
.a-1-partnerships-header p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.a-1-partnerships-header h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #d4af37;
}

.a-1-partnerships-header p {
  font-size: 1.2rem;
  max-width: 60%;
  color: #eee;
}

/* Container */
.a-1-container {
  max-width: 1300px;
  margin: -5rem auto 0;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 1 !important;
}

/* Section title */
.a-1-section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #d4af37;
  margin-top: 3rem;
  border-radius: 20px;
}
/* Banner style for section title */
.a-1-section-title {
  position: relative;
  background: url('img/destinantion\ wdding.jpg') no-repeat center center;
  background-size: cover;
  height: 60vh;  /* 60% viewport height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #d4af37;
  font-size: 3rem;
  margin: 4rem 0; /* optional spacing above and below */
  z-index: 1;
  padding: 0 2rem;
}

/* Overlay */
.a-1-section-title::before {
  content: '';
  position: absolute;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  z-index: -1; /* below the text */
}

/* Optional paragraph under title */
.a-1-section-title + p {
  position: relative;
  color: #eee;
  max-width: 60%;
  margin-top: 1rem;
  font-size: 1.2rem;
  z-index: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .a-1-section-title {
    font-size: 2.2rem;
  }
  .a-1-section-title + p {
    max-width: 80%;
    font-size: 1rem;
  }
}

/* Grid */
.a-1-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 2rem;
  margin-top: 2rem;
}

/* Service item */
.a-1-service-item {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 2;
}

.a-1-service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

.a-1-service-item h3 {
  font-size: 1.5rem;
  color: #d4af37;
  margin-bottom: 0.8rem;
}

.a-1-service-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 1rem;
}

.a-1-service-item img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s;
}

.a-1-service-item img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
  .a-1-partnerships-header h2 { font-size: 2.5rem; }
  .a-1-partnerships-header p { max-width: 80%; }
  .a-1-service-item img { max-height: 180px; }
}

.contact-section {
    background: rgba(33, 33, 33, 0.85);
    padding: 50px 30px;
    max-width: 1000px;
    margin: 120px auto 50px auto;
    border-radius: 10px;
    border: 1px solid rgba(212,175,55,0.4);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    color: #d4af37;
}

/* Flex layout for form + info */
.contact-section .contact-content {
    display: flex;
    flex-wrap: wrap; /* for mobile */
    gap: 30px;
    align-items: flex-start;
}

/* Left: Form */
.contact-section .form-container {
    flex: 1 1 400px;
}

/* Right: Info */
.contact-section .info-container {
    flex: 1 1 400px;
    background: rgba(0,0,0,0.7);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(212,175,55,0.4);
}

/* Info headings */
.info-container h2, .info-container h3 {
    color: #d4af37;
    margin-bottom: 10px;
}

.info-container p {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #fff ;
}
.info-container li{
    color: #fff;
    list-style: none;
}

/* Form styles */
.contact-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #d4af37;
}

.contact-section form {
    display: flex;
    flex-direction: column;
}

.contact-section form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #d4af37;
}

.contact-section form input,
.contact-section form textarea {
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid rgba(212,175,55,0.4);
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.7);
    color: #d4af37;
}

.contact-section form input::placeholder,
.contact-section form textarea::placeholder {
    color: rgba(212,175,55,0.6);
}

.contact-section form textarea {
    resize: vertical;
    min-height: 30px;
}

.contact-section form button {
    padding: 12px;
    background: transparent;
    border: 1px solid rgba(212,175,55,0.8);
    color: #d4af37;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.contact-section form button:hover {
    background: rgba(212,175,55,0.2);
    color: #000;
    border-color: #d4af37;
}

/* Responsive */
@media (max-width: 900px) {
    .contact-section .contact-content {
        flex-direction: column;
    }

    .info-container {
        margin-top: 20px;
    }
}
.about-section {
    background: rgba(33, 33, 33, 0.85);
    color: #d4af37;
    padding: 100px 30px;
    text-align: center;
    max-width: 900px;
    margin: 100px auto;
    border-radius: 10px;
    border: 1px solid rgba(212,175,55,0.4);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.about-section h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #d4af37;
}

.about-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .about-section {
        padding: 60px 20px;
    }

    .about-section h1 {
        font-size: 28px;
    }

    .about-section p {
        font-size: 16px;
    }
}
.fun-zone {
  background: rgba(0, 0, 0, 0.85);
  padding: 80px 20px;
  text-align: center;
  border-radius: 30px;
  margin: 60px auto;
  width: 90%;
  max-width: 1200px;
  /* border: 1px solid rgba(212,175,55,0.4); */
  /* box-shadow: 0 0 30px rgba(212,175,55,0.1); */
}

.fun-zone h2 {
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fun-zone p {
  color: #f5f5f5;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

.activities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
}

.activity-card {
  background: rgba(20, 20, 20, 0.9);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  max-width: 280px;
}

.activity-card:hover {
  transform: translateY(-10px);
  border-color: #d4af37;
  box-shadow: 0 0 25px rgba(212,175,55,0.3);
}

.activity-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid rgba(212,175,55,0.3);
}

.activity-card h3 {
  color: #d4af37;
  font-size: 1.3rem;
  margin: 15px 0 10px;
}

.activity-card p {
  color: #eee;
  font-size: 0.95rem;
  padding: 0 15px 20px;
}
.partners-section {
  text-align: center;
  padding: 80px 20px;
  background: rgba(0, 0, 0, 0.85);
  color: #d4af37;
}

.partners-section h2 {
  font-size: 2.4rem;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding-bottom: 10px;
}

.partners-section p {
  font-size: 1rem;
  margin-bottom: 50px;
  color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.partners-carousel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.partner-item {
  width: 250px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(212,175,55,0.3);
}

.partner-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid rgba(212,175,55,0.4);
}

.partner-text {
  padding: 15px;
}

.partner-text h3 {
  color: #d4af37;
  font-size: 1.1rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.partner-text p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* ✅ Responsive Design */
@media (max-width: 1024px) {
  .partners-section {
    padding: 60px 15px;
  }

  .partners-section h2 {
    font-size: 2rem;
  }

  .partners-section p {
    font-size: 0.95rem;
    max-width: 700px;
  }

  .partners-carousel {
    gap: 30px;
  }

  .partner-item {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .partners-section {
    padding: 50px 15px;
  }

  .partners-section h2 {
    font-size: 1.8rem;
  }

  .partners-section p {
    font-size: 0.9rem;
  }

  .partner-item {
    width: 100%;
    max-width: 320px;
  }

  .partner-item img {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .partners-section {
    padding: 40px 10px;
  }

  .partners-section h2 {
    font-size: 1.5rem;
  }

  .partners-carousel {
    gap: 20px;
  }

  .partner-item {
    width: 100%;
    max-width: 280px;
  }

  .partner-item img {
    height: 140px;
  }

  .partner-text h3 {
    font-size: 1rem;
  }

  .partner-text p {
    font-size: 0.85rem;
  }
}

.why-partners-section {
  background: rgba(0, 0, 0, 0.85);
  border-top: 1px solid rgba(212,175,55,0.4);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.why-partners-section h2 {
  color: #d4af37;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.why-partners-list {
  list-style: none;
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0;
}

.why-partners-list li {
  margin: 12px 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(212,175,55,0.2);
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #fff;
}

.why-partners-list li::before {
  content: "★ ";
  color: #d4af37;
  font-size: 1.1rem;
}

.why-partners-desc {
  max-width: 850px;
  margin: 0 auto;
  color: #d4af37;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .why-partners-section h2 {
    font-size: 1.7rem;
  }

  .why-partners-list li {
    font-size: 0.95rem;
  }

  .why-partners-desc {
    font-size: 0.95rem;
  }
}

.why-choose-section {
  background: #0b0b0b;
  color: #d4af37;
  padding: 80px 20px;
  text-align: center;
}

.why-choose-container {
  max-width: 1100px;
  margin: 0 auto;
}

.why-choose-section h2 {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
}

.subtitle {
  color: rgba(212,175,55,0.8);
  margin-bottom: 50px;
  font-size: 1.1rem;
}

/* Features Grid */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.feature-item {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(212,175,55,0.4);
  padding: 30px 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(212,175,55,0.1);
  transform: translateY(-5px);
}

.feature-item h3 {
  color: #d4af37;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.feature-item p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

/* ========== RESPONSIVENESS ========== */

/* Tablets */
@media (max-width: 992px) {
  .why-choose-section {
    padding: 60px 15px;
  }

  .why-choose-section h2 {
    font-size: 1.9rem;
  }

  .subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .feature-item {
    padding: 25px 20px;
  }
}

/* Mobile Phones */
@media (max-width: 600px) {
  .why-choose-section {
    padding: 50px 15px;
  }

  .why-choose-section h2 {
    font-size: 1.7rem;
  }

  .subtitle {
    font-size: 0.95rem;
    margin-bottom: 35px;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-item {
    padding: 20px;
  }

  .feature-item h3 {
    font-size: 1.2rem;
  }

  .feature-item p {
    font-size: 0.95rem;
  }
}

.why-choose-section {
  background: rgba(0, 0, 0, 0.85);
  color: #d4af37;
  /* border: 1px solid rgba(212, 175, 55, 0.4); */
  padding: 80px 20px;
  text-align: center;
  margin-top: 7rem !important;
}

.why-choose-section h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4af37;
  display: inline-block;
  padding-bottom: 10px;
  /* border-bottom: 1px solid rgba(212, 175, 55, 0.4); */
  margin-bottom: 30px;
}

.why-choose-section .intro {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 40px;
}

.why-choose-section .intro span {
  color: #d4af37;
  font-weight: bold;
}

.why-choose-section h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-choose-section .why-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.why-choose-section .why-list li {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  border-left: 2px solid #d4af37;
  padding-left: 15px;
  transition: all 0.3s ease;
}

.why-choose-section .why-list li:hover {
  color: #d4af37;
  transform: translateX(5px);
}

/* .why-choose-section strong {
  color: #d4af37;
} */
/* Premium Gold Loader */

