* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  scroll-behavior: smooth;
}

.mySlides {
  display: none;
}

.slideshow-container img {
  vertical-align: middle;
  height: 44vh;
  object-position: center;
  object-fit: cover;
}

@media screen and (max-width: 400px) {
  .slideshow-container img {
    height: 40vh;
    object-fit: contain;
  }
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #8e5538;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }

  .dot {
    height: 10px;
    width: 10px;
  }
}
ul {
  background-color: rgba(142, 85, 56, 0.8);
  color: white;
  margin: 0;
  padding: 0.25rem;
  padding-left: 1.5rem;
  list-style-type: none;
}
li:first {
  margin-top: 0.01rem;
  margin-top: 0.25rem;
}
li {
  margin-bottom: 0.25rem;
  font-weight: normal !important;
}
.hamburger-list ul li a {
  color: white !important;
}
@media only screen and (max-width: 500px) {
  .prev,
  .next,
  .text {
    font-size: 14px;
  }
}

a {
  display: inline-block;
  list-style: none;
  text-decoration: none !important;
  color: #8e5538;
  transition: opacity 0.125s linear;

  &:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.125s linear;
  }

  &:visited {
    color: inherit;
    text-decoration: none;
  }
}

.container-flex {
  display: flex;
  gap: 10px;
  align-items: center;

  flex-wrap: wrap;
}

.nav-container {
  height: 58px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  letter-spacing: 0.025em;
  transition: background-color 0.2s linear;
}

.nav-container.solid-nav .nav-row a {
  color: white;
  font-weight: 700;
}
.nav-container.solid-nav .nav-row {
  background-color: rgba(142, 85, 56, 0.8);
  transition: background-color 0.2s linear;

  color: white;
}

.nav-container .nav-row {
  color: #8e5538;
  width: 100%;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 18px;
  background: #ffffff99;
}

.nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-container .nav-row .nav-logo {
  font-weight: 900;
}

.nav-container .nav-row .nav-controls {
  float: right;
}

.nav-container .nav-row .nav-controls a {
  padding-left: 20px;
}

.container {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 25px;
  padding-right: 25px;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.cta-text {
  margin: "3rem";
  text-align: center;
  max-width: 300px;
}

.section-heading {
  text-align: center;
  font-size: 40px;
  color: #8e5538;
}

.mossaic {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  max-height: 60vh;
  overflow: hidden;
}

.image-description {
  width: 100%;
  min-width: 30vw;
}

.nav-container .nav-row .nav-logo {
  gap: 15px;
}

.darshan-logo {
  height: 65px;
  width: 75px;
}
@media screen and (max-width: 350px) {
  .nav-container .nav-row .nav-controls a {
    font-size: small;
    padding-left: 10px;
  }

  .dropbtn {
    font-size: small !important;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1600px) {
  .nav-container .nav-row .nav-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
  }

  .dropbtn {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 450px) {
  .mossaic {
    height: 22vh;
  }

  .section-heading {
    font-size: 30px;
  }

  .description {
    text-align: justify;
  }

  .image-description {
    width: 100vw;
  }

  .location-template {
    padding: 0px;
  }

  .nav-container.solid-nav .nav-row {
    background-color: rgba(142, 85, 56, 0.8);
    transition: background-color 0.2s linear;
    height: max-content;
    color: white;
  }

  .nav-container .nav-row .nav-logo {
    gap: 45px;
  }

  .nav-controls {
    display: none !important;
  }
  .hamburger {
    display: block;
  }
}

.cta-text {
  margin-bottom: 20px;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: rgba(142, 85, 56, 0.8);
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.solid-nav .line {
  stroke: #ffffff;
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.hamburger-list {
  display: none;
}

.hamburger-list.opened {
  display: block;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-250px * 12));
  }
}
.monument-slider:hover .monument-card {
  animation-play-state: paused;
}

.monument-slider {
  animation: 45s slide infinite linear;
  display: flex;
  width: calc(250px * 6);

  gap: 20px;
  padding-left: 15px;
  padding-right: 15px;
  scroll-padding: 15px;
}

.monument-card img {
  height: 300px;
  width: 250px;
  object-fit: contain;
  border-radius: 8px;
}
.monument-card .monument-content h2 {
  margin: 0;
}
.monument-card .monument-content {
  height: 100px;
}
.monument-card {
  border-radius: 16px;
}
.infinite-slider {
  overflow: hidden;
}

.container-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.form-section {
  background-color: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.form-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.form-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-label {
  font-weight: 500;
  color: #444;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  outline: none;
}

.form-input:focus {
  border-color: rgba(142, 85, 56, 0.8);
  box-shadow: 0 0 5px rgba(109, 57, 32, 0.8);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  background-color: rgba(142, 85, 56, 0.8);
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit:hover {
  background-color: rgba(109, 57, 32, 0.8);
}

.form-submit:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

/* .banner-container {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

/* .banner-container {
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 50vh;
  display: block;
  object-fit: cover;
} */

.banner-container {
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffd700;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  padding: 0 20px;
}

.banner-text h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.banner-text p {
  font-size: 1.3rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .banner-text h2 {
    font-size: 2rem;
  }

  .banner-text p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .banner-text {
    position: absolute;
    top: 60%;

    transform: translate(-50%, -50%);

    color: #ffd700;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    padding: 0 20px;
  }
}

.expect-section {
  background-color: #fffbeb;
  padding: 2rem 6rem;
  text-align: center;
}

.expect-item i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #8a614d;
}

.expect-section h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 600;

  color: #8a614d;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-items: center;
}

.expect-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #8a614d;
}

.expect-item p {
  font-size: 1rem;
  color: #555;
}
.expect-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .expect-section {
    padding: 2rem 2rem;
  }
}

.details-section {
  background-color: beige;
  padding: 2rem 2rem;
  text-align: center;
}

.details-section h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #8a614d;
}

.details-section p {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  color: #555;
}

.card-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 2rem 6rem;
}

.card {
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .card-container {
    flex-direction: row;
    justify-content: center;
  }

  .card {
    flex: 1;
    margin: 0 0.5rem;
  }

  .card:first-child {
    margin-left: 0;
  }

  .card:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .details-section h2 {
    font-size: 2rem;
  }

  .details-section p {
    font-size: 1rem;
  }
  .card-container {
    padding: 1rem 1rem;
  }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
  pointer-events: none;
}

.popup-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.popup-modal {
  position: relative;
  width: 95vw;
  max-width: 600px;
  border-radius: 12px;
  overflow: visible;
  transition: transform 0.3s ease;
}

.popup-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px 8px 0 0;
}

.visit-button {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  background-color: #ffffff;
  font-family: roboto;
  color: #e6217b;
  border: none;
  border-radius: 8px;
  font-weight: bolder;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);

  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.visit-button:hover {
  background-color: #f3f3f3;
}

.close-btn {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: white;
  color: #c8466b;
  font-size: 26px;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.close-btn:hover {
  background-color: #f0f0f0;
}

.image-wrapper {
  position: relative;
}

.close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  background: white;
  color: #c8466b;
  font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

@media (max-width: 768px) {
  .popup-modal {
    padding-top: 24px; /* Create room for close button */
  }

  .close-btn {
    top: -8px;
    right: -8px;
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  color: #8e5538 !important;
  font-size: large;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  padding: 10px;
  border: none;
  cursor: pointer;
   display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 6px;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  border-bottom:2px solid #8e5538;
  color: #8e5538;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn.solid-nav {
  color: white !important;
  font-weight: 700;
}

.dropdown-content.solid-nav {
  background-color: rgba(142, 85, 56, 1);
  transition: background-color 0.2s linear;
  height: max-content;
  color: white;
}

.arrow {
  margin-left: 8px;
  font-size: 24px;
}