* {
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5%;
  flex-wrap: wrap;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}

.header img {
  width: 120px;
}

.primary-btn {
  background: #7CB342;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  margin: 20px 0;
}

.hero-section {
  background: url("./src/bg.jpg");
  background-blend-mode: darken;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  background-attachment: fixed;
}

.hero-section h1 {
  color: white;
  text-align: center;
  font-size: 44px;
  font-weight: 900;

}

.hero-section .hero-info-box {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(0, 0, 0);
  padding: 15px 15px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 12px;
}

.second-section {
  background: #F8F8FF;
  text-align: center;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.second-section h3 {
  color: rgb(255, 183, 0);

}

.second-section {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  padding: 50px;
  flex-direction: column;
}

.second-section .right-part h1,
.second-section .right-part h3 {
  color: black;
}

.body-text {
  font-weight: 500;
  font-size: 20px;
}

.third-section {
  background: url("./src/bg2.jpg") rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  gap: 50px;
}

.intro {
  /* text-align: center; */
  background-color: rgba(255, 255, 255, 0.9);
  color: #28282B;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  text-align: center;
  /* flex-direction: column; */
}

.intro span:nth-child(1) {
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;

}

.intro span:nth-child(2) {
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;

}

.images-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}


.card {
  width: 40%;
}

.highlight {
  background-color: yellow;
  color: black;
  padding: 10px 15px;
  border-radius: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}






.deals-section {
  background-color: #F8F8FF;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.deals-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.deals-section h2 span {
  color: rgb(0, 0, 0);
}

.deals-section p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 50px;
}

.deals-cards {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.deal-card {
  max-width: 200px;
}

.icon-circle {
  width: 100px;
  height: 100px;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.deal-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}







.event-section {
  background-image: url('./src/bg3.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  /* height: 100vh; */
  color: #F8F8FF;
}

.event-overlay {
  background-color: rgba(0, 25, 51, 0.85);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

.event-content {
  max-width: 700px;
}

.event-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.event-box {
  margin: 30px 0;
}

.event-box img {
  width: 40px;
  margin-bottom: 10px;
}

.event-box h4 {
  font-size: 18px;
  color: #FFD369;
  margin-bottom: 5px;
}

.event-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 5px 0;
}

.event-box p {
  font-size: 16px;
  line-height: 1.5;
}

.register-button {
  display: inline-block;
  background-color: #8BC34A;
  color: white;
  font-weight: 600;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 30px;
  transition: background 0.3s ease;
}

.register-button:hover {
  background-color: #7CB342;
}



.form-container {
  background: url("./src/form-bg.jpg") rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px;
}


form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  padding: 20px 20px;
  border-radius: 5px;
  width: 60vw;
}

label {
  margin: 5px 0px;
  padding: 10px 0px;
  color: black;
  border-radius: 5px;
}

input,
select {
  margin: 10px 0px;
  padding: 10px 15px;
  color: black;
  border-radius: 5px;
  background-color: #e0e0e0;
  border: none;
  outline: none;
}

form button {
  margin: 20px 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #7CB342;
  color: white;
  font-weight: 800;
  border: none;
  font-size: 18px;
}

.phone-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.country-code-static {
  padding: 12px 14px;
  background-color: #e0e0e0;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.phone-wrapper input[type="tel"] {
  flex: 1;
  padding: 12px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}




.section {
  text-align: center;
  padding: 40px 20px;
}

.section h2 {
  font-size: 1.2rem;
  color: #555;
  font-weight: 700;
  margin-bottom: 5px;
}

.section h1 {
  font-size: 2rem;
  color: #e36b00;
  margin-bottom: 10px;
  font-weight: 700;
}

.map-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  position: relative;
}

.map-container img {
  width: 50%;
  height: auto;
}

.info-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c3f9f;
  margin-bottom: 10px;
}

.description {
  font-size: 1.3rem;
  color: #444;
  max-width: 700px;
  font-weight: 700;
  margin: 0 auto 30px;
}

.divider {
  width: 50px;
  height: 2px;
  background: #ccc;
  margin: 20px auto;
}



.testimonials-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
  color: #333;
  justify-content: center;
  align-items: center;
}

.testimonials-section h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.testimonials-section .highlight-text {
  /* color: #d68634; */
  font-weight: bold;
  background-color: none;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.testimonial {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.testimonial .quote {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.testimonial .red {
  color: #ab2e1e;
}

.testimonial .dark {
  color: #2c2c2c;
}



.video-gallery {
  text-align: center;
  background-color: #3a3a3a;
  padding: 2rem 1rem;
  color: white;
}

.video-gallery h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.video-gallery p {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #dcdcdc;
}

.video-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
}

.video-grid video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.video-grid video:hover {
  transform: scale(1.03);
}

@media (min-width: 749px) {
  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .video-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}



.image-gallery {
  text-align: center;
  background-color: #3a3a3a;
  padding: 2rem 1rem;
  color: white;
}

.image-gallery h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.image-gallery p {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #dcdcdc;
}

.image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
}

.image-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.img-grid img:hover {
  transform: scale(1.03);
}

@media (min-width: 749px) {
  .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


.disclaimer-footer {
  background-color: #b2b2b2;
  color: #000;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  text-align: center;
}

.disclaimer-footer .container {
  max-width: 900px;
  margin: 0 auto;
}

.disclaimer-footer p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.disclaimer-footer strong {
  font-weight: bold;
}

.disclaimer-footer a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}

.disclaimer-footer a:hover {
  text-decoration: underline;
}

/* Responsive Typography */
@media (max-width: 600px) {
  .disclaimer-footer {
    font-size: 0.8rem;
  }
}




@media all and (max-width: 749px) {
  .header {
    padding: 10px 15px;
  }

  .header img {
    width: 100px;
  }

  .primary-btn {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 10px 0;
  }

  .hero-section {
    gap: 20px;
    padding: 0 20px;
  }

  .hero-section h1 {
    font-size: 34px;
    font-weight: 900;
  }

  .card {
    width: 100%;
  }

  form {
    width: 80vw;
  }

  .intro {
    /* text-align: center; */
    background-color: #F8F8FF;
    color: #28282B;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    font-size: 22px;
    /* flex-direction: column; */
  }

  .intro span:nth-child(1) {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;

  }

  .intro span:nth-child(2) {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;

  }

  .section h1 {
    font-size: 1.5rem;
  }

  .section h2 {
    font-size: 1rem;
  }

  .description {
    font-size: 0.95rem;
  }

  .info-text {
    font-size: 1rem;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .popup-content {
    width: 90vw !important;
  }

  .popup-content form {
    width: 80vw !important;
    padding: 0;
  }
}




/*  Popup Form */

/* Basic Button */
#openPopupBtn {
  padding: 10px 20px;
  background-color: #7CB342;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}

/* Popup Overlay */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  padding: 50px;
}

/* Modal Box */
.popup-content {
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  width: 60vw;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.popup-content form {
  width: 55vw;
}


.popup-content form label {
  margin: 0;
  padding: 10px 0;
}


/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}

/* Form Styles */
#popupForm input {
  border-radius: 5px;
}

#popupForm button {
  width: 100%;
  padding: 12px;
  background-color: #7CB342;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#popupForm button:hover {
  background-color: #555;
}


.city-options{
  display: flex;
  flex-wrap: wrap;
}


/* Lightbox Styles */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.lightbox img {
  max-width: 90%;
  max-height: 80vh;
  box-shadow: 0 0 20px #000;
  border-radius: 8px;
}

.lightbox.show {
  display: flex;
}

.lightbox::after {
  content: "✕";
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
