/* ========= Thankyou ======== */

.thankyou-area {
  background-color: #fff9f4;
  min-height: 100vh;
  padding-top: 106px;
  align-items: center;
  display: flex;
}

.thankyou-area img {
  width: 60%;
  margin-bottom: 30px;
}

.thankyou-area p {
  text-transform: capitalize;
  margin: 0px;
}

/* ========= Error ======== */

.error-area {
  background: url(/public/image/404-bg.webp);
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 106px;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

.error-area img {
  width: 60%;
}

.error-area p {
  text-transform: capitalize;
  margin: 20px 0;
  font-size: 20px;
  color: #000000;
  font-family: Berlingske serif;
}

/* ========= Term And Condition ======== */

.termscondition-area {
  margin: 80px 0 90px;
}

.termscondition-text span {
  text-transform: uppercase;
  color: #596737;
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
}

.termscondition-text .heading {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  padding-bottom: 22px;
  margin: 0px 0 25px;
  color: #073937;
  font-size: 38px;
}
.termscondition-text-main .heading {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  padding-bottom: 22px;
  color: #073937;
  font-size: 38px;
}

.termscondition-text p:last-child {
  margin: 0;
}

.quick-link-area {
  border-radius: 10px;
  height: auto;
  padding: 18px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 100%;
  z-index: 8;
  background-color: #f5e8d8;
}

.quick-link-area .faqquickbox-text {
  font-size: 28px;
  margin-bottom: 15px;
  display: block;
  font-family: "Berlingske Serif";
  color: #073937;
}

.quick-link-area ul li a {
  color: rgb(0 0 0 / 70%);
  background: #fff;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  transition: 0.3s;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.quick-link-area ul li a.active {
  background: #073937;
}

.quick-link-area ul li:hover a {
  background: #073937;
  color: #fff;
}

.quick-link-area ul li .active {
  color: #fff;
}

.quick-link-area ul li:last-child a {
  margin-bottom: 0px;
}

/* -------- Quick Links Card -------- */

.quicklinks-nav {
  border-radius: 10px;
  height: auto;
  padding: 25px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 100%;
  z-index: 1;
  background-color: #f5e8d8;
}

.quicklinks-nav .heading {
  font-size: 28px;
  margin-bottom: 20px;
  display: block;
  font-family: "Berlingske Serif";
  color: #073937;
}

.quicklinks-nav .nav-item {
  margin: 0;
}

.quicklinks-nav .nav-link {
  color: rgb(0 0 0 / 70%);
  background: #fff;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  transition: 0.3s;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.quicklinks-nav .nav-link.active {
  background: #073937;
  color: #ffffff;
}

.quicklinks-nav .nav-link:hover {
  background: #073937;
  color: #ffffff;
}

.termscondition-text ul {
  list-style: inherit;
  padding-left: 15px;
}

.termscondition-text ul li {
  margin-bottom: 10px;
}

.termscondition-text ul li:last-child {
  margin: 0px;
}

.quicklinks-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}

/* ========= Term FAQ'S ======== */

.termscondition-text-main span {
  color: #596737;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  margin-bottom: 2px;
}

.termscondition-text-main .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #073937;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.termscondition-text-main .accordion-button:focus {
  box-shadow: none;
}

.termscondition-text-main .accordion-item {
  border: none;
  border-bottom: 1px solid rgb(7 57 55 / 60%);
}

.termscondition-text-main .accordion-item:last-of-type {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.termscondition-text-main .accordion-header h2 {
  border-bottom: 1px solid rgba(7, 57, 55, 1);
}

.termscondition-text-main .accordion-button {
  padding: 15px 0;
  justify-content: space-between;
  color: #073937;
  font-family: "Berlingske Serif";
  text-transform: capitalize;
  font-size: 19px;
  gap: 10px;
}

.termscondition-text-main .accordion-button::after {
  display: none;
}

.termscondition-text-main .accordion-body {
  padding: 0px 0px 18px;
  color: rgba(0, 0, 0, 0.7);
}

.termscondition-text-main .right-icon {
  font-size: 32px;
  color: #073937;
  line-height: 1;
}

/* ========Wedding Page======== */

.wedding-story-content span {
  color: #073937;
  font-family: "Berlingske Serif";
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.wedding-story-content a {
  margin: 0 auto;
  display: block;
  width: max-content;
  color: #596737;
}

.wedding-story-content a img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(18%) saturate(650%)
    hue-rotate(35deg) brightness(95%) contrast(90%);
}

.wedding-story-content label {
  font-size: 25px;
  color: #000;
  font-family: "Berlingske Serif";
  display: block;
}

.wedding-gallery-area {
  margin: 90px 0;
}

.wedding-gallery-area > img {
  width: 100%;
}

.wedding-gallery-wrapper {
  position: relative;
  margin-top: 5px;
}

.wedding-gallery-wrapper > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
}

.wedding-gallery-images {
  margin: 0 50px 0 -80px;
}

.wedding-gallery-images img:first-child {
  margin-bottom: 50px;
}

.wedding-experience-area {
  position: relative;
  display: flex;
  justify-content: end;
}

.wedding-experience-area > img {
  width: 55%;
}

.wedding-experience-area .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wedding-experience-content .heading {
  font-size: 18px;
  text-transform: uppercase;
  color: #073937;
  text-align: center;
  margin-bottom: 15px;
}

.wedding-experience-content span {
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Berlingske Serif";
  display: block;
  text-align: center;
}

.wedding-moment-area {
  margin-top: 90px;
}

.wedding-moment-banner {
  position: relative;
}

.wedding-moment-banner img {
  width: 100%;
}

.wedding-moment-banner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Berlingske Serif";
  color: #fff;
  text-align: center;
  display: block;
}

.wedding-celebration-wrap {
  margin-top: 5px;
  position: relative;
}

.wedding-celebration-wrap > img {
  width: 55%;
}

.wedding-celebration-wrap .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wedding-celebration-content {
  margin: 0px 50px 0 -80px;
}

.wedding-celebration-content img {
  margin-bottom: 50px;
}

.wedding-celebration-content label {
  font-size: 18px;
  text-transform: uppercase;
  color: #073937;
  text-align: center;
  margin-bottom: 15px;
  display: block;
  font-family: "Berlingske Serif";
}

.wedding-celebration-content span {
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Berlingske Serif";
  display: block;
  text-align: center;
}

.wedding-slider-area {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}

.wedding-slider-area .heading {
  color: #073937;
  margin: 30px 0;
}

.wedding-slide {
  padding: 30px 35px;
  border: 1px solid #d9d9d9;
}

.wedding-slide img {
  width: 100%;
}

.wedding-slide span {
  font-size: 26px;
  text-transform: capitalize;
  font-family: "Berlingske Serif";
  display: block;
  text-align: center;
  line-height: 1.1;
  margin: 15px 0 10px;
}

.wedding-slide p {
  margin: 0;
  text-align: center;
}

.wedding-slider-area .slick-slider {
  margin-right: -100px;
}

.wedding-slider-area .roomgallery-arrow {
  top: 50%;
  right: 15%;
}

.wedding-slider-area .default-btn {
  margin: 15px auto;
  display: block;
  width: 340px;
}

/* =======Cuisine Page======= */

.cuisine-start-box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cuisine-start-box > div img {
  width: 48.5%;
}

.cuisine-start-box > img {
  width: 100%;
  margin: 25px 0;
}

.cuisine-start-box .heading {
  text-transform: capitalize;
}

.cuisine-start-box span {
  display: block;
  color: #073937;
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;
}

.cuisine-start-box p:last-child {
  margin: 0;
}

.cuisine-start-box p label {
  text-transform: capitalize;
  font-weight: 600;
  color: #073937;
}

.cuisine-treat-area {
  position: relative;
  margin-top: 90px;
  padding-top: 80px;
}

.cuisine-treat-area > img {
  width: 50%;
  height: 650px;
  object-fit: cover;
}

.cuisine-treat-area .container {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.cuisine-treat-box {
  margin: 0px 50px 0 -140px;
  background-color: #f5e8d8;
  padding-bottom: 40px;
}

.cuisine-treat-box div {
  width: 73%;
}

.cuisine-treat-box div span {
  background-color: #073937;
  padding: 15px 15px 40px;
  display: block;
}

.cuisine-treat-box .heading {
  color: #073937;
  text-transform: capitalize;
  width: 87%;
  margin: 40px auto 0;
}

.cuisine-treact-bottom {
  margin: 40px 0 90px;
}

.cuisine-treact-bottom p:last-child {
  margin: 0px;
}

.cuisine-treact-bottom p label {
  font-weight: 600;
  color: #073937;
}

.cuisine-fresh-area {
  margin-top: 90px;
  padding: 40px 0;
  background-color: #f5e8d8;
}

.cuisine-fresh-box img {
  width: 30px;
  margin: 0 auto;
}

.cuisine-fresh-box span {
  font-family: "Berlingske Serif";
  color: #073937;
  font-size: 26px;
  text-transform: capitalize;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.cuisine-fresh-box p {
  margin: 0;
  text-align: center;
}

/* -----------SPA FAQS ------- */

.spafaq-area {
  margin: 90px 0;
}

.spa-faq-wrapper .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #073937;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.spa-faq-wrapper .accordion-button:focus {
  box-shadow: none;
}

.spa-faq-wrapper .accordion-item {
  border: none;
  border-bottom: 1px solid rgb(7 57 55 / 60%);
}

.spa-faq-wrapper .accordion-item:last-of-type {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.spa-faq-wrapper .accordion-header span {
  border-bottom: 1px solid rgba(7, 57, 55, 1);
}

.spa-faq-wrapper .accordion-button {
  padding: 15px 0;
  justify-content: space-between;
  color: #073937;
  font-family: "Berlingske Serif";
  text-transform: capitalize;
  font-size: 30px;
  gap: 10px;
}

.spa-faq-wrapper .accordion-button::after {
  display: none;
}

.spa-faq-wrapper .accordion-body {
  padding: 0px 0px 18px;
  color: rgba(0, 0, 0, 0.7);
  max-width: 92%;
}

.spa-faq-wrapper .accordion-body span {
  color: #073937;
  display: block;
  font-size: 15px;
  font-family: "Sofia Pro Regular";
}

.spa-faq-wrapper .right-icon {
  font-size: 38px;
  color: #073937;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
}

.spa-start-box .heading {
  margin-bottom: 12px;
  color: #073937;
}

/* -----------jim corbett New ---------- */

.accommodation-area {
  position: relative;
}

.accommodation-area .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.accommodation-area .img-responsive {
  width: 51%;
  object-fit: cover;
}

.accom-room-box .heading {
  font-size: 42px;
  margin-bottom: 10px;
}

.accom-room-box {
  padding: 0 80px;
  text-align: center;
}

/* ------------EXPLOR --------- */

.jimcorbett-explore {
  position: relative;
  display: flex;
  justify-content: end;
}

.jimcorbett-explore .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.jimcorbett-explore .img-responsive {
  width: 51%;
  object-fit: cover;
}

.jimcorbett-explore-box .heading {
  font-size: 42px;
  margin-bottom: 10px;
}

.jimcorbett-explore-box {
  padding: 0 80px;
  text-align: center;
}

.jimcorebetintro-area {
  text-align: center;
  margin: 90px 0;
}

.jimcorebetintro-area span {
  background: linear-gradient(90deg, #115c59 0%, #083937 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
}

.jimcorebetintro-area .heading {
  margin: 11px 0;
  text-transform: uppercase;
}

.jimcorebetintro-area p {
  margin: 0;
}

.jimfarming-area {
  margin-bottom: 90px;
  position: relative;
  display: flex;
  justify-content: end;
}

.jimfarming-area .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.jimfarming-area p {
  font-size: 28px;
  color: #000000;
  font-family: "Berlingske Serif";
  text-align: center;
  padding: 0 80px;
  margin: 0;
line-height: 1.4;
}

.jimfarming-area img {
  width: 50%;
  object-fit: cover;
}

.jimcorbettweddevents-area {
    margin-top: 90px;
}


.jimCorbetdeer-area img{
  width: 100%;
}

.no-margin {
  margin-top: 0 !important;
}
