body {font-family: "Poppins", sans-serif;overflow-x:hidden; line-height: 1.5;}
html {font-size: 16px;}

/* global */
:root{
    --theme-font: "Poppins", sans-serif;
    --secondary-font : "Khand", sans-serif;
    /* --sidebar-hover-width: 16.563rem; */
}

ul {margin: 0; padding: 0; list-style: none;}
.tab_content:not(.active) { display: none;}
a {text-decoration: none;}
ul{margin: 0;}
p:nth-last-child(1){margin-bottom: 0;}
.clear-both{clear: both;}
.bold{font-weight: 700;}
.regular{font-weight: 400;}
a{color: inherit;}
a:hover{color: inherit;}
a:focus, button:focus, input:focus, .btn:focus, select:focus, select:focus-within, input:focus-within, textarea:focus {outline: none; }
.form-check-input:focus{box-shadow: none;}
::selection {color: var(--white);background: var(--theme-color-light);}
.bg-theme{background-color: var(--theme-color);}
p { line-height: 1.55;color: var(--secondary-color);font-size: 1.063rem;}
/* .container {max-width: calc(1280px + calc(calc(var(--bs-gutter-x) * .5) * 2));} */
.container-xl{max-width: 1800px;}

.link-cover{position: absolute; top: 0;left: 0; width: 100%; height: 100%; z-index: 1;}
.h-auto{height: auto!important;}
input{box-shadow: none!important;}
.secondary-font{font-family: var(--secondary-font);}
.text-white{color:var(--white)}
.text-theme{color: var(--theme-color)!important;}
.text-secondary{color:var(--secondary-color-text)!important;}
.uppercase{text-transform: uppercase;}
.bg-theme{background-color: var(--theme-color); color: var(--white);}
.bg1{background-color: var(--theme-color-light); color: var(--white);}
a:-webkit-any-link { color: inherit; }
/* global end */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}
.btn:hover { border: 1px solid #c8961f; }
.btn_theme {display: inline-block; background-color: var(--primary-color); color: var(--black) !important; padding: .75rem 2.25rem; border-radius: 40px; border: solid 1px var(--primary-color); font-weight: 600; font-size: 1rem; transition: 0.5s;margin-top: 1.563rem;}
.header_flex {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 1rem 0;}
.header_menu>ul {display: flex;flex-wrap: wrap;justify-content: space-between;list-style: none;}
/* .header_menu ul li {margin-right: 1rem;} */
.header_menu li a{display: inline-block;font-size: 1.25rem;padding: 0 1rem;font-family: "Quicksand", sans-serif;font-weight: 500;color: #003B33;}
/* .header_right a {display: inline-flex;} */
.header_btn {background: #E7B52E;padding: .75rem 1rem;border-radius: 2rem;font-size: 14px;text-transform: uppercase;color:#003B33!important;}
.header_btn img{margin-left: 1rem;}
.user_btn { width: 3.125rem; height: 3.125rem; background: #045D51; display: flex; align-items: center; justify-content: center; border-radius: 50%; aspect-ratio: 1; margin-left: 1rem;}
.header_right { display: flex; align-items: center; justify-content: space-between; }
.hero { position: relative; width: 100%; overflow: hidden; }
.banner{ position: relative; z-index: 1; }
.banner .heroSwiper img{width: 100%;max-height: 80vh;object-fit:cover;}
.banner_text{position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);color: #fff;text-align: center;width: 100%;z-index:99;}
.banner_text h1 { font-size: 4rem; margin-bottom: 10px; font-family: "Playfair", serif; font-weight: 600; }
.banner_text p { font-size: 2rem; font-weight: 400; margin-bottom: 30px; opacity: 65%; }

.search-bar {
  display: flex;
  box-shadow: -1px 6px 20px 1px #898989;
  justify-content: center;
  gap: 10px;
  background: white;
  padding: 15px;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto;
  margin-top: -3rem;
  z-index: 9;
  position: relative;
}

.search-bar input { border: none; border-radius: 0; font-size: 1rem; outline: none; }
.search-bar .form-group { border-right: 1px solid #797F7E; padding: 0 2rem; }
.search-bar .form-group label{ color: #000; font-weight: 600; }
.search-btn { background-color: #006f53; color: white; border: none; padding: 12px 20px; border-radius: 50%; cursor: pointer; aspect-ratio: 1; font-size: 1.3rem; }
.search-btn img{ width: 1rem; }
section{ padding: 5.75rem 0; }
.opulence-section { 
  /* width: 100%;
  display: flex;
  justify-content: center; */
  position:relative;
  background-color: #ffffff;
  padding: 6rem 0;
}

.opulence-section::after{
  content: '';
    background-size: contain !important;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/bg_about.png);
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: right;
    background-repeat: no-repeat;
}

.content-wrapper {
  /* width: 80%; */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* max-width: 1280px; */
}
.about_left{ position: relative; z-index: 1; width: 45%; }
.about_left:after { content: ''; width: 211px; height: 100%; background: #FFF4D5; right: -5rem; position: absolute; z-index: -1; top: 0; }
.text-box { background-color: #0f3b33; color: white; padding: 3rem 2rem; line-height: 1.7; font-size: 16px; }
.text-box p{font-size: 1rem;font-weight: 300;line-height: 2rem;}

.btn {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  padding: 12px 24px;
  background-color: #e2b643;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  gap: 10px;
  font-size: .8rem;
  border: 1px solid #e2b643;
}

.image-box img { width: 100%; height: auto; object-fit: cover; max-height:500px; }
.image-box { width: 65%; }
.destinations { background: #063C33; color: #fff; }
.dest-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.heading { font-size: 4rem; font-weight: 600; margin: 0; font-family: "Playfair", serif; text-transform: capitalize; line-height: 1; }
.dest-text p { margin-top: 10px; font-size: 18px; opacity: 0.8; }

.view_btn_home {
  background: #F0B429;
  padding: 14px 20px;
  border-radius: 50px;
  color: #063C33!important;
  font-family: "Quicksand", sans-serif;
    font-weight: 600;
  text-decoration: none;
  display: inline-block;
  font-size:14px;
  border:1px solid #F0B429;
  transition:all .5s ease;
}

.view_btn_home:hover { background: transparent; color:#F0B429!important; }
.view_btn_home img{
  background-color: #fff;
  width: 2.125rem;
  height: 2.0125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: none;
  display: inline-block;
  margin-left: 1rem;
}

.dest-list { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; }
.dest-item { display: flex; flex-direction: column; align-items: center; }
.dest-item img { width: 80px; height: auto; margin-bottom: 10px; }
.dest-item p { margin-top: 8px; font-size: 18px; }
.trending_properties{ background-color: #FFFAEC; overflow-x: hidden; }

/* .trending_properties .heading{color: #063C33;} */
.trstd_bx_text{color: #4A5565;}
.trsted_des_bx_inner {background: #fff;padding: 2rem;border-radius: 2rem;height: 100%;}
.trusted_destination { display: flex; flex-wrap: wrap; margin: 0 -1.5rem; }
.trsted_des_bx { width: calc(100% / 3); padding: 0 1.5rem; }
.trstd_bx_icon { margin-bottom: 2rem; }
.card { width: 100%; background: #ffffff; border-radius: 25px; overflow: hidden; box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1); height: 100%; }
.card-img { width: 100%; height: 220px; object-fit: cover; }
.card-body { padding: 15px 22px; }
.card-title { font-size: 22px; font-weight: 600; color: #1f6a43; margin-bottom: 12px; }
.card-desc { font-size: 15px; font-weight: 300; color: #4a4a4a; line-height: 1.5; margin-bottom: 25px; }
.price-btn-row { display: flex; align-items: center; justify-content: space-between; }
.price .rs { font-size: 20px; font-weight: 600; color: #111; }
.price .night { font-size: 15px; font-weight: 500; color: #111; }

.arrow-btn {
  width: 55px;
  height: 55px;
  border: none;
  background: #f7c531;
  color: #1f6a43;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.arrow-btn:hover { background: #e5b21f; }
.heading_wrap { margin-bottom: 3rem; }
.exploreSwiper .swiper-wrapper .swiper-slide:nth-child(odd) .card{flex-direction: column-reverse;}
.sub_title { position: relative; font-size: 1.25rem; }
.sub_title::after {
    content: '';
    background-color: #C9A13F;
    width: 16rem;
    border-radius: 2rem;
    left: 50%;
    position: absolute;
    bottom: -1rem;
    height: .3rem;
    transform: translateX(-50%);
}
.cta_sec { background: url(../images/cta_bg.jpg); background-size: 100% 100%; color: #fff; border-radius: 1rem; padding: 5rem 2rem; }
.font3{font-size:3rem!important;}
.heading_sm {
    font-size: 1.75rem;
    font-family: "Playfair", serif;
    /* text-transform: uppercase; */
    letter-spacing: .35rem;
    line-height: 1.25;
}
.cta_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.sub_title_yellow { font-size: 1.25rem; color: #C9A961; font-weight: 300; font-style: italic; }
.cta_btn a{display: inline-block;
    background: transparent;
    padding: 14px 28px;
    border: 1px solid #C9A961;
    color: #C9A961!important;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: .15rem;
    font-weight: 400;
    text-decoration: none;
  }
.text_green{ color: #063C33; }
.stay_card {
    width: 100%;
    height: 100%;
    background: #FFFCE8;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 14px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
}

.stay_card .swiper-slide{height: auto!important;}
.stay_card-image img { width: 100%; height: 400px; object-fit: cover; border-radius: 28px 28px 0 0; }
.stay_card-content { padding: 22px; }
.stay_card-title { font-size: 26px; margin: 0 0 6px; color: #0F3D2E; }
.stay_card-subtitle { color: #5c6b65; font-size: 15px; margin-bottom: 28px; }
.stay_card-btn {
    width: 100%;
    padding: 14px 0;
    border: 2px solid #0F3D2E;
    border-radius: 50px;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    color: #0F3D2E;
}

.stay_card-btn:hover { background: #0F3D2E; color: #fff; }
.staySwiper {margin-top: 5rem;}
.tabs { display: flex; gap: 15px; margin: 30px auto; justify-content: center; background: #fff; width: fit-content; border-radius: 2rem; }
.tab {
    padding: 10px 25px;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.25rem;
    /* border: 1px solid #ddd; */
}
.tab.active { background: #0b5d4d; color: white; border-color: #0b5d4d; }
.property-card { border-radius: 1.5rem; overflow: hidden; box-shadow: 0px 4px 20px rgba(0,0,0,0.1); position: relative; }
.property-card>img { width: 100%; height: 491px; object-fit: cover; }
.property-info { padding: 15px; position: absolute; bottom: 1rem; background: #fff; width: 95%; padding: 1rem; left: 50%; transform: translateX(-50%); border-radius: 1.5rem; }
.property-title { font-size: 1.063rem; color: #003B33; font-weight: 600; }
.info_flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.price{ font-size: 1.188rem; font-weight: 500; color: #4A5565; line-height: 1; }
.price span { font-size: 0.75rem; font-weight: 500; }
.destination{color: #E7B52E;font-size: 1rem;font-weight: 400;}
.aminit p{font-size: 0.813rem;color: #808080;}
.aminit li{border: 1px solid #808080;padding: .5rem;border-radius: 2rem;width: calc(100% / 3);text-align: center;}
.aminit { display: flex; gap: 1rem; justify-content: space-between; margin-top: 1.5rem; list-style: none; padding: 0; }
.productcard_img img{width: 100%;height: 500px; object-fit: cover;}
.exploreSwiper .swiper-slide{height: auto!important;}
.productcard_badge { position: absolute; right: 0; top: 1rem; background: #E7B52E; color: #fff; padding: 0 1rem; border-top-left-radius: 1rem; border-bottom-left-radius: 1rem; font-size: .9rem; font-weight: 300; }
.productcard_stars { position: absolute; left: 0; top: 1rem; background: #FFFAEC; padding: 0 1rem 0 0.5rem; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; }
.features_section { width: 100%; display: flex; gap: 40px; justify-content: space-between; }
.features_left_home { width: 50%; }
.features_left_home img { width: 100%; object-fit: cover; border-radius: 28px; box-shadow: 0px 6px 18px rgba(0,0,0,0.15); height: 100%; object-fit: cover; }
.features_right_home { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: 45%; align-content: flex-start; }
.feature_card { background: #faf9fa; padding: 2rem .5rem; border-radius: 22px; border: 1px solid #E7E7E7; text-align: center; transition: 0.2s ease; }
.featured_card_icn{
  border: 1px solid #C9A961;
  background-color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1rem;

}
.feature_card p { font-size: 15px; color: #0F3D2E; font-weight: 500; }
.feature_card:hover { background: #F8FFF8; transform: translateY(-4px); box-shadow: 0px 4px 14px rgba(0,0,0,0.08); }
.testimonial_sec{
  background:url(../images/testi_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.testimonial-card {
    max-width: 480px;
    background: #fff;
    border-radius: 28px;
    padding: 2rem;
    box-sizing: border-box;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quote-icon { width: 15%; }
.quote-icon img{ width: 100%; }
.testi_flex { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; }
.testimonial-text { font-size: 1.25rem; color: #3e4b5e; line-height: 1.5rem; margin-bottom: 30px; text-align: justify; width: 78%; }
.stars { font-size: 12px; color: #e4b321; margin-top: 25px; }
.author { font-size: 20px; color: #3e4b5e; font-weight: 500; }
.testimonialSwiper .swiper-slide {height: auto;}
.find-us-card { background: #fff; width: 100%; text-align: center; padding: 60px 40px; border-radius: 24px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); }
.logo-row {
    display: flex;
    justify-content: center;
    /* gap: 60px; */
    flex-wrap: wrap;
    ;overflow: hidden;
}
.logo-row img { height: auto; max-width: 100%; object-fit: contain; }
.client_img{width: 100%; border-right: 1px solid #ccc; height: 85px; display: flex; align-items: center; padding-right: 2rem;}
.clientSwiper .swiper-wrapper{align-items: center;}
.counter-section { display: flex; justify-content: space-between; flex-wrap: wrap; text-align: center; margin-bottom: 4rem; }
.counter-box { flex: 1; min-width: 200px; margin: 20px 10px; }
.counter { font-size: 60px; font-weight: 600; color: #1a3c2f; line-height: 1; font-family: "Playfair Display", serif; }
.counter-label span { font-size: 1.25rem; font-family: "Poppins", sans-serif; color: #1a3c2f; margin-top: 10px; }
.footer {
    background: url(../images/footer_bg.jpg);
    color: #ffffff;
    padding: 70px 60px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Poppins", sans-serif;
    position: relative;
}
.footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; }
.footer-logo { font-family: "Playfair Display", serif; font-size: 42px; font-weight: 400; margin-bottom: 12px; }
.footer-logo img{width: 250px;}
.footer-desc { color: #d4d4d4; line-height: 26px; max-width: 330px; margin-bottom: 25px; }
.footer-icons a {
    color: white;
    margin-right: 18px;
    font-size: 22px;
    transition: 0.3s;
    border: 1px solid #ccc;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-icons a:hover { color: #d8b95a; }
.footer-col h3 { font-size: 22px; margin-bottom: 15px; font-weight: 600; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: #e2e2e2; text-decoration: none; transition: 0.3s; }
.footer-col ul li a:hover { color: #d8b95a; }
.contact-info i { margin-right: 8px; color: #d8b95a; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.2); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.footer-bottom p { color: #cfcfcf; font-size: 14px; margin-bottom: 0; font-weight: 200; }
.about_flex{ display: flex; justify-content: center; align-items: center; }
.about-section-inner{ background-color: #faf3e0; padding: 0; }
.about-content { width: 50%; padding-right: 4rem; }
.button-group { display: flex; gap: 10px; justify-content: space-between; }
.about-content p { font-size: 0.875rem; margin-top: 2rem; }
.about-images { flex: 1; display: flex; flex-direction: column; gap: 20px; width: calc(40% + var(--white-space) - var(--offset)); margin-right: calc(0px - var(--white-space)); }
.about-images img { width: 100%; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.text_yellow{ color: #E7B52E; }
.our-story { max-width: 1200px; margin: 80px auto; padding: 0 20px; color: #1f372a; }
.story-header h2 { font-size: 52px; font-weight: 600; margin-bottom: 30px; }
.story-meta { display: flex; gap: 60px; flex-wrap: wrap; margin-bottom: 40px; justify-content: space-between; }
.meta-title { text-transform: uppercase; font-size: 12px; color: #8c8c8c; margin-bottom: 4px; }
.meta-value { font-size: 16px; font-weight: 500; color: #063C33; }
.story-content { display: flex; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.story-image img { width: 100%; /* border-radius: 4px; */ object-fit: cover; }
.story-text { flex: 1; min-width: 300px; }
.story-text h3 { font-size: 30px; font-weight: 600; margin-bottom: 20px; }
.story-text p { line-height: 1.7; margin-bottom: 16px; font-size: 16px; }
blockquote { margin-top: 25px; padding-left: 20px; border-left: 3px solid #c7a77c; font-style: italic; color: #063C33; font-size: 18px; }
.list_green{ list-style: disc; }
.list_green li{ font-size: 0.875rem; color: #063C33; width: calc(100%  / 2); }
.story-text ul{ display: flex; justify-content: space-between; flex-wrap: wrap; padding-left: 1rem; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1400px; margin:auto; }
.gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-item { overflow:hidden; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:0.35s ease; }
.gallery-item:hover img{ transform:scale(1.07); }
.what_we_do_inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.what_we_do_inner_left { width: 56%; }
.what_we_do_inner_left img{width: 100%;}
.what_we_do_inner_right { width: 40%; }
.curated_exclnc_flex { display: flex; flex-wrap: wrap; margin: 0 -1rem; margin-bottom: -1rem; list-style: none; padding: 0; }
.curated_exclnc_flex li{ width: calc(100%  / 2); padding: 0 1rem; margin-bottom: 1rem; }
.curated_exclnc_flex li:last-child{ width: 100%; }
.curated_exclnc_flex li p{ color: #063C33; font-weight: 200; margin-top: .5rem; font-size: .85rem; }
.our_philosphy{ background: #0B4B36; color: #F4EEDF; padding: 1.5rem; font-size: 1.25rem; font-style: italic; margin-bottom: 2rem; }
.heading_xsm { color: #0B4B36; font-size: 1rem; font-weight: 600; margin-bottom: .5rem; }
.core_value_li li { display: flex; justify-content: space-between; }
.core_value_li li p{ font-size: .9rem; font-weight: 300; }
.the_opulenece_sec { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.opulence_left{width: 57%;}
.opulence_left img{width: 100%;}
.opulence_right { width: 41%; }
.img_title{ font-size: 1.5rem; font-family: "Playfair", serif; color: #063C33; }
.opulence_flex{ display: flex; flex-wrap: wrap; margin: 0 -1rem; list-style: none; padding: 0; }
.opulence_flex li{width: calc(100% / 3);padding: 0 1rem;}
.opulence_flex li img{ width: 100%; height: 500px; object-fit: cover; }
.opulence_text h5{ font-size: 1.25rem; font-family: "Playfair", serif; color: #063C33; margin-top: 1.5rem; line-height: 1; }
.opulence_text p{font-size: 0.875rem;font-weight: 400;}
.column-reverse{flex-direction: row-reverse;}
.yellow_sub_heading { color: #D4AF37; font-size: 0.75rem; }
.opulence_right ul{list-style: disc;padding-left: 1.25rem;}
.opulence_right ul li{font-size: .875rem;font-weight: 400;}
.opulence_right ul li::marker{color: #D4AF37;}
.opulence_left p { font-size: 0.75rem; margin-top: 1rem; color: #063C33; }
.stay_us_sec{ background-color: #063C33; }
.stay_us_sec img{width: 100%;}
.breadcrumb { display: flex; justify-content: space-between; align-items: center; }
.breadcrumb_left ul{display: flex;align-items: center;list-style: none;padding: 0;}
.breadcrumb_left ul li{margin-right: 1rem;position: relative;}
.breadcrumb_left ul li::after{content: '>';position: absolute;right: -.85rem;top: 0rem;}
.property-hero { width: 100%; max-width: 1250px; margin: 0 auto; text-align: center; font-family: "Inter", sans-serif; }
.image-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 20px; position: relative; /*max-height: 550px;*/ }
.image-grid .large { grid-row: span 2; }
.img { position: relative; overflow: hidden; border-radius: 12px; }
.img img { width: 100%; height: 100%; object-fit: cover; }
.view-btn { position: absolute; bottom: 12px; right: 12px; padding: 8px 16px; display:none; background: white; border: none; border-radius: 20px; font-size: 14px; cursor: pointer; box-shadow: 0px 2px 4px rgba(0,0,0,0.2); }
.title { font-size: 42px; margin-top: 35px; color: #183c32; font-weight: 600; }
.features { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; background: #fffaec; padding: 1rem 1rem; width: 90%; margin: 0 auto; margin-top: 1.5rem; border-radius: 2rem; }
.feature span { width: 2.813rem; height: 2.813rem; background: #063c33; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.feature {
  display: flex;
  align-items: center;
  gap: 8px;
  /* background: #f3f6ee; */
  /* padding: 10px 18px; */
  border-right: 1px solid #D4AF37;
  font-size: 1rem;
  color: #1A3B2F;
  font-weight: 500;
  padding-right: 1rem;
}
.features .feature:last-child{border: 0;}
.property-section { width: 100%; }
.about-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
.about-card,
.price-card { background: #f9f3e4; padding: 45px; border-radius: 22px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); }
.about-card .icon { font-size: 40px; color: #d4a225; margin: 0 auto; margin-bottom: 15px; }
.about-card h2 { color: #0b3a32; font-size: 32px; margin-bottom: 18px; }
.about-card p { color: #545454; font-size: 17px; line-height: 1.6; }
.price-card { background: #F8F6F1; text-align: center; border: 1px solid #d0a524; }
.price-card .label { font-size: 13px; font-weight: 500; color: #d0a524; letter-spacing: 1px; text-transform: uppercase; }
.price-card .price { font-size: 38px; margin: 15px 0 5px; color: #0b3a32; font-weight: 700; }
.price-card .price small { font-size: 16px; color: #666; }
.price-card .subtitle { color: #777; margin-bottom: 25px; }
.book-btn { background: #d7a62d; color: white; border: none; padding: 14px 35px; border-radius: 30px; font-size: 16px; cursor: pointer; margin-bottom: 25px; box-shadow: 0 8px 20px rgba(215, 166, 45, 0.3); transition: 0.2s ease; }
.book-btn:hover { background: #c8961f; }
.secure { font-size: 15px; font-weight: 500; color: #6d6d6d; cursor: pointer; margin-bottom: 20px; margin-top: 20px; }
.help { font-size: 15px; text-decoration: none; color: #c2921a!important; font-weight: 500; }
.help { display: inline-block; width: 100%; border-top: 1px dotted #f0b429; padding-top: 1rem; }
.explore_img{margin-bottom: 2rem;}
.explore_img img{border-radius: 1rem;max-width: 100%;}
.exp_img img{width: 100%;border-top-left-radius: 1rem;border-top-right-radius: 1rem;}
.exp_text { background: #063C33; color: #fff; padding: 1rem; width: 100%; border-bottom-right-radius: 1rem; border-bottom-left-radius: 1rem; }
.exp_text h5 { font-size: 2rem; font-weight: 600; margin: 0; font-family: "Playfair", serif; margin-bottom: 1rem; }
.bg_cream{ background-color: #FFFAEC; }
.aminities_flex{ display: flex; flex-wrap: wrap; margin: 0 -1rem; margin-bottom: -2rem; }
.aminities_box{ width: calc(100% / 4); padding: 0 1rem; margin-bottom: 2rem; }
.aminities_box_inner{ background: #fff; padding: 2rem 1rem; border-radius: 1rem; text-align: center; height: 100%; }
.aminites_icn { margin-bottom: 1rem; }
.aminities_box_inner h5 { font-weight: 600; }
.space-card { position: relative; width: 100%; height: 395px; border-radius: 1rem; overflow: hidden; font-family: "Playfair Display", serif; }
.space-card__image { width: 100%; height: 100%; object-fit: cover; display: block; }
.space-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.15),
    transparent
  );
  z-index: 1;
}
.space-card__overlay { position: absolute; bottom: 32px; left: 32px; right: 32px; color: #ffffff; z-index: 2; }
.space-card__title { font-size: 36px; font-weight: 500; margin: 0 0 8px 0; }
.space-card__subtitle { font-size: 18px; font-weight: 400; margin: 0; opacity: 0.9; }
.bg_green{ background: #0b3a32; }
.policy-card { max-width: 850px; margin: 0 auto 24px; background-color: #ffffff; border-radius: 14px; padding: 24px 32px; display: flex; align-items: center; gap: 18px; text-align: left; }
.icon { width: 42px; height: 42px; border-radius: 50%; font-size: 20px; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.icon.success { color: #0a8f5b; background-color: #e6f6ef; }
.icon.warning { color: #ff6a00; background-color: #fff1e6; }
.icon.danger { color: #c0392b; background-color: #fdecea; }
.content h3 { margin: 0 0 6px; font-size: 22px; color: #053f36; font-weight: 600; }
.content p { margin: 0; font-size: 16px; color: #5f7d75; line-height: 1.5; }
.breadcrumb_right a { margin-top: 0; }
ul li::marker{ color: #D4AF37; }
ul{ list-style: disc; padding-left: 1.25rem; }
ul li{ font-size: .875rem; font-weight: 400; }
.info_bx_text h5 { font-size: 1.125rem; font-weight: 600; color: #1A3B2F; margin-bottom: 1rem; }
.info_box_inner { background: #fff; padding: 2rem; border-radius: 1rem; }
.info_box_flex { display: flex; flex-wrap: wrap; margin: 0 -1rem; margin-bottom: -2rem; }
.info_box { width: calc(100% / 3); padding: 0 1rem; margin-bottom: 2rem; }
.info_box_icn {
    width: 3rem;
    height: 3rem;
    background: #053f36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.btn-white {
    display: inline-flex;
    align-items: center;
    margin-top: 25px;
    padding: 12px 24px;
    background-color: transparent;
    color: white;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    gap: 10px;
    font-size: .8rem;
}
.lux_escape_sec{position: relative;padding: 6rem 0;}
.lux_escape_sec .lux_escape_img_1{position: absolute;left: 0;top: 3rem;}
.lux_escape_sec .lux_escape_img_2{position: absolute;left: 5rem;bottom: 0;}
.lux_escape_sec .lux_escape_img_3{position: absolute;right: 0;top: 5rem;}
.lux_escape_sec .lux_escape_img_4{position: absolute;right: 0;bottom: 3rem;}
.faq-accordion { max-width: 900px; margin: 0 auto; }
.faq-item { background: #fff9eb; border-radius: 12px; margin-bottom: 16px; overflow: hidden; }
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #0b3d2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-answer { display: none; padding: 0 24px 22px; color: #2f5d50; font-size: 16px; line-height: 1.6; }
.arrow { transition: transform 0.25s ease; font-size: 14px; }
.faq-item.open .arrow { transform: rotate(180deg); }
.hero { display: flex; min-height: calc(100vh - 90px); max-height: 85vh; }
.hero-left { width: 45%; background: #0b3d2e; padding-left: 80px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.badge { display: inline-block; padding: 12px 22px; border-radius: 20px; background: #114e3a; color: #d4a63a; margin-bottom: 30px; font-weight: 400; border: 1px solid #d4a63a; }
.hero-left h1 { font-size: 56px; line-height: 1.1; margin-bottom: 24px; }
.hero-left h1 span { color: #d4a63a; }
.hero-left p { color: #d9e6df; font-size: 16px; max-width: 420px; margin-bottom: 40px; font-weight: 400; }
.stats { display: flex; gap: 50px; margin-bottom: 40px; color:#fff; }
.stats h3 { color: #d4a63a; font-size: 30px; font-weight: 700; }
.stats span { font-size: 14px; font-weight: 300; color: #cfe0d9; }
.btn-secondary {
  background: #e0b23c;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #0b3d2e;
}
.hero-right {
  width: 55%;
  background: 
    linear-gradient(to right, #0b3d2e, transparent),
    url("../images/exc_stays_banner.png") center/cover no-repeat;
  position: relative;
}
.featured-card {
  position: absolute;
  bottom: 80px;
  right: 80px;
  background: #ffffff;
  color: #333;
  padding: 20px 24px;
  border-radius: 16px;
  display: flex;
  gap: 14px;
  width: 260px;
}
.featured-card h4 { font-size: 14px; color: #777; }
.featured-card p { font-weight: bold; }
.featured-card span { font-size: 13px; color: #777; }
.icon { font-size: 28px; color: #e0b23c; }
.property_li_flex{ display: flex; flex-wrap: wrap; margin: 0 -1rem; margin-bottom: -2rem; }
.property_li_flex .property_card_3{ width: calc(100% / 3); padding: 0 1rem; margin-bottom: 2rem; }
.search-section { background: #ffffff; padding: 20px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
.search-container { max-width: 1200px; margin: auto; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.filter-group,
.sort-group { display: flex; align-items: center; background: #fff; border-radius: 12px; padding: 10px 14px; border: 1px solid #e0e0e0; }
.filter-group select,
.sort-group select { border: none; background: #f9f9f9; outline: none; font-size: 14px; color: #555; cursor: pointer; display: block; height: 2rem; padding: 0 1rem; border-radius: .5rem; }
.search-btn { width: 44px; height: 44px; border-radius: 50%; border: none; padding: 0!important; background: #0b3d3a; color: #ffffff; font-size: 18px; cursor: pointer; transition: all 0.3s ease; }
.search-btn:hover { background: #0f514d; }
.policy_left ul{ background: #f9f3e4; padding: 45px; border-radius: 22px; list-style: none; }
.policy_flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.policy_left { width: 20%; position: sticky; top: var(--header-height); align-self: flex-start; }
.bg_green p{color:#fff!important;}
.policy_right { width: 75%; }
.policy_left ul li a { display: inline-block; font-size: 1rem; padding: .5rem; transition:all .5s ease; }
.policy_left ul li a:hover{background: #0b3a32;color:#fff;}
.policy_left ul li a.active{background: #0b3a32;color:#fff;}
.policy_card_flex{display: flex;}
.policy_card_icn { margin-right: 1rem; }
.policy_right .heading{font-size: 1.875rem;}
.trendingSwiper{position: relative;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 1rem!important;}
.swiper-btns>div {
    background: #0b5d4d;
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    aspect-ratio: 1;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-btns { position: absolute; top: 66%; left: 1rem; z-index: 9999; width: calc(100% - 2rem); display: flex; justify-content: space-between; }
.trending_properties{position: relative;}
ul.core_value_li { padding: 0; }
.search-bar input{width: 100%;}
.heading_flex{display: flex;flex-wrap: wrap;align-items: flex-start ;} 
.swiper-btns>div:first-child img{transform: rotate(180deg);}
.trending_properties{position: relative;}
.swiper-button-disabled { opacity: .5; }
.header_logo img{max-width: 120px;position: relative;z-index: 99;}
.header_menu li.active>a{text-decoration: underline;color: #e0b23c;}
.trstd_bx_text h4{font-weight:600;}
.testimonial_sec .swiper-btns{height: 3rem;flex-direction: row-reverse;width: 8rem;align-items: flex-end;display:flex;}
.testimonial_sec .swiper-btns>div{position:static;background:#fff;}
.testimonial_sec .swiper-btns>div::after{color:#000}
.testimonial_sec .heading_flex{justify-content:space-between}
.hamburger {display: none;}
.sml-header {position: fixed;top: 0;z-index: 99;width: 100%;background: rgb(175 175 175 / 19%);backdrop-filter: blur(10px);}
/* .banner::after{content:'';position:absolute;top:0;left:0;width:100%;height:80vh;background:#045d5178;z-index:0;} */
.icn_lst {padding: 0;list-style: none;display: flex;flex-wrap: wrap;margin: 0 -1rem;}
.icn_lst li{width:calc(100% / 2);padding:0 1rem;margin-bottom:1.5rem;}
.faq-accordion-inner .faq-item{background:transparent;border-bottom:1px solid #ccc;}
.faq-accordion-inner .faq-question{padding: .5rem;font-size:1rem;}
.faq-accordion-inner .faq-answer{padding: .5rem;}
img, svg{max-width:100%;}
.opn_srch_pop{cursor:pointer;}
.partner_pop { width: 700px; position: fixed; top: 50%; background-color: #FFFAEC; left: 50%; padding: 2rem; transform: translate(-50%, -50%); z-index: 99; max-height: 90vh; overflow-y: auto; border-radius: 1rem; }
.partner_pop p { color: #808080; font-size: 14px; }
.footer-col { width: calc(100% / 4 - 40px); }
.opulenceSwiper {height: 100%!important;}
.opulenceSwiper .swiper-slide{height: auto!important;}
.feturge_img {height: 100%;}
.header_menu li:hover .sub_menu {opacity: 1;pointer-events: all;}
.header_menu>ul>li{position: relative;}
.header_menu .sub_menu {
    position: absolute;
    top: 2.35rem;
    left: 50%;
    width: 20rem;
    background: #fff;
    z-index: 999;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}
.header_menu>ul>li::after{content: '';position: absolute;background-color: transparent;width: 8rem;height: 2rem;left:0;top:2rem;}
.sub_menu ul{list-style: none;padding: .5rem;}
.sub_menu ul li a{font-size: .9rem;padding: .35rem .5rem;}
.sub_menu ul li a:hover{color: #e0b23c;}
.video_pop { position: fixed; left: 25px; bottom: 20px; z-index: 99; opacity: 1; transition: 0.3s; }
.close_video {position: absolute; top: -2rem; right: 0; background: #E7B52E; padding: .25rem .5rem; border-radius: 2rem; font-size: 14px;cursor: pointer; color: #003B33 !important; aspect-ratio: 1; font-weight: 700;}
.close_btn {position: absolute; top: 1rem; right: 1rem; background: #E7B52E; padding: .25rem .5rem; border-radius: 2rem; font-size: 14px;cursor: pointer; color: #003B33 !important; aspect-ratio: 1; font-weight: 700;}
.contact-card { background: #fff; padding: 24px; border-radius: 1rem; box-shadow: 0 0 1px 1px #ccc; }
.contact-icon-box { background: #e7b52e; color: #fff; width: 3rem; height: 3rem; border-radius: 50%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.hero-right .featured-card{display: none;}
.what_we_do_inner_left .curated_exclnc_flex li:last-child img{max-height: 350px;object-fit: cover;object-position: bottom;}
.brochure_pop{
  width: 700px;
    position: fixed;
    top: 50%;
    background-color: #FFFAEC;
    left: 50%;
    padding: 2rem;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 1rem;
    display: none;
}
.brochure_pop .heading_sm{font-size: 1.5rem;margin-bottom: 1rem;}
.spaceSipwer .swiper-wrapper, .expSwiper  .swiper-wrapper{height: auto;}
.view-all-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 8px 16px;
    background: white;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.prop_tab {padding: 0;margin-top: 2rem;border-bottom: 2px solid #666;overflow-x: auto;}
.prop_tab li {list-style: none;}
.prop_tab li a { display: inline-block; padding: 1rem 1.5rem; font-size: 20px; font-weight: 500; border-top-left-radius: 1rem; border-top-right-radius: 1rem; transition: all .5s ease; }
.prop_tab li a:hover{background: #FFFAEC;}
.prop_tab li .active {background: #FFFAEC;}
.prelative {position: relative;}


/* Responsive */
@media (max-width: 768px) {
.search-container { gap: 10px; justify-content: center; }
.filter-group,
.sort-group { flex: 1 1 100%; }
.search-btn { align-self: center; }
}

/* RESPONSIVE */
@media(max-width: 1050px) {
.policy-card { flex-direction: column; text-align: center; }
.about-grid { grid-template-columns: 1fr; }
.features_section { flex-direction: column; align-items: center; }
.features_right { grid-template-columns: repeat(2, 1fr); }
.image-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
.image-grid .large { grid-row: auto; }
}

@media (max-width:900px){
.gallery { grid-template-columns:repeat(2,1fr); }
.gallery-item:nth-child(1){ grid-column:span 2; grid-row:span 1; height:350px; }
}

/* Responsive */
@media (max-width: 768px) {
.gallery { grid-template-columns:1fr; }
.gallery-item:nth-child(1){ grid-column:span 1; height:300px; }
.story-header h2 { font-size: 38px; }
.features_right { grid-template-columns: repeat(1, 1fr); width: 100%; }
.features_left img { width: 100%; height: auto; }
.banner_text h1 { font-size: 2.3rem; }
.search-bar { flex-direction: column; border-radius: 20px; }
.content-wrapper { flex-direction: column; width: 100%; align-items: center; }
.text-box { max-width: 100%; }
.image-box img { width: 100%; }
.header_menu ul {display: block;}
nav {
      position: fixed;
      display: flex;
      transition: all ease 0.5s;
      flex-direction: column;
      right: 0;
      top: 0;
      background-color: #FFFAEC;
      height: 100%;
      z-index: 5;
      padding: 6rem 0 3rem 0;
      transform: translateX(100%);
      width: 100%;
  }
.header_right 
.header_btn { font-size: 0; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; width: 3rem; padding: 0; }
.header_right .header_btn img{margin-left: 0;}
.about_left { width: 93%; margin-bottom:4rem; }
.banner>img { height: 500px; object-fit: cover; }
.banner_text{padding: 0 .5rem;text-align: left;width: 85%;}
.header_flex{padding: .5rem;}
.banner_text p{font-size: 1rem;}
.search-bar{width: 90%;align-items: center;}
.search-bar .form-group { border-right: none; padding: 0 0rem; border-bottom: 1px solid #ccc;width: 100%;padding-bottom: 1rem; }
.heading_sm{line-height: 1;}
.text-box p { font-size: .9rem; font-weight: 300; line-height: 1.5rem; }
.view_btn_home{padding: 8px 20px;font-size: .9rem;margin-top:1rem;}
/* .view_btn_home img{width: .9rem;} */
.image-box { width: 93%; }
/* .view_btn_home{display: none;} */
.features_right_home{    grid-template-columns: repeat(2, 1fr);    width: 100%;}
.trsted_des_bx{width: 100%;margin-bottom: 1rem;padding: 0;}
.tabs{overflow: auto;width: auto;justify-content: center;gap: 0;}
.heading{font-size: 2rem;}
.dest-list{justify-content: flex-start;}
.logo-row{display: block;overflow: hidden;}
.about_left:after{display: none;}
.tab { padding: 10px 10px; font-size: .8rem; }
.dest-item{width: calc(100% / 4);}
.dest-item img{width: 50px;}
.dest-list{gap: 0;}
.dest-item p{font-size: 12px;}
.trendingSwiper {width: 90%;}
.sub_title { position: relative; font-size: 1rem; }
.cta_flex{justify-content: center;}
.cta_flex>div { margin-bottom: 2rem; }
.stay_card-image img{height: 310px;}
.features_left_home { width: 100%; }
.features_left_home img { width: 100%; object-fit: cover; border-radius: 0; box-shadow: none; }
.footer{padding: 70px 15px 30px;}
.footer-logo img { width: 150px; }
.trusted_destination{margin: 0;}
.view-btn{position: static;background: #d8ad2e !important;font-size: 12px;margin-top:1rem;}
.view-btn img{display: none;}
.dest-top{flex-wrap: wrap;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 1rem!important;}
.swiper-btns>div {
    background: #0b5d4d;
    color: white;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    aspect-ratio: 1;
    font-size: 1rem;
}
.swiper-btns { position: absolute; top: 66%; left: -.5rem; z-index: 9; width: calc(100% + 1rem); display: block; }
.stay_card-title{font-size: 20px;}
.aminit li{padding: .1rem;}
.counter{font-size: 30px;}
.contact-card { background: rgba(255,255,255,0.85); border: 1px solid rgba(217,200,158,0.3); border-radius: 1.25rem; padding: 1.5rem; transition: all 0.4s ease; cursor: pointer; }
.contact-card:hover { background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
/*
.icon-box { width: 56px; height: 56px; border-radius: 1rem; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.3rem; }
.form-control,
.form-select { border: none; border-bottom: 2px solid var(--border-gold); border-radius: 0; padding-left: 2.5rem; }
.form-control:focus,
.form-select:focus { box-shadow: none; border-bottom-color: var(--gold); }
.form-icon { position: absolute; top: 50%; left: 12px; transform: translateY(-50%); color: var(--border-gold); }
.submit-btn { background: linear-gradient(90deg, var(--gold), var(--gold-dark)); border: none; color: #fff; padding: 1rem; border-radius: 1.25rem; font-size: 1.1rem; font-weight: 600; transition: all 0.4s ease; }
.submit-btn:hover { transform: scale(1.03); box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
*/

.about-content { width: 100%; padding-right: 0; }
.button-group{flex-wrap: wrap;}
.button-group .btn{margin-top: 0;}
.about-section-inner{padding: 3.75rem 0;}
.story-meta{gap: 30px;}
.opulence_left { width: 100%; }
.opulence_right { width: 100%; }
.what_we_do_inner_right{width: 100%;}
.our-story{margin-bottom: 0;}
.what_we_do_inner_left{width: 100%;}
.curated_exclnc_flex{margin-bottom: 0;}
.opulence_flex li { width: calc(100% / 1); padding: 0 1rem; margin-bottom: 2rem; }
.opulence_flex{margin: 0;}
.breadcrumb_left ul li{font-size: .7rem;}
.breadcrumb_right a { margin-top: 1rem; padding: 10px 15px; font-size: .8rem; }
.aminities_box{width: calc(100% / 2);margin-bottom: 1rem;}
.aminities_box_inner h5{font-size: 1rem;}
.info_box { width: calc(100% / 1); padding: 0 1rem; margin-bottom: 2rem; }
.faq-question{text-align: left;}
.feature{width: 100%;border: 0;}
.property-hero{padding: 0;}
.about-card, .price-card{padding: 20px;}
.hero-left { width: 100%; background: transparent; padding: 3rem 1rem; }
.hero{flex-direction: column;}
.featured-card{position: static;margin-bottom: 2rem;margin-left: 1rem;}
.property_li_flex .property_card_3 { width: 100%; padding: 0 1rem; margin-bottom: 2rem; }
.phone-menu { display: block; margin-left: 0; cursor: pointer; }
.phone-menu span { width: 24px; height: 2px; background-color: #000; display: block; transition: all ease .5s; }
.phone-menu span:nth-child(2) { margin: 6.5px 0; }
.menu-opened .phone-menu span:nth-child(1) { transform: rotate(-45deg); transform-origin: right; }
.menu-opened .phone-menu span:nth-child(2) { opacity: 0; }
.menu-opened .phone-menu span:nth-child(3) { transform: rotate(45deg); transform-origin: right; }
.menu-opened .phone-menu span { background: #000; }
.menu-opened nav { transform: translateX(0); height: 100vh; }
.hamburger { position: relative; z-index: 99; display:block; }
.header_menu li a { display: inline-block; font-size: 1.25rem; padding: 0.5rem 1rem; width: 100%; }
.quote-icon img { width: 74%; }
.testimonial-text{font-size: 1rem;}
.filter-group select, .sort-group select{width: 100%;}
.testimonial-card{padding: 2rem 1rem;}
.policy_left li a.active{background: #003B33;color: #fff;}
.trending_properties .exploreSwiper+.swiper-btns{top: 55%;left: 0;z-index: 9;width: 100%;display: flex;}
.staySwiper+.swiper-btns{top: 55%;left: 0;z-index: 9;width: 100%;display: flex;}
.dest-text .view-btn{display:none;}
section { padding: 2.75rem 0; }
.client_img{border:0;}
.opulence-section .view_btn_home{margin-top: 2rem !important;}
.policy_left{width:100%;margin-bottom:2rem;}
.policy_right{width:100%;}
.policy_left ul{padding:2rem}
.destination-item div{width:100%!important;}
.partner_pop{width:90%;}
.footer-col{width:auto;}
.header_menu .sub_menu{top: 2.5rem!important;}
.my-float {margin-top: 12px;}
.hero-right{display: none;}
.brochure_pop{width: 90%;}
.user_login_mb {padding: 0 2rem;}
.user_login_mb .user_btn { width: 100%; height: 3.125rem; background: #045D51; display: flex; align-items: center; justify-content: center; border-radius: 3rem; aspect-ratio: 1; margin-left: 0!important; color: #fff !important; font-size: 18px; margin-bottom: 2rem; }
.user_login_mb .user_btn img{margin-right: 1rem;}
.user_login_mb .header_btn { background: #E7B52E; padding: .5rem; border-radius: 2rem; font-size: 18px; text-transform: uppercase; color: #003B33 !important; width: 100%; display: flex; align-items: center; justify-content: center; }
.header_menu>ul>li {margin-bottom: 1rem;}
.hamburger_contact{padding: 0 2rem;border-top: 1px solid #ccc;}
.hamburger_contact ul{list-style: none;padding: 0;}
.hamburger_contact ul p{display: flex;align-items: flex-start;}
.hamburger_contact ul p img{margin-right: .5rem;}
.productcard_img img{max-height: 440px;}
.button-group .btn:last-child{margin-top: 1rem;}
.breadcrumb_left ul{flex-wrap: wrap;    gap: 1rem;}


html{font-size:13px;}
}