@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&display=swap');

:root {
  --primary: #b9946a;
  --secondary: #1f4a4a;
  --white: #fff;
  --dark: #111;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Barlow", sans-serif;
  scroll-behavior: smooth;
  overflow: inherit !important;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background: #faf8f6;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
input[type="date"],
textarea,
select {
  background: none;
  border: solid 1px #eee;
  color: #444;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 12px;
  padding: 13px 15px;
  width: 100%;
  outline: 0;
  border-radius: 15px;
}

input[type="submit"] {
  color: var(--white);
  background: var(--primary);
  text-transform: uppercase;
  line-height: 1;
  padding: 14px 26px;
  border: 0;
  letter-spacing: 0.8px;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  border-radius: 14px;
}

input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}

textarea {
  height: 100px;
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: "Gilda Display", serif;
  color: #202020;
  font-weight: normal;
  text-transform: inherit;
  line-height: 1.18;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

img {
  margin: 0 !important;
}

ul,
li,
a {
  list-style-type: none;
  color: var(--dark);
}

a:hover {
  transition: 0.8s;
  text-decoration: none;
}

.heading,
.leftheading {
  margin-bottom: 35px;
  font-size: 40px;
  position: relative;
  color: var(--secondary);
}

.leftheading span,
.heading span {
  color: var(--primary);
}

.heading {
  text-align: center;
}

.subheading {
  margin: 0 auto 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .5px;
  color: var(--primary);
  background: #b8936a12;
  padding: 5px 14px;
  width: fit-content;
  border-radius: 8px;
  font-family: "Barlow", sans-serif;
}


.subdescription {
    font-size: 17px;
    line-height: 1.7;
}
.subdescription:last-child {
    margin: 0;
}

.zoomeffect {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}

.zoomeffect:hover img {
  transform: scale(1.1);
}

.btn-primary {
  background: var(--primary);
  border: none;
  letter-spacing: .2px;
  border-radius: 50px;
  padding: 12px 28px 14px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 500;
}

.btn-primary:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--secondary);
  transition: .5s;
  border-radius: 8px;
  z-index: -1;
}

.btn-primary:hover:before {
  left: 0;
  width: 100%;
}

.btn-secondary {
  background: var(--secondary);
  border: none;
  letter-spacing: .2px;
  border-radius: 50px;
  padding: 12px 28px 14px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 500;
}

.btn-secondary:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--primary);
  transition: .5s;
  border-radius: 15px;
  z-index: -1;
}

.btn-secondary:hover:before {
  left: 0;
  width: 100%;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 10px;
}

ul.slick-dots li button {
  padding: 0;
  line-height: 1;
  height: 12px;
  width: 12px;
  border: none;
  text-indent: 100px;
  overflow: hidden;
  border-radius: 50px;
  transition: .5s;
  background: #dfdfdf;
}

ul.slick-dots li {
  line-height: 1;
}

ul.slick-dots li.slick-active button {
  width: 20px;
  background: var(--primary);
}





button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  position: absolute;
  right: -80px;
  height: 42px;
  width: 42px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  transition: .5s;
  border-radius: 50%;
  border: none;
  z-index: 1;
}

button.slick-prev.slick-arrow {
  left: 10px;
}

button.slick-next.slick-arrow {
  right: 10px;
}

button.slick-prev.slick-arrow:after,
button.slick-next.slick-arrow:after {
  position: absolute;
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  background: var(--white);
}

button.slick-next.slick-arrow:after {
  content: "\f054";
}





.section-padding {
  padding: 60px 0;
}

/* HEADER SECTION CSS */

.topbar {
  background: var(--secondary);
  padding: 8px 0 10px;
}

.topbar:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 102%;
  width: 30%;
  background: var(--primary);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

.topbar ul li,
.topbar ul li a {
  color: var(--white);
}

.topbar ul li i {
  font-size: 15px;
  color: var(--white);
}

.topbar ul.topbar-info li i {
  margin-right: 6px;
  font-size: 16px;
  color: var(--primary);
  line-height: .5;
  display: inline-block;
  transform: translateY(2px);
}

.topbar ul.topbar-info li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #b9946a;
  line-height: 1;
}

.menubar>a img {
  height: 75px;
}

header:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 102%;
  width: 21%;
  background: var(--primary);
  z-index: -1;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}

.menubar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header ul.header-cntct {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header ul.header-cntct li a:not(.btn) {
  font-size: 16px;
  font-weight: 500;
}

header .header-cntct a i {
  font-size: 22px;
  margin-left: 8px;
  line-height: .5;
}

header .header-cntct a.btn-secondary {
  padding: 9px 17px 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

header .header-cntct a.btn-secondary:before {
  background: var(--white);
}

header .header-cntct a.btn-secondary:hover {
  color: var(--secondary);
}

header .menutop li a:after {
  top: 40px;
  left: 100%;
  padding: 2.5px;
  border-radius: 50%;
}

/* BANNER SECTION CSS */

.mainslider {
  position: relative;
}

.mainslider #carouselExampleFade .carousel-item>img {
  aspect-ratio: 12/5.5;
  width: 100%;
  object-fit: cover;
  height: auto;
  filter: brightness(0.5);
}

.mainslider .carousel-caption h1 {
  max-width: 70%;
  font-size: 66px;
  margin: 0 auto;
  display: block;
  color: var(--white);
}

.mainslider .carousel-caption h1 span {
  color: transparent;
  -webkit-text-stroke: .8px #ffffff;
}

.carousel-caption-info img {
  height: 18px;
}

.carousel-caption-info h4 {
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--white);
  width: fit-content;
  padding: 7px 16px 6px;
  line-height: 1;
  margin: 30px auto 20px;
  background: var(--secondary);
  border-radius: 6px;
  backdrop-filter: blur(8px);
}



.banner-form {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 9;
  width: 100%;
}

.banner-form .be-main {
  background: var(--white) !important;
  padding: 30px !important;
  border-radius: 6px !important;
}

.banner-form .be-main .be-box {
  max-width: 100% !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.banner-form .be-main .be-box .be-checkIn-checkOut.br-cmn-div,
.banner-form .be-main .be-box .be-promocode.br-cmn-div,
.banner-form .be-main .be-box .be-guest.br-cmn-div {
  width: 25% !important;
  max-width: 25% !important;
}
.banner-form .be-main .be-box .be-guest-menu, .banner-form .be-guest.br-cmn-div.br-0 label.guest-menu-btn>span {
    width: 100%;
}
.banner-form .be-main .be-box .be-checkIn-checkOut.br-cmn-div, .banner-form .be-main .be-box .be-promocode.br-cmn-div, .banner-form .be-main .be-box .be-guest.br-cmn-div {
    width: 25% !important;
    max-width: 25% !important;
    border: 1px solid #1f4a4a4a !important;
    border-radius: 7px !important;
}

.be-main .be-box .guest-menu-btn i.fa.fa-angle-down {
  margin-left: auto !important;
  float: right !important;
}

.be-btn.br-cmn-div {
  width: 24% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.br-cmn-div {
  border-right: none !important;
  background: #f1f1f1 !important;
  margin-right: 12px !important;
}

.be-main .be-box .be-promocode .be-promo-code-input {
  border: none !important;
}

.be-main .be-box .be-btn .availBtn {
  padding: 11px !important;
  background: var(--secondary) !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
}

.be-main .be-box .be-btn .availBtn:hover {
  background: var(--primary) !important;
}


/* WHY CHOOSE US SECTION CSS */

.whychooseus {
  background: linear-gradient(45deg, #02160f, #0000008c), url(../images/whychooseus-bg.webp) no-repeat center center / cover;
  background-attachment: fixed;
}

.whychooseuslist {
  background: #0000000d;
  padding: 30px;
  border-radius: 15px;
  transition: .5s;
  border: 2px solid #20a44130;
  backdrop-filter: blur(5px);
  text-align: center;
}

.whychooseuslist:hover {
  transform: translateY(-10px);
}

.whychooseuslist figure {
  height: 100px;
  width: 100px;
  background: #20a441;
  border: 1px solid #ffffff00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0;
  outline: 2px solid #ffffff78;
  outline-offset: -7px;
}

.whychooseuslist figure i {
  font-size: 35px;
  color: var(--white);
  line-height: .4;
}

.whychooseuslist h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 22px 0 15px;
  color: var(--white);
}

.whychooseuslist p {
  margin: 0;
  color: #d7d7d7;
}

/* HOMEABOUT SECTION CSS */



span.homeaboutbtn-line {
  height: 1px;
  background: #dbdbdb;
  flex: auto;
}

.homeabout figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  opacity: .7;
}

.homeabout-content p {
  line-height: 1.7;
}

.homeabout-content p b {
  font-weight: 500;
  color: var(--secondary);
}

.homeabout-content p strong {
  font-size: 19px;
  font-weight: 500;
  color: var(--secondary);
}

.homeabout-image>img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 15px;
}

.homeaboutimage-info figure {
  width: 120px;
  aspect-ratio: 1 / 1;
  margin: -50px auto 0;
  background: var(--white);
  position: relative;
  padding: 25px;
  border-radius: 50%;
}

.homeabout-image {
  background: var(--white);
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

.homeaboutimage-info {
  padding: 0 30px 20px;
  text-align: center;
}

.homeaboutimage-info h3 {
  margin: 0;
  line-height: 1.5;
  color: var(--secondary);
}


.homeabout-featurelist {
  text-align: center;
  flex: 1;
}

.homeabout-featurelist i {
  font-size: 45px;
  background: linear-gradient(45deg, var(--primary), var(--secondary));
  color: transparent;
  background-clip: text;
  line-height: .5;
}

.homeabout-featurelist h3 {
  font-size: 18px;
  color: var(--secondary);
  margin: 10px 0 0;
  text-transform: capitalize;
  line-height: 1.4;
}



/* HOME ROOMS SECTION CSS */


.rooms-slider .slick-slide {
  margin: 0 12px;
}

.rooms-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.rooms-item .roomsitem-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  background: linear-gradient(45deg, #000000ad, transparent);
}

span.roomsitem-price {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 95px;
  aspect-ratio: 1 / 1;
  background: var(--white);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 500;
  z-index: 1;
}

span.roomsitem-price strong {
  display: block;
  line-height: 1;
  color: var(--primary);
  font-size: 19px;
  margin-top: 5px;
  font-family: "Gilda Display", serif;
  font-weight: 600;
}

.roomsitem-features {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  border-top: 1px solid #ffffff30;
}

.rooms-item>img {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 5 / 2.8;
  transition: .5s;
object-fit: cover;
}

.rooms-item:hover>img {
  transform: scale(1.1);
}

.roomsitem-features ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.roomsitem-features ul li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ffffff30;
}

.roomsitem-features ul li {
  color: var(--white);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.roomsitem-features ul li i {
  color: #fddbb4;
}

.roomsitem-info h3 {
  color: var(--white);
  font-size: 35px;
}



/* RESTAURANT SECTION CSS */

.restaurants {
  background: linear-gradient(45deg, #000404, #3a230991), url('../images/restaurants-bg.webp') no-repeat center center / cover;
  background-attachment: fixed;
}

.restaurantslist {
  border-radius: 15px;
  border: 2px solid #e0bf99;
  box-shadow: 2px 2px 20px #00000040;
}

.restaurantslist>img {
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  transition: .5s;
}

.restaurantlist-info {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #000000d6, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.restaurantlist-info h3 {
  margin: 20px 0 0 !important;
  color: var(--white);
  line-height: 1;
  font-size: 24px;
}

.restaurantlist-info h4 {
  background: var(--secondary);
  display: inline-block;
  width: fit-content;
  padding: 6px 14px 8px;
  color: var(--white);
  font-size: 16px;
  line-height: 1;
  border-radius: 6px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

.restaurantlist-content p {
  color: #d3d3d3;
}

.restaurantlist-content {
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  transition: .6s ease-in;
}

.restaurantslist:hover .restaurantlist-content {
  max-height: 200px;
}

.restaurantslist:hover>img {
  transform: scale(1.2) rotate(-4deg);
}


/* WEDDING SECTION CSS */


.wedding {
    background: linear-gradient(45deg, black, #00000096), url('/wp-content/uploads/2026/01/lawn-bg.webp') no-repeat center center / cover;
    background-attachment: fixed;
}

.wedding a.lawngallery-item {
    border: 2px solid #d3ab7d;
}


.homefacilitieslist img {
    display: block;
    width: 100%;
}

.homefacilitieslist {
    background: #faf8f6;
    border-radius: 15px;
    border: 1px solid #b9946a38;
    transition: .5s;
}
.homefacilitieslist:hover {
    box-shadow: 4px 4px 18px #00000008;
    background: var(--white);
    transform: translateY(-10px);
}
.homefacilitieslist-info {
    padding: 25px;
    text-align: center;
}

.homefacilitieslist-info h3 {
    font-size: 24px;
}
/* SERVICES PAGE CSS */



.serviceslist {
  border-radius: 15px;
  transition: .5s;
  padding: 30px;
  background: var(--white);
  text-align: center;
  box-shadow: 4px 4px 18px #00000008;
}

.serviceslist h3 {
  margin: 22px 0 12px !important;
  transition: .5s;
  color: var(--secondary);
}

.serviceslist:hover h3 {
  color: var(--primary);
}

.serviceslist figure {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: var(--secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}

.serviceslist figure i {
  font-size: 40px;
  color: var(--white);
  line-height: .5;
}

.serviceslist:hover figure {
  background: var(--primary);
}

.serviceslist:hover {
  transform: translateY(-10px);
}


/* HOME VIDEO SECTION CSS */


.homevideo iframe {
  border-radius: 15px;
  aspect-ratio: 5 / 2;
}


/* TESTIMONIALS SECTION CSS */


.testimonials {
  background: linear-gradient(45deg, #000000, #0000007a), url('../images/testimonials-bg.webp') no-repeat center center / cover;
  background-attachment: fixed;
}

.testimonials_slider .slick-track {
  padding-bottom: 32px;
}

.testimonials-item {
  padding: 30px;
  border: 1px solid #b9946a;
  background: #00000038;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  border-top-width: 4px;
  position: relative;
}

.testimonials_slider .slick-slide {
  margin: 0 12px;
}

.testimonials-rating i {
  color: #dba424;
}

.testimonials-item p {
  font-size: 18px;
  color: #c9c9c9;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-style: italic;
  margin: 15px 0 25px;
}

.testimonialsitem-btm {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonialsitem-btm span h3 {
  margin: 0;
  color: var(--white);
  font-size: 20px;
}

.testimonialsitem-btm span h3 span {
  font-family: "Barlow", sans-serif;
  color: var(--primary);
  font-size: 15px;
  margin-top: 3px;
  font-weight: 500;
}

.testimonials-item i.fas.fa-quote-right {
  position: absolute;
  bottom: -32px;
  right: 30px;
  height: 65px;
  width: 65px;
  background: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 30px;
  border-radius: 50%;
}



/* BLOG SECTION CSS */


.homeblog .row .col-sm-6 a.btn {
  float: right;
}

.homebloglist {
  transition: 0.5s;
  border-radius: 15px;
}

.homeblog .date-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  border: 1px solid #ffffff73;
  background: var(--primary);
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(2px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 6px 15px;
  line-height: 1;
}

.homebloglist:hover {
  transform: translateY(-10px);
}

.homebloglist img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.homebloglist p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homeblogbox {
  padding: 25px;
  position: relative;
  z-index: 2;
  background: var(--white);
  border-radius: 15px;
  box-shadow: 3px 3px 15px #00000014;
  margin: -30px auto 0;
  border: 1px solid #00000012;
  border-top: 0;
}

.homeblogbox ul {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #c09b4b2e;
  background: #c09b4b0f;
  border-radius: 12px;
}

.homeblogbox ul li {
  font-weight: 500;
  line-height: 1;
}

.homeblogbox ul li i {
  color: var(--primary);
  margin-right: 8px;
}

.homeblogbox ul li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ababab;
}

.homeblogbox h3 {
  margin: 12px 0;
  line-height: 22px;
}

.homeblogbox h3 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homeblogbox span {
  font-size: 13px;
  font-weight: 600;
}

.homeblogbox span i {
  color: var(--primary);
  margin-right: 7px;
}

.homeblog button.slick-prev.slick-arrow:after,
.homeblog button.slick-next.slick-arrow:after {
  color: var(--white);
  background: var(--primary);
}

.homeblog button.slick-prev.slick-arrow:hover:after,
.homeblog button.slick-next.slick-arrow:hover:after {
  color: var(--dark);
  background: var(--secondary);
}

.homeblog button.slick-prev.slick-arrow,
.homeblog button.slick-next.slick-arrow {
  opacity: 1;
}

a.readmore {
  margin: 18px 0 0;
  display: inline-block;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary);
}

a.readmore i {
  font-size: 12px;
  margin-left: 5px;
  transform: rotate(-45deg) translateY(-1px);
}





/* FAQ SECTION CSS */


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-grid {
  display: grid;
  gap: 15px;
}

.faq-item {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  animation: fadeInUp 0.6s ease backwards;
}

.faq-item:nth-child(1) {
  animation-delay: 0.1s;
}

.faq-item:nth-child(2) {
  animation-delay: 0.15s;
}

.faq-item:nth-child(3) {
  animation-delay: 0.2s;
}

.faq-item:nth-child(4) {
  animation-delay: 0.25s;
}

.faq-item:nth-child(5) {
  animation-delay: 0.3s;
}

.faq-item:hover {
  box-shadow: 0 10px 40px rgb(185 148 106 / 15%);
  transform: translateY(-2px);
}

.faq-item.active {
  border-color: var(--primary);
  box-shadow: 0 10px 40px rgb(185 148 106 / 15%);
}

.faq-question {
  padding: 15px 15px 15px 26px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  user-select: none;
  position: relative;
}

.faq-question::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item.active .faq-question::before {
  opacity: 1;
}

.faq-question span {
  font-size: 1.15em;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.faq-item.active .faq-question span {
  color: var(--primary);
}

.faq-item:hover .faq-question span {
  color: var(--primary);
}

.faq-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon-wrapper {
  background: var(--primary);
  transform: rotate(180deg);
}

.faq-icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--white);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
  background: var(--white);
}

.faq-icon::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item.active .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
}

.faq-answer-content {
  padding: 20px 30px 25px;
  border-top: 1px solid #eee;
}

.faq-answer-content p {
  line-height: 1.7;
  margin: 0;
}

.faq-item.active .faq-answer {
  max-height: 600px;
}




/* FOOTER SECTION CSS */

footer {
  background: linear-gradient(#000000ed, #2a1702e8), url(../images/footer-bg.webp) no-repeat center top / cover;
}

footer figure {
  margin-bottom: 22px;
}

footer figure a img {
  height: 90px;
}

footer ul li.menu-item a {
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
  padding-left: 18px;
}

footer ul li.menu-item a:before {
  position: absolute;
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--primary);
  left: 0;
  font-size: 12px;
  top: 4px;
}

footer ul li.menu-item a:hover {
  color: transparent;
  background: var(--primary);
  background-clip: text;
}

footer h3 {
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  font-size: 20px;
  border-left: 2px solid var(--primary);
  padding-left: 12px;
}

footer ul.footer-smo li a {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 5px 0 5px 42px;
}

footer ul.footer-smo li:not(:last-child) {
  margin-bottom: 12px;
}

footer ul.footer-smo li a i {
  width: 30px;
  height: 30px;
  background: var(--primary);
  color: var(--white);
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

footer ul.footer-details li {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 25px;
}

footer ul.footer-details li i {
  color: var(--primary);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 15px;
}

footer ul.socialicon {
  display: flex;
  column-gap: 10px;
}

footer ul.socialicon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: var(--primary);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--white);
  margin: 0;
}

footer ul.socialicon li:nth-child(1) a {
  background: #1877F2;
}

footer ul.socialicon li:nth-child(2) a {
  background: #1DA1F2;
}

footer ul.socialicon li:nth-child(3) a {
  background: #d856d1;
}

footer ul.socialicon li:nth-child(4) a {
  background: #0A66C2;
}

footer ul.socialicon li a:hover {
  background: linear-gradient(45deg, var(--secondary), var(--primary));
}

footer .ftdetails li i {
  margin-right: 8px;
}

footer ul li,
footer ul li a,
footer p,
footer p a {
  color: #e0e0e0;
}

.copyright {
  padding: 15px 0;
  border-top: 1px solid #ffffff38;
}

.copyright p a {
  color: var(--primary);
}

#GoToTop {
  display: none;
  position: fixed;
  bottom: 62px;
  right: 45px;
  z-index: 99999999;
  padding: 0;
  background: var(--primary);
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 17px;
  color: var(--white);
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 0 #00000017;
}

a#GoToTop.is-visible {
  display: flex;
}

#whatsappbtn {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  padding: 9px 9px 8px 11px;
  background: #4fcc5d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 32px;
  color: var(--white);
  align-items: center;
  justify-content: center;
}

#whatsappbtn img {
  display: block;
  width: 30px;
}

@media only screen and (min-width: 991px) {

  footer .col-lg-3 {
    border-left: 1px solid #ffffff38;
    padding: 50px 35px 25px;
  }

  footer .col-lg-3:first-child {
    border-left: 0;
    padding-left: 12px;
  }

  footer ul.footer-details li:last-child {
    margin: 0;
  }
}

/* BREADCRUMB SECTION CSS */

.breadcrumb {
  background: linear-gradient(45deg, #000000e0, #0000009e), url(../images/breadcrumb-bg.webp) no-repeat center center / cover;
  padding: 150px 0;
  margin-bottom: 0;
  background-attachment: fixed;
}

.breadcrumb-menu {
  background: #dbd1c514;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 18px;
  border-radius: 8px;
  border: 1px solid #f9d6af38;
}

.breadcrumb h1 {
  margin: 0 0 12px;
}

.breadcrumb p {
  margin: 0;
}

.breadcrumb p,
.breadcrumb span,
.breadcrumb p a {
  color: #eee;
  font-weight: 500;
}

.breadcrumb p a {
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}

.breadcrumb h1 span {
  font-size: 50px;
  letter-spacing: 1px;
  color: transparent;
  text-transform: capitalize;
  background: var(--primary);
  background-clip: text;
  line-height: 1.2;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}

.breadcrumb h1 span a {
  display: none;
}

.breadcrumb a:after {
  position: absolute;
  content: "\f101" !important;
  font-size: 10px !important;
  font-weight: 600;
  font-family: "Font Awesome 5 Free" !important;
  color: var(--primary);
  right: 0;
  top: 4px;
}

p#breadcrumbs span>span:nth-child(1) a {
  padding-left: 22px;
}

p#breadcrumbs span>span:nth-child(1) a:before {
  position: absolute;
  content: '\f015';
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: var(--primary);
  font-size: 14px;
}

/* ABOUT US PAGE CSS */


.secondary-container.aboutus .aboutus-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.86;
    border-radius: 15px;
    object-fit: cover;
}

.secondary-container.aboutus p {
  line-height: 1.6;
}

.secondary-container.aboutus p:last-child {
  margin: 0;
}

.secondary-container.aboutus .serviceslist {
  border: 2px solid #1f4a4a;
}

.secondary-container.aboutus .serviceslist:hover {
  border-color: var(--primary);
}

.mvg-card {
    height: 100%;
    transition: all 0.4s ease;
    border-top: 4px solid transparent;
    position: relative;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
    padding: 30px;
    border-radius: 15px;
}

.mvg-card:hover {
            transform: translateY(-10px);
        }

.mvg-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b9946a1a;
    border: 1px solid #b9946a2e;
}

.mvg-icon img {
    width: 54px;
    height: 54px;
}

.mvg-card h3 {
    margin: 20px 0 12px;
    text-align: center;
    color: var(--secondary);
}

.mvg-card p {
    line-height: 1.5 !important;
    text-align: center;
}

.goals-list li, .mvg-card ul li {
    color: #555;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}
.mvg-card ul li:not(:last-child) {
    margin-bottom: 10px;
}
.goals-list li::before, .mvg-card ul li::before {
    content: '✓';
    position: absolute;
    top: 5px;
    left: 0;
    color: var(--primary);
    font-weight: bold;
    line-height: 1;
}
.teamcard img {
    border-radius: 15px;
}


/* CONTACT PAGE CSS */



.contact-location {
  margin-bottom: 40px;
}

.contact-location .row {
  row-gap: 15px;
}

.contactus .contact-details-cnt {
  background: var(--primary);
  text-align: center;
  padding: 35px 30px 30px;
  border-radius: 15px;
  height: 100%;
  outline: 1px dashed var(--white);
  outline-offset: -7px;
}

.contactus-form p {
  margin: 0;
}

.contact-details-cnt strong {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin: 11px 0 4px;
  color: var(--white);
}

.contact-details-cnt i {
  font-size: 20px;
  color: var(--primary);
  background: var(--white);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  outline: 2px solid var(--white);
  outline-offset: 2px;
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

.contactus .contact-details-cnt p,
.contactus .contact-details-cnt p a {
  margin: 0;
  color: #f7f7f7;
}

.contact-details-cnt p strong {
  font-size: 20px;
}

.contactus .contact-details-cnt h3 a,
.contactus .contact-details-cnt h3 {
  color: #626262;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

.contactus .contact-details-cnt h3 {
  margin: 0;
  line-height: 25px;
}




.contactus form {
  padding: 30px;
  border-radius: 15px;
  background: #b9946a0d;
  border: 1px solid #00000014;
}

.contactus form label {
  width: 100%;
}

.contactus form label textarea {
  height: 110px;
}

.contactus form p>label {
  font-weight: 500;
  color: var(--secondary);
}

.contactus form p input[type="text"],
.contactus form p input[type="email"],
.contactus form p input[type="tel"],
.contactus form p textarea {
  border: 1px solid #0000001a;
  border-radius: 15px;
  padding: 13px 20px;
  font-size: 14px;
  resize: none;
  background: var(--white);
  margin-top: 5px;
}



.contactus input[type="submit"] {
  margin-top: 10px;
}

.contactus form p {
  margin: 0;
}


.contact h3 {
  font-size: 30px;
  margin-bottom: 20px;
}


.contact_us_bg {
  background: var(--white);
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
  padding: 30px 18px;
  border-radius: 15px;
}

.contactaddress-top {
  background: var(--secondary);
  padding: 29px;
  border-radius: 15px;
}

.contactaddress-top p {
  color: var(--white);
  margin-bottom: 16px;
}

.contactaddress-top p:last-child {
  margin: 0;
}

.addresslist {
  display: flex;
  gap: 18px;
  padding: 10px;
  border-radius: 12px;
  backdrop-filter: blur(3px);
  margin-bottom: 12px;
  background: #b9946a0d;
  border: 1px solid #00000014;
}

.addresslist:last-child {
  margin: 0;
}

.address-map {
  flex: 1;
}

.address-info {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.address-map iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -6px;
  border-radius: 10px;
  border: 1px solid #00000014 !important;
  aspect-ratio: 1 / 1;
}

.address-info p {
  margin: 0 0 8px;
  position: relative;
  padding-left: 22px;
}

.address-info p i {
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--primary);
  font-size: 15px;
}

.address-info h3 {
  color: var(--secondary);
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 18px;
}

.address-info h4 {
  font-size: 15px;
  background: var(--primary);
  width: fit-content;
  color: var(--white);
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.address-info h4 strong {
  font-weight: 500;
}

.address-info p:last-child {
  margin: 0;
}

.qrcodes {
    width: fit-content;
    margin: 0 auto;
    background: var(--white);
    padding: 20px 40px;
    border-radius: 15px;
    border: 1px solid #b9946a54;
}

.qrcodes-item img {
    height: 200px;
}

.google-map iframe {
  aspect-ratio: 5 / 2;
  border-radius: 15px;
}




/* ROOMS PAGE CSS CODE */


.roomspage .rooms-item>img {
  aspect-ratio: 5 / 3.2;
}

.rooms-item .roomsitem-info a.btn.btn-primary {
  margin-bottom: -40px;
  opacity: 0;
  transition: .5s;
  background: var(--white);
  color: var(--primary);
}

.rooms-item:hover .roomsitem-info a.btn.btn-primary {
  opacity: 1;
  margin: 0;
}



/* SINGLE ROOMS PAGE CSS */


.roomgallery-slider .slick-slide {
  margin: 0 12px;
}

.roomgallery-slider .slick-slide img {
  width: 100%;
  display: inline-block;
  height: auto;
  aspect-ratio: 4 / 2.8;
  object-fit: cover;
  border-radius: 15px;
  transition: .5s;
}

.roomgallery-slider .slick-slide img:hover {
  filter: brightness(.5);
}

.room-types {
  padding: 30px;
  background: var(--secondary);
  border-radius: 15px;
}

.room-types .col {
  border-right: 1px solid #ffffff4d;
}

.room-types .col:last-child {
  border: none;
}

.singleroom-content {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #0000000f;
  background: var(--white);
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
}

.overview-sec p:last-child {
  margin: 0;
}

.singleroom-content p,
.singleroom-content li {
  line-height: 1.6;
}

.singleroom-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 12px;
  position: relative;
}

.singleroom-content h2:before {
  position: absolute;
  content: '';
  width: 60px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(45deg, transparent, var(--primary), transparent);
  border-radius: 50%;
}

.room-titlesec h1 {
  font-size: 36px;
  font-weight: 700;
}

.room-titlesec i {
  transform: translateY(1px);
}

.roomtype-item>i {
  font-size: 33px !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dfba8f;
}

.room-price p span {
  font-size: 35px;
  color: #dfba8f;
  font-family: "Gilda Display", serif;
  font-weight: 600;
}

.roomtype-item p {
  color: #e5e5e5;
  line-height: 1;
}

.roomplan-sec .accordion-item {
  background: #ebe7e4;
  border-radius: 8px !important;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}

.roomplan-sec .accordion-button {
  background-color: #faf8f6;
  padding: 14px 20px;
  font-size: 18px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  position: relative;
}

.roomplan-sec .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: var(--primary);
}

.roomplan-sec .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: auto;
}

.roomplan-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6b6b'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  filter: brightness(0) invert(1);
}

.roomplan-sec .accordion-body {
  padding: 15px 20px;
  background-color: #faf8f6;
  line-height: 1.7;
  color: #555;
}

.roomplan-sec .accordion-body p:last-child {
  margin: 0;
}

.room-plan-title {
  text-align: left;
  flex-grow: 1;
}

.roomplan-sec .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.roomplan-sec .accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--primary);
}


.singleroom-sidebar {
  padding: 30px;
  border-radius: 12px;
  position: sticky;
  top: 60px;
  background: var(--white);
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
}

.singleroom-sidebar h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.singleroom-sidebar form input,
.singleroom-sidebar form textarea {
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 12px !important;
  resize: none;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.singleroom-sidebar form p {
    margin: 0;
}
.singleroom-sidebar form input[type="submit"] {
    margin-top: 12px;
    padding: 14px 26px;
    border: none;
    background: var(--primary);
}
.singleroom-sidebar form input[type="submit"]:hover {
  background: var(--secondary);
}

.singleroom-sidebar form input::placeholder,
.singleroom-sidebar form textarea::placeholder {
  color: #2b2b2b8c;
}

.singleroom-content ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.singleroom-content ul li i {
  color: var(--primary);
  font-size: 16px;
  line-height: 0;
}

.amenities-sec ul li i {
  font-size: 12px;
  transform: translateY(2px);
}


.amenities-wrapper .amenity-item {
  width: calc(50% - 6px);
  gap: 0 11px !important;
  background: #b9946a0d;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid #b9946a3d;
}

.amenities-wrapper .amenity-item p {
  font-weight: 500;
}

.amenities-wrapper .amenity-item i {
  font-size: 22px;
  color: #a37a4c;
  line-height: .5;
}


.roomstravelslist {
    background: #b9946a14;
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #b9946a29;
}

.roomstravels-info {
    padding: 20px;
    text-align: center;
}

.roomstravelslist figure {
    margin: 0;
}

.roomstravels-info h4 {
    font-size: 22px;
}



/* RESTAURANT PAGE CSS */


.restaurants-page .restaurantslist {
  border: 2px solid var(--white);
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
}


/* TESTIMONIALS PAGE CSS */


.secondary-container.testimonials-page .testimonials-item p {
  color: #484848;
}

.secondary-container.testimonials-page .testimonials-item {
  background: #b9946a05;
}

.secondary-container.testimonials-page .testimonials-item h3 {
  color: var(--secondary);
}

.secondary-container.testimonials-page .testimonials-item i.fas.fa-quote-right {
  background: var(--secondary);
  font-size: 25px;
}

a.googlereview img {
  height: 100px;
}

.video-reviews-item iframe {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  border-radius: 15px;
}



/* CAREERS PAGE CSS */


.careers-top figure img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.careers-content p strong {
  font-weight: 600;
  color: var(--secondary);
}

.careersform form input[type="text"],
.careersform form input[type="number"],
.careersform form input[type="email"],
.careersform form input[type="tel"],
.careersform form select,
.careersform form input[type="file"],
.careersform form textarea {
  background: #1f4a4a08;
  border-radius: 8px;
  padding: 10px 16px 11px;
  margin: 5px 0 0;
  font-size: 16px;
  border: 1px solid #1f4a4a1f;
  width: 100%;
  line-height: 1;
}

.careersform form input[type="file"] {
  padding: 9px;
}

.careersform {
  background: var(--white);
  padding: 25px 30px 22px;
  border-radius: 15px;
  border: 1px solid #a7a7a724;
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
}

.careersform form input[type="submit"] {
  background: var(--primary);
  margin-top: 10px;
  padding: 14px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px;
}

.careersform form input[type="submit"]:hover {
  background: var(--secondary);
}

.careersform form label {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  color: var(--dark);
}

.careersform form label span.required-symbol {
  color: #e12626;
}

.careersform form .wpcf7-spinner {
  position: absolute;
  margin: 20px 0 0 3px;
}

.careersform h3#popup-title {
  color: var(--secondary);
  margin-left: -2px;
}


/* BANQUET HALL PAGE CSS */

.seating-arrangement img {
    border-radius: 8px;
    max-width: 100%;
}


.banquet-hallsitem:not(:last-child) {
  margin-bottom: 30px;
}

.banquet-hallsitem:nth-child(even) .row {
  flex-direction: row-reverse;
}

.banquethallsitem-details table th,
.banquethallsitem-details table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #8d8d8d29;
}

.banquethallsitem-details table {
  width: 100%;
}

.banquethallsitem-details table th {
  background: var(--secondary);
  color: var(--white);
  border-color: #ffffff3b;
  font-weight: 500;
  letter-spacing: .3px;
}

.banquethallsitem-details {
  margin-top: 20px;
}

.banquet-hallsitem {
  padding: 25px;
  background: var(--white);
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
  border-radius: 8px;
  border: 1px solid #1f4a4a21;
}

.banquet-hallsitem-image img {
    border-radius: 15px;
    aspect-ratio: 1 / .81;
    object-fit: cover;
}

.banquet-hallsitem-info h3 {
  font-size: 32px;
  color: var(--secondary);
}

.banquet-hallsitem-info p {
  margin: 15px 0 25px;
}

.banquethallsitem-wrapper {
  display: flex;
  gap: 20px;
}

.banquethallsitem-wrapper h4 {
  font-size: 22px;
  color: var(--secondary);
}

.banquethallsitem-wrapper>div {
  width: calc(50% - 10px);
}

.banquethallsitem-wrapper ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1f4a4a1f;
}

.banquethallsitem-wrapper ul li:first-child {
  border-top: 1px solid #1f4a4a1f;
  margin-top: 10px;
  padding-top: 10px;
}


.custompopup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
}

.custompopup.active {
    display: flex;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
    position: relative;
    max-width: 900px;
    margin: 15px auto;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}




/* LAWN PAGE CSS CODE */


.overview-card {
  background: var(--white);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
  height: 100%;
  border: 1px solid #00000012;
}

.lawn-image img {
    width: 100%;
    aspect-ratio: 1 / .76;
    border-radius: 15px;
    object-fit: cover;
}


/* Event Types */
.event-card {
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
}

.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.event-image {
  height: 260px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgb(6 26 26));
  display: flex;
  align-items: flex-end;
  padding: 15px 25px;
}

.event-overlay h3 {
  color: #d9b183;
  margin: 0;
  font-size: 1.8rem;
}

.event-content {
  padding: 20px 25px;
}

.event-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.event-content ul li {
  position: relative;
  padding-left: 20px;
}

.event-content ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--secondary) !important;
    font-size: 12px;
}

/* Features */

.lawn-features {
  background: linear-gradient(45deg, black, #0000009c), url('/wp-content/uploads/2026/01/wedding-image1.webp') no-repeat center center / cover;
  background-attachment: fixed;
}

.feature-item {
  display: flex;
  align-items: start;
  padding: 30px;
  background: #ffffff03;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #ffffff2e;
  backdrop-filter: blur(5px);
}

.feature-item:not(:last-child) {
  margin-bottom: 23px;
}

.feature-item:hover {
  transform: translateY(-10px);
}

.feature-item i {
  font-size: 2rem;
  color: var(--primary);
  margin-right: 1rem;
  min-width: 40px;
}

.feature-item h3 {
  color: var(--white);
  margin-bottom: 10px;
}

.feature-item p {
  color: #c9c9c9;
}

/* Gallery */

.lawngallery-sec {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}

.lawngallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  aspect-ratio: 1;
}

.lawngallery-item:hover {
  transform: translateY(-10px);
}

.lawngallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.lawngallery-item:hover img {
  transform: scale(1.1);
}

.lawngallery-item:hover::before {
  opacity: 1;
}

.lawngallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lawngallery-item:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {

  .lawngallery-sec {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }
}

/* PHOTO GALLERY PAGE CSS */


.photogallery-sec {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}

.photogallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  aspect-ratio: 1 / .7;
}

.photogallery-item:hover {
  transform: translateY(-10px);
}

.photogallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.photogallery-item:hover img {
  transform: scale(1.1);
}

.photogallery-item:hover::before {
  opacity: 1;
}

.photogallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.photogallery-item:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {

  .photogallery-sec {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
  }
}



/* VIDEO GALLERY PAGE CSS */



.videogallery-sec {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}

.videogallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  aspect-ratio: 1;
}

.videogallery-item:hover {
  transform: translateY(-10px);
}

.videogallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.videogallery-item:hover img {
  transform: scale(1.1);
}

.videogallery-item:hover::before {
  opacity: 1;
}

.videogallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.videogallery-item:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {

  .videogallery {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }
}



/* TOURIST PLACE PAGE CSS */


.touristplacelist img {
    aspect-ratio: 1 / .9;
    object-fit: cover;
    border-radius: 15px;
}

.touristplacelist h3 {
    margin: 0;
    color: var(--secondary);
    text-align: center;
}

.touristplacelist-info {
    padding: 0 10px;
}

.touristplacelist {
    border-radius: 15px;
    background: var(--white);
    padding: 10px;
    box-shadow: 3px 3px 15px #00000014;
    transition: .5s;
}

.touristplacelist:hover {
	transform: translateY(-10px);
}

.touristplacelist span.number {
    font-size: 41px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 10px;
    color: transparent;
    -webkit-text-stroke: 1px #dbb283;
    height: 70px;
    width: 70px;
    background: var(--secondary);
    border-radius: 50% 15px 50% 50%;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.touristplacelist-info {
    padding: 15px 0 5px;
}



/* POLICY PAGE CSS */


.policy-content {
    background: var(--white);
    box-shadow: 0 10px 40px -10px rgb(0 0 0 / 8%);
    padding: 30px;
    border-radius: 15px;
    border-top: 2px solid var(--primary);
}

.policy-content h4 {
    margin: 25px 0 10px;
    color: var(--secondary);
    font-weight: 600;
}

.policy-content h4:first-child {
    margin-top: 0;
}

.policy-content ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 18px;
    position: relative;
    color: #484848;
    flex-wrap: wrap;
}
.policy-content ul li strong {
    font-weight: 500;
}

.policy-content ul li:before {
    position: absolute;
    content: '\f245';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--primary);
    transform: rotate(65deg);
    left: 0;
    top: 5px;
    font-size: 12px;
}

.policy-content p:last-child {
    margin: 0;
}


/* AUTO POPUP CSS */





/* RESPONSIVENESS CSS */

@media only screen and (max-width: 1199px) {
  .mainslider #carouselExampleFade .carousel-item>img {
    aspect-ratio: 12/7;
  }

  .mainslider .carousel-caption h1 {
    font-size: 40px;
  }

  .mainslider .carousel-caption h1 br {
    display: none;
  }

  .mainslider .carousel-caption p {
    width: 100%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 40px;
    height: 40px;
    padding: 11px;
  }
}

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

  .subheading {
    margin: 0 auto 15px;
    font-size: 16px;
  }

  .heading,
  .leftheading {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .subdescription {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

  .topbar ul.topbar-info li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    line-height: 1;
}
.topbar:before, header:after {
    display: none;
}
.banner-form {
    position: static;
    margin-top: 40px;
}

.banner-form .be-main .be-box .be-checkIn-checkOut.br-cmn-div, .banner-form .be-main .be-box .be-promocode.br-cmn-div, .banner-form .be-main .be-box .be-guest.br-cmn-div {
    width: 100% !important;
    max-width: 100% !important;
}
.be-btn.br-cmn-div {
    width: calc(100% + 15px) !important;
    padding-left: 0 !important;
}
.be-main .be-box .be-btn .availBtn {
    margin-left: -15px !important;
    width: calc(100% + 15px) !important;
}
.carousel-caption {
    top: 50%;
    transform: translate(-50%, -50%);
}
.carousel-control-next, .carousel-control-prev {
    top: auto;
    transform: none;
    bottom: 20px;
}



.homeabout-features {
    flex-wrap: wrap;
}
.homeabout-featurelist {
    flex: 46%;
}

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

  .homeblog h2.leftheading {
    margin-bottom: 10px;
  }

  footer {
    padding-top: 40px;
  }

  .copyright {
    margin-top: 20px;
    padding: 20px 0;
  }




.banquethallsitem-details {
    margin-top: 20px;
    overflow-x: scroll;
}
.banquethallsitem-details table {
    min-width: 850px;
}




}

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


.menubar>a img {
    height: 60px;
}

  .mainslider #carouselExampleFade .carousel-item>img {
    aspect-ratio: 1/1;
  }
.carousel-control-next {
    right: 10px;
}
.carousel-control-prev {
    left: 10px;
}
.homeabout-content .leftheading br {
    display: none;
}
.homeabout-content p strong {
    font-size: 17px;
}

.homevideo iframe {
    aspect-ratio: 5 / 3;
}


.breadcrumb {
    padding: 100px 0;
}



.amenities-wrapper .amenity-item {
    width: 100%;
}

.amenities-wrapper .amenity-item:not(:last-child) {
    margin-bottom: 10px;
}


.banquet-hallsitem {
    padding: 15px;
}
.banquet-hallsitem-info h3 {
    font-size: 26px;
}
.banquet-hallsitem-image img {
    border-radius: 10px;
    aspect-ratio: 1 / .81;
}


.contact_us_bg {
    padding: 15px 3px;
}
header img.aboutus-element {
    display: none;
}


.policy-content ul li {
    display: block;
    flex-wrap: wrap;
}


}



@media only screen and (max-width: 580px) {
.topbar ul li, .topbar ul li a {
    font-size: 14px;
}
  .mainslider .carousel-caption h1 {
    font-size: 28px;
    max-width: 100%;
}

  .carousel-caption-info h4 {
    font-size: 15px;
    margin: 20px auto 15px;
}

  .mainslider .carousel-caption p {
    margin: 12px 0 14px;
    font-size: 14px;
  }


  .rooms-slider .slick-slide {
    margin: 0 4px;
}
.rooms-item>img {
    aspect-ratio: 1 / 1;
}
.roomsitem-info h3 {
    font-size: 26px;
}
span.roomsitem-price {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 75px;
}
.roomsitem-features ul {
    flex-wrap: wrap;
    gap: 15px 0;
}
.roomsitem-features {
    padding: 12px;
}
.roomsitem-features ul li {
    font-size: 14px;
}
.roomsitem-features ul li i {
    font-size: 16px !important;
}


.homevideo iframe {
    aspect-ratio: 5 / 3.5;
}
  

.homeblogbox {
    padding: 20px;
}
.homeblogbox ul li {
    font-size: 14px;
}

  .breadcrumb p,
  .breadcrumb span,
  .breadcrumb p a {
    text-align: center !important;
  }

  .breadcrumb h1 span {
    font-size: 28px;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    font-weight: 400;
    font-size: 14px;
}
.breadcrumb a:after {
    top: 3px;
}
p#breadcrumbs span>span:nth-child(1) a:before {
    top: -1px;
}
.roomspage .rooms-item>img {
    aspect-ratio: 1 / 1;
}


.roomgallery-slider .slick-slide {
    margin: 0 6px;
}

.room-types {
    padding: 20px;
}
.room-types .col {
    border-right: none;
    width: 50% !important;
    flex: 0 0 50%;
}
.room-types .col:last-child {
    flex: 0 0 100%;
}
.roomtype-item>i {
    font-size: 24px !important;
}
.roomtype-item p {
    font-size: 15px;
}

.singleroom-content {
    padding: 20px;
}
.singleroom-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.singleroom-content p, .singleroom-content li {
    line-height: 1.5;
}

.singleroom-sidebar {
    padding: 20px;
}


.overview-card {
    padding: 20px;
}
.event-overlay h3 {
    font-size: 22px;
}
.feature-item:not(:last-child) {
    margin-bottom: 16px;
}

.qrcodes-item img {
    height: 120px;
}
.google-map iframe {
    aspect-ratio: 1;
}
.addresslist {
    padding: 12px;
    flex-wrap: wrap;
}
.address-map {
    flex: 100%;
}
.address-info {
    flex: 100%;
}
.address-map iframe {
    aspect-ratio: 1 / .7;
}

.contactaddress-top, .contactus form {
    padding: 20px;
}


	
	
}