/* Global CSS start */
body {
  overflow-x: hidden !important;
}

li {
  font-weight: 300;
  font-size: 18px;
}

.p-primary {
  color: #1B3A5C;
}

.p-white {
  color: #f6f6f6;
}

.title-rule {
  width: 150px;
  height: 4px;
  background-color: #CA6D4E;
}

.center .title-rule,
.text-center .title-rule,
.title-rule.text-center,
.title-rule.center {
  margin: 0 auto;
}


.title-rule.white {
  background-color: #ffffff;
}

.title-rule.smaller {
  width: 95px;
}

/* .section-heading{
    font-family:"benton-modern-display", serif;
    font-weight: 400;
    font-size:50px;
    line-height: 67px;
} */

.foreside-section {
  position: relative;
  padding: 80px 0;
}

.p-120 {
  padding: 100px 0;
}

.section-heading-white {
  color: #ffffff;
}

.section-heading-primary {
  color: #1B3A5C;
}

/* .button{
        font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    background: transparent;
    color: #1B3A5C;
    transition: all .4s ease-in-out;
    display: inline-flex;
    position: relative;
    line-height: 1;
    padding: 0 20px;
    height: 45px;
    font-family: 'athelas';
    letter-spacing: 3px;
    font-size: 17px;
    padding: 0 40px;
    border: 1px solid #1B3A5C !important;
    align-items: center;
    display: inline-block;
    font-size: 1em;
    width: auto;
    position: relative;
    padding: 10px 36px;
    text-decoration: none;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    border: 0;
} */



/* Global CSS end */



/* blocks css start */


/* Three rooms carousel block start  */
.rooms-carousel-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-top-para p {
  text-align: right;
  font-size: 18px;
}

.rooms-carousel-area {
  position: relative;
}

.rooms-carousel-item {
  background-color: #ffffff;
  cursor: pointer;
}

.rooms-carousel-item img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 340 / 295;
}

.rooms-carousel-btn {
  display: block;
  text-align: right;
  font-weight: 500;
  text-decoration: none;
  color: #d99e61;
  letter-spacing: 2px;
  font-size: 16px;
}

.rooms-carousel-btn:hover {
  color: #ffffff;
}

.rooms-carousel-link-area-one a {
  display: block !important;
}

.rooms-carousel-link-area-one a,
.rooms-carousel-link-area-two a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: 'Scout';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.08px;
}

.rooms-carousel-border-divider {
  width: 1px;
  height: 40px;
  background-color: #02314E;

}

.rooms-carousel-block .top-divider img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.rooms-carousel-area .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 60%;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
  background-image: url('/wp-content/themes/theForesideInn/images/rooms-carousel-prev.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


.rooms-carousel-area .owl-nav button.owl-next::before {
  content: "";
  position: absolute;
  right: -100px;
  top: 60%;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
  background-image: url('/wp-content/themes/theForesideInn/images/rooms-carousel-next.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
  .rooms-carousel-area .owl-nav button.owl-next::before {
    right: -50px;
  }

  .rooms-carousel-area .owl-nav button.owl-prev::before {
    left: -50px;
  }
}

.rooms-carousel-content-area h3 {
  color: #000;
  font-family: 'Scout';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rooms-carousel-content-area p {
  color: #2B2B2B;
  text-align: center;
  font-family: 'athelas';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}

/* Centered item offset effect - middle active item gets pushed down */
.rooms-carousel-area .owl-item .rooms-carousel-item {
  transition: margin-top 0.3s ease;
  margin-top: 0;
}

/* Target the 2nd active item (middle when 3 are visible) */
.rooms-carousel-area .owl-item.active+.owl-item.active .rooms-carousel-item {
  margin-top: 40px;
}

/* Reset the 3rd active item back to normal */
.rooms-carousel-area .owl-item.active+.owl-item.active+.owl-item.active .rooms-carousel-item {
  margin-top: 0;
}

/* Three rooms carousel block end  */






/* Three eat drink block start  */
.three-eat-drink-block {
  padding: 100px 0;
}

.three-eat-drink-block p {
  font-size: 18px;
  font-weight: 300;
}

.eat-drink-row {
  margin-bottom: 80px;
}

.eat-drink-row .col-lg-4 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.eat-drink-row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}


.eat-drink-item img {
  object-fit: cover;
  aspect-ratio: 470 / 585;
  width: 100%;
  height: auto;

}

.eat-drink-single-cta {
  background: #ffffff;
  margin-top: -40px;
  position: relative;
  z-index: 4;

}

.eat-drink-single-cta h3 {
  font-size: 29px;
  line-height: 31px;
  font-weight: 300;
  margin-bottom: 5px;
  font-family: 'athelas';
  text-align: center;
}

.eat-drink-single-cta a {
  color: #d99e61;
}


/* Three eat drink block start  */


/* Tabs with inner slider block start  */

.tabs-with-slider-block {
  background-color: #fcf8f0;
  padding: 120px 0 !important;
}


.tabs-with-slider-area h2 {
  margin-bottom: 0;
}




/* Tabs */
.foreside-slider-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  border-left: 1px solid #072130;
  padding-left: 40px;
  margin-left: 40px;
  align-items: center;
}

.foreside-slider-tab-btn:first-child {
  position: relative;
  z-index: 1;
}

.foreside-slider-tab-btn {
  padding: 10px 20px;
  background: #ddd;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.foreside-slider-tab-btn {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0;
  color: #7897ac;
  background-color: transparent;

}

.foreside-slider-tab-btn.active {
  font-size: 20px;
  line-height: 40px;
  padding: 0;
  color: #1B3A5C;
  border-bottom: 3px solid #1B3A5C;
  border-radius: 0;
  background-color: transparent;
}

.foreside-slider-tab-content {
  display: none;
}

.foreside-slider-tab-content.active {
  display: block;
}


.foreside-slider-wrapper {
  overflow: visible;
  width: 100%;
  margin: auto;
  position: relative;
}

.foreside-slider-viewport {
  overflow: hidden;
  width: 100%;
}

/* slider start */
.foreside-slider-space-area {
  position: relative;
  background-color: #FCF8F0;
  z-index: 9;
}

.foreside-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 60px;

}

.foreside-slider-slide {
  flex: 0 0 80%;
}

.foreside-slider-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1342 / 789;
}

.foreside-slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.foreside-slider-nav-btn img {
  width: 104px;
  height: 104px;
}

.foreside-slider-prev {
  left: -8%;
  z-index: 9;
}

.foreside-slider-next {
  right: 14%;
}

.tab-slider-button {
  padding-top: 60px;
}


/* Tabs with inner slider block end  */



/* Three Offers Block Start  */

.three-offer-block {
  position: relative;
  padding: 80px 0;
}

.three-offer-content-area {
  background-repeat: no-repeat;
  min-height: 550px;
  width: 100%;
  aspect-ratio: 520 / 759;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 9;
}

/* Overlay using scale animation */
.offer-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 115%;
  background-color: #1B3A5C;
  opacity: .85;
  transform: scaleY(0.2);
  transform-origin: bottom;
  transition: transform 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.three-offer-content-area:hover .offer-overlay {
  transform: scaleY(1);
}

/* Content styling */
.exciting-activities-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
  width: 100%;
  transition: all 0.6s ease;
}

.three-offer-heading {
  color: #FFF;
  text-align: center;
  font-family: 'Scout';
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0;
  padding: 10px 0;
}

.three-offer-content-area:hover .three-offer-heading {
  margin: 0;
}

.three-offer-content-area:hover .exciting-activities-content {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.exciting-activities-content a,
.exciting-activities-content p {
  display: none;
  margin-top: 25px;
}

.three-offer-content-area:hover .exciting-activities-content a,
.three-offer-content-area:hover .exciting-activities-content p {
  display: inline-block;
}

.three-offer-single-item {
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: visible;
}

/* Offset border only */
.three-offer-single-item::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -17px;
  width: calc(100% + 34px);
  height: calc(100% - 10px);
  border: 1px solid #BC5938;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .three-offer-single-item::before {
    content: none;
  }
}

.three-offer-part-btn {
  font-size: 18px;
  color: #d99e61;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.three-offer-part-btn:hover {
  color: #f6f6f6;
}


.three-offer-row {
  display: flex;
  flex-wrap: wrap;
}

.three-offer-single-column {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.three-offer-row .three-offer-single-column:nth-child(2) {
  margin-top: 60px;
}

/* .three-offer-row > .col-lg-4 {
  flex: 1 1 calc(33.333% - 50px); 
} */

.offer_cta_button {
  margin-top: 50px;
  margin-bottom: 40px;
}

/* Three Offers Block end  */




/* awards carousel block start */

.awards-carousel-block {
  background-color: #FCF7F0;

}

.awards-heading {
  margin-bottom: 120px;
}

.awards-owl-carousel .owl-stage-outer .owl-stage .owl-item div img {
  object-fit: cover;
  aspect-ratio: 260 / 260;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.awards-carousel-row {
  padding: 0 50px !important;
}



.awards-carousel-row .owl-carousel .owl-nav .owl-prev span {
  position: absolute;
  top: 50%;
  left: -15%;
  width: 104px;
  height: 104px;
}

.awards-carousel-row .owl-carousel .owl-nav .owl-prev span::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/themes/theForesideInn/images/tabs-slider-left.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.awards-carousel-row .owl-carousel .owl-nav .owl-next span {
  position: absolute;
  right: -15%;
  top: 50%;
  width: 104px;
  height: 104px;

}

.awards-carousel-row .owl-carousel .owl-nav .owl-next span::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/themes/theForesideInn/images/tab-slider-right.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}


/* awards carousel block end */






/* Img with bottom content block start  */

.img-bottom-content-img-area img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 760;
}


.img-bottom-content-content-area {
  position: relative;
  background: #ffffff;
  width: 50%;
  margin-left: 25%;
  margin-top: -17%;
  z-index: 9;
}

.img-bottom-content-content-area p {
  font-weight: 300;
  color: #3c3c3c;
  line-height: 1.6;
}





/* Img with bottom content block end  */




/* Img with right content block start  */

.img-right-content-img-area img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 700;
}



.img-right-content-content-area {
  position: relative;
  background: #ffffff;
  width: 50%;
  margin-left: 65%;
  margin-top: -18%;
  z-index: 10;

}

.content-button-area {
  margin-top: 15px;
  gap: 30px;
}

/* Img with right content block end  */

/* Img with right content block start  */

.img-left-content-img-area img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 804 / 477;
}



.img-left-content-content-area {
  position: absolute;
  background: #ffffff;
  width: 58%;
  max-width: 530px;
  left: 0;
  top: 50%;
  transform: translate(-55%, -50%);
  z-index: 10;
  padding: 50px 50px;
}

.img-left-content-content-area h2 {
  color: #1B3A5C;
  text-align: center;
  font-family: 'Scout';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* Img with right content block end  */



/* four photo gallery block start   */

/* Desktop-specific styles */
.gallery-four-img-section {
  padding-bottom: 13%;
}

.foreside-four-gallery-mobile {
  display: none;
}

.foreside-four-gallery {
  display: flex;
  gap: 30px;
  padding: 20px;
  /* height: 500px; */
}

.foreside-four-gallery img {
  object-fit: cover;
}

.foreside-four-gallery .row {
  gap: 25px;
}

.foreside-gallery-column {
  flex: 1;
  display: flex;
  gap: 25px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.foreside-gallery-column-1 img {
  margin-top: 5%;
  width: 100%;
  height: 80%;
  object-fit: cover;
  aspect-ratio: 524 / 606;
}

.foreside-gallery-column-1 {
  align-items: center;
}

.foreside-gallery-column-1 img {
  width: 100%;
  object-fit: cover;
}

.four-img-gallery-btn {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #d79d60;
  margin-left: -20%;
}


.foreside-h-40 {
  height: 40%;
}

.foreside-h-60 {
  height: 60%;
}

.foreside-gallery-column-3 {
  justify-content: center;
}

.foreside-gallery-column-3 img {
  width: 100%;
  height: 80%;
  margin-bottom: 5%;
  object-fit: cover;
  aspect-ratio: 524 / 606;
}


/* four photo gallery block end   */



/* left image content block start   */

.left-img-content-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 600;
  object-fit: cover;

}

.left-img-content-content {
  padding-left: 5%;
}

/* left image content block end   */



/* Simple heading with contents block start  */
.simple-headiing-content-block {
  padding-left: 15%;
  padding-right: 15%;
}

.foreside-simple-list-items {
  margin-top: 40px;
}

.foreside-simple-list-items ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  color: #3c3c3c;

}

.foreside-simple-list-items ul li::marker {
  color: #3c3c3c;
  font-size: 12px;
}

.foreside-simple-list-items ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-position: outside;
  justify-content: space-between;
}

.foreside-simple-list-items ul li {
  width: 30%;
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
  font-size: 20px;
  line-height: 1.4;
}

.view-weeding-package-btn {
  margin-left: -10%;
}

.view-weeding-package-btn img {
  width: 30px;
  height: auto;
  object-fit: cover;
  margin-right: 20px;
}

.view-weeding-package-btn a {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2.5px;
  line-height: 26px;
  color: #1B3A5C;
}



/* Simple heading with contents block end  */



/* Full Img with bottom content block start  */

.full-img-bottom-content-block .container-fluid {
  position: relative;
  padding: 0;
}

.full-img-bottom-content-img-area img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 820;
  z-index: 2;
}

.full-img-bottom-content-content-area {
  position: relative;
  background: #ffffff;
  width: 32%;
  padding: 70px 70px 50px;
  margin-left: 34%;
  margin-bottom: 3%;
  margin-top: -14%;
  z-index: 4;

}


/* Full Img with bottom content block end  */


/* Border sqare tab block start  */

.border-sqare-tabs-area {
  margin: 0;
  padding: 0;
}

.border-sqare-tabs-area .tab-content {
  padding: 60px 30px;
  border: 2px solid #b5b4b4;
  border-top: 0;
  width: 100%;
}

.border-sqare-tabs-area .nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* or use space-between/center as needed */
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.border-sqare-tabs-area .nav .nav-link {
  display: block;
  width: 100%;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
  padding: 12px 16px;
  border: none !important;
  background-color: transparent;
  color: #1B3A5C;
  border-radius: 0;
}

/* Active tab styling */
.border-sqare-tabs-area .nav-pills .nav-link.active {
  background: #1B3A5C;
  color: #fafafa;
  border: none;
  font-weight: 500;
  height: 100%;
}

.border-sqare-tabs-area .nav .nav-item {
  display: flex;
  flex: 1;
  height: 100%;
  border: 2px solid #b5b4b4;
  border-right: 1px solid #b5b4b4;
}

.border-sqare-tabs-area .nav .nav-item:last-child {
  border-right: 2px solid #b5b4b4 !important;
}

.foreside-tab-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 844 / 717;
}

.foreside-tab-content {
  padding: 2%;
}

.foreside-tab-content ul li {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 60px;
}

.foreside-tab-content ul li::marker {
  font-size: 12px;
}


@media screen and (max-width: 767px) {
  .border-sqare-tabs-area .nav {
    flex-direction: column;
  }

  .border-sqare-tabs-area .nav .nav-item {
    width: 100%;
    border: 1px solid #b5b4b4;
    border-bottom: 0;
  }

  .border-sqare-tabs-area .nav .nav-item:last-child {
    border-bottom: 1px solid #b5b4b4;
  }

  .foreside-tab-content ul li {
    font-size: 18px;
    line-height: 34px;
  }
}

/* Border sqare tab block end  */




/* five images gallery block start  */


.foreside-five-images-gallery-block {
  padding: 100px 0;
}

.foreside-five-images-gallery-block .row {
  display: flex;
  flex-wrap: wrap;
}




.foreside-five-images-gallery-block .heading-area img {
  position: absolute;
  top: -50px;
  right: -80px;
  opacity: .1;
  z-index: -1;

}

.foreside-five-images-gallery-block .row .col-md-6:first-child {
  padding: 0;
}

.foreside-five-images-gallery-block .col-md-6 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: calc(50% - 7.5px);
}

.foreside-five-images-gallery-block .col-md-6:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foreside-five-images-gallery-block .col-md-6:last-child img {
  width: calc(50% - 7.5px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* gallery five images block mobile css end */


/* five images gallery block end  */



/* Right img with left contents start  */

.right-img-left-contents-block {
  padding-top: 180px;
}

.right-img-left-contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px 30px 0;

}

.right-img-right-img img {
  object-fit: cover;
  aspect-ratio: 800 / 550;
  width: 100%;
  height: auto;
}


.right-img-right-img {
  position: relative;
}

.right-img-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff3f;
  z-index: 2;
  border-radius: 12px;
  box-shadow: -5px -7px 46px 57px rgba(255, 255, 255, 1) inset;
  -webkit-box-shadow: -5px -7px 46px 57px rgba(255, 255, 255, 1) inset;
  -moz-box-shadow: -5px -7px 46px 57px rgba(255, 255, 255, 1) inset;
}

.right-img-left-contents-abso-img img {
  position: absolute;
  right: 0;
  top: -250px;
  width: 300px;
  height: 300px;
  z-index: 11;
}



/* Right img with left contents end  */




/* Foreside Filter Block start */
.foreside-filter-col .image-link-individual * {
  color: #fafafa;
  font-size: 16px;
  line-height: 1.4;
}

.full-width-four.foreside-filter-col a::before,
.full-width-four.foreside-filter-col .image-link-individual-inner::before {
  content: none;
}

.foreside-filter-items>.col-lg-10>.row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  padding-top: 40px;
}

.foreside-filter-col .image-link-individual h3 {
  color: #eed9b2;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

/* 
.foreside-filter-items > .col-lg-10 > .row >  .col-lg-4 {
  flex: 1 1 calc(33.333% - 40px); 
  max-width: calc(33.333% - 40px);
} */

.foreside-filter-item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 424 / 585;
  background-repeat: no-repeat;
  background-size: cover;
}

.foreside-filter-content-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1B3A5Cd5;
  padding: 30px 20px;
}

.foreside-filter-content-area h3 {
  color: #eed9b2;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.foreside-filter-content-area a {
  font-size: 18px;
  color: #d99e61;
}

.foreside-filter-content-area a:hover {
  color: #fbfbfb;
}


.filter-bottom-btn {
  margin-top: 80px;
}

/* Foreside Filter Block end */

/* three rooms divider css */
.h-60 {
  height: 60px;
}

.h-80 {
  height: 80px;
}

.h-100 {
  height: 100px !important;
}

.h-120 {
  height: 120px;
}

.h-150 {
  height: 150px;
}



.custom-shape-divider-top-1747541709 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1747541709 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 112px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1747541709 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-1747541617 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747541617 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 112px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1747541617 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-top-1747545397 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1747545397 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1747545397 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-1747545720 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747545720 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1747545720 .shape-fill {
  fill: #FFFFFF;
}


.custom-shape-divider-top-1747548626 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1747548626 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1747548626 .shape-fill {
  fill: #FFFFFF;
}


.custom-shape-divider-bottom-1747549104 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747549104 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1747549104 .shape-fill {
  fill: #FFFFFF;
}















/* Blocks media query start */

@media only screen and (max-width: 600px) {

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px !important;
  }

  .section-heading,
  h2,
  h3,
  p {
    text-align: center;
  }

  .title-rule {
    margin-left: auto;
    margin-right: auto;
  }
  a, a.button {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  /* gallery five images block mobile css start*/

  .foreside-five-images-gallery-block {
    padding: 40px 0;
  }


  .foreside-five-images-gallery-block .row .col-md-6:first-child {
    padding: 15px;
  }

  .foreside-five-images-gallery-block .col-md-6 {
    width: 100%;
  }

  .foreside-five-images-gallery-block .col-md-6:last-child img {
    width: calc(50% - 7.5px);
  }

  .offer-overlay {
    height: 90%;
  }

  .three-offer-heading {
    font-size: 32px !important;
    padding: 25px !important;
  }

  .tabs-with-slider-area h2 {
    margin-bottom: 15px;
    text-align: center;
  }

  .foreside-slider-tabs {
    justify-content: center;
  }

  .foreside-slider-tab-btn:first-child::before {
    border: none
  }

  .foreside-slider-nav-btn img {
    width: 80px;
    height: 80px;
    object-fit: cover
  }

  .foreside-slider-tabs {
    justify-content: center !important;
  }

  .view-weeding-package-btn {
    margin-top: 25px;
    padding-left: 10%;
  }

  .foreside-simple-list-items ul li {
    padding-left: 10%;
  }


}



/*Blocks media query end */


@media (min-width: 992px) {
  .rooms-carousel-area {
    display: flex;
    gap: 30px;
    /* optional: spacing between items */
  }

  .rooms-carousel-item {
    display: flex;
    flex-direction: column;
  }

  .rooms-carousel-content-area {
    flex-grow: 1;
    /* stretch this part */
  }
}



@media (max-width: 991px) {
  .foreside-slider-tabs {
    justify-content: end;
  }

  @media screen and (max-width: 767px) {
    .foreside-slider-tabs {
      flex-wrap: wrap;
      justify-content: start;
      border: none;
      gap: 20px;
      padding-left: 5px;
      margin-left: unset;
    }
  }

  .foreside-section {
    padding: 40px 0;
  }

  .foreside-four-gallery {
    display: none;
  }

  .foreside-four-gallery-mobile {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .foreside-four-gallery-mobile img {
    width: calc(50% - 7.5px);
    object-fit: cover;
    aspect-ratio: 4 / 5;
    display: block;
  }

  .gallery-btn-area {
    width: 100%;
    margin-left: 50%;
    margin-top: 20px;

  }



  .img-bottom-content-content-area,
  .img-right-content-content-area,
  .img-left-content-content-area,
  .full-img-bottom-content-content-area {
    width: 80%;
    margin-left: 10%;
    margin-top: -10% !important;
    padding: 25px !important;

    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  .foreside-simple-list-items ul li {
    width: 100%;
  }

  .eat-drink-row .col-lg-4 {
    margin-bottom: 25px;
  }

  .right-img-left-contents-abso-img img {
    right: 30px;
    top: -50px;
    width: 120px;
    height: 120px;
  }

  .view-weeding-package-btn-area {
    justify-content: start !important;
  }

  .view-weeding-package-btn {
    margin: 0;
  }

  .carousel-top-para p,
  .rooms-carousel-btn {
    text-align: left;
  }

  .foreside-slider-tab-btn:first-child::before {
    top: 0 !important;
    width: calc(100% + 12px) !important;
    height: calc(100% + 12px) !important;

  }

  .tabs-with-slider-block {
    padding: 60px 0 !important;
  }


  .three-offer-row .three-offer-single-column:nth-child(2) {
    margin-top: 0;
  }

  .three-offer-single-column {
    margin-bottom: 50px;
  }

  .content-button-area {
    gap: 0;
    flex-direction: column !important;
  }

  .content-button-area a {
    margin-bottom: 10px;
  }

  .border-sqare-tabs-area .nav-pills .nav-link.active {
    font-size: 18px;
  }

  .rooms-carousel-area .owl-nav button.owl-next::before {
    right: 5px !important;
    top: 50%;
    width: 50px;
    height: 50px;
  }

  .rooms-carousel-area .owl-nav button.owl-prev::before {
    left: 5px !important;
    top: 50%;
    width: 50px;
    height: 50px;
  }


}


@media (max-width: 1450px) {
  .three-offer-row {
    gap: 0;
  }

  .gallery-four-img-section {
    padding-bottom: 2%;
  }
}




/*
 * 
 * Floor Plans 
 *
*/

.events-accordion-wrap {
  padding: 140px 0;
}

.events-accordion {
  padding-top: 130px;
}

.events-accordion:first-child {
  padding-top: 0;
}

.events-accordion .title {
  text-align: left;
  line-height: 1.1;
  font-size: 48px;
  font-weight: 500;
  color: #1B3A5C;
  border-bottom: 1px solid #B5B4B4;
  padding-bottom: 20px;
  margin-bottom: 65px;
}

.events-accordion .accordion__item {
  border-bottom: 1px solid #B5B4B4;
}

.events-accordion h4 {
  font-family: 'athelas', sans-serif;
  font-size: 34px;
  color: #1B3A5C;
  font-weight: 400;
  padding-top: 14px;
  letter-spacing: 2px;
}

.events-accordion h5 {
  font-size: 20px;
  font-weight: 300;
}

.events-accordion h6 {
  font-size: 18px;
  font-weight: 300;
}

.accordion__title img.plus-icon {
  width: 30px;
}

.preview-img {
  display: block;
  mix-blend-mode: multiply;
  width: 780px;
  max-width: 100%;
}

.active .plus-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.custom-accordion .accordion__item .accordion__title {
  cursor: pointer;
}

.custom-accordion .accordion__item .accordion__content {
  display: none;
}

.custom-accordion.no-data {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  padding-top: 21px;
  font-size: 25px;
}


/* ================================================
   OFFERS SECTION CAROUSEL
   ================================================ */

.offers-section {
  padding: 80px 0;
  background-color: #fff;
}

/* Header Layout */
.offers-header {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 50px;
}

.offers-header-left {
  /* flex: 0 0 auto; */
}

.offers-header-center {
  /* flex: 1; */
  max-width: 610px;
}

.offers-header-right {
  /* flex: 0 0 auto; */
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .offers-header-right {
    margin-left: unset;
  }
}

.offers-title {
  font-family: 'Scout', serif;
  font-size: 50px;
  font-weight: 400;
  color: #021c2c;
  line-height: 1.16;
  margin: 0;
  letter-spacing: 0;
}

.offers-description {
  font-family: 'athelas', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  color: #3c3c3c;
  margin: 0;
}

/* Carousel Wrapper */
.offers-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

/* Custom Carousel Track */
.offers-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* Slide Items - Default (inactive) size */
.offers-slide {
  flex: 0 0 25%;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  opacity: 0.7;
  transition: all 0.5s ease;
  padding: 0 10px;
}

.offers-slide.is-active {
  flex: 0 0 50%;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  opacity: 1;
}

/* .offers-slide {
  flex: 0 0 calc(25% - 15px);
  width: calc(25% - 15px);
  min-width: calc(25% - 15px);
  max-width: calc(25% - 15px);
  opacity: 0.7;
  transition: all 0.5s ease;
}

.offers-slide.is-active {
  flex: 0 0 calc(50% - 15px);
  width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  max-width: calc(50% - 15px);
  opacity: 1;
} */

.offers-card {
  position: relative;
  background: transparent;
}

/* Image Container - No arch mask, regular rectangle */
.offers-card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.offers-card-image img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Card Content */
.offers-card-content {
  background: #fff;
  padding: 15px;
  position: relative;
  margin-top: -20px;
  margin-left: 15px;
  margin-right: 15px;
}

.offers-slide.is-active .offers-card-content {
  margin-top: 0;
}

.offers-card-title {
  font-family: 'Scout', serif;
  font-size: 29px;
  font-weight: 400;
  color: #02314e;
  line-height: 1.24;
  margin: 0 0 10px 0;
  letter-spacing: 0;
}

.offers-card-description {
  font-family: 'athelas', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3c3c3c;
  margin: 0 0 15px 0;
}

.offers-card-link {
  font-family: 'Scout', serif;
  font-size: 18px;
  font-weight: 700;
  color: #a32900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

.offers-card-link:hover {
  color: #7a1f00;
}

/* Hide description and link on inactive slides */
.offers-slide:not(.is-active) .offers-card-description,
.offers-slide:not(.is-active) .offers-card-link {
  display: none;
}

/* Navigation */
.offers-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  position: absolute;
  bottom: 0;
  right: 20%;
}

.offers-nav-prev,
.offers-nav-next {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}

.offers-nav-prev:hover,
.offers-nav-next:hover {
  opacity: 0.7;
}

.offers-nav-prev svg,
.offers-nav-next svg {
  width: 21px;
  height: 21px;
}

.offers-nav-prev svg path,
.offers-nav-next svg path {
  stroke: #02314E;
}

.offers-nav-counter {
  font-family: 'Scout', serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  min-width: 35px;
  text-align: center;
}

.offers-nav-counter .offers-nav-current {
  font-weight: 900;
}

.offers-nav-counter .offers-nav-total {
  font-size: 16px;
}

/* Responsive Styles */
@media screen and (max-width: 1400px) {
  /* .offers-slide {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    min-width: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }

  .offers-slide.is-active {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  } */
}

@media screen and (max-width: 1200px) {
  .offers-header {
    flex-direction: column;
    gap: 20px;
  }

  .offers-header-center {
    max-width: 100%;
  }

  .offers-title {
    font-size: 40px;
  }

  .offers-card-image img {
    height: 340px;
  }
}

@media screen and (max-width: 991px) {
  .offers-section {
    padding: 60px 0;
  }

  .offers-title {
    font-size: 36px;
  }

  .offers-header {
    text-align: center;
    align-items: center;
  }

  .offers-carousel-nav {
    justify-content: center;
  }

  /* .offers-slide {
    flex: 0 0 200px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }

  .offers-slide.is-active {
    flex: 0 0 400px;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
  } */

  .offers-card-image img {
    height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .offers-section {
    padding: 40px 0;
  }

  .offers-title {
    font-size: 32px;
  }

  .offers-description {
    font-size: 16px;
  }

  .offers-card-title {
    font-size: 20px;
  }

  .offers-card-description {
    font-size: 14px;
  }

  .offers-card-content {
    padding: 15px 5px;
  }

  /* .offers-slide {
    flex: 0 0 140px;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }

  .offers-slide.is-active {
    flex: 0 0 280px;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
  } */

  .offers-card-image img {
    height: 220px;
  }
}

/* ================================================
   END OFFERS SECTION CAROUSEL
   ================================================ */


/* ================================================
   TESTIMONIAL SLIDER SECTION
   ================================================ */

.testimonial-section {
  background-color: #fafbfb;
  padding: 100px 0 80px;
}

/* Header Styling */
.testimonial-header {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-title {
  font-family: 'Scout', serif;
  font-size: 50px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.16;
  margin: 0 0 20px 0;
  letter-spacing: 0;
}

.testimonial-title-rule {
  width: 93px;
  height: 4px;
  background-color: #CA6D4E;
  margin: 0 auto;
}

/* Carousel Wrapper */
.testimonial-carousel-wrapper {
  overflow: hidden;
  margin-bottom: 50px;
}

.testimonial-carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

/* Testimonial Card */
.testimonial-card {
  flex: 0 0 calc(50% - 15px);
  min-width: calc(50% - 15px);
  position: relative;
  padding: 17px 0;
}

.testimonial-card-inner {
  position: relative;
  border: 1.5px solid #81abd0;
  /* background: #fff; */
  padding: 60px 50px;
  min-height: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Quote Marks */
.quote-mark {
  position: absolute;
  z-index: 10;
  /* background: #fafbfb; */
  padding: 0 5px;
}

.quote-open {
  top: 0;
  left: 30px;
}

.quote-close {
  bottom: 0;
  right: 30px;
  transform: rotate(180deg);
}

.quote-mark svg {
  display: block;
}

.quote-close svg {
  transform: rotate(180deg);
}

/* Testimonial Content */
.testimonial-content {
  text-align: center;
}

.testimonial-content p {
  font-family: 'athelas', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #2b2b2b;
  margin: 0 0 30px 0;
}

.testimonial-author {
  font-family: 'Scout', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
  text-align: center;
  line-height: 30px;
}

/* Navigation */
.testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.testimonial-nav-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}

.testimonial-nav-btn:hover {
  opacity: 0.7;
}

.testimonial-nav-btn svg {
  /* width: 21px;
  height: 21px; */
}

.testimonial-nav-counter {
  font-family: 'Scout', serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  min-width: 35px;
  text-align: center;
}

.testimonial-nav-current {
  font-weight: 900;
}

.testimonial-nav-total {
  font-size: 16px;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
  .testimonial-section {
    padding: 80px 0 60px;
  }

  .testimonial-title {
    font-size: 42px;
  }

  .testimonial-card-inner {
    padding: 50px 40px;
    min-height: 340px;
  }

  .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section {
    padding: 60px 0 50px;
  }

  .testimonial-title {
    font-size: 36px;
  }

  .testimonial-header {
    margin-bottom: 40px;
  }

  /* Single card per view on tablet */
  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .testimonial-card-inner {
    padding: 50px 35px;
    min-height: 300px;
  }

  .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section {
    padding: 40px 0;
  }

  .testimonial-title {
    font-size: 32px;
  }

  .testimonial-header {
    margin-bottom: 30px;
  }

  .testimonial-carousel-wrapper {
    margin-bottom: 30px;
  }

  .testimonial-card {
    padding: 14px 0;
  }

  .testimonial-card-inner {
    padding: 40px 25px;
    min-height: 260px;
  }

  .quote-open {
    top: 0;
    left: 20px;
  }

  .quote-close {
    bottom: 0;
    right: 20px;
  }

  .quote-mark svg {
    width: 32px;
    height: 25px;
  }

  .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .testimonial-author {
    font-size: 16px;
  }
}

/* ================================================
   END TESTIMONIAL SLIDER SECTION
   ================================================ */
