@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body {
  font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  color: #083551 !important;
  background-color: #e7dfd8 !important;
}

body .tab-header-top {
  font-family: var(--font-primary);
}

/* For WebKit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 12px;
  /* Adjust thickness if you want */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Light background for contrast */
}

::-webkit-scrollbar-thumb {
  background-color: #023a15;
  /* Your dark green color */
  border-radius: 6px;
  border: 3px solid #f1f1f1;
  /* Padding around the thumb */
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #023a15 #f1f1f1;
}

body header,
body .header.is-sticky,
#orchidMarquee {
  opacity: 1 !important;
}

.main-title,
.roomCard__title,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.ecohotel-text.mainheadingcolor {
  font-family: "Playfair Display", serif !important;
  font-weight: lighter !important;
  color: #083551 !important;
}

.headerbgcolor {
  /* background-color: #9D897B !important; */
  /* background-color: #023a15 !important; */
  background-color: transparent !important;
  opacity: 0.9 !important;
}

.header.-blur {
  backdrop-filter: blur(10px);
  background-color: rgb(0 37 1 / 60%) !important;
}

.marqueebgcolor {
  /* background-color: #533119 !important; */
  background-color: #01270e !important;
}

body .header .desktopNav .book-now-home {
  background: transparent;
  border: 1px solid #eadcc6;
  transition: background 0.3s ease, border 0.3s ease;
}

body .header .desktopNav .book-now-home .view-button {
  color: white;
  transition: color 0.3s ease;
}

body .trending-text {
  position: relative;
  /* Needed so ::after positions correctly */
}

body .trending-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 150%;
  z-index: 5;
  height: 100%;
  background: linear-gradient(120deg, transparent, #023a15, transparent);
  transform: skewX(-25deg);
  animation: shineEffect 3s infinite linear;
}

/* On hover of .book-now-home, apply background and border */
body .header .desktopNav .book-now-home:hover {
  background: #eadcc6;
  border: 1px solid #eadcc6;
}

/* On hover of .book-now-home, change .view-button color */
body .header .desktopNav .book-now-home:hover .view-button {
  color: black;
}

/* Shine effect on .trending-text */
body .trending-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 150%;
  z-index: 5;
  height: 100%;
  background: linear-gradient(120deg, transparent, #eadcc6bd, transparent);
  transform: skewX(-25deg);
  animation: shineEffect 3s infinite linear;
}

body .restaurant-section span *,
body .restaurant-section h2 {
  color: white !important;
}

.rishikeshbtnbg {
  background-color: #5a1f5a !important;
}

.usp-water-background {
  background-image: url(/static/website/img/hotels/rishikesh/usp_background.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.rishikesh-gradient-explore-now {
  padding: 0;
  border-radius: 50px;
  font-size: 15px;
  background-image: linear-gradient(to right, #1a3a0c, #27693c, #2f800a);
  background-size: 150% auto;
  overflow: hidden;
  background-position: right center;
  color: var(--white);
  text-transform: none;
  background-color: transparent;
  border: 1px solid white;
  transition: background-position 0.5s ease-in-out, color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  display: inline-block;
}

.rishikesh-gradient-explore-now:hover {
  background-position: left center;
  color: var(--white);
  border-color: var(--bs-btn-hover-border-color);
  text-decoration: none;
}

.rishikesh-gradient-explore-now > span {
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.rishikesh-gradient-explore-now .btn-double-explore-now {
  position: relative;
  display: inline-block;
  transition: transform 0.85s cubic-bezier(0.15, 0.85, 0.31, 1), opacity 0.5s;
}

.rishikesh-gradient-explore-now .btn-double-explore-now::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 150%);
  opacity: 0;
  white-space: nowrap;
  color: inherit;
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.rishikesh-gradient-explore-now:hover .btn-double-explore-now {
  transform: translateY(-150%);
  opacity: 0;
}

.rishikesh-gradient-explore-now:hover .btn-double-explore-now::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.rishikesh-gradient-explore-now .icongradient {
  position: relative;
  margin-left: 6px;
  display: inline-block;
}

.rishikeshrestobg {
  background-color: #312404 !important;
}

.section-padding.contactbgrishikesh {
  margin-top: 100px !important;
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}

.btngradient * {
  color: #023a15 !important;
}

.gradient-explore-more {
  border: 1px solid #023a15;
}

.rishikesh-gradient-explore-now.btngradient * {
  color: white !important;
}

.faq-image {
  max-width: 100%;
  border-radius: 0.5rem;
}

.accordion-button {
  background-color: #d0c5bc;
  border-radius: 7px;
  color: #083551 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #d0c5bc;
  color: var(--bs-accordion-btn-color);
}

.accordion-header {
  border: 1px solid #083551;
  border-radius: 7px;
}

.accordion-item {
  margin-bottom: 10px;
  background-color: #d0c5bc;
}

.accordion-body {
  color: #083551 !important;
  background-color: #e7dfd8 !important;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

footer a:hover {
  color: #b9b9b9 !important;
}

@media (min-width: 1800px) {
  .searchForm__form .searchFormItem {
    min-width: 160px;
    /* max-width: 200px; */
    width: 160px;
  }
}



@media (min-width: 1025px) {
  .contactbgrishikesh {
    background: url(../img/hotels/rishikesh/contact_us_bg.webp) no-repeat left
      center;
    background-size: 39vw;
    /* background-size: cover; */
    background-position: left bottom;
  }

  .restaurant-drink-background {
    background-position: left 20px;
    background-image: url(/static/website/img/hotels/rishikesh/restaurants_bg_drink.webp);
    background-size: 25vw;
    background-repeat: no-repeat;
  }

  .restaurant-leaf-background {
    background-position: 37% bottom;
    background-image: url(/static/website/img/hotels/rishikesh/restaurants_bg_leaf.webp);
    background-size: 15vw;
    background-repeat: no-repeat;
  }

  .wedding-petals {
    background-position: right 100px bottom 50px;
    background-image: url(/static/website/img/hotels/rishikesh/wedding_petals.webp);
    background-size: 17vw;
    background-repeat: no-repeat;
  }

  .banquet-glitter {
    position: relative;
    background: url(/static/website/img/hotels/rishikesh/banquet_glitter1.webp)
        left top no-repeat,
      url(/static/website/img/hotels/rishikesh/banquet_glitter2.webp) right top
        no-repeat;
    background-size: 30vw, 15vw;
  }

  .rooms-listing-leaf {
    background-position: right 0px bottom 50px;
    background-image: url(/static/website/img/hotels/rishikesh/roomlisting.webp);
    background-size: 23vw;
    background-repeat: no-repeat;
  }

  .restaurant-home-leaf {
    background-position: 100% bottom;
    background-image: url(/static/website/img/hotels/rishikesh/restaurants-bg.webp);
    background-size: 40vw;
    background-repeat: no-repeat;
  }

  .wedding-inner-leaf {
    background-position: 100% bottom;
    background-image: url(/static/website/img/hotels/rishikesh/wedding_innerpage/wedding-innerleaf.png);
    background-size: 18vw;
    background-repeat: no-repeat;
  }

  body .searchForm.-type-1 {
    width: 100%;
    padding: 0 12vw;
    background-color: #023a15 !important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("/static/website/img/hotels/rishikesh/booking_element.webp");
    background-size: contain;
  }

  body .searchForm.-type-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    /* Match the image size */
    height: 70px;
    /* Match the image size */
    background-image: url("/static/website/img/hotels/rishikesh/booking_element.webp");
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
  }

  body .searchFormItem .rainbow-text {
    background-color: #eadcc6 !important;
    top: 75% !important;
    font-family: var(--font-primary);
  }

  body .searchForm.-type-1 * {
    color: white !important;
    border: none !important;
  }

  body .searchForm.-type-1 *::placeholder,
  body .searchForm.-type-1 *:focus {
    color: white !important;
    background-color: #023a15 !important;
  }

  body .hero__filter,
  body .hero.-type-5 .hero__filter {
    width: 100vw;
    max-width: 100vw;
    bottom: 0px;
  }

  /* .searchForm__form .searchFormItem {
    min-width: 160px;
    width: 160px;
  } */

  body .searchForm.-type-1 .searchFormItem {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .searchForm.-type-1 .searchFormItem__button * {
    width: 300px !important;
  }

  body .searchForm__form div:nth-child(5) .js-select-control-chosen,
  body .searchForm__form div:nth-child(6) .js-select-control-chosen {
    width: 300px !important;
  }

  body .searchForm__button .button {
    background-color: #023a15 !important;
    color: white !important;
    border: 1px solid white !important;
    height: fit-content !important;
    padding: 16px 50px;
    margin-top: 10px;
    border-radius: 7px !important;
  }

  body .searchForm__button .button:hover {
    background-color: #01270e !important;
  }

  body .searchForm.-type-1 .searchFormItemDropdown__container {
    background-color: #dadada !important;
  }

  body
    .searchForm.-type-1
    .searchFormItemDropdown__container
    .searchFormItemDropdown__item {
    color: #023a15 !important;
  }

  body .ui-widget-header {
    background-color: #023a15 !important;
  }

  .rishikesh-intro .left-side {
    background-image: url("/static/website/img/hotels/rishikesh/intro.webp");
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    background-repeat: no-repeat;
  }

  .rishikesh-intro .right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }

  .rishikesh-intro .right-side h1 {
    text-align: center;
  }

  .rishikesh-intro .right-side p {
    text-align: justify;
    text-align-last: center;
  }

  .rishikesh-intro .row {
    min-height: 75vh;
  }

  #chatbase-bubble-button {
    bottom: 5rem !important;
  }
}

@media (max-width: 1400px) {
  .searchForm__form .searchFormItem {
    min-width: 80px;
    /* max-width: 200px; */
    width: 120px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1700px) {
  .searchForm__form .searchFormItem {
    min-width: 110px;
    /* max-width: 200px; */
    width: 110px;
  }
  body .searchForm.-type-1 {
    background-image: none;
  }

  body .searchForm.-type-1::after {
    background-image: none;
  }
}
@media (max-width: 1400px) {
  body .searchForm.-type-1 {
    background-image: none;
  }

  body .searchForm.-type-1::after {
    background-image: none;
  }

  body .searchForm.-type-1 {
    padding: 0 6vw;
  }
}

@media (max-width: 1200px) {
  body .searchForm.-type-1 {
    padding: 0 1vw;
  }
}

@media (max-width: 1025px) {
  .rishikesh-intro .left-side {
    display: none;
  }

  .rishikesh-intro .right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    /* min-height: 70vh; */
    width: 100%;
  }

  .rishikesh-intro .right-side h1 {
    text-align: center;
  }

  .rishikesh-intro .right-side p {
    text-align: center;
    /* max-width: 90%; */
  }
}

.lineGrid.-type-1.start-align {
  align-items: flex-start !important;
}

.mainheadingcolor {
  /* color: #452A01 !important; */
  color: #083551 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.enquiry-sticky-button {
  color: white;
}

@media (min-width: 768px) {
  .paddingnone {
    right: 0 !important;
    left: 0 !important;
  }

  .rishikeshtestinomial img {
    width: 50vw !important;
    right: 0 !important;
  }

  .mb-mobile-1rem {
    margin-bottom: 90px !important;
    /* same as mt-2 in Bootstrap */
  }
}

@media (max-width: 991px) {
  .mt-mobile-1rem {
    margin-top: 1rem !important;
    /* same as mt-2 in Bootstrap */
  }
}

.rishikeshtestinomialicon {
  color: #2a2005 !important;
}

.mobile-only-nav {
  display: none !important;
}

/* Show only on mobile (up to 766px) */
@media (max-width: 767px) {
  .mobile-only-nav {
    display: flex !important;
    /* flex since your inner div uses flex */
  }
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #9d897b !important;
}

@media (max-width: 720px) {
  .description {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .description.expanded {
    max-height: 1000px;
    /* Large enough to show full content */
  }

  /* .read-more-btn {
    display: block;
    margin-top: 10px;
    color: #083551 !important;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
  }
} */
/* 
@media (min-width: 721px) {
  .read-more-btn {
    display: none;
  } */

  .description {
    max-height: none;
    overflow: visible;
  }
}

.uulList.-type-1 li+li {
    margin-top: 15px
}


.read-more-btn {
    cursor: pointer;
    font-weight: 700
}

.read-more-btn:hover {
    text-decoration: underline
}

more-text {
    display: none
}

.content.expanded .read-more-btn,
.less-content.expanded .read-more-btn {
    display: none
}

.content.expanded .more-text,
.less-content.expanded .more-text {
    display: inline
}

.read-less-btn {
    cursor: pointer;
    font-weight: 700
}

.read-less-btn:hover {
    text-decoration: underline
}
