* { margin: 0; padding: 0; box-sizing: border-box; }
body, html {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

p {
  font-family: 'Montserrat', sans-serif;
}

.hero {
  height: 100vh;
  background-image: url('1.webp'); /* replace with your background */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: 170px;
  padding-right: 170px;
  position: relative;
  color: white;
}

.hero2 {
  height: 100vh;
  background-image: url('2.png'); /* replace with your background */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: 170px;
  padding-right: 170px;
  position: relative;
  color: white;
}

.hero3 {
  height: 100vh;
  background-color: #fdf6f0;
  align-items: center;
  padding-left: 170px;
  padding-right: 170px;
  position: relative;
  padding-top: 150px;
}


/* Fixed Logo */
.logo {
  position: fixed;
  top: 20px;
  left: 180px;
  width: 180px;
  z-index: 1000;
}

/* Updated Countdown Style */
.countdown {
  position: fixed;
  top: 30px;
  right: 180px;
  display: flex;
  gap: 10px;
  z-index: 1000;
}

.time-box {
  width: 75px;
  height: 75px;
  background-color: #f9efe4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.num {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 3px;
}

.label {
  font-size: 12px;
  color: #444;
}

/* Mobile responsive */
@media (max-width: 768px) {
 .time-box {
    width: 50px;
    height: 50px;
  }

  .num {
    font-size: 16px;
  }

  .label {
    font-size: 10px;
  }
}



/* Content */
.content {
  max-width: 700px;
}
.content h1 {
  font-size: 3.8em;
  margin-bottom: 10px;
}
.content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}
.content p {
  font-size: 1em;
  margin-bottom: 25px;
  line-height: 1.4;
}
.btn {
  background-color: #db904f;
  color: white;
  padding: 16px 24px;
  border: none;
  font-size: 1em;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .logo {
    width: 140px;
    left: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .countdown {
    right: 10px;
    top: 10px;
    gap: 6px;
  }
  .time-box {
    min-width: 40px;
    padding: 8px;
  }
  .content {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content h1 {
    font-size: 3em;
  }
  .content h2 {
    font-size: 1.6em;
  }
}


html, body {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  height: 100%;
  margin: 0;
  overflow-y: scroll;
}

section.snap-section {
  /*scroll-snap-align: start;*/
  height: 100vh; /* Ensure full screen sections */
}

/*Section 3 css code*/

.tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
    }

    .tab {
      border: 2px solid #c8976d;
      border-radius: 6px;
      padding: 10px 20px;
      margin: 0 10px;
      cursor: pointer;
      background-color: transparent;
      color: #80542c;
      font-weight: bold;
      transition: background-color 0.3s, color 0.3s;
    }

    .tab.active {
      background-color: #fff2e6;
      color: #5d3b1f;
    }

    .timeline {
      position: relative;
/*      max-width: 1000px;*/
      margin: 0 auto 50px auto;
      height: 100px;
    }

    .curve {
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
/*      height: 100px;*/
      border-top: 2px solid #e3b78b;
      border-radius: 100% / 100%;
    }

    .points {
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 90px;
      width: 100%;
      padding: 0 10px;
    }

    .point {
      background-color: #fff6ed;
      border: 2px solid #d4a373;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .point:hover {
      transform: scale(1.2);
    }

    .point::after {
      content: attr(data-time);
      position: absolute;
      top: -30px;
      white-space: nowrap;
      font-size: 14px;
      color: #333;
    }

    .icon {
      font-size: 50px;
      margin-bottom: 20px;
      transition: all 0.3s ease-in-out;
      text-align: center;
    }

    .info-box {
      background: #ffffff;
      border-radius: 12px;
      padding: 30px;
      max-width: 700px;
      margin: 0 auto;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      text-align: center;
    }

    .info-box h2 {
      font-size: 33px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4d3818;
    }

    .info-box p {
      margin-bottom: 10px;
      font-size: 17px;
    }


/*section 4 ka css*/

 .section4 {
      display: flex;
      height: 100vh;
      overflow: hidden;
    }

    .image-half {
      flex: 1;
      background-size: cover;
      background-position: center;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .image-title {
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 3em;
      font-weight: bold;
      color: white;
      pointer-events: none;
      justify-content: center;
      align-items: center;
      height: 100vh;
      display: flex;
      text-align: center;
      font-family: 'Cormorant Garamond', serif;
    }
    .title1 {
    font-size: 45px;
    color: white;
    margin-bottom: 70px;
}

    .image-half::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(0);
      opacity: 0;
      transition: all 0.3s ease;
      z-index: 1;
    }

    .image-half:hover::before,
    .image-half.active::before {
      opacity: 1;
      backdrop-filter: blur(6px);
    }

    .overlay-text {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 2;
      padding: 180px;
/*      background: rgba(0, 0, 0, 0.6);*/
      color: white;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .image-half:hover .overlay-text,
    .image-half.active .overlay-text {
      opacity: 1;
    }

    @media (max-width: 768px) {
      .section4 {
        flex-direction: column;
        height: auto;
      }

      .image-half {
        height: 80vh;
      }

      .image-title {
        top: 20px;
        font-size: 40px;
      }
    }

    .stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
}

.stat
 {
    text-align: center;
}

.stat h2 {
    font-size: 50px;
    margin: 0;
}
.stat p {
    margin: 0.5rem 0 0;
}

.button1 {
    background-color: #e6a363;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.description {
     
      margin: 0 auto 2rem;
      font-size: 20px;
      line-height: 1.6;
    }







/*section 5 ka css code*/


.contact-section {
  width: 100%;
  height: 100vh;
  background: #f9e6d8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.contact-form {
  flex: 1;
  min-width: 300px;
}

.contact-form h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #4d3300;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  color: #222;
  font-size: 16px;
}

.contact-form label span {
  color: red;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #aa7a4b;
  background: transparent;
  font-size: 16px;
  outline: none;
}

.contact-form button {
  padding: 15px 25px;
  background: #d18543;
  color: white;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 2px solid #aa7a4b;
    padding-top: 15px;
    border-bottom: 1px solid #aa7a4b;
    padding-bottom: 15px;
}

.contact-item i {
  font-size: 24px;
  color: #d18543;
}

.contact-item p {
  margin: 0;
  color: #333;
}

.contact-item strong {
  display: block;
  color: #000;
  margin-top: 5px;
}

.contact-map {
  flex: 1;
  min-width: 300px;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
  border: 2px solid #aa7a4b;
}

.icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}



/* DOT NAVIGATION */
    .dot-nav {
      position: fixed;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .dot-nav .dot {
      width: 12px;
      height: 12px;
      background: #aaa;
      cursor: pointer;
      transition: background 0.3s;
    }

    .dot-nav .dot.active {
      background: #000;
    }

@media only screen and (max-width: 600px) {
  .hero, .hero2, .hero3, .hero5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .image-title {
    height: 50vh !important;
  }
  .overlay-text {
    padding: 10px;
  }
  .description {
    margin: 0 auto 0rem;
    font-size: 14px;
  }
  .title1 {
    margin-bottom: 3px;
    font-size: 25px;
    margin-top: 25px;
  }
  .button1 {
    padding: 0.6rem 1rem;
    font-size: 15px;
  }
  .stat h2 {
    font-size: 35px;
  }
  .contact-map {
    display: none;
  }
  .contact-section {
    height: auto !important;
  }
  .contact-form input {
    padding: 0px;
  }
  .contact-container {
    display: block;
    padding-top: 50px;
  }
  .point::after {
    /*white-space: normal;*/
    top: -96px;
  }
  .contact-form h2 {
  margin-top: 50px;
  }
  .hero3 {
     padding-top: 140px;
  }
  .info-box p {
      font-size: 16px;
    }
    .tab {
      padding: 8px 13px;
    font-size: 14px;
    margin: 0 5px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .contact-map1 {
    display: none;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.contact-map1 {
    display: none;
  }
}

.contact-form textarea {
  height: 37px;
}

@media (max-width: 768px) {
  .countdown {
    top: 70px;
    /*bottom: 20px;*/
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .stats {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .info-box h2 {
      font-size: 24px !important;
     }
     .info-box {
      padding: 17px;
     }
}













