.cf_width
{
  max-width: 93%;
  margin: 0px auto;
}

.body_bg
{
  background-color: #fdf4e7;
}

/*Header*/

.header_sec
{
  background-color: #fdf4e7;
  padding: 2rem 0rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom: 1px solid #82847f;
}

.header_logo
{
  width: 100%;
}

.header_col1
{
  width: 20%;
}

.header_col2
{
  width: 75%;
  align-content: center;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: end;
}

.header_col3
{
  width: 5%;
  text-align: right !important;
  align-content: center;
}

.header_toggle_link
{
  font-size: 30px;
  text-decoration: none;
  color: #313131;
  cursor: pointer;
}

.header_toggle_link:hover
{
  color: #313131;
}

.header_overlay 
{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #1e1a34;
  background-color: #1e1a34;
  overflow-x: hidden;
  transition: 0.5s;
}

.header_overlay_content 
{
  position: relative;
  top: 10%;
  left: 10%;
  width: 100%;
}

.header_overlay_content p
{
  margin-bottom: 20px;
}

.header_link 
{
  font-family: Poppins, sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: all 0.3s ease; /* smooth transition */
}

.header_link:hover, 
.header_link:focus 
{
  color: #82AC6B;
  transform: translateX(8px); /* 👈 yeh slide effect */
}

.header_link2
{
    font-size: 15px !important;
    color: #d1d1d1 !important;
}

.header_overlay .closebtn 
{
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-height: 450px) 
{
  .header_overlay .closebtn 
  {
    font-size: 35px;
    top: 10px;
    right: 25px;
  }
}

.header_booknow_btn 
{
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  background-color: #fdf4e7;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 5px 25px;
  text-decoration: none;
  border: 1px solid #313131;
  transition: color 0.3s ease;
}

.header_booknow_btn::before 
{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;   /* start outside */
  width: 100%;
  height: 100%;
  background-color: #82AC6B; /* hover color */
  z-index: -1;
  transition: all 0.4s ease;
}

/* hover effect */
.header_booknow_btn:hover::before 
{
  left: 0;   /* slide in */
}

.header_booknow_btn:hover 
{
  color: #313131; /* ya #fff agar contrast chahiye */
}

.menu_booknow_btn 
{
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  background-color: #fdf4e7;
  color: #313131;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 8px 18px;
  text-decoration: none;
  border: 1px solid #313131;
  transition: color 0.3s ease;
}

/* sliding layer */
.menu_booknow_btn::before 
{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #82AC6B;
  z-index: -1;
  transition: all 0.4s ease;
}

/* hover effect */
.menu_booknow_btn:hover::before 
{
  left: 0;
}

.menu_booknow_btn:hover 
{
  color: #fff; /* better contrast */
}

.header_support
{
  color: #d1d1d1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

.header_support2
{
    margin-top: 3rem !important;
}

.headerp2
{
    margin-bottom: 10px !important;
}

/*Header*/

/*Index*/

.video_sec
{
  margin-top: 25px;
}

.video_sec video 
{
  width: 100%;
}

.about_con
{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about_img
{
  width: 22%;
  margin-bottom: 1rem;
}

.about_text
{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #313131;
  font-weight: 400;
  margin-bottom: 10px;
}

.about_btn
{
  margin-top: 2rem;
}

.index_nav_links
{
  font-family: "Poppins", sans-serif;
  font-size: 1.23rem;
  font-weight: 600;
  color: #313131;
  text-decoration: none;
}

.index_nav_links:hover
{
  color: #313131;
}

.index_nav_con
{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.index_nav_col
{
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.index_heading
{
  font-family: 'Cinzel', serif;
  font-size: 1.875rem;
  font-weight: 600;
  color: #313131;
}

.suites_heading
{
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.suites_sec_div1
{
  border: 1px solid #dee2e6;
  border-top: none;
}

.suites_sec_div2
{
  padding: 30px 25px 25px;
}

.suites_text
{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #313131;
  font-weight: 400;
  margin-bottom: 10px;
}

.suites_sec_div2 .about_btn 
{
  margin-top: 0.7rem;
}

.suites_scroll .owl-nav button.owl-prev
{
  width: 51px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid black;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 50%;
}

.suites_scroll .owl-nav button.owl-next 
{
  width: 51px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid black;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 50%;
  right: 0;
}

.suites_scroll .owl-nav [class*=owl-]:hover 
{
  background: #000;
  color: #FFF;
  text-decoration: none;
}

.suites_scroll .owl-nav button.owl-prev span,
.suites_scroll .owl-nav button.owl-next span 
{
  font-size: 40px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.detailed_sec
{
  margin-top: 2rem;
}

.detailed_sec_div
{
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 25px 20px 20px;
}

.detailed_sec_div .about_btn 
{
  margin-top: 0.7rem;
}

.experiences_con
{
  margin-top: 2rem;
}

.experiences_heading
{
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.experiences_col
{
  margin-top: 2rem;
}

.experiences_sec_div2
{
  padding: 30px 25px 25px;
  background-color: #fdf4e7;
  border: 1px solid #dee2e6;
  border-top: none;
}

.experiences_scroll .owl-nav button.owl-prev
{
  width: 51px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 100%;
}

.experiences_scroll .owl-nav button.owl-next 
{
  width: 51px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 100%;
  left: 6%;
}

.experiences_scroll .owl-nav [class*=owl-]:hover 
{
  background: transparent;
  color: #000;
  text-decoration: none;
}

.experiences_scroll .owl-nav button.owl-prev span,
.experiences_scroll .owl-nav button.owl-next span 
{
  font-size: 40px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.gallery_con
{
  margin-top: 4rem;
}

.gallery_col
{
  margin-top: 1.5rem;
}

.gallery_img
{
  width: 100%;
}

.fancybox__container .carousel__track
{
  display: none !important;
}

.fancybox__container .fancybox__counter
{
  display: none !important;
}

.fancybox__container .fancybox__button--zoom
{
  display: none !important;
}

.fancybox__container .fancybox__button--slideshow
{
  display: none !important;
}

.fancybox__container .fancybox__button--fullscreen
{
  display: none !important;
}

.fancybox__container .fancybox__button--thumbs
{
  display: none !important;
}

.gallery_btn
{
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #000;
}

.gallery_btn:hover
{
  color: #000;
}

/*Index*/

/*Footer*/

.footer_bg_cf
{
  background-color: #1e1a34;
  margin-top: 4rem;
}

.footer_bg_col
{
  display: flex;
  justify-content: center;
  padding: 2.5rem 0rem;
  gap: 0.8rem;
}

.footer_bg_col p 
{
  color: #fff;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
}

.footer_cf
{
  /*padding: 3rem 4rem 5rem 8rem;*/
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.footer_headings
{
  font-family: Poppins, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer_p 
{
  color: #333;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer_p2
{
  margin-bottom: 0px !important;
}

.footer_p a
{
  color: #333;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer_p a:hover
{
  text-decoration: underline;
}

.footer_col3
{
  margin-top: 4rem;
}

.footer_col3_div
{
  margin-top: 2rem;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.footer_col3_div a img
{
  height: 80px;
}

/*Footer*/

/*Gallery Page*/

.gallery_pg_col1
{
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.gallery_pg_heading
{
  font-family: 'Cinzel', serif;
  font-size: 36px;
  color: #212529;
  font-weight: 500;
}

.gallery_pg_col
{
  margin-bottom: 2rem;
}

/*Gallery Page*/

/*Press Page*/

.press_div1 img 
{
  width: 100%;
}

.press_div1 
{
  border: 1px solid #dee2e6;
  border-top: none;
}

.press_div2
{
  padding: 30px 25px 25px;
}

.press_div3
{
  display: flex;
  justify-content: space-between;
}

.press_haeding
{
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  color: #334155;
}

.press_date
{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #334155;
}

.press_link a
{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.press_link a:hover
{
  text-decoration: underline;
}

.press_col
{
  margin-bottom: 2rem;
}

/*Press Page*/

/*Offers*/

.offers_div1
{
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
}

.offers_div2
{
  background-color: #1e1a34;
  padding: 2rem;
  margin-bottom: 3rem;
}

.offers_div2p1
{
  font-family: "Poppins", sans-serif !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-bottom: 0px !important;
}
.offers_div2p2 
{
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-bottom: 0px !important;
}

.offers_div1 p 
{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0px auto 7px;
  width: 85%;
}

.offers_div1 p a
{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0px auto 7px;
  text-decoration: none;
}

.offers_btn
{
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}

.offers_btn a 
{
  background-color: #1e1a34 !important;
  color: #fff !important;
}

#popup 
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 111111;
}

/* Popup content */
.popup-content 
{
  position: relative;
}

.popup-content img 
{
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  margin: 0px auto;
  display: block;
}

/* Close button */
.close 
{
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
}

/*Offers*/

/*Blogs*/

.blogs_col 
{
  margin-bottom: 2rem;
}

.blogs_link
{
  text-decoration: none;
}

.blogs_div1 
{
  border: 1px solid #dee2e6;
  border-top: none;
  background-color: #fff;
}

.blogs_div1 img 
{
  width: 100%;
}

.blogs_div2 
{
  padding: 30px 25px 25px;
}

.blogs_heading
{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #313131 !important;
}

.blogs_date 
{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #334155 !important;
}

.blogs_p 
{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #313131 !important;
  text-decoration: none;
}

.blogs_inner_heading
{
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 25px;
  color: #313131 !important;
}

/*Blogs*/

/*Media Query*/

@media only screen
and (min-width:0px)
and (max-width:575px)
{
  .header_col2
  {
    display: none;
  }

  .header_col1 
  {
    width: 60%;
  }

  .header_col3
  {
    width: 40%;
  }

  .about_img
  {
    width: 50%;
  }

  .experiences_scroll .owl-nav button.owl-next
  {
    left: 16%;
  }

  .mob_gallery_col
  {
    width: 50%;
    margin-bottom: 20px;
  }

  .gallery_col
  {
    width: 50%;
  }

  .footer_bg_col
  {
    display: block;
    text-align: center;
  }

  .footer_bg_col p
  {
    margin-bottom: 1rem;
  }

  .footer_cf
  {
    padding: 3rem 1rem 5rem 1rem;
  }

  .footer_col3_div 
  {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .footer_col3_div a 
  {
    width: 45%;
  }

  .footer_col3_div a img 
  {
    height: auto;
  }

  .gallery_pg_col
  {
    width: 50%;
  }

}

@media only screen
and (min-width: 576px)
and (max-width: 767px)
{
  .header_col2
  {
    display: none;
  }

  .header_col1 
  {
    width: 60%;
  }

  .header_col3
  {
    width: 40%;
  }

  .about_img
  {
    width: 50%;
  }

  .experiences_scroll .owl-nav button.owl-next
  {
    left: 16%;
  }

  .mob_gallery_col
  {
    width: 50%;
    margin-bottom: 20px;
  }

  .gallery_col
  {
    width: 50%;
  }

  .footer_bg_col
  {
    display: block;
    text-align: center;
  }

  .footer_bg_col p
  {
    margin-bottom: 1rem;
  }

  .footer_cf
  {
    padding: 3rem 2rem 5rem 2rem;
  }

  .footer_col3_div 
  {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;       /* line break allow karega */
    justify-content: center;
    gap: 1rem;
  }

  .footer_col3_div a 
  {
    width: 45%;            /* 2 per row */
  }

  .footer_col3_div a img 
  {
    height: auto;
  }
}

@media only screen
and (min-width: 768px)
and (max-width: 991px)
{
  .experiences_scroll .owl-nav button.owl-next
  {
    left: 11%;
  }
}

@media only screen
and (min-width: 992px)
and (max-width: 1100px)
{

}

@media only screen
and (min-width: 1101px)
and (max-width: 1200px)
{

}