html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* ── Design Tokens ──────────────────────────────────────── */
:root {
  --color-primary:    #AB8965;
  --color-dark:       #181818;
  --color-text:       #606060;
  --color-bg-warm:    #FFF5ED;
  --shadow-card:      0 2px 4px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08);
  --shadow-card-hover:0 8px 16px rgba(0,0,0,0.16), 0 4px 8px rgba(0,0,0,0.10);
  --transition:       0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
ul,ol{
  list-style: none;
}
a{
  text-decoration: none;
}
img{
  display: block;
  max-width: 100%;
}
/*fonts*/

#wrapper{
  min-width: 100%;
  min-height: 100%;
}
.container{
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
body{
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
}
/*font-family: "Cardo", serif;
font-family: "Inter", sans-serif;
font-family: "Marcellus", serif;*/   

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #000000;
  transition: 0.4s all ease-in-out;
}
header > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.header_in{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.logo_mark {
  height: 58px;
  width: auto;
}
header nav ul{
  display: flex;
  align-items: center;
  gap: 20px
}
header nav ul a{
  color: #fff;
  text-transform: capitalize;
}
.btn{
  background: transparent;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
}
.btn:hover{
  background:#AB8965;
}
.btn:focus-visible{
  outline: 2px solid #AB8965;
  outline-offset: 3px;
}
.btn:active{
  transform: scale(0.97);
}
.btn_bg{
  background:#AB8965;
  border-color: #AB8965;
}
.btn_bg:hover{
  background: #fff;
  color: #AB8965;
  border-color: #AB8965;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3000;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}
.banner_img{
  height: 100vh;
}
.banner_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-arrow{
  width: 50px;
  height: 50px;
  background: url(../images/left_arrow.png) no-repeat center !important;
  background-size: 15px !important;
  z-index: 1;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
  background: url(../images/right_arrow.png) no-repeat center !important;
  background-size: 15px !important;
}
.accomdation_slider .slick-prev{
  left: -30px;
}
.accomdation_slider .slick-next{
  right: -30px;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.banner_images{
  position: relative;
  overflow: hidden;
}
.blur_shape{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90vh;
  height: 80vh;
  overflow: hidden;
  border: none;
  border-radius: 100% 100% 0 0;
}
.blur_shape:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: inherit;
  backdrop-filter: blur(8px);
}
.bc_slide {
  color: #fff;
}
.bc_slide h1{
  font-family: "Marcellus", serif;
  font-size: 44px;
  line-height: 1.2; 
  font-weight: 400;
  margin-bottom: 20px;
}
.banner_cnt{
  max-width: 600px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home_banner{
  position: relative;
}
.bc_slide{
  height: 100vh;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bc_slide p{
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 70%;
}
.reservation_strip {
  background: #181818;
  color: #fff;
}
.rs_in{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 30px 0;
}
.rs_in h3{
  font-family: "Marcellus", serif;
  font-size: 26px;
  font-weight: 400;
}
.form_group label{
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: #ab8965;
  display: block;
  margin-bottom: 10px;
}
.qty-btn-minus,.qty-btn-plus{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: #ab8965;
  border:none;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.input-qty{
  background: none;
  color: #fff;
  border: none;
  width: 50px;
  text-align: center;
  min-width: auto;
  line-height: 30px;
  height: 30px;
  font-size: 20px;
}
.reservation_form{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
  text-align: center;
}
.qty-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_us{
  padding: 100px 0;
}
.testmonials{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.tst_img{
  flex: 0 0 30%;
  max-width: 30%;
  height: 380px;
  border-radius: 100% 100% 0 0;
  background: no-repeat right bottom / cover;
  background-attachment: fixed;
}
.test_cnt{
  text-align: center;
  width: 100%;
}
.test_cnt h4{
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #ab8965;
  margin-bottom: 15px;
}
.test_cnt h2{
  font-family: "Marcellus", serif;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 300;
  color: #181818;
  margin-bottom: 15px;
}
.test_cnt h3{
  font-family: "Marcellus", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #181818;
  margin-bottom: 15px;
}
.rating{
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.rating svg{
  flex: 0 0 15px;
  max-width: 15px;
  fill: #f2b827;
}
.test_cnt p{
  font-size: 16px;
  line-height: 1.2;
  color: #606060;
  margin-top: 20px;
}

.of_icon{
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  max-width: 70px;
  background: #AB8965;
  border-radius: 100% 100% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.of_icon svg{
  max-width: 35px;
}
.of_Card{
  border:1px solid #ccc;
  display: flex;
  flex: 0 0 calc(100% / 3 - 40px);
  max-width: calc(100% / 3 - 40px);
  margin: 20px;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.of_Card h3{
  font-family: "Marcellus", serif;
  font-size: 22px;
  line-height: 1.2;
  color: #181818;
  margin-bottom: 10px;
  font-weight: 600;
}
.of_Card p{
  font-size: 16px;
  line-height: 27px;
  color: #606060;
}
.of_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.of_txt{
  width: 100%;
  margin-left: 20px;
}
.customer_reviews{
  display: flex;
  align-content: center;
  position: relative;
  overflow: hidden;
  background: url(../images/Resort1-12.webp) no-repeat center / cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.customer_reviews .blur_shape{
  height: 600px;
  width: 600px;
}
.cr_blk{
  position: relative;
  z-index: 1;
  max-width: 768px;
  margin: auto;
  text-align: center;
}
.cr_item{
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.cr_item svg{
  width: 38px;
  fill: #AB8965;
  margin-bottom: 10px;
}
.cr_item p{
  font-family: "Marcellus", serif;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}
.cr_item h5{
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}
.cr_item .rating {
  margin-bottom: 20px;
}
.cr_item .rating svg{
  fill:#E4A853;
  margin: 0 !important;
}
.slick-dots li button:before {
  font-size: 50px;
  line-height: 20px;
  opacity: 1;
  color: #fff;
  opacity: 0.5 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #AB8965;
}
.accomdation{
  background: #FFF5ED;
  padding: 70px 30px;
}
.sec_title{
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
  color: #181818;
}
.sec_title span{
  font-family: "Jost", sans-serif;
  display: block;
  font-size: 13px;
  color: #ab8965;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.as_item{
  margin: 10px;
  padding-bottom: 8%;
  border-radius: 100% 100% 0 0;
  background: #ab8965;
  overflow: hidden;
  position: relative;
}
.as_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.as_txt{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background: linear-gradient(180deg, rgba(171, 137, 101, 0) 0%, #ab8965 100%);
}
.title{
  font-family: "Marcellus", serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.capacities span{
  font-size: 14px;
  line-height: 1.2;
}
.rs_list {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.rs_card {
  width: 100%;
}
.rs_img {
  height: 390px;
  background: #ab8965;
  overflow: hidden;
}
.rs_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs_txt {
  background: #AB8965;
  color: #fff;
  margin: -30px 20px 0;
  position: relative;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.rst_lft{
  margin: 0 20px 0 0;
}
.count {
  font-family: "Marcellus", serif;
  font-size: 60px;
  margin-bottom: 5px;
}
.rst_lft h6{
  font-size: 15px;
  text-align: center;
}
.rst_rht p{
  line-height: 26px;
}
.rooms_suits{
  padding: 70px 0 100px;
}
.play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.play span{
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.play span svg{
  width: 50px;
  height: 50px;
  fill: #fff;
}
.video_blk{
  position: relative;
}
.video_blk img{
  width: 100%;
}
.gallery{
  background: #FFF5ED;
  padding: 100px 0 0;
}
.gallery_row{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.gallery_img{
  flex: 0 0 calc(20% - 1px);
  max-width: calc(20% - 1px);
  height: 170px;
  position: relative;
  overflow: hidden;
}
.gallery_img:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: url(../images/instagram-svgrepo-com.svg) no-repeat center / 40px;*/
}
.gallery_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer{
  background: #181818;
  color: #fff;
}
.ft_in{
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ft_m img{
  max-width: 280px;
  margin-bottom: 20px;
}
.sm{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sm li a svg{
  width: 15px;
  height: 15px;
  max-width: 15px;
  fill: #fff;
}
footer h6 {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 300;
}
footer p{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
footer a{
  color: #fff;
}
.footer_btm{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
  text-align: center;
}
.scrollTop{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #AB8965;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 99;
  padding: 10px;
}
.scrollTop svg{
  max-width: 20px;
  height: 20px;
  transform: rotate(180deg);
  fill: #fff;
}
.page_booking header{
  background: #181818;
}
.banner2 .banner_img{
  height: 600px;
}
.pb_wrapper{
  padding: 10px 0;
}
.pb_lft h1{
  font-family: "Marcellus", serif;  
  font-size: 52px;
  line-height: 1.2;
  color: #181818;
  margin-bottom: 15px;
}
.custom_list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}
.custom_list li{
  display: flex;
  align-items: center;
  gap: 5px;
}
.custom_list li svg{
  max-width: 20px;
  height: 20px;
  fill: #ab8965;
}
.resorts_offers{
  margin-bottom: 50px;
}
.resorts_offers li,
.pb_lft p{
  color:#606060;
  font-weight: 400;
  letter-spacing: 0;
  line-height:27px;
}
.pb_rht h3,
.pb_lft h3{
  font-family: "Marcellus", serif;  
  font-size: 26px;
  line-height: 36px;
  color: #181818;
  margin-bottom: 15px;
}
.pb_rht h3{
  color: #fff;
}
.room_amenities{
  margin-top: 30px;
}
.room_amenities ul li{
  flex: 0 0 calc(100% / 3 - 30px);
  gap: 10px;
}
.room_amenities ul li p{
  font-weight: 500;
  color: #212529;
}
.room_amenities ul li svg{
  max-width: 25px;
  height: 25px;
}

.resorts_offers ul li{
  padding: 0 0 0 30px;
  background-image:url('data:image/svg+xml,<svg aria-hidden="true" class="e-font-icon-svg e-fas-check" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="%23ab8965"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: 15px 15px;
}
.embed_blk{
  height: 370px;
  margin-bottom: 30px;
  overflow: hidden;
}
.embed_blk iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.availabilty{
  margin-top: 50px;
}
.pb_in{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pb_lft{
  max-width: 100%;
}
.pb_rht{
  max-width: 40%;
  background: #181818;
  color: #fff;
  padding: 40px 30px;
}
.pb_rht .reservation_form{
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}
.pb_rht .reservation_form .form_group{
  flex: 0 0 45%;
}
.form_group label{
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.title_bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.title_bar h3{
  margin-bottom: 0;
}
.pb_rht .reservation_form .form_group.w_100{
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
}
.custom_checkbox li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_checkbox li p{
  color: #ab8965;
  text-transform: capitalize;
}
.custom_checkbox li label span{
  font-size: 14px;
  font-weight: 400;
}
.addons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.custom_checkbox li{
  margin-bottom: 10px;
}
.custom_checkbox li label{
  margin: 0;
}
.pb_rht .reservation_form .btn{
  width: 100%;
}
.pb_rht .reservation_form .form_group.Total_cost{
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title_bar p span{
  font-family: "Marcellus", serif;  
  font-size: 20px;
}

.spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
/*******************\ Loading Roller \*******************/
@keyframes lds-roller {
 0% {
   transform: rotate(0deg);
  }
   100% {
     transform: rotate(360deg);
  }
}
.lds-roller {
 position: relative;
 display: inline-block;
 height: 64px;
 width: 64px;
}
.lds-roller div {
 animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
 transform-origin: 32px 32px;
}
.lds-roller div:after {
 position: absolute;
 display: block;
 background: #AB8965;
 border-radius: 50%;
 content: " ";
 margin: -3px 0 0 -3px;
 height: 6px;
 width: 6px;
}
.lds-roller div:nth-child(1) {
 animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
 top: 50px;
 left: 50px;
}
.lds-roller div:nth-child(2) {
 animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
 top: 54px;
 left: 45px;
}
.lds-roller div:nth-child(3) {
 animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
 top: 57px;
 left: 39px;
}
.lds-roller div:nth-child(4) {
 animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
 top: 58px;
 left: 32px;
}
.lds-roller div:nth-child(5) {
 animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
 top: 57px;
 left: 25px;
}
.lds-roller div:nth-child(6) {
 animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
 top: 54px;
 left: 19px;
}
.lds-roller div:nth-child(7) {
 animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
 top: 50px;
 left: 14px;
}
.lds-roller div:nth-child(8) {
 animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
 top: 45px;
 left: 10px;
}
.pre-laod{
/*  opacity: 0;*/
}
.prices {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ab8965;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.as_item:hover .prices{
  visibility: visible;
  opacity: 1;
}
.price{
  font-family: "Marcellus", serif;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.label{
  font-family: "Marcellus", serif;
  font-size: 14px;
}
.gallery .container,
.rooms_suits .container,
.accomdation .container,
.about_us .container{
  position: relative;
}
header.sticky{
  background: #181818;
}

/*menu toggle*/
.menu_toggle {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 20px;
  display: none;
}
.menu_toggle span {
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.menu_toggle span:before, .menu_toggle span:after {
  position: absolute;
  content: '';
}
.menu_toggle span, .menu_toggle span:before, .menu_toggle span:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
}
.menu_toggle span:before {
  margin-top: 10px;
}
.menu_toggle span:after {
  margin-top: -10px;
}
/* --- btn --- */
.menu_toggle span {
  -webkit-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu_toggle.active span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}


.menu_toggle span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
  -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.menu_toggle span:after {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
  -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}


/*datepicker custom css*/
.ui.icon.input>i.icon{
  display: none;
}
.ui[class*="left icon"].input>input {
  padding: 0 !important;
  width: 140px;
  text-align: center;
  color: #fff;
  background: transparent;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  border: none;
}
.ui[class*="left icon"].input>input::placeholder{
  color: #fff;
}
.ui.calendar .ui.table tr td.today,
.ui.calendar .ui.table tr .link:hover,
.ui.calendar .ui.table tr .link:focus{
  background: #ab8965;
  color: #fff;
  border:  none !important;
  box-shadow: none !important;
}
.ui.celled.table tr td, .ui.celled.table tr th,
.ui.table{
  border:  none !important;
}
.availabilty .ui.calendar{
  display: block;
  visibility: visible;
}
.availabilty .form_group > label{
  display: none;
}
.form_group3{
  display: flex;
  gap: 30px;
}

/* ── Material Elevation & Hover Lifts ─────────────────────────── */
.of_Card {
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--transition), transform var(--transition);
}
.of_Card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.rs_card {
  transition: box-shadow var(--transition), transform var(--transition);
}
.rs_card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.as_item {
  transition: transform var(--transition), box-shadow var(--transition);
}
.as_item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

/* ── Nav link hover state ─────────────────────────────────────── */
header nav ul a {
  position: relative;
  transition: color var(--transition);
}
header nav ul a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width var(--transition);
}
header nav ul a:hover::after,
header nav ul a:focus-visible::after {
  width: 100%;
}
header nav ul a:hover {
  color: var(--color-primary) !important;
}

/* ── Focus-visible for interactive elements ───────────────────── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}
