.goog-te-combo {
  width: 100% !important;
  padding: 15px !important;
  font-size: 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  color: #333 !important;
  text-align: center !important;
}
.main-text {
  color: #632240;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 50px 0 50px 0;
}
.title-frame {
  width: 72px;
  height: 50px;
  flex-shrink: 0;
}
/*accommodations css*/
#accommodations h2 {
  color: #622240;
  font-size: 36px;
  font-size: clamp(1.6rem, calc(1.6rem + 0.8vw), 3.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin: 30px 0 40px 0;
}
#accommodations .headeing {
  display: flex;
  align-items: flex-start;
}
#accommodations .img {
  margin: 0 -40px 0 0;
}
#accommodations .product-card {
  display: flex;
  width: 419px;
  height: fit-content;
  padding: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ececec;
  background: #fff;
}
#accommodations .product-card:hover {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
#accommodations .product-card-img {
  height: 222px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 8px;
  width: 390px;
}
#accommodations .product-card-name {
  color: #18171d;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.452px; /* 131.048% */
  letter-spacing: 0.738px;
  margin: auto;
  padding: 8px 0 0 0;
}
#accommodations .product-card-paraghraph {
  width: 390px;
  color: var(--UI-950, #18171d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px; /* 130% */
  letter-spacing: -0.1px;
  margin: 3px 0 3px 0;
}

#accommodations .product-card-facilities {
  color: #18171d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.893px; /* 80.578% */
}
#accommodations .product-card-facilities-ans {
  color: #18171d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.893px;
}
#accommodations .product-card-facilities-div {
  display: flex;
  gap: 15px;
  margin: 5px 0 10px 0;
}
#accommodations .product-card-button {
  display: flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 13px 5px;
  align-self: stretch;
  flex-wrap: wrap;
  border: none;
  border-radius: 4.346px;
  background: linear-gradient(0deg, #f50 0%, #ff894e 100%);
  width: 100%;
}
#accommodations .product-card-button-div {
  width: 100%;
}
#accommodations .product-card-button-svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
#accommodations .product-card-button-div:hover img {
  margin: 0 -10px 0 10px;
}
#accommodations .product-card-button-latter {
  color: #fff;
  /* Headings/H6 Heading */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.1px;
}
#accommodations .product-card-main-div {
  display: flex;
  gap: 10px;
  /* flex-wrap: wrap; */
  margin: 0 0 20px 0;
  overflow-y: auto;
}
#accommodations .product-card-main-div-view-all {
  width: 15%;
  display: flex;
  padding: 10.484px 18.871px;
  justify-content: center;
  align-items: center;
  gap: 10.484px;
  border-radius: 8.387px;
  border: 2.097px solid var(--gradients-saffron-gradient, #ff8f57);
  background: var(--Solids-Bhasma, #fff0e8);
}
#accommodations .product-card-main-div-view-all-text {
  color: var(--Solids-Saffron, #f73);
  text-align: center;
  font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.262px;
  text-decoration: none;
}
#accommodations .product-card-main-div-view-all:hover {
  background: var(--Solids-Bhasma, #fff);
  box-shadow: 0px 5.242px 6.29px 0px rgba(0, 0, 0, 0.2);
}
#accommodations .product-card-main-div-view-all-btn-div {
  display: flex;
  justify-content: space-around;
  margin: 50px 0 50px 0;
}
/*puja css*/
.section-bg {
  background: var(--UI-50, #fff5ed);
}
#pujas .puja-card-main-div {
  display: flex;
  gap: 10px;
  /* flex-wrap: wrap; */
  margin: 0 0 20px 0;
}
#pujas .puja-card {
  display: flex;
  width: 419px;
  height: fit-content;
  padding: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
}
#pujas .puja-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
#pujas .puja-card-img {
  height: 222px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 8px;
  width: 393px;
}
#pujas .puja-card-name {
  color: #632240;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.452px; /* 131.048% */
  letter-spacing: 0.738px;
  margin: 0;
  padding: 8px 0 0 0;
}
#pujas .puja-card-paraghraph {
  width: 350px;
  color: var(--UI-950, #440c06);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px; /* 130% */
  letter-spacing: -0.1px;
  /* margin: auto; */
}
#pujas .puja-card-price-div {
  display: flex;
  /* gap: 90px; */
  margin: 0 0 10px 0;
  width: 100%;
  justify-content: space-between;
}
#pujas .puja-card-price {
  color: var(--UI-950, #440c06);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.1px;
}
#pujas .puja-card-price-ans {
  color: var(--UI-950, #440c06);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.1px;
}
#pujas .puja-book-btn-img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
#pujas .puja-card-price-ans:hover img {
  margin: 0 -10px 0 10px;
}
#pujas .puja-book-btn-style {
  display: flex;
  align-items: center;
}
#pujas .puja-book-btn-a-text {
  color: var(--UI-950, #440c06);
  text-decoration: underline;
  font-weight: 600;
}
#pujas h2 {
  color: #632240;
  /* font-size: 36px; */
  font-size: clamp(1.6rem, calc(1.6rem + 0.8vw), 3.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  text-transform: capitalize;
  margin: -15px 0 35px 35px;
}
.pujas-h3 {
  color: #622240;
  /* font-size: 36px; */
  font-size: clamp(1.6rem, calc(1.6rem + 0.8vw), 3.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  text-transform: capitalize;
  margin: -15px 0 35px 35px;
}
#pujas .headeing {
  align-items: flex-start;
}
.margin-50m {
  margin: 50px 0 0 0;
}
#pujas .puja-card-main-div-view-all-btn-div {
  display: flex;
  justify-content: space-around;
  margin: 50px 0 50px 0;
}
#pujas .puja-card-main-div-view-all {
  width: 15%;
  display: flex;
  padding: 10.484px 18.871px;
  justify-content: center;
  align-items: center;
  gap: 10.484px;
  border-radius: 8.387px;
  border: 2.097px solid var(--gradients-saffron-gradient, #ff8f57);
  background: var(--Solids-Bhasma, #fff0e8);
}
#pujas .puja-card-main-div-view-all-text {
  color: var(--Solids-Saffron, #f73);
  text-align: center;
  font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.262px;
  text-decoration: none;
}
#pujas .puja-card-main-div-view-all:hover {
  background: var(--Solids-Bhasma, #fff);
  box-shadow: 0px 5.242px 6.29px 0px rgba(0, 0, 0, 0.2);
}

#pujas .puja-card-main-div {
  display: flex;
  gap: 10px;
  /* flex-wrap: wrap; */
  margin: 0 0 20px 0;
}
/*packages*/
#packages .package-card-main-div {
  display: flex;
  gap: 25px;
  /* flex-wrap: wrap; */
  margin: 0 0 20px 0;
}
#packages .packages-box {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  /* border: 1px solid #e5e5e5; */
}

#packages .packages-box:hover {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

#packages .packages-box:hover .packages-img {
  /* height: 350px;
                    width: 280px; */
  transition: all 0.3s ease-in;
}
#packages .packages-box .content-box {
  top: 82%;
}
#packages .packages-box:hover .content-box {
  top: 80%;
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
  transition: all 0.2s ease-in;
}

#packages .packages-box:hover .content-box h3 {
  transition: all 0.3s ease-in;
  color: #ffffff;
}
#packages .packages-box:hover .content-box p {
  transition: all 0.3s ease-in;
  opacity: 1;
  color: #ffffff;
}
#packages .packages-box:hover .content-box span {
  transition: all 0.3s ease-in;
  color: #ffffff;
  opacity: 1;
}

#packages .packages-img {
  display: block;
  /* width: 280px;
                    height: 360px; */
  /* height: auto; */
}
#packages .content-box {
  padding: 10px 0px 10px 10px;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: fit-content;
  border-radius: 8px;
  /* opacity: 0.8; */
  background: #fff;
  /* border: 1px solid #e5e5e5; */
}

#packages .content-box h3 {
  color: #632240;
  margin: 0;
  padding-bottom: 4px;
  font-size: 18px;
}

#packages .content-box p {
  color: #440c06;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.1px;
  opacity: 0.8;
  margin: 0;
}

#packages .content-box span {
  opacity: 0.8;
  color: #440c06;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.1px;
  padding: 0;
}
#packages .package-card-main-div-view-all-btn-div {
  display: flex;
  justify-content: space-around;
  margin: 50px 0 50px 0;
}
#packages .package-card-main-div-view-all {
  width: 16%;
  display: flex;
  padding: 10.484px 18.871px;
  justify-content: center;
  align-items: center;
  gap: 10.484px;
  border-radius: 8.387px;
  border: 2.097px solid var(--gradients-saffron-gradient, #ff8f57);
  background: var(--Solids-Bhasma, #fff0e8);
  margin: auto;
}
#packages .package-card-main-div-view-all-text {
  color: var(--Solids-Saffron, #f73);
  text-align: center;
  font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.262px;
  text-decoration: none;
  white-space: nowrap;
}
#packages .package-card-main-div-view-all:hover {
  background: var(--Solids-Bhasma, #fff);
  box-shadow: 0px 5.242px 6.29px 0px rgba(0, 0, 0, 0.2);
}
#packages .headeing {
  display: flex;
  align-items: flex-start;
  /* margin: 0 0 30px 0; */
  padding-top: 20px;
}
#packages h2 {
  color: #622240;
  /* font-size: 36px; */
  font-size: clamp(1.6rem, calc(1.6rem + 0.8vw), 3.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  text-transform: capitalize;
  margin: 35px 0 20px -35px;
}
.packages-h2 {
  color: #632240;
  /* font-size: 36px; */
  font-size: clamp(1.6rem, calc(1.6rem + 0.8vw), 3.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  text-transform: capitalize;
  margin: 35px 0 20px -35px;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Optional: Set a maximum width */
  width: 390px; /* Or any other desired width */
}
#packages .img-main {
  width: 300px;
  height: 325px;
  border-radius: 14px;
}
.info-main-card {
  display: flex;
  gap: 12px; /*overflow-y: auto;*/
  padding: 5px;
}
@media (max-width: 1440px) {
  #accommodations .product-card-main-div {
    overflow-y: auto;
  }
  #pujas .puja-card-main-div {
    overflow-y: auto;
  }
  #packages .package-card-main-div {
    overflow-y: auto;
  }
  #accommodations .product-card-main-div-view-all {
    width: 20%;
  }
  #pujas .puja-card-main-div-view-all {
    width: 20%;
  }
  #packages .package-card-main-div-view-all {
    width: 20%;
  }
  .hamburger {
    display: none;
  }
}
@media (max-width: 568px) {
  .info-main-card {
    display: unset !important;
  }
  .info-card {
    margin: 15px 0 15px 0 !important;
  }
  .main-text {
    font-size: 22px;
    margin: 30px 0 30px 0;
  }
  #accommodations .product-card-main-div {
    overflow-y: auto;
  }
  #accommodations .product-card {
    width: 350px;
  }
  #accommodations .product-card-name {
    width: 325px;
    font-size: 19px;
  }
  #accommodations .product-card-paraghraph {
    width: 325px;
  }
  #accommodations .product-card-main-div-view-all {
    width: 50%;
  }
  #accommodations .headeing img {
    width: 50px;
    height: 50px;
  }
  #accommodations h2 {
    /* font-size: 24px; */
    margin: 30px 0 35px 8px;
  }
  #accommodations h3 {
    /* font-size: 24px; */
    margin: 30px 0 35px 8px;
  }
  #accommodations .product-card-img {
    width: 323px;
  }
  #pujas .puja-card-img {
    width: 323px;
  }
  #pujas .puja-card-main-div {
    overflow-y: auto;
  }
  #pujas .headeing img {
    width: 50px;
    height: 50px;
  }
  #pujas h2 {
    /* font-size: 24px; */
    margin: -18px 0 35px 18px;
  }
  .pujas-h3 {
    /* font-size: 24px; */
    margin: -18px 0 35px 18px;
  }
  #pujas .puja-card {
    width: 350px;
  }
  #pujas .puja-card-name {
    font-size: 19px;
    text-align: justify;
  }
  #pujas .puja-card-price-div {
    gap: 30px;
  }
  #pujas .puja-card-main-div-view-all {
    width: 50%;
  }
  #packages .package-card-main-div {
    overflow-y: auto;
  }
  #packages .headeing img {
    width: 50px;
    height: 50px;
  }
  #packages h2 {
    /* font-size: 24px; */
    margin: 30px 0 35px -30px;
  }
  #packages .package-card-main-div-view-all {
    width: 60%;
  }
  #accommodations .product-card-main-div-view-all-btn-div {
    margin: 25px 0 -25px 0;
  }
  #pujas .puja-card-main-div-view-all-btn-div {
    margin: 25px 0 30px 0;
  }
  #packages .package-card-main-div-view-all-btn-div {
    margin: 25px 0 -25px 0;
  }
  #pujas .puja-card-paraghraph,
  .puja-card-name {
    width: 255px;
  }
  .book-section-main {
    flex-direction: column !important;
  }
  .book-section-card {
    height: auto !important;
  }
  .train-image,
  .bus-image {
    height: 130px !important;
    aspect-ratio: 449 / 280;
    width: 220px !important;
  }
  .train-section,
  .bus-section {
    flex-direction: column !important;
  }
  .about-main {
    flex-direction: column !important;
    /* gap: 35px !important; */
  }
  .about-card-main {
    /*width: fit-content !important;*/
    flex-direction: column !important;
  }
  .about-card {
    height: fit-content !important;
    flex-direction: column !important;
  }
  .about-map-main {
    height: fit-content !important;
    /* width: 370px !important; */
  }
  .about-map {
    height: fit-content !important;
    /* width: fit-content !important; */
  }
  .image-ghat {
    /* width: 320px !important; */
  }
  .Sub-heading {
    justify-content: flex-start !important;
    /* border-radius: 16px 16px 16px 16px !important; */
    padding: 0 20px 0 10px !important;
    margin: 0 !important;
  }
  .tooggel-design-p {
    font-size: 15px !important;
  }
  .visit-card-heading {
    font-size: 20px !important;
  }
  .sub-headerbox {
    display: flex;
    justify-content: space-around;
    height: 50px !important;
    border-radius: 0 !important;
  }
  .floating-btn {
    margin: 0 0 10px 0;
    align-items: center;
    border: none;
    color: white;
    width: 90%;
    position: fixed;
    bottom: 50px;
    top: 89%;
    z-index: 1;
    /* animation: floating 1.5s infinite; */
    background: var(
      --gradients-mulberry-gradient,
      linear-gradient(225deg, #953561 0%, #6a0031 100%)
    );
    padding: 1rem 1rem 1rem 1rem !important;
    height: 12%;
  }

  @keyframes floating {
    0% {
      transform: scale(0.85);
    }

    70% {
      transform: scale(1.2);
    }

    100% {
      transform: scale(0.85);
    }
  }
}

.tooggel-design {
  display: flex;
  width: 1300px;
  padding: 14px 28px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #ececec;
  background: #fff;
}
.tooggel-design-p {
  color: #18171d;
  /* font-size: 24px; */
  font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2.2rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.about-card {
  display: flex;
  height: 255px;
  padding: 18px 14px;
  justify-content: center;
  align-items: flex-start;
  /* gap: 20px; */
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 45px;
}
.about-card-main {
  display: flex;
  /* width: 799px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
}
.about-map-main {
  display: flex;
  /* width: 473px; */
  height: 538px;
  padding: 18px 14px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
}
.about-map {
  /* width: 436px; */
  height: 502px;
  flex-shrink: 0;
  aspect-ratio: 218/251;
}
.event-section-main {
  display: flex;
  width: 899px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.event-section-p {
  color: var(--UI-950, #440c06);
  text-align: center;
  /* Paragraphs/Lead */
  /* font-size: 20px; */
  font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem);
  font-style: normal;
  font-weight: 500;
  /* line-height: 30px; */
  letter-spacing: -0.25px;
  opacity: 0.6;
  /* margin-top: 12px; */
}
.event-section-span {
  display: flex;
  align-items: center;
  gap: 479px;
  align-self: stretch;
}
.event-span-text {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.event-span-number {
  border-radius: 26px;
  background: #fff;
  display: flex;
  width: 52px;
  height: 52px;
  padding: 4px;
  align-items: center;
  gap: 6.4px;
}
.event-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  align-self: stretch;
}
.event-day-plan {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-self: stretch;
}
.event-span-number-bg {
  background: linear-gradient(0deg, #632240 0%, #c94582 100%);
  position: absolute;
  left: 3.184px;
  top: 3.184px;
  width: 45.459px;
  height: 45.459px;
}

.panel-heading {
  cursor: pointer;
}

[data-toggle="collapse"] .fa:before {
  content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}
.panel-default > .panel-heading {
  color: #18171d;
  background-color: #fff;
}
.day-plan-button {
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 10.484px;
  border-radius: 8.387px;
  border: 2.097px solid var(--gradients-saffron-gradient, #ff8f57);
  background: var(--Solids-Bhasma, #fff0e8);
}
.day-plan-button:hover {
  color: var(--Solids-Saffron, #f73);
  border: 2.097px solid var(--gradients-saffron-gradient, #ff8f57);
  background: var(--Solids-Bhasma, #fff);
}
.day-plan-button-text {
  color: var(--Solids-Saffron, #f73);
  text-align: center;
  /* Paragraphs/Lead */
  font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.25px;
}
.day-plan-button-text:hover {
  color: var(--Solids-Saffron, #f73);
}
.book-section-card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  /* width: 640px; */
  height: 154px;
  padding: 24px 16px;
  align-items: center;
  gap: 12px;
  border-radius: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.book-section-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 35px;
}
.info-card {
  display: flex;
  width: 290px;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
}
.info-card-big {
  display: flex;
  /* width: 290px; */
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  margin: 0 0 15px 0;
}
.info-card-image {
  border-radius: 16px;
  background: #ffe1ec;
  display: flex;
  width: 60px;
  height: 60px;
  /* padding: 12.857px; */
  align-items: center;
  gap: 6.857px;
  aspect-ratio: 1/1;
}
.info-card-p {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.info-card-p-info {
  color: #27262b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  width: 258px;
}
.image-ghat {
  border-radius: 8px;
  height: 219px;
  flex-shrink: 0;
  align-self: stretch;
  /* width: 370px; */
  width: -webkit-fill-available;
}
.visit-card-heading {
  color: #18171d;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.452px; /* 131.048% */
  letter-spacing: -0.262px;
}
.bookwith-image {
  border-radius: 34.742px;
  background: #ffe1ec;
  display: flex;
  width: 69.484px;
  height: 69.484px;
  /* padding: 14.89px; */
  align-items: center;
  gap: 7.941px;
  flex-shrink: 0;
}
.bookwith-heading-text {
  color: #000;
  /* text-align: center; */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bookwith-text {
  color: #71717b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  align-self: stretch;
}
.reach-section {
  display: flex;
  /* width: 1298px; */
  padding: 22px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  border-radius: 22px;
  background: #fff;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
  margin-bottom: 15px;
}
.reach-section-p {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.reach-section-text {
  color: #3f3f47;
  text-align: center;
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  /* line-height: 30px; */
  font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem);
  letter-spacing: -0.25px;
}
.bus-image,
.train-image {
  width: 449px;
  height: 280px;
  aspect-ratio: 449 / 280;
}
.train-section,
.bus-section {
  display: flex;
  flex-direction: row-reverse;
}
.bottom-header {
  display: none !important;
}
.link-wrapper {
  display: none !important;
}

/* Sub heading section start */

.bg-body-tertiary {
  z-index: 1;
  position: relative;
}

.yatraDham_sub-headerbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #8e355e 0%, #632240 100%);
}

.yatraDham_Sub-heading {
  display: flex;
  gap: 20px;
  padding: 15px 15px;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
}

.yatraDham_Sub-heading::-webkit-scrollbar {
  display: none; /* Chrome */
}

.yatraDham_sub-nav {
  flex: 0 0 auto;
}

.yatraDham_sub-nav a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.yatraDham_sub-nav img {
  width: 24px;
}

/* Floating Button Updated */
.yatraDham_floating-btn {
  margin: 0 0 10px 0;
  align-items: center;
  border: none;
  color: white;
  width: 90%;
  position: fixed;
  bottom: 20px;
  left: 5%;
  z-index: 999;
  background: linear-gradient(225deg, #953561 0%, #6a0031 100%);
  padding: 1rem;
  border-radius: 8px;
}

html {
  scroll-behavior: smooth;
}
.divine-number {
  width: 45.459px;
  height: 45.459px;
  position: relative;
  background: linear-gradient(0deg, #632240 0%, #c94582 100%);
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.divine-number-activities {
  width: auto;
  /* height: 45.459px; */
  position: relative;
  background: linear-gradient(0deg, #632240 0%, #c94582 100%);
  /* border-radius: 50%; */
  border-radius: 10px;
  margin: 0 10px 0 0;
  padding: 10px;
}
.divine-inner-div {
  display: flex;
  align-items: center;
}
.divine-number-text {
  color: #fff;
  text-align: center;
  /* font-size: 25.469px; */
  font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  /* left: 17px;
      top: 5.674px; */
}
.panel-collapse {
  border: 1px solid rgb(229, 229, 229);
}
.btn-wrapper {
  display: none !important;
}
/* Sub heading section End */
.skiptranslate iframe {
  display: none !important;
}
body {
  top: 0px !important;
}
.goog-te-combo {
  flex: 0 0 calc(50% - 240px);
  /* width: 100%; */
  padding: 0px 15px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  border: 2px solid #707070;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  line-height: 1.3;
}
#google_translate_element span {
  display: none !important;
}
div.goog-te-gadget {
  color: transparent !important;
}
@media (max-width: 1199px) {
  .goog-te-combo {
    flex: 0 0 calc(50% - 240px);
    width: 100%;
    padding: 0px 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    border: 2px solid #707070;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    line-height: 1.3;
  }
}

.support-marquee {
  background: linear-gradient(135deg, #fff5ed 0%, #ffd8b8 100%);
  padding: 12px 0;
  color: #622240;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(210, 84, 0, 0.1);
  border: 1px solid rgba(210, 84, 0, 0.2);
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}

.support-marquee::before,
.support-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
}

.support-marquee::before {
  left: 0;
  background: linear-gradient(to right, #fff5ed, transparent);
}

.support-marquee::after {
  right: 0;
  background: linear-gradient(to left, #fff5ed, transparent);
}

.support-marquee a {
  color: #622240;
  text-decoration: none;
  font-weight: 700;
  margin-left: 8px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(210, 84, 0, 0.3);
}

.support-marquee a:hover {
  background: #622240;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(210, 84, 0, 0.3);
}

.support-icon {
  margin-right: 8px;
  vertical-align: middle;
}
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}
.carousel_caption {
  position: sticky;
  padding-bottom: 0;
  background: rgb(255, 110, 0);
  color: #f1f1f1;
  height: 50px;
  text-align: center;
  font-size: 18px;
}

.image_caption {
  text-align: center;
  padding: 8px !important;
  display: block;
  color: white;
  background: #ff6e00;
  margin-top: -6px;
  font-size: large;
  overflow-wrap: break-word !important;
}

.icon_align {
  line-height: 45px !important;
  vertical-align: middle !important;
}

.YT-video iframe {
  height: 168px;
  width: 100%;
}

.WY_YT_Play_btn i {
  cursor: pointer;
  font-size: 4em;
  color: red;
  position: absolute;
  left: 45%;
  background: white;
  bottom: 40%;
  border-radius: 28px;
}
.owl-prev,
.owl-next {
  background-color: white !important;
  color: #622240 !important;
  position: absolute;
  top: 40%;
  width: 45px;
  text-align: center;
  height: 45px;
  vertical-align: -70%;
  border-radius: 50%;
  z-index: 99999 !important;
  outline: none;
  box-shadow: 0 2px 8px rgba(210, 84, 0, 0.3);
}
.owl-next:hover,
.owl-prev:hover {
  background-color: #622240 !important;
  color: #fff !important;
}

.owl-prev {
  left: -2rem;
}

.owl-next {
  right: -2rem;
}

/* new css for common kumbh */
/* Why Nashik Kumbh Mela Spiritually Important? section */
.spiritual-cards {
  display: flex;
  gap: 15px;
  overflow-x: auto;
}
.cards-container {
  display: flex;
  gap: 25px;
  width: 315px;
}
.spiritual-card {
  background: white;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.1);
  min-width: 285px;
  border: 1px #e9e9e9 solid;
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-direction: column;
}
.YatraDham_card_image {
  width: 54px;
  background: #ffe1ec;
  padding: 10px;
  border-radius: 50%;
  gap: 8px;
}
.card-title {
  margin: 0;
  color: #000;
  font-size: 16px;
}
.card-content {
  color: #495057;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
  margin-top: 6px;
}
/* Why Nashik Kumbh Mela Spiritually Important? end section */
/* FAQ Section */
.faq-section {
  position: relative;
}

.faq-section::before {
  content: "ॐ";
  position: absolute;
  font-size: 200px;
  opacity: 0.03;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.faq-container {
  position: relative;
  z-index: 1;
}

.faq-item {
  background: white;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  /* border-left: 5px solid #ff6e00; */
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.faq-question {
  padding: 10px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  color: black;
  position: relative;
}

.faq-question::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 153, 51, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-question:hover::before {
  opacity: 1;
}

.faq-icon {
  width: 35px;
  height: 35px;
  background-color: #ff6e00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background-color: #ff6e00;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    padding 0.3s ease;
  background-color: #f9f9f9;
  color: black;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }

  .faq-question {
    padding: 15px 20px;
    font-size: 1.3rem;
  }
  .faq-answer p {
    font-size: 1.2rem;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}
/* FAQ END */
/*Start List of Akharas that participate in the Kumbh Mela 2027*/
.akharas-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.akharas-column {
  flex: 1;
  min-width: 300px;
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.akharas-column ul {
  list-style: none;
  padding: 0;
}

.akharas-column li {
  padding: 10px 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.akharas-icon {
  margin-right: 10px;
  font-size: 1.5rem;
}

.section-footer {
  text-align: center;
  margin-top: 30px;
  font-style: italic;
  color: #666;
}

@media (max-width: 768px) {
  .akharas-list {
    flex-direction: column;
  }
  .akharas-column li {
    font-size: 1.4rem;
  }
  .akharas-icon {
    font-size: 1.3rem;
  }
}
/*End List of Akharas that participate in the Kumbh Mela 2027*/
/*start Is Registration Required for Kumbh Mela*/
:root {
  --saffron: #ff9933;
  --saffron-light: #ffb366;
  --saffron-dark: #e67e22;
  --white: #ffffff;
  --off-white: #fff9f0;
  --text-color: #333333;
}
.content-card {
  /* max-width: 700px; */
  margin: 40px auto;
  padding: 40px;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, var(--saffron), var(--saffron-dark));
}

.content-card h1 {
  color: var(--saffron-dark);
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.content-card h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--saffron), var(--saffron-light));
  border-radius: 2px;
}

.content-card p {
  font-size: 2rem;
  margin-bottom: 25px;
}

.content-card ul {
  padding-left: 20px;
  margin: 25px 0;
  list-style: none;
}

.content-card li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
  font-size: 1.8rem;
}

.content-card li::before {
  content: "•";
  color: var(--saffron);
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: -8px;
}

.closing-note {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  border-left: 3px solid #ffe600;
  padding-left: 20px;
  margin-top: 30px;
}

/* Decorative elements */
.decorative-corner {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -30px;
  right: -30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23FF9933" opacity="0.1" d="M100,100 L0,100 L100,0 Z"/></svg>');
  background-size: contain;
  z-index: 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .content-card {
    margin: 20px;
    padding: 30px 25px;
  }

  .content-card p {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .content-card li {
    font-size: 1.2rem;
  }
  h1 {
    font-size: 1.8rem;
  }
  .YatraDham_custom_card {
    white-space: nowrap;
  }
}
/*end Is Registration Required for Kumbh Mela*/
.YatraDham_custom_card {
  border: 1px #e9e9e9 solid;
  padding: 16px 24px;
  border-radius: 8px;
}
.YatraDham_All_blog_button {
  color: var(--Solids-Saffron, #f73);
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.25px;
  font-size: 20px;
}
