@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
/* all sizes bold, normal, italic */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap");

/* import inter font with all styles and size   */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}
html, body {
  overflow-x: hidden;
}
section {
  /* padding: 100px 0; */
  scroll-margin-top: 100px;
}

/* Simple navigation matching the image */
.simple-nav {
  /* padding: 20px 0; */
  font-family: system-ui, -apple-system, sans-serif;
  border-radius: 30px;
  background: #d0d900;
  box-shadow: 0 4px 14px 0 rgba(255, 247, 133, 0.69);
  width: 100%;
  height: 60px;
}

.simple-nav .nav-link {
  color: #000;
  font-size: 16px;
  padding: 0 15px;
  position: relative;
}

.navbar-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  margin-top: -60px;
}

/* Creates the larger space after Events */
.simple-nav .nav-item:nth-child(3) {
  margin-right: 100px;
}

/* Feature badge */
.feature-badge {
  border-radius: 8px;
  background: #f2e205;
  width: 133px;
  height: 34px;
  flex-shrink: 0;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  text-align: center;
  color: #000;
  line-height: 34px;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

h1.herotitle {
  color: #445806;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.herosubtitle {
  color: #445806;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
}

.navbar-toggler {
  background-color: #fff;
  margin-right: 15px;
}

/* Mobile menu styling */
@media (max-width: 767.98px) {
  .simple-nav .navbar-collapse {
    padding-top: 15px;
    background: #d0d900;
    position: absolute;
    top: 68px;
    width: 90%;
  }

  .simple-nav .nav-item {
    padding: 8px 0;
  }

  .simple-nav .nav-item:nth-child(3) {
    margin-right: 0;
  }
}
.hero-section {
  background: url("../images/main-bg.jpg") no-repeat center center;
  background-size: cover;

  color: white;
  padding: 120px 0;
}

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #d4af37;
}

.service-card {
  transition: transform 0.3s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
}

.btn-gold {
  border-radius: 8px;
  border: 1px solid #000;
  background: #007a78;
  color: #fff6f6;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-gold:hover {
  border-radius: 8px;
  border: 1px solid #007a78;
  background: #fff;
}

.btn-outline-gold {
  border-color: #d4af37;
  color: #d4af37;
}

.btn-outline-gold:hover {
  background-color: #d4af37;
  color: white;
}

.btn-outline-light {
  border-radius: 8px;
  border: 1px solid #007a78;
  background: #fff;
  color: #007a78;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-heading {
  color: #7b9834;
  font-family: "Georgia", serif;
  letter-spacing: 1px;
}
.divider {
  width: 250px;
  margin: 1.2rem auto 0.7rem auto;
}
.btn-sidebar {
  width: 170px;
  padding: 8px 0;
  margin: 3px 0;
  border-radius: 20px;
  border: 2px solid #d0d900;
  background: #fff785;
  transition: box-shadow 0.18s;
  box-shadow: none;
  text-align: center;
  color: #5f8505;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.btn-sidebar.active,
.nav-pills .btn-sidebar.active {
  background: #14787a;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 3px 10px #0c3c39a1;
}
.center-card {
  background: #1b8787;
  color: #fff;

  min-height: 420px;
  box-shadow: 0 6px 32px #14565618, 0 0 0 #fff;
}
.center-card h2 {
  color: #f9f9f9;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
.center-card .row > div {
  color: #fff;
  text-align: left;
  font-family: Poppins;
  font-size: 14px;

  font-weight: 500;
  line-height: normal;

  margin-bottom: 0.7rem;
}
@media (max-width: 991px) {
  .left-sidebar,
  .right-sidebar {
    align-items: center !important;
  }
  .btn-sidebar {
    width: auto;
    padding: 5px 10px;
  }
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* COntact Section */
.contact-section {
  position: relative;
  min-height: 500px;
}

.map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(30%);
}

.contact-overlay {
  position: relative;
  z-index: 2;
  border-radius: 22px;
  background: linear-gradient(129deg, #5f8505 13.55%, #75a405 89.43%);
  padding: 2.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px; /* 243.75% */
}

@media (min-width: 992px) {
  .contact-overlay {
    margin-left: auto;
    width: 90%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.contact-icon {
  font-size: 1rem;
  color: #fff;
  margin-right: 0.5rem;
}

.form-control:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

/* About */

.main-heading {
  color: #7b9834;
  font-family: "Georgia", serif;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.decorative-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 2.2rem 0;
}
.decorative-divider span {
  display: block;
  border-top: 2px solid #beab58;
  width: 80px;
  margin: 0 12px;
}
.decorative-icon {
  color: #bba142;
  font-size: 1.6rem;
  /* Slight embellishment with geometric diamonds */
}
.welcome-section {
  padding: 36px 0 20px 0;
}
@media (max-width: 991px) {
  .welcome-section .row {
    flex-direction: column;
    text-align: center;
  }
  .video-col,
  .text-col {
    justify-content: center !important;
    align-items: center !important;
  }
}
.video-thumbnail {
  box-shadow: 0 8px 24px rgba(69, 73, 61, 0.11);
  width: 100%;
  max-width: 100%;
}
.cta-btn {
  border-radius: 8px;
  border: 1px solid #000;
  background: #007a78;
  color: #fff6f6;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 5px 10px;
}
.cta-btn:hover,
.cta-btn:focus {
  background: #1bb793;
  color: #f4ffe9;
}
.founder {
  font-weight: bold;
  font-size: 1.12rem;
  margin-top: 2.5rem;
}
.founder strong {
  display: block;
  font-weight: 700;
}
.founder .role {
  font-weight: 600;
}
.brand-story {
  margin-bottom: 1.8rem;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

/* Events */

.main-heading {
  color: #72932b;
  font-family: "Georgia", serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.decorative-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.6rem 0 1.4rem 0;
}
.decorative-divider span {
  border-top: 2.4px solid #ceb62e;
  width: 80px;
  margin: 0 12px;
  display: block;
}
.decorative-icon {
  color: #ceb62e;
  font-size: 1.2rem;
  padding: 0 6px;
}
.intro-text {
  text-align: center;
  font-size: 1.11rem;
  color: #606442;
  margin-bottom: 2.2rem;
}
.event-tile {
  background: #fff;
  box-shadow: 0 4px 18px 0 rgba(183, 181, 130, 0.11);
  overflow: hidden;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: transform 0.17s, box-shadow 0.17s;
  border-radius: 0 !important;
  border: 1.5px solid #f4eaac;
  min-height: 240px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.event-tile:hover {
  transform: translateY(-5px) scale(1.028);
  box-shadow: 0 8px 26px 0 rgba(183, 181, 130, 0.17);
}
.event-label {
  background: #ffee95;

  letter-spacing: 0.2px;
  padding: 0.7rem 1rem 0.55rem 1rem;
  border-bottom: 1px solid #ece190;
  border-radius: 0 !important;

  color: #000;
  text-align: left;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.event-image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  min-height: 140px;
  border-radius: 0 !important;
  display: block;
  background: #f5f4e2;
  border-bottom: 1.5px solid #f4eaac;
}

/* Add to your existing CSS */
.btn-sidebar.active {
  background-color: var(--bs-primary);
  color: white;
}

.tab-pane {
  display: none;
}

.tab-pane.show.active {
  display: block;
}

@media (min-width: 1400px) {
  .col-xxl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1399.98px) {
  .col-xxl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1199.98px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .event-image {
    min-height: 120px;
  }
}
@media (max-width: 991.98px) {
  .col-lg-5th {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .event-image {
    min-height: 100px;
  }
}
@media (max-width: 767.98px) {
  
.btn-gold, .btn-outline-light {font-size: 12px; }

  .feature-badge {
    margin: 0px 10px 0;
  }
  h1.herotitle {
    font-size: 32px;
  }
  
.herosubtitle {
    color: #445806;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
  .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .event-tile {
    min-height: 200px;
    margin-bottom: 0.5rem;
  }
  .event-label {
    font-size: 0.8rem;
  }
  .event-image {
    min-height: 90px;
  }
  .main-heading {
    font-size: 2rem;
  }
  .contact-overlay {
    font-size: 12px;
   
    line-height: 22px;
  }
  .mobileoverlay {
    margin-top: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .col-sm-5th {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mobileoverlay img {
        max-width: 150px;
  }
}


footer p {
  font-size: 12px;
}

/* Testimonials */

.section-heading {
  color: #72932b;
  font-family: "Georgia", serif;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.decorative-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0.8rem 0;
}
.decorative-divider span {
  border-top: 2.3px solid #beb145;
  width: 70px;
  margin: 0 8px;
  display: block;
}
.decorative-icon {
  color: #beb145;
  font-size: 1.15rem;
  padding: 0 5px;
}
.subheading {
  text-align: center;
  color: #23221f;
  font-size: 1.05rem;
  margin-bottom: 2.3rem;
  letter-spacing: 0.2px;
}
.testimonial-card {
  background: #fff;
  padding: 22px 24px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.06);
}
.testimonial-video {
  width: 100%;
  height: auto;
  max-height: 410px;
  background: #ececec;
  border-radius: 0px;
}
@media (max-width: 991.98px) {
  .section-heading {
    font-size: 1.8rem;
  }
  .testimonial-card {
    padding: 14px 7px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-card {
    border-radius: 12px;
    padding: 11px 0;
  }
  .testimonial-video {
    border-radius: 7px;
  }
}

/* Gallery */

.gallery-heading {
  color: #7b9834;
  font-family: "Georgia", serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 2.5rem;
}
.gallery-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 2rem 0;
}
.gallery-divider span {
  border-top: 2.4px solid #ceb62e;
  width: 80px;
  margin: 0 12px;
  display: block;
}
.gallery-icon {
  color: #ceb62e;
  font-size: 1.2rem;
  padding: 0 6px;
}
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.gallery-col {
  /* padding: 0.75rem; */
  flex: 0 0 25%;
  max-width: 25%;
}
.gallery-img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 4px 18px 0 rgba(183, 181, 130, 0.09);
  cursor: pointer;
  background: #f5f4e2;
  transition: box-shadow 0.14s, transform 0.12s;
}
.gallery-img:hover {
  box-shadow: 0 8px 30px 0 rgba(183, 181, 130, 0.15);
  transform: scale(1.025);
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .gallery-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .gallery-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767.98px) {
  .gallery-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .gallery-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal-img {
  width: 100%;
  object-fit: cover;
  background: #f5f4e2;
  border-radius: 0;
  max-height: 60vh;
}
.modal-content {
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 32px rgba(183, 181, 130, 0.18);
}
.mailto {
  color: #fff;
}

/* Burst keyframe */
    @keyframes burst {
      0% {
        opacity: 0;
        transform: scale(0.2);
      }
      60% {
        opacity: 1;
        transform: scale(1.05);
      }
      100% {
        opacity: 1;
        transform: scale(1);
      }
    }

    /* Apply burst animation via AOS */
    [data-aos="burst"].aos-animate {
      animation: burst 0.6s forwards ease-out;
    }