
/* @import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Faustina:ital,wght@0,300..800;1,300..800&family=Felipa&family=Playwrite+AU+SA+Guides&family=Playwrite+GB+J+Guides:ital@0;1&family=Playwrite+NG+Modern+Guides&display=swap');

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --primary-color: #9A5F25;
    --secondry-color: #96613D;
    --third-color: #fbbd74;
    --white-color: #fff;
    --black-color: #141615;
    --black-color2: #202020;
    --black-color3: #212529;
    --lightgray-color: #e7e6e6;
    --gray-color: #a1a1a1;
    --facebook-color: #3B5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --background-color: #fafafa;

}

img {
    max-width: 100% !important;
}

body {
    font-family: "Faustina", serif;
}

body,
html {
    scroll-behavior: smooth;
    font-family: "Faustina", serif;
    /* overflow-x:hidden; */
}
h2{
  font-family: "Cormorant Garamond", serif;
}


a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.bg-light {
    background-color: #Fff!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



/* header css start */
.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

/* header end */

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    background-color: var(--floens-black2, #2B1E16);
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 0;
  }
  @media (max-width: 991px) {
    .page-header {
      padding-top: 87px;
      padding-bottom: 99px;
    }
  }
  @media (max-width: 575px) {
    .page-header {
      padding-top: 77px;
      padding-bottom: 89px;
    }
  }
  .page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.4;
  }
  .page-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .page-header__title {
    margin: 0;
    font-size: 40px;
    color: var(--floens-white, #ffffff);
    letter-spacing: 0.9px;
    text-transform: capitalize;
    margin-bottom: 14px;
  }
  @media (max-width: 1199px) {
    .page-header__title {
      font-size: 50px;
    }
  }
  @media (max-width: 991px) {
    .page-header__title {
      font-size: 45px;
    }
  }
  @media (max-width: 767px) {
    .page-header__title {
      font-size: 40px;
    }
  }
  @media (max-width: 575px) {
    .page-header__title {
      font-size: 35px;
    }
  }
  
  .floens-breadcrumb {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
    margin-bottom: 0;
  }
  .floens-breadcrumb li {
    font-size: 16px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.9px;
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
  }
  .floens-breadcrumb li:not(:first-of-type) {
    color: var(--floens-base, #685431);
  }
  .floens-breadcrumb li:not(:last-of-type)::after {
    content:  "\276F";
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: 0px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .floens-breadcrumb li i {
    position: relative;
    top: 0px;
    margin-right: 9px;
    font-size: 14px;
    color: #ffffff;
  }
  .floens-breadcrumb li span,
  .floens-breadcrumb li a {
    color: #ffffff;
    display: inline-flex;
  }
  .floens-breadcrumb li span:hover{
      color:#ffb425;
  }
  .floens-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .floens-breadcrumb li a:hover {
    background-size: 100% 1px;
  }
  .floens-breadcrumb li a:hover {
    color: var(--floens-base, #ffb425);
  }
  .logo_header_desk img{
    width:170px;
    height: auto;
  }
  /* header page end  */


/* footer s  */

/* Footer Area Styling */
.footer_area {
  background-color: #06a654;
  color: #fff;
  font-size: 14px;
  padding: 25px 40px 0px 40px;
  border-top: 3px solid #f38030;
}

/* Footer Widget Area */
.footer_widget_area .f_widget {
  margin-bottom: 20px;
}
.footer_widget_area .f_title h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.footer_widget_area ul {
  list-style: none;
  padding: 0;
}
.footer_widget_area ul li {
  margin-bottom: 10px;
}
.footer_widget_area ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer_widget_area ul li a:hover {
  color: #000000;
}

/* Contact Widget */
.ab_wd_list .media {
  display: flex;
  margin-bottom: 15px;
}
.ab_wd_list .media-left {
  margin-right: 10px;
  font-size: 18px;
}
.ab_wd_list .media-body h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.ab_wd_list .media-body h4:hover {
  color: black;
}
.ab_wd_list .media:hover {
  color: black;
}
.ab_wd_list .media-left {
  margin-right: 10px;
  font-size: 18px;
}
.ab_wd_list .media-left:hover {
  color: black;
}

/* Logo Styling */
.about_widget img {
  max-width: 100%;
  height: auto;
  width: 170px;
}
.about_widget p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 15px;
}
.about_widget p:hover {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #000;
}
.about_widget p a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}
.about_widget p a:hover {
  color: #000000;
}


/* Marquee Styling */
.contact_marqu {
  background-color: #f38030;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 30px;
}
.contact_marqu p {
  margin: 0;
  letter-spacing:0.9px;
}
.contact_marqu a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}
.contact_marqu a:hover {
  color: #20195f;
}

/* Copyright Area */
.footer_copyright_area {
  background-color: #06a654;
  text-align: center;
  padding: 10px 0;
}
.footer_copyright_area span {
  color: #fff;
  font-size: 14px;
}

/* Responsive Styling */
@media (max-width: 768px) {
     .footer_copyright_area {
    background-color: #fff;
    text-align: center;
    padding: 10px 29px;
    margin-top: 10px;
  
   }
       .footer_area {
        background-color: #06a654;
        color: #fff;
        font-size: 14px;
        padding: 25px 15px 15px 15px;
        border-top: 3px solid #f38030;
    }
   
  .footer_copyright_area span {
    color: #000;
    font-size: 14px;
}
  .ab_wd_list .media-left {
      margin-bottom: 10px;
  }
  .contact_marqu p {
      font-size: 12px;
  }
}





/* @media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}
}  */


@media (max-width: 768px){
.desk {
    display: none;
}
}
@media (max-width: 768px){
.mob {
    display: block !important;
}
}

.mob{
  display: none;
}


/* modal css start */
/* 
.modal-header {
  border-bottom: 2px solid #d62925;
  background-color: #ffb425;
}
.close {
  color: #d62925;
  text-decoration: none;
  font-size: 27px;
  border: 2px solid #ffb425;
  background-color: #ffb425;
}
input[type="text"] {
  color: #252525 !important;
}
.form_main_div_modal input {
  margin-bottom: 15px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
  font-size: 13px;
}
.form_main_div_modal button {
  background-color: #ffb425;
  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 10px;
}
.form_main_div_modal button:hover {
  background-color:#d62925;
  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 10px;
} */

.book_now_header {
  background-color: #05a754;
  padding: 30px 10px 30px 10px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  /* writing-mode: vertical-lr; */
  color: #fff !important;
  border: 2px solid #fff;
}
.book_now_header:hover {
  background-color: #f87d2f;
  padding: 30px 10px 30px 10px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  /* writing-mode: vertical-lr; */
  color: #fff !important;
  border: 2px solid #fff;
}
/*  modal css end*/
.producticon {
  float: right;
  color: #fff;
}


/*  */


/* bn_btm section s  */

 .bn_btm_section {
  background-color:#f38030; 
  padding: 5px 20px; 
  text-align: center; 
}

.bn_btm_section .bn_btm_box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin: 0;
  letter-spacing: 0.8px;
}
/* e */

/* about sec s  */

/**/
.ab_section{
  margin-top: 20px;
  margin-bottom: 15px;
}
.ab_section .row {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 20px; /* Optional: Add padding if needed for spacing */
  border-radius: 10px; /* Optional: To round the corners */
  margin-bottom: 20px;
}

.ab_left_side_img{
 text-align: center;
 margin-bottom: 20px;
}

.ab_left_side_img img{
  text-align: center;
  margin: auto;
  border-radius: 10px;
  object-fit: cover;
  height: 400px;
  transition: transform 0.4s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.ab_left_side_img img:hover{
  transform: translateY(-20px);
}

.ab_right_side_txt h3 {
  font-size: 18px;
  font-weight: 700;
  color: #20195f;
  margin-bottom: 10px;
  line-height: 28px;
}
.ab_right_side_txt small{
  color: #081541;
  font-size: 14px;
  font-weight: 500;
}

.ab_right_side_txt p{
  line-height: 30px;
  text-align: justify;
  margin-bottom: 0px;
  font-size: 16px;
  margin-top: 0px;
  color: rgba(0,0,0,.8);
}
.ab_right_side_txt p a{
  color: #f27f31;
  font-weight: 600;
}
.ab_left_side_img1 img{
  text-align: center;
  margin: auto;
  border-radius: 10px;
  object-fit: cover;
  height: 400px;
  margin-top: 15px;
  transition: transform 0.4s ease;
  overflow: hidden;
}

.ab_left_side_img1 img:hover{
  transform: translateY(-10px);
}


.history_div{
  margin-top: 15px;
  line-height:30px;
  margin-bottom: 5px;

}

.history_div b{
  font-size: 22px;
  color: #31915e;
}

/* Basic styling for the image slider */
.slider-container {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-img {
  width: 100%;
  height: auto;
}

.slider-container .slider-img {
  display: none;
}

.slider-container .slider-img.active {
  display: block;
}

/* Add navigation controls for the slider */
.slider-container .prev, .slider-container .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.slider-container .prev {
  left: 10px;
}

.slider-container .next {
  right: 10px;
}

/* Optional: Add responsiveness */
@media (max-width: 767px) {
  .slider-container {
    max-width: 100%;
    height: auto;
  }
}

.slider-img {
  object-fit: cover; /* This ensures the images cover the full width and height */
  height: 300px; /* Adjust the height as per your design needs */
}

/* Ensure that the container and text are properly aligned */


/* Heading styles */
.ab_right_side_txt h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #20195f;
  margin-bottom: 10px;
  line-height: 28px;
}

/* Paragraph styling */
.ab_right_side_txt p {
  font-size: 15px;
  color: #000000b8;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top:13px;
}

/* Styling the 'Read More' button */
.about_btn_b {
  display: inline-block;
  padding: 12px 30px;
  background-color: #f67f2f; /* Button background color */
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}

.about_btn_b:hover {
  background-color: #a31a1a; /* Darker shade on hover */
}

/* AOS animation: When element comes into view */
.aos-init.aos-animate {
  opacity: 1;
  transform: translateY(0); /* Ensures it appears from below */
  transition: opacity 0.3s, transform 0.3s; /* Smooth transition */
}

/* Optional: Responsive adjustments */
@media (max-width: 767px) {

  .ab_right_side_txt h2 {
    font-size: 1.5rem; /* Adjust font size for small screens */
  }

  .ab_right_side_txt p {
    font-size: 0.95rem; /* Adjust font size */
  }

  .about_btn_b {
    font-size: 0.9rem; /* Adjust button text size */
    padding: 10px 25px; /* Adjust button padding */
  }
}

/* about sec e  */


/* explore room sec s  */
/* General Section Styling */
.explor_room_area {
  padding: 15px 0;
  background-color: #e3dfdf42;
}

/* Title Section */
.explor_title h2 {
  font-size: 2rem;
  color: #20195f;
  margin-bottom: 20px;
  font-weight: 700;
}

.explor_title h2 span {
  color: #f38030;
}

/* Room Items Container */
/* .explor_room_item_inner {
  margin-top: 30px;
} */

/* Individual Room Item */
.explor_item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Shadow for room item */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; /* Ensure content stays inside rounded corners */
}

.explor_item:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

/* Room Image */
.room_image img {
  width: 100%;
  border-bottom: 2px solid #f87f30; 
  transition: transform 0.3s ease;
}

.room_image img:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

/* Room Title */
.explor_item p {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
  color: #333;
}

.explor_item p a {
  color: #20195f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.explor_item p a:hover {
  color: #f87f30;
}

/* Room Footer */
.explor_footer {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

/* Book Now Button */
.book_now_btn {
  background-color: #05a754;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.book_now_btn:hover {
  background-color: #f77e2e;
  transform: translateY(-3px); /* Lift on hover */
  color: #fff;
}

/* explore room sec e  */

/* why book with us s */
/* General Section Styling */
.with_us_section {
  padding: 15px 0;
  background-color:#8080801f; 
}

/* Section Heading */
.with_head_ti h3 {
  font-size: 28px;
  color: #20195f; /* Primary theme color */
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

/* Main Item Container */
.main_div_with {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #fff; /* White background for cards */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main_div_with:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

/* Icon Styling */
.icon_div_with {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f67e30; 
  border-radius: 50%;
  margin-right: 20px;
}

.icon_div_with span {
  font-size: 24px;
  color: #fff; /* White icon color */
}

/* Text Content */
.with_us_txt h4 {
  font-size: 20px;
  color: #20195f; /* Primary theme color */
  margin-bottom: 10px;
  font-weight: 600;
}

.with_us_txt p {
  font-size: 16px;
  color: #000000b8; /* Subtle text color */
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .main_div_with {
    flex-direction: column;
    text-align: center;
  }

  .icon_div_with {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .with_us_txt h4 {
    font-size: 18px;
  }

  .with_us_txt p {
    font-size: 14px;
  }
}

/* why book with us e */

/* middle section s  */
/* General Styling for the Middle Section */
.middle_section {
  padding: 40px 15px;
  background-color: #f8f9fa; /* Light grey background */
  color: #333; /* Text color */
}

/* Styling the Container */
.middle_section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

/* Text Content Styling */
.middle_left_txt_div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7); /* White background for text box */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Heading Styling */
.middle_left_txt_div h3 {
  font-size: 28px;
  font-weight: bold;
  color: #20195f; /* User-preferred color */
  margin-bottom: 15px;
}

/* Paragraph Styling */
.middle_left_txt_div p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .middle_section {
    padding: 20px 10px;
  }
  .middle_left_txt_div h3 {
    font-size: 24px;
  }
  .middle_left_txt_div p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .middle_left_txt_div {
    padding: 15px;
  }
}

.middle_section {
  margin-top: 35px;
  margin-bottom: 0px;
  background-image: url(../images/ab-02.jpg);
  background-attachment: fixed;
  background-position: center center;

  /* background-attachment: fixed;
  background-position: center center; */
  background-color: rgba(0, 0, 0, 0.5); /* Light black overlay */
  background-blend-mode: overlay; /* Blend image and color */
}

/* middle section e  */

/* facilities section s  */

/* General styling for the facilities section */
.facilities_section {
  padding: 15px 0;
  background-color: #f9f9f9;
}

/* Header styling */
.facilities_head_ti h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #20195f;
  margin-bottom: 25px;
}

/* Image box styling */
.accomodation1_img_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Responsive images */
.accomodation1_img_box img {
  width: 100%;
  height: 250px;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

/* On hover, zoom the image */
.accomodation1_img_box:hover img {
  transform: scale(1.1);
}

/* Name styling under each image */
.accomodation1_img_name {
  text-align: center;
  padding: 8px 0;
  background-color: #05a754;
  border-radius: 0 0 10px 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.accomodation1_img_name p {
  color: white;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.water_park {
  border: 1px solid #d4d4d4; 
  padding: 5px; 
  border-radius: 10px;

}

/* facilities section e  */

/* two section s  */

/* General Styles */
.two_div_section {
  padding: 20px 0;
  background-color: #f8f9fa;
}

.two_div_img_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Slider Wrapper Styles */
.slider-container1, .slider-container2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider-img-wrapper1, .slider-img-wrapper2 {
  display: flex;
  animation: slide 15s infinite linear;
}

.slider-img1, .slider-img2 {
  min-width: 100%;
  transition: transform 0.5s ease;
}

/* Add spacing for text content */
.text_main_two {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 20px;
  padding: 2rem;
  border-radius: 10px;
}

.text_main_two h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_main_two p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.text_main_two a.blogs-read-more1 {
  color: #fa7b32;
  text-decoration: underline;
  font-weight: 700;
}

/* Slider Animation */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-100%);
  }
  45% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-300%);
  }
  95% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .text_main_two h2 {
    font-size: 20px;
  }

  .text_main_two p {
    font-size: 14px;
  }
}


/* two section e  */

/* blogs s  */


/* General Styles */
.blogs-section {
  padding: 20px 15px;
  background-color: #f9f9f9;
}

.blogs-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #20195f;
  margin-bottom: 25px;
}

.blogs-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.blogs-carousel .owl-nav button.owl-prev {
  left: -5px;
}
.blogs-carousel .owl-nav button.owl-next {
  right: -5px;
}
.blogs-carousel .owl-nav button.owl-prev span{
  margin-top: 0px;
}
/* 
.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -50px;
}

.owl-carousel .owl-nav button:hover {
  background-color: #f67f2f;
} */

.blogs-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.blogs-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blogs-carousel .owl-dots .owl-dot.active {
  background-color: #20195f;
}

/* Blog Card Styles */
.blogs-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blogs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blogs-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blogs-content {
  padding: 20px;
  text-align: center;
}

.blogs-content h3 {
  font-size: 1.1rem;
  color: #20195f;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: 700;
}

.blogs-content p {
  font-size: 0.95rem;
  color: #000000b8;
  line-height: 30px;
}

.blogs-read-more1 {
  color: #05a754;
  text-decoration: none;
  font-weight: bold;
}

.blogs-read-more1:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .blogs-card {
    margin: 10px;
  }

  .blogs-carousel .owl-nav button.owl-prev {
    left: -5px;
  }

  .blogs-carousel .owl-nav button.owl-next {
    right: -5px;
  }
}

/*  blogs e*/

/* home page map  */

/* Map Home Page Section */
.map_home_page {
  padding: 20px 0;
  background-color: #f9f9f9; /* Light background for contrast */
}

.map_home_page .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map_home_page iframe {
  border: none; /* Removes the border around the iframe */
  border-radius: 8px; /* Adds rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
  max-width: 100%;
  height: 300px; /* Adjust the height for better visibility */
}

@media (max-width: 768px) {
  .map_home_page iframe {
      height: 250px; /* Adjust height for smaller screens */
  }
}

@media (max-width: 576px) {
  .map_home_page iframe {
      height: 200px; /* Further adjust height for very small screens */
  }
}
/* e  */

/*  */

.page-header {
  background-color: #f77e2f;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .page-header {
    padding-top: 87px;
    padding-bottom: 99px;
  }
}
@media (max-width: 575px) {
  .page-header {
    padding-top: 10PX;
    padding-bottom: 10px;
  }
  .floens-breadcrumb li {
    font-size: 13px !important;
}
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.4;
}
.page-header .container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-header__title {
  margin: 0;
  font-size: 40px;
  color: var(--floens-white, #ffffff);
  letter-spacing: 0.9px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 35px;
  }
}

/* e */

/* why choose s  */

/* General Styling for the Section */
.choose_resot_area {
  padding: 20px 0;
  background-color: #8b838312; 
}

.choose_resot_area .center_title {
  text-align: center;
  margin-bottom: 30px;
}

.choose_resot_area .center_title h2 {
  font-size: 2rem;
  color: #333; /* Dark text for readability */
  margin-bottom: 15px;
  text-transform: uppercase; /* Style for the heading */
}

.choose_resot_area .center_title p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 600px; /* Restrict width for better readability */
}

/* Styling for Resort List */
.choose_resot_inner .resot_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.choose_resot_inner .resot_list ul li {
  margin-bottom: 10px;
}

.choose_resot_inner .resot_list ul li a {
  color: #20195f; /* Matches preferred palette */
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.choose_resot_inner .resot_list ul li a i {
  color: #ed7f37;
  margin-right: 10px;
}

/* Slider Styling */
.choose_resot_slider {
  position: relative;
}

.choose_resot_slider .item1 img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 325px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .choose_resot_inner {
    flex-direction: column;
  }

  .choose_resot_inner .col-md-5,
  .choose_resot_inner .col-md-7 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.owl-carousel {
  display: block !important;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
/* why choose e  */

/* accomodation  s */

/* General Section Styling */
.accomodation_section {
  padding: 20px 0;
  background-color: #f9f9f9;
}

.accomodation_section2 {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading Styling */
.accomodation_haed_ti h2 {
  font-size: 33px;
  color: #20195f;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

/* Image Box Styling */
.accomodation_img_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.accomodation_img_box img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}

.accomodation_img_box:hover img {
  transform: scale(1.1);
}

/* Name Styling */
.accomodation_img_name {
  text-align: center;
  margin-top: 10px;
}

.accomodation_img_name p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #20195f;
  margin: 0;
}

.accomodation_img_name p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.accomodation_img_name p a:hover {
  color: #f67f2f;
}

/* Sit-Out Resort Styling */
.sit_div {
  font-size: 1rem;
  font-style: italic;
  color: #555;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #f77e2e;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .accomodation_haed_ti h2 {
      font-size: 2rem;
  }

  .accomodation_img_name p {
      font-size: 1rem;
  }

  .sit_div {
      font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .accomodation_section {
      padding: 30px 15px;
  }

  .accomodation_haed_ti h2 {
      font-size: 1.8rem;
  }
}

/* accomodation e */

/* taffic s */
/* General Section Styling */
.tariff_table_section {
  padding: 20px 0;
  background-color: #f9f9f9;
}

.tariff_table_haed_ti h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #20195f;
  text-align: center;
}

/* Table Styling */
.table {
  margin-bottom: 30px;
  background-color: #fff;
}

.table th {
  background-color: #05a754;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 10px;
}

.table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-size: 16px;
  color: #555;
}

/* Additional Notes Styling */
.tariff_div {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-top: 30px;
}

.tariff_div b {
  color: #20195f;
  font-size: 18px;
}

.tariff_div p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.tariff_div em {
  font-style: italic;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .tariff_table_haed_ti h2 {
      font-size: 24px;
  }

  .tariff_div p {
      font-size: 14px;
  }

  /* .accomodation_img_name {
      font-size: 14px;
  } */
}

/* taffic e  */

/*  */


.facilities_head_ti h2 {
  font-size: 33px;
    color: #20195f;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

/*  */
/* activities s  */
/* General Styles */
.facilities1_section {
  padding: 20px 0;
  background-color: #f9f9f9;
 
}

.facilities1_section h2 {
  font-size: 36px;
  color: #20195f;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
 .nature_walk{
padding: 20px;
}

.facilities1_section ul {
  list-style-type: none;
  padding: 0;
}

.facilities1_section ul li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.facilities1_section ul li:before {
  content: "\2022";
  color: #f67f2f;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.facilities1_section ul li b {
  font-size: 18px;
  color: #20195f;
}

.facilities1_section ul li p {
  margin: 5px 0 0;
  color: #555;
  font-size: 16px;
}

/* Images */
.ab_left_side_img1 img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 300px;
}

/* Responsive Design */
@media (max-width: 991px) {
  /*.facilities1_section {*/
  /*    padding: 40px 20px;*/
  /*}*/

  /*.facilities1_section h2 {*/
  /*    font-size: 28px;*/
  /*}*/

  .ab_left_side_img1 img {
      margin-bottom: 15px;
  }

  .facilities1_section ul li b {
      font-size: 16px;
  }

  .facilities1_section ul li p {
      font-size: 14px;
  }
}

/* activities e  */

/* Restaurant s  */
/* General Styling */
.queen_res_section {
  padding: 20px 0;
  background-color: #f9f9f9;
  
}
.queen_sec {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius:10px;
}

.queen_res_section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.queen_res_head_ti h2 {
  font-size: 33px;
  font-weight: 700;
  color: #20195f; /* Use preferred color palette */
  text-align: center;
  margin-bottom: 20px;
}

/* Text Styling */
.queen_res_txt {
  text-align: center;
  margin-bottom: 40px;
}

.queen_res_txt p {
  font-style: italic;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.6;
}

/* Image Grid */
.queen_res_img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.queen_res_img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.queen_res_img:hover img {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .queen_res_head_ti h2 {
      font-size: 2rem;
  }

  .queen_res_txt p {
      font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .queen_res_head_ti h2 {
      font-size: 1.5rem;
  }

  .queen_res_txt p {
      font-size: 0.9rem;
  }
}

/*Restaurant  e  */

/*  s*/
/* Image Styling */
.ab_left_side_img2 {
  text-align: center;
}
.ab_left_side_img2 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* e */

/* s */
/* Historical Section Styles */
.historical_sec {
  background-color: #f4f3f3; /* Light background for contrast */
  padding: 20px 0;
}

.historical_sec h2 {
  font-size: 33px;
  font-weight: 700;
  color: #20195f; /* Preferred color */
  text-align: center;

}

.historical_sec .facilities_head_ti2 {
  margin-bottom: 20px;
}

.historical_sec .facilities2_ul_div {
  background: #ffffff; /* White background for content blocks */
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
}

.historical_sec h4 {
  font-size: 20px;
  font-weight: 600;
  color: #05a754; /* Preferred color */
  margin-bottom: 15px;
}

.historical_sec p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .historical_sec h2 {
    font-size: 2rem;
  }

  .historical_sec h4 {
    font-size: 1.5rem;
  }

  .historical_sec p {
    font-size: 0.9rem;
  }
}

/* e */

/*  */
/* Styling for the heading */
.facilities_head_ti2 h2 {
  font-size: 33px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}

/* Styling for the paragraph text */
.facilities2_ul_div p {
  font-size: 16px;
  line-height: 1.6;
  color: #000000b8;
  margin-bottom: 20px;
  text-align: justify;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
  .facilities_head_ti2 h2 {
    font-size: 28px;
  }

  .facilities2_ul_div p {
    font-size: 14px;
  }
}

.facilities33_sec {
  padding: 20px 0;
}
/*  s*/

.jungle_safari {
  background-color: #f4f4f4;
  padding: 20px 0;
}
/* Individual Facility Box */
.jungle_safari .facilities2_ul_div {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.jungle_safari .facilities2_ul_div h4 {
  font-size: 20px;
  color: #05a754;
  margin-bottom: 10px;
  font-weight: bold;
}

.jungle_safari .facilities2_ul_div p {
  font-size: 1rem;
  color: #555555;
  line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .jungle_safari .facilities2_ul_div {
      padding: 15px;
  }

  .jungle_safari .facilities_head_ti h2 {
      font-size: 1.8rem;
  }

  .jungle_safari .facilities2_ul_div h4 {
      font-size: 1.5rem;
  }

  .jungle_safari .facilities2_ul_div p {
      font-size: 0.9rem;
  }
}

/* Adding AOS (Animate On Scroll) */
[data-aos="fade-left"] {
  animation: fadeInLeft 1s ease-out;
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(-50px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}
/*  */

/* gallery s  */

/* Gallery Section */
.grid_gallery_area {
  padding: 20px 0;
}

.facilities_head_ti h2 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #20195f;
  text-align: center;
}

.grid_gallery_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.grid_gallery_item {
  position: relative;
  overflow: hidden;
}

.grid_gallery_item img {
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}

.grid_gallery_item:hover img {
  transform: scale(1.1);
}

.resort_g_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 294px;
  margin-bottom: 30px;
}

.grid_gallery_item:hover .resort_g_hover {
  opacity: 1;
}

.resort_hover_inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.resort_hover_inner a {
  color: white;
  margin-right: 10px;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.resort_hover_inner a:hover {
  transform: scale(1.2);
}

.grid_gallery_item h5 {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 767px) {
  .grid_gallery_item_inner {
    flex-direction: column;
  }

  .grid_gallery_item {
    width: 100%;
  }

  .grid_gallery_item img {
    height: auto;
  }

  .resort_hover_inner {
    bottom: 10px;
    left: 10px;
  }
}

/* gallery e */


/* contact s  */
/* General Section Styling */
.get_contact_area {
  padding: 30px 0;
  background-color: #f8f9fa;
}

.get_contact_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.left_ex_title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #20195f;
}

.left_ex_title h2 span {
  color: #f67f2f;
}

.contact_us_form {
  margin-top: 20px;
}

.contact_us_form .form-group {
  margin-bottom: 20px;
}

.contact_us_form label {
  font-weight: 500;
  color: #555;
}

.contact_us_form input, .contact_us_form textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 14px;
  width: 100%;
}

.contact_us_form input:focus, .contact_us_form textarea:focus {
  border-color: #f67f2f;
  outline: none;
}

.contact_us_form button {
  background-color: #f67f2f;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.contact_us_form button:hover {
  background-color: #05a754;
  color: #fff;
}

/* Number Input Styling */
.number-input .input-group {
  display: flex;
  align-items: center;
}

.number-input .input-group-btn {
  display: flex;
}

.number-input .input-group-btn button {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}

.number-input .form-control {
  width: 60px;
  text-align: center;
  font-size: 16px;
}

/* Right Section Styling */
.right_contact_info {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact_info_title h3 {
  font-size: 24px;
  color: #20195f;
}

.contact_info_list .media {
  margin-bottom: 20px;
}

.contact_info_list .media i {
  font-size: 18px;
  color: #f67f2f;
  margin-right: 5px;
  margin-top:15px;
}

.contact_info_list .media h4 {
  font-size: 18px;
  color: #20195f;
}

.contact_info_list .media p, .contact_info_list .media a {
  font-size: 14px;
  color: #555;
  margin-bottom:0px;
}

.contact_info_list .media a {
  text-decoration: none;
}

.contact_info_list .media a:hover {
  color: #f67f2f;
}

.map iframe {
  border-radius: 5px;
}

/* Google Map Section Styling */
.map {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .get_contact_inner {
    flex-direction: column;
    align-items: center;
  }

  .left_ex_title h2 {
    text-align: center;
    font-size: 26px;
  }

  .contact_us_form .form-group {
    width: 100%;
  }

  .right_contact_info {
    margin-top: 20px;
  }

  .contact_us_form button {
    width: auto;
  }
}

/* contact us e */

.ab_left_side_img2 img {
    text-align: center;
    margin: auto;
    border-radius: 10px;
    object-fit: cover;
    height: 400px;
    margin-top: 15px;
    transition: transform 0.4s ease;
    overflow: hidden;
}
.ab_right_side_txt {
    padding-left: 20px;
    padding-top:20px;
}

.book_btn1 {
    background-color: #c42121; /* User preferred palette */
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.book_btn1:hover {
    background-color: #a51c1c;
}

.book_btn1 a {
    text-decoration: none;
    color: #fff;
}

.tariff_table1 table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.tariff_table1 table td {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 1rem;
}

/* Gallery Styles */
.grid_gallery_area {
    padding: 20px 0;
}

.grid_gallery_item img {
    width: 100%;
    border-radius: 8px;
}

.resort_g_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid_gallery_item:hover .resort_g_hover {
    opacity: 1;
}

.resort_hover_inner a {
    color: #fff;
    font-size: 2rem;
    margin-right: 10px;
}

.resort_hover_inner h5 {
    color: #fff;
    margin-top: 10px;
}

/* Tariff Section */
.tariff_section {
    padding: 30px 0;
    background-color: #f9f9f9;
    border-top: 2px solid #ddd;
    margin-top: 30px;
}

.tariff_div b {
    font-weight: bold;
    color: #c42121;
}

.tariff_div p {
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
}

/* Amenities Section */
.ameties_section_dd {
    padding: 20px 0;
    background: #f0f0f0;
}

.ameties_txt_div {
    text-align: center;
    padding: 20px;
    background: #fff;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.ameties_txt_div:hover {
    transform: translateY(-5px);
}

.ameties_txt_div span {
    font-size: 2rem;
    color: #20195f; /* User preferred palette */
    margin-bottom: 10px;
    display: block;
}

.ameties_txt_div p {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .ab_right_side_txt {
        padding-left: 0;
        margin-top: 20px;
    }

    .grid_gallery_item {
        margin-bottom: 20px;
    }

    .ameties_txt_div {
        margin: 10px 0;
    }
}

/**/

.ab_left_side_img2 {
    position: relative;
}

/*.book_btn1 {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: -50px; */
/*    transform: translateY(-50%);*/
/*    background-color: #c42121;*/
/*    color: white;*/
/*    border: none;*/
/*    padding: 10px 20px;*/
/*    font-size: 14px;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*}*/
.book_btn1 {
    position: absolute;
    top: 50%;
    right: -50px; 
    transform: translateY(-50%) rotate(-90deg);
    background-color: #05a754;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap; 
}
.btn_from1{
    background-color: #05a754;
    margin-left: 15px;
    width: 100px;
    padding: 5px 8px 8px 8px;
    border: none;
}
.btn_from1:hover{
    background-color: #f77e2e;
    margin-left: 15px;
    width: 100px;
    padding: 5px 8px 8px 8px;
    border: none;
}

.book_btn1 a {
    color: white;
    text-decoration: none;
}

.book_btn1:hover {
    background-color: #f77e2f;
}

.book_now_btn1 {
    display: inline-block;
    text-align: center;
}
/**/

.btn_from {
    background-color:red;
}

/*destination weding css s */
.destination_wedding_sec {
  padding: 50px 15px;
  background-color: #f8f9fa; 
}

.ab_right_side_txt ul {
    list-style-type: none; /* Remove default bullet points */
    padding-left: 0; /* Align text with container */
   
}

.ab_right_side_txt ul li {
    margin-bottom: 15px;
    position: relative;
    color: #000000b8;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 13px;
}

/* Double Dot Bullet Design */
.ab_right_side_txt ul li::before {
    content: "\2022"; /* First dot (Red) */
    color: #f37e31; /* Red color */
    font-size: 25px; /* Dot size */
    position: absolute;
    left: 0; /* Align to the left of the list item */
    top: 5px; /* Center vertically with text */
}

.ab_right_side_txt ul li::after {
    content: "\2022"; /* Second dot (Green) */
    color: #008000; /* Green color */
    font-size: 25px; /* Dot size */
    position: absolute;
    left: 5px; /* Slightly shifted right of the red dot */
    top: 0px; /* Positioned above the red dot */
    transform: rotate(180deg); /* Rotate the green dot downwards */
}
/*destination wedding css e */


/*whatsapp and call css s */

.mobile_callwhat {
  position: fixed;
  bottom: 115px;
  right: 23px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width:50px;
  z-index: 9999;
}

.mobile_callwhat a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff; /* Neutral background color */
}

.mobile_callwhat a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp-pulse {
  background-color: #25d366; /* WhatsApp green */
}

.btn-whatsapp-pulse1 {
  background-color: #c42121; /* Call button red */
}

.mobile_callwhat img {
  max-width: 43px !important;
  height: auto;
}

/* Pulse animation for interactivity */
.btn-whatsapp-pulse, .btn-whatsapp-pulse1 {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
      gap: 15px;
  }
  .fixed_enquiry_btn_web a {
  background-color: #15373f;
  padding: 15px 5px 15px 5px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border: 2px solid #fff;
}

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }

  /*.mobile_callwhat img {*/
  /*    max-width: 30px;*/
  /*}*/
}

@media (max-width: 480px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
  }

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }


}

/*whatsapp and call css e */