@import url("vendors.min.css");
@import url("icon.min.css");
@import url("style.min.css");
@import url("responsive.min.css");
@import url("theme.css");

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  font-weight: normal;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Literata", serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: var(--primary-blue);
}

h5 {
  font-size: 18px;
}

p {
  margin-bottom: 10px;
}

p,
li {
  line-height: 22px;
  font-size: 14px;
  color: #666;
  font-family: "Poppins";
  font-weight: normal;
}

li {
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

a {
  color: #530f1c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

.clear {
  clear: both;
  float: none !important;
  width: 100% !important;
}

.ie6,
.ie7,
.ie8,
.ie9,
img {
  border: none;
}

b,
strong {
  font-weight: 600;
}

main {
  padding: 40px 0;
}

.pd-0 {
  padding: 0px !important;
}

:root {
  --primary-brown: #800000;
  --primary-grey: #4e4e4e;
  --white: #fff;
  --black: #000;
  --yellow: #d4af37;
  --base-color: #d4af37;
  --poppins: "Poppins";
  --Literata: "literata";
  --bebas: "Bebas Neue";
}

.poppins {
  font-family: var(--poppins);
}

.text-yellow {
  color: var(--yellow);
}

.text-brown {
  color: var(--primary-brown);
}

.btn.btn-switch-text.btn-large,
.btn.btn-large {
  padding: 12px 26px;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn.btn-switch-text.btn-large>span {
  padding: 0px !important;
}

.btn.btn-hover-animation .btn-icon {
  margin-left: -8px;
}

.btn {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1px;
}

.btn-transparent-brown-color {
  /* background-color: var(--primary-brown); */
  border-color: var(--primary-brown);
  color: var(--primary-brown);
}

.btn-transparent-brown-color:hover {
  background-color: var(--primary-brown);
  border-color: var(--primary-brown);
  color: var(--white);
}

.btn-transparent-grey-color {
  border-color: var(--primary-grey);
  color: var(--primary-grey);
}

.btn-transparent-grey-color:hover {
  background-color: var(--primary-grey);
  border-color: var(--primary-grey);
  color: var(--white);
}

.listing {
  padding-left: 0px;
}

.listing li {
  position: relative;
  padding-left: 15px;
}

.listing li:before {
  content: "";
  background: url(../img/list.png) repeat;
  background-size: cover;
  width: 8px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0px;
}

.container {
  /* border:1px solid#fff; */
}

/* ===== Header ===== */

.nav_height {
  height: 80px;
}

.navbar {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}

header .navbar {
  padding: 0px 0 0px 0;
}

.navbar .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 14px;
  padding: 30px 20px 30px 20px !important;
}

nav.navbar {
  background-color: white !important;
}

.navbar .navbar-nav .nav-item {}

.navbar .navbar-nav .nav-item.dropdown>a {
  padding-right: 5px !important;
}

header .navbar-brand,
header.sticky .navbar-brand {
  padding: 10px 0;
  width: 190px;
}

.home-logo {
  width: 200px;
}

.inner-logo {
  display: block;
}

.btn.btn-medium {
  font-size: 11px;
}

.desktop_logo {
  display: block;
}

.mobile_logo .inner-logo {}

.navbar .menu-order #navbarNav ul.navbar-nav>li,
.navbar .menu-order #navbarNav ul.navbar-nav>li ul li {
  margin-bottom: 0px;
}

@media (min-width: 995px) {
  .desktop_logo {
    display: block;
  }

  .mobile_logo {
    display: none !important;
  }

  .mobile_hambrger {
    display: none;
  }

  .navbar .menu-order #navbarNav ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .navbar .menu-order #navbarNav ul.navbar-nav>li:nth-child(1),
  .navbar .menu-order #navbarNav ul.navbar-nav>li:nth-child(3) {
    width: 40%;
  }

  .navbar .menu-order #navbarNav ul.navbar-nav>li:nth-child(1)>ul {
    padding-right: 30px;
  }

  .navbar .menu-order #navbarNav ul.navbar-nav>li:nth-child(3)>ul {
    padding-left: 30px;
  }

  .navbar .menu-order #navbarNav ul.navbar-nav>li>ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
  }
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  padding: 12px 15px;
  font-size: 13px;
}

.navbar .navbar-nav .nav-item>i {
  display: inline-block !important;
}

.dropdown-toggle::after {
  display: none !important;
}

header .header-button .btn.btn-switch-text.btn-medium>span {
  padding: 10px 15px;
}

.navbar-toggler-line:nth-child(1),
.navbar-toggler-line:nth-child(2),
.navbar-toggler-line:nth-child(3),
.navbar-toggler-line:nth-child(4) {
  width: 22px;
}

@media (max-width: 995px) {
  .navbar {}

  .navbar>.container {
    /* border: 1px solid#ddd; */
    padding: 0 0px;
  }

  .navbar>.container>.row {
    margin: 0;
    justify-content: space-between !important;
  }

  .navbar>.container>.row>.col-sm-2 {
    width: 80%;
  }

  .navbar>.container>.row>.col-sm-10 {
    width: 20%;
    justify-content: end;
  }

  header .navbar-brand,
  header.sticky .navbar-brand {
    width: 160px;
  }
}

/* Servives Menu */

.big_menu {}

.big_menu .dropdown-menu {
  min-height: 360px;
  padding: 20px 0 !important;
}

.navbar .navbar-nav .submenu-content:before {
  content: "";
  background: url(../img/bg/nav.png) repeat;
  background-size: cover;
  width: 200px;
  height: 194px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.services_menu {
  /* display:flex; flex-wrap: wrap; */
}

.services_menu>li {
  width: 20%;
}

.services_menu>li.nav-item {
  display: block !important;
  border-bottom: 1px solid #d4af37;
}

.services_menu>li.service_active {}

.services_menu>li.nav-item>a {
  color: #800000 !important;
  font-size: 15px !important;
  padding: 10px 20px;
}

.services_menu>li.service_active>a,
.services_menu>li.nav-item>a:hover {
  background: #d4af37 !important;
  color: #fff !important;
  padding: 10px 20px !important;
}

/* 
.services_menu > li.nav-item:nth-child(4) .serdropdown-menu ul.d-flex li { width:30% !important; }
.services_menu > li.nav-item:nth-child(4) .serdropdown-menu ul.d-flex li:nth-child(3) { width:40% !important; }
*/

.services_menu>li .serdropdown-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  padding-top: 20px;
}

.services_menu>li.service_active .serdropdown-menu {
  display: block;
}

.services_menu>li.service_active .serdropdown-menu ul.d-flex {
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  width: 100%;
}

.services_menu>li.service_active .serdropdown-menu ul.d-flex li {
  width: 48%;
  padding: 0 10px;
}

.services_menu>li.service_active .serdropdown-menu ul.d-flex li a,
.navbar .navbar-nav .dropdown .dropdown-menu li:last-child>a {
  display: block;
  position: relative;
  padding: 8px 10px 8px 30px;
  font-size: 14px !important;
}

.services_menu>li.service_active .serdropdown-menu ul.d-flex li a:before {
  content: "";
  background: url(../img/icons/lotus.png) repeat;
  background-size: cover;
  width: 20px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.services_menu>li.service_active .serdropdown-menu ul.d-flex li a:hover {
  padding: 8px 10px 8px 30px;
}

.services_menu>li.service_active .serdropdown-menu .col-lg-5 {
  padding-left: 130px;
}

/*
.navbar .navbar-nav .dropdown-menu.ser_menu { width:100% !important; left:0px; }

.navbar .navbar-nav .dropdown-menu.ser_menu .nav.nav-tabs { border-bottom:1px solid#D4AF37 !important;}
.navbar .navbar-nav .dropdown-menu.ser_menu .nav.nav-tabs li  { width:20%; display:block !important; }
.navbar .navbar-nav .dropdown-menu.ser_menu .nav.nav-tabs li a { color:#800000 !important; font-size:15px !important; }
.navbar .navbar-nav .dropdown-menu.ser_menu .nav.nav-tabs li a.active,
.navbar .navbar-nav .dropdown-menu.ser_menu .nav.nav-tabs li:hover a { background:#D4AF37 !important; color:#fff !important; }

.navbar .navbar-nav .dropdown-menu.ser_menu .tab-content { margin:20px 0;  }
.navbar .navbar-nav .dropdown-menu.ser_menu .tab-content .tab-pane { }
.navbar .navbar-nav .dropdown-menu.ser_menu .tab-content .tab-pane ul.d-flex { padding:0px; margin:0px; flex-wrap: wrap; width:100%; }
.navbar .navbar-nav .dropdown-menu.ser_menu .tab-content .tab-pane ul.d-flex li { width:33.33%; padding:0 10px; }
.navbar .navbar-nav .dropdown-menu.ser_menu .tab-content .tab-pane ul.d-flex li a { display:block; position:relative; padding:8px 10px 8px 30px; border-bottom:0px; font-size:14px !important;  font-weight:normal; }
.navbar .navbar-nav .dropdown-menu.ser_menu .tab-content .tab-pane ul.d-flex li a:before { content:''; background:url(../img/icons/lotus.png) repeat; background-size:cover; width:20px; height:17px; position:absolute; top:50%; transform:translateY(-50%); left:0px; }

.navbar .navbar-nav .dropdown-menu.ser_menu .tab-content .tab-pane .col-lg-5 { padding-left:80px; }

 */

@media (max-width: 778px) {
  .mCustomScrollBox {
    height: 100%;
    margin-top: -25%;
  }
}

@media (max-width: 452px) {
  .mCustomScrollBox {
    max-height: 400px;
    height: 100%;
    margin-top: 0%;
  }
}

@media (max-width: 991px) {
  header .navbar-nav .nav-link {
    color: #fff !important;
    padding: 15px 5px;
    font-size: 15px;
  }

  .menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
    /* align-self: auto; */
  }

  .mCustomScrollBox {
    height: 100%;
  }

  .mCSB_container ul {
    padding: 0px;
  }

  .mCSB_container ul .nav-item {
    border-bottom: 1px solid#666;
    margin-bottom: 0px;
  }

  .navbar-nav li {
    margin-bottom: 0px;
  }

  .big_menu .dropdown-menu {
    height: auto;
    min-height: auto;
    padding: 0px 0 !important;
    position: relative !important;
    transform: none !important;
  }

  .big_menu>.nav-link {
    display: inline-block;
    width: 80%;
  }

  .big_menu .dropdown-toggle {
    border: 1px solid#666;
    padding: 10px 15px;
    float: right;
  }

  .services_menu>li {
    width: 100%;
  }

  .services_menu>li.nav-item>a {
    display: block !important;
  }

  .services_menu>li .serdropdown-menu {
    position: relative;
    padding-top: 0px;
  }

  .services_menu>li.service_active .serdropdown-menu .col-lg-7 {
    margin-bottom: 0px !important;
  }

  .services_menu>li.service_active .serdropdown-menu .col-lg-5 {
    padding-left: 15px;
    display: none;
  }

  .services_menu>li.nav-item>a {
    color: #fff !important;
  }

  .services_menu>li.service_active .serdropdown-menu ul.d-flex li {
    width: 50%;
    padding: 0 7px;
  }

  .services_menu>li.service_active .serdropdown-menu ul.d-flex li a,
  .navbar .navbar-nav .dropdown .dropdown-menu li:last-child>a {
    padding: 8px 10px 8px 25px;
    font-size: 14px !important;
  }
}

/* breadcrumb */
#breadcrumb {}

#breadcrumb .breadcrumb {}

#breadcrumb .breadcrumb li {
  margin-right: 2px;
  padding: 0px;
}

#breadcrumb .breadcrumb li a,
#breadcrumb .breadcrumb li.active {
  padding: 10px 20px;
  border-radius: 6px;
  display: block;
  font-size: 12px;
}

#breadcrumb .breadcrumb li a {
  background: #f8f8e9;
}

#breadcrumb .breadcrumb li.active {
  position: relative;
  background: #f5f5dc;
}

#breadcrumb .breadcrumb li.active:after {
  content: "";
  background: url(../img/icons/breadcrumb.png) repeat;
  background-size: cover;
  width: 12px;
  height: 21px;
  position: absolute;
  top: 11px;
  right: -10px;
}

.breadcrumb-item+.breadcrumb-item::before,
#breadcrumb .breadcrumb li.active:before {
  display: none;
}

/* ===== Home ===== */

.home_video {
  height: 100vh;
}

.home_video .container>.row {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.home_video .container {
  height: 100vh;
  position: relative;
}

.home_video .google_review img {
  width: 350px;
  height: 120px;
}

.home_video .banner_text {}

.home_video .banner_text h3 {
  font-weight: 500;
}

.home_video .banner_text p {
  color: #fff;
}

.home_video .banner_text .btn .btn-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.home_video .circle_animation {}

.home_video .circle_animation .circle_outer {
  width: 120px;
  float: right;
  margin-top: 50px;
  cursor: pointer;
}

.home_video .html-video {
  height: 100vh;
}

.home_video:before {
  /* content: ""; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 70%; */
  /* top: 0px; */
  /* left: 0px; */
  /* z-index: -1; */
  /* background: rgb(40, 0, 0); */
  /* background: -moz-linear-gradient(        180deg,        rgba(40, 0, 0, 1) 0%,        rgba(128, 0, 0, 0) 100%    ); */
  /* background: -webkit-linear-gradient(        180deg,        rgba(40, 0, 0, 1) 0%,        rgba(128, 0, 0, 0) 100%    ); */
  /* background: linear-gradient(        180deg,        rgba(40, 0, 0, 1) 0%,        rgba(128, 0, 0, 0) 100%    ); */
  /* filter:; */
  /* progid:DXImageTransform.Microsoft.gradient(startColorstr="#280000",endColorstr="#800000",GradientType=1); */
  /*background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8268557422969187) 26%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8268557422969187) 26%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.8268557422969187) 26%, rgba(0,0,0,0) 100%);
    filter:;
    progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    */
  /* -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#280000",endColorstr="#800000",GradientType=1); */
}

.home_video:after {
  /* content: ""; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 50%; */
  /* bottom: 0px; */
  /* left: 0px; */
  /* z-index: -1; */
  /* background: rgb(40, 0, 0); */
  /* background: -moz-linear-gradient(        0deg,        rgba(40, 0, 0, 1) 0%,        rgba(128, 0, 0, 0) 100%    ); */
  /* background: -webkit-linear-gradient(        0deg,        rgba(40, 0, 0, 1) 0%,        rgba(128, 0, 0, 0) 100%    ); */
  /* background: linear-gradient(        0deg,        rgba(40, 0, 0, 1) 0%,        rgba(128, 0, 0, 0) 100%    ); */
  /*background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8268557422969187) 16%, rgba(210,1,1,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8268557422969187) 16%, rgba(210,1,1,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8268557422969187) 16%, rgba(210,1,1,0) 100%);
    filter:;
    progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#d20101",GradientType=1);
     */
}

.home_about {
  position: relative;
}

.home_about:before {
  content: "";
  background: url(../img/home_about.png) repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.home_about .home_about_img {
  width: 200px;
}

.home_about .text-end {
  padding-top: 80px;
}

.home_about .coming_up {
  margin-top: 20px;
}

.home_about .coming_up h4 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 28px;
  color: #ccc;
}

.home_about .coming_up h4 ul.listing {}

.our_passion {
  background: #f5f5dc;
}

.our_passion .passion_text {}

.our_passion .passion_text>img {}

.our_passion .passion_text>h3 {
  font-weight: 400;
}

.our_passion .passion_text>p {
  line-height: normal;
  font-size: 13px;
  margin-top: 20px;
}

.our_passion .swiper-wrapper {}

.our_passion .swiper-wrapper .swiper-slide .col-md-6 {}

.our_passion .swiper-wrapper .swiper-slide .col-md-6>.position-relative {}

.our_passion .swiper-wrapper .swiper-slide .col-md-6>.position-relative:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border: 1px solid var(--base-color);
  z-index: 2;
}

.our_passion .swiper-wrapper .swiper-slide .col-md-6>.position-relative img {}

.our_passion .swiper-wrapper .swiper-slide>div.position-absolute {
  padding: 50px;
}

.our_passion .swiper-wrapper .swiper-slide>div.position-absolute h4 {
  color: #800000;
  font-size: 30px;
  color: var(--primary-brown);
}

.our_passion .swiper-wrapper .swiper-slide>div.position-absolute p {
  font-weight: 500;
  line-height: normal;
  font-size: 13px;
}

.our_passion .swiper-wrapper .swiper-slide>div.position-absolute .btn {}

.swiper_nav {}

.swiper_nav .slider-navigation-style-04 {
  width: 66px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Big Shoulders Text", sans-serif;
}

.swiper_nav .slider-navigation-style-04 .bi-arrow-left {
  margin-right: 6px;
}

.swiper_nav .slider-navigation-style-04 .bi-arrow-right {
  margin-left: 6px;
}

.relaxation {}

.relaxation .bg_img h2.text-white {
  font-size: 46px;
  margin-bottom: 50px;
}

.relaxation .bg_img {
  padding: 130px 0;
}

.relaxation .bg_img,
.relaxation .bg_img>.container>.row {
  /* height:500px; */
}

.relaxation .btn {
  /* letter-spacing:1px; font-size:12px; */
}

.relaxation .video_1 {
  padding-top: 300px;
}

.relaxation .video_3 {
  padding-top: 250px;
}

.relaxation .video_1 img {
  width: 76%;
}

.relaxation .video_2 img {
  width: 80%;
}

.relaxation .video_3 img {
  width: 50%;
}

.counter_section {
  padding: 200px 0;
  position: relative;
}

.counter_section:before {
  content: "";
  background: url(../img/bg/counter_section_1.png) repeat;
  background-size: cover;
  width: 240px;
  height: 283px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.counter_section:after {
  content: "";
  background: url(../img/bg/counter_section_2.png) repeat;
  background-size: cover;
  width: 160px;
  height: 157px;
  position: absolute;
  bottom: 50px;
  right: 0px;
}

.counter_section h5 {
  font-family: var(--poppins);
}

.counter_section h2.nu {
  font-size: 140px;
  color: var(--base-color);
  line-height: 140px;
  /* font-family:poppins; */
}

.counter_section .counter {
  font-size: 140px;
  color: var(--base-color);
  line-height: 140px;
}

#counter .counter-value.nu {
  font-size: 140px;
  color: var(--base-color);
  line-height: 140px;
}

#counter .counter-value {
  font-size: 140px;
  color: var(--base-color);
  line-height: 140px;
  margin-bottom: 15px;

  /* font-family: "Courier New", monospace; 
    font-size: 164px;
    font-weight: bold;
    display: inline-block;
    width: 10ch;
    text-align: right; */
}

.nu {
  font-weight: 900;
}

.container1 {
  max-width: 800px;
  margin: 0 auto;
  /* background: white; */
  padding: 40px;
  /* border-radius: 10px; */
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
}

.counter-style-01 h2 {
  font-size: 48px;
}

.feature-box-content .boldText {
  font-family: "sans-serif poppins";
  font-weight: 500;
}

.nu {
  color: #27ae60;
  font-weight: bold;
}

.hand-left {
  bottom: -80px;
  left: -136px;
}

.hand-right {
  top: 30px;
  right: -136px;
}

.offers {
  background: #0a0102;
  padding: 0px;
}

.offers .container {}

.offers .container .position-relative {}

.offers .container .position-relative h2 {
  color: var(--base-color);
  font-size: 44px;
  margin-bottom: 30px;
}

.offers .container .position-relative h4 {
  color: var(--white);
  font-size: 44px;
  margin-bottom: 20px;
}

.offers .container .position-relative p strong {
  color: var(--white);
  font-size: 18px;
}

.offers .container .position-relative p {
  margin: 0px;
  color: #d28074;
  font-size: 18px;
}

.offers .container .position-relative p small {
  color: #666;
  font-size: 12px;
}

.offers .container .position-relative .btn {
  margin: 30px 0;
}

.exclusive_benefits {
  padding-top: 170px;
}

.exclusive_benefits:before {
  content: "";
  background: url(../img/bg/gray_leaf.jpg) repeat;
  background-size: cover;
  width: 560px;
  height: 687px;
  position: absolute;
  top: 80px;
  left: 0px;
}

.surprise_someone {
  padding-top: 170px;
}

.surprise_someone:before {
  content: "";
  background: url(../img/bg/gray_leaf.jpg) repeat;
  background-size: cover;
  width: 560px;
  height: 680px;
  position: absolute;
  top: 80px;
  right: 0px;
  rotate: 180deg;
}

.exclusive_benefits .col-lg-5 {
  padding-left: 80px;
}

.surprise_someone .col-lg-5 {
  padding-right: 80px;
}

.exclusive_benefits .col-lg-5 h2,
.surprise_someone .col-lg-5 h2 {
  color: var(--primary-brown);
  font-size: 44px;
  margin-bottom: 30px;
}

.clients_stories {
  background: #f5f5dc;
  position: relative;
}

.clients_stories:before {
  content: "";
  background: url(../img/bg/stories_1.png) repeat;
  background-size: cover;
  width: 300px;
  height: 288px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.clients_stories:after {
  content: "";
  background: url(../img/bg/stories_2.png) repeat;
  background-size: cover;
  width: 200px;
  height: 364px;
  position: absolute;
  top: 50%;
  right: 0px;
}

.clients_stories .nav {
  margin: 20px 0px;
}

.clients_stories .nav li {
  padding: 0 6px;
}

.clients_stories .nav li a {
  font-family: "Literata", serif;
  color: #333;
  position: relative;
  font-size: 18px;
  padding: 10px 20px;
}

.clients_stories .nav li a.active {
  color: var(--primary-brown);
}

.clients_stories .nav li a:before {
  content: "/";
  position: absolute;
  left: -11px;
  height: 100%;
}

.clients_stories .nav li:nth-child(1) a:before {
  content: "/";
  display: none;
}

.clients_stories .swiper {
  margin-top: 30px;
}

.clients_stories .swiper .box-shadow-quadruple-large-hover:hover {
  box-shadow: none;
}

.clients_stories .swiper .swiper-slide {
  position: relative;
}

.clients_stories .swiper .swiper-slide:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  /* border: 2px solid var(--base-color); */
  z-index: -1;
}

.clients_stories .text_data {}

.clients_stories .text_data .text_sec {
  background: #f5f5dc;
  border: 2px solid var(--base-color);
  padding: 20px;
  min-height: 376px;
}

.clients_stories .text_data h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.clients_stories .text_data h6 {
  font-size: 15px;
  color: var(--primary-brown);
  margin-bottom: 0px;
}

#stories_menu2,
#stories_menu3 {
  padding-top: 40px;
}

#stories_menu2 .col-lg-4 {
  margin-bottom: 40px;
}

/* CLient card */
.client_card_content {
  height: 250px;
  overflow-y: auto;
  /* ENABLE vertical scroll */
  overflow-x: hidden;
  /* DISABLE horizontal scroll */
  background: #fff;
  /* Optional: for visibility */
  border-radius: 15px;
}

/* Ensure child content is tall enough */
.client_card_scroll {
  padding: 15px;
}

/* Scrollbar styling (for WebKit browsers like Chrome/Safari) */
.client_card_content::-webkit-scrollbar {
  width: 8px;
}

.client_card_content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.client_card_content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.testimonials-style-01 {}

.testimonials-style-01 .position-relative {
  padding: 25px;
  margin-bottom: 40px;
}

.testimonials-style-01 .position-relative span {
  font-size: 15px;
}

.testimonials-style-01 .avatar {
  padding-left: 20px;
}

.clients_stories .row .col-md-4 {
  position: relative;
}

.clients_stories .row .col-md-4 .box-shadow-quadruple-large-hover:hover {
  box-shadow: none !important;
}

.clients_stories .row .col-md-4:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border: 2px solid var(--base-color);
  z-index: -1;
}

.blogs_sec {}

.blogs_sec .blog-grid {
  margin: 0 -15px;
}

.blogs_sec .blog-grid .grid-item {
  margin-bottom: 10px;
}

.blogs_sec .blog-grid .grid-item .card-body .card-title {
  color: var(--primary-brown);
  font-family: var(--Literata);
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
  width: 90%;
}

.blogs_sec .blog-grid .grid-item .card-body p {
  line-height: normal;
  font-size: 13px;
}

@media (max-width: 995px) {
  .home_video .html-video {
    z-index: 0;
  }

  .home_video:before,
  .home_video:after {
    z-index: 1;
  }

  .home_video .container>.row {
    z-index: 5;
  }
}

@media (max-width: 500px) {
  .home_about {}

  .home_about .col-lg-6.position-relative {
    display: none;
  }

  .our_passion {}

  .our_passion .swiper-wrapper {
    margin-top: 50px;
  }

  .our_passion .swiper-wrapper .swiper-slide {}

  .our_passion .swiper-wrapper .swiper-slide>div.position-absolute {
    background: url(../img/bg/swipper_paper_verticle.png) no-repeat;
    background-size: contain;
    position: relative !important;
    padding: 40px 30px 50px 50px;
  }

  .our_passion .swiper-wrapper .swiper-slide>div.position-absolute h4 {
    margin-top: 15px;
  }

  .our_passion .swiper-wrapper .swiper-slide>img {
    /* transform: rotate(90deg); */
    display: none;
  }

  .relaxation .video_1,
  .relaxation .video_3 {
    padding-top: 0px;
    display: none;
  }

  .relaxation .bg_img h2.text-white {
    font-size: 30px;
  }

  .relaxation .bg_img h2.text-white br {
    display: none;
  }

  .relaxation .btn {
    margin: 0 auto;
  }

  .counter_section h2.nu,
  #counter .counter-value {
    font-size: 80px;
    line-height: 80px;
  }

  .hand-left {
    bottom: 35px;
    left: -60px;
    width: 70%;
  }

  .hand-right {
    top: 30px;
    right: -60px;
    width: 70%;
  }

  .offers {}

  .offers .absolute-middle-center {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none;
    padding: 30px 15px;
  }

  .exclusive_benefits {
    padding-top: 125px;
  }

  .exclusive_benefits .col-lg-5 {
    padding-left: 15px;
    padding-top: 30px;
  }

  .exclusive_benefits:before {
    content: "";
    width: 100%;
    height: 247px;
    top: 80px;
  }

  .surprise_someone {
    padding-top: 60px;
  }

  .surprise_someone:before {
    content: "";
    width: 100%;
    height: 247px;
    top: 10px;
  }

  .surprise_someone .col-lg-5 {
    order: 2;
    padding-right: 15px;
    padding-top: 30px;
  }

  .surprise_someone .col-lg-7 {
    order: 1;
  }

  .exclusive_benefits .col-lg-5 h2,
  .surprise_someone .col-lg-5 h2 {
    font-size: 34px;
  }

  .clients_stories {}

  .clients_stories .justify-content-center {
    padding-top: 50px;
  }

  .clients_stories .nav li {
    width: auto;
  }

  .clients_stories .col-md-4.sm-mb-30px {
    margin-bottom: 20px !important;
  }

  .clients_stories .row .col-md-4 .h-100>div {
    padding: 25px 0 !important;
  }

  #stories_menu2 .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 30px !important;
  }
}

/* ===== Inner Section ===== */

.inner_sec {
  display: flex;
  align-items: center;
  height: 333px;
}

.inner_sec h2 {
  margin-bottom: 0px;
  line-height: 68px;
}

.inner_sec p {
  font-size: 13px;
}

.inner_sec .breadcrumb {
  background: #fff;
}

.about {
  background: #3e4e67 url(../img/innerbanner/about.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.offers_p {
  background: #3e4e67 url(../img/innerbanner/offers.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.faq {
  background: #3e4e67 url(../img/innerbanner/faq.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.gift_cards {
  background: #3e4e67 url(../img/innerbanner/gift_cards.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.membership {
  background: #3e4e67 url(../img/innerbanner/about1.png) 50% 0 no-repeat;
  background-size: cover;
}

.blogs {
  background: #3e4e67 url(../img/innerbanner/blog.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.contact_ {
  position: relative;
  height: 280px;
}

.contact_:after {
  content: "";
  background: url(../img/bg/contact_frame.png) repeat;
  background-size: cover;
  width: 300px;
  height: 150px;
  position: absolute;
  bottom: 0px;
  right: 5%;
}

.ser_listing {
  position: relative;
  height: 280px;
}

.ser_listing:after {
  content: "";
  background: url(../img/services/service_icon.png) repeat;
  background-size: cover;
  width: 140px;
  height: 293px;
  position: absolute;
  top: -5px;
  right: 0;
}

#breadcrumb {
  padding: 10px 0;
}

#breadcrumb ol,
#breadcrumb li {
  margin-bottom: 0px;
}

#breadcrumb .breadcrumb-item {}

#breadcrumb .breadcrumb-item a {
  color: #999;
}

#breadcrumb .breadcrumb-item.active {
  color: #000;
}

@media (max-width: 1400px) {
  .inner_sec h2 {
    font-size: 40px;
    padding: 0;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .inner_sec {
    height: 300px;
  }

  .inner_sec h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0px;
  }

  .inner_sec p {
    font-size: 10px;
    line-height: normal;
  }
}

/* ===== About us Page ===== */

.about_frames {
  position: relative;
}

.about_frames .frames {
  width: 300px;
  height: 260px;
  margin: 30px auto;
  position: relative;
}

.about_frames .frames span {
  position: absolute;
  width: 26px;
  height: 26px;
  z-index: 5;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 8px #800000, inset 0 0 8px #800000;
  -webkit-animation: pulse 2s linear 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 8px #800000, inset 0 0 8px #800000;
  }

  50% {
    box-shadow: 0 0 16px #800000, inset 0 0 14px #800000;
  }

  100% {
    box-shadow: 0 0 8px #800000, inset 0 0 8px #800000;
  }
}

.about_frames img {}

.about_frames .frame_1,
.about_frames .frame_2,
.about_frames .frame_3 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.about_frames .frame_1 #dot_1 {
  top: 27%;
  right: 13%;
  transform: translate(13%, -27%);
}

.about_frames .frame_2 #dot_2 {
  top: 62%;
  right: 25%;
  transform: translate(25%, -62%);
}

.about_frames .frame_3 #dot_3 {
  top: 34%;
  left: 50%;
  transform: translate(-50%, -34%);
}

.cont_box {
  position: absolute;
  padding: 26px;
  border-radius: 6px;
  width: 320px;
  background: #fff;
  display: none;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.cont_box:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #d4af37;
  z-index: -1;
}

.cont_box h5 {
  font-size: 22px;
}

.cont_box p {
  margin-bottom: 14px;
  line-height: normal;
}

.dot_1_cont {
  top: 12%;
  right: 0%;
}

.dot_2_cont {
  top: 38%;
  right: 0%;
}

.dot_3_cont {
  top: 2%;
  left: 0%;
}

.dot_1_cont:after {
  top: 43%;
  transform: translateY(-43%);
  left: -41%;
  width: 43%;
}

.dot_2_cont:after {
  top: 41%;
  transform: translateY(-41%);
  left: -56%;
  width: 56%;
}

.dot_3_cont:after {
  top: 44%;
  transform: translateY(-44%);
  right: -87%;
  width: 100%;
}

.about_frames.active1 #dot_3 img {
  width: 26px;
  height: 26px;
  border: 3px solid#d4af37;
  border-radius: 50%;
}

.about_frames.active1 .frame_2>img,
.about_frames.active1 .frame_3>img {
  opacity: 0.1;
}

.about_frames.active1 .dot_1_cont {
  display: block;
}

.about_frames.active2 #dot_3 img {
  width: 26px;
  height: 26px;
  border: 3px solid#d4af37;
  border-radius: 50%;
}

.about_frames.active2 .frame_1>img,
.about_frames.active2 .frame_3>img {
  opacity: 0.1;
}

.about_frames.active2 .dot_2_cont {
  display: block;
}

.about_frames.active3 #dot_3 img {
  width: 26px;
  height: 26px;
  border: 3px solid#d4af37;
  border-radius: 50%;
}

.about_frames.active3 .frame_1>img,
.about_frames.active3 .frame_2>img {
  opacity: 0.1;
}

.about_frames.active3 .dot_3_cont {
  display: block;
}

/* Timeline */

.timeline_sec {
  padding: 60px 40px 150px 10px !important;
  background: #f5f5f5;
}

.timeline {
  margin-top: 100px;
}

@media (min-width: 991px) {
  .timeline__items {
    position: relative;
  }

  .timeline__item {
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
  }

  .timeline__item>div {
    position: absolute;
    width: 22.22% !important;
    height: auto !important;
  }

  .timeline__item>div:nth-of-type(odd) {
    top: -98px;
  }

  .timeline__item>div:nth-of-type(even) {
    bottom: 0px;
  }

  /* .timeline__item .timeline__content:nth-of-type(even) > div:after { top:-10px; bottom:auto; left:27px; } */

  /* .timeline__item .timeline__content h1 { font-size:20px; line-height:73px; width:80px; height:80px; border-radius:50%; background:#f5dc89; text-align:center; border:4px solid#fff; margin-bottom:0px; }
 */
  .timeline__item .timeline__content h1 {
    font-size: 16px;
    line-height: normal;
    width: 80px;
    padding: 6px 0;
    background: #f5dc89;
    text-align: center;
    border: 2px solid#800000;
    margin-bottom: 0px;
    color: #800000;
  }

  .timeline__item .timeline__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    /* min-height:300px; */
  }

  .timeline__item .timeline__content:nth-of-type(even) {
    min-height: auto;
  }

  .timeline__item .timeline__content>div {}

  .timeline__item .timeline__content>div>div {
    border-left: 2px solid#800000;
    padding: 20px 20px 40px 10px;
    position: relative;
  }

  .timeline__item .timeline__content:nth-of-type(even)>div>div {
    padding: 50px 30px 10px 10px;
  }

  .timeline__item .timeline__content>div:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    background: #f5dc89;
    z-index: 5;
  }

  .timeline-divider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .timeline__item>div:nth-of-type(even) h1 {
    position: absolute;
    bottom: -39px;
  }

  .timeline__item>div:nth-child(1) {
    left: 0.4%;
    top: 77px;
  }

  .timeline__item>div:nth-child(1)>div>div {
    padding-bottom: 80px;
  }

  .timeline__item>div:nth-child(1)>div:after {
    bottom: -10px;
    left: -8px;
    z-index: 5;
  }

  .timeline__item>div:nth-child(3) {
    left: 23%;
    top: -8px;
  }

  .timeline__item>div:nth-child(3)>div>div {
    padding-bottom: 80px;
  }

  .timeline__item>div:nth-child(3)>div:after {
    bottom: -10px;
    left: -8px;
    z-index: 5;
  }

  .timeline__item>div:nth-child(5) {
    left: 43.8%;
    top: 68px;
  }

  .timeline__item>div:nth-child(5)>div>div {
    padding-bottom: 80px;
  }

  .timeline__item>div:nth-child(5)>div:after {
    bottom: -10px;
    left: -8px;
    z-index: 5;
  }

  .timeline__item>div:nth-child(7) {
    left: 63%;
    top: -45px;
  }

  .timeline__item>div:nth-child(7)>div>div {
    padding-bottom: 80px;
  }

  .timeline__item>div:nth-child(7)>div:after {
    bottom: -10px;
    left: -8px;
    z-index: 5;
  }

  .timeline__item>div:nth-child(9) {
    left: 84%;
    top: 0px;
  }

  .timeline__item>div:nth-child(9)>div>div {
    padding-bottom: 80px;
  }

  .timeline__item>div:nth-child(9)>div:after {
    bottom: -10px;
    left: -8px;
    z-index: 5;
  }

  .timeline__item>div:nth-child(2) {
    left: 6%;
    bottom: 162px;
  }

  .timeline__item>div:nth-child(2)>div>div {
    padding-top: 80px;
  }

  .timeline__item>div:nth-child(2)>div:after {
    top: -15px;
    bottom: auto;
    left: -8px;
  }

  .timeline__item>div:nth-child(4) {
    left: 28.9%;
    bottom: 90px;
  }

  .timeline__item>div:nth-child(4)>div>div {
    padding-top: 80px;
  }

  .timeline__item>div:nth-child(4)>div:after {
    top: -15px;
    bottom: auto;
    left: -8px;
  }

  .timeline__item>div:nth-child(6) {
    left: 49.7%;
    bottom: 15px;
  }

  .timeline__item>div:nth-child(6)>div>div {
    padding-top: 80px;
  }

  .timeline__item>div:nth-child(6)>div:after {
    top: -15px;
    bottom: auto;
    left: -8px;
  }

  .timeline__item>div:nth-child(8) {
    left: 80%;
    bottom: -33px;
  }

  .timeline__item>div:nth-child(8)>div>div {
    padding-top: 80px;
  }

  .timeline__item>div:nth-child(8)>div:after {
    top: -15px;
    bottom: auto;
    left: -8px;
  }

  .timeline__item>div:nth-child(10) {
    left: 90%;
    bottom: 35px;
  }

  .timeline__item>div:nth-child(10)>div>div {
    padding-top: 80px;
  }

  .timeline__item>div:nth-child(10)>div:after {
    top: -15px;
    bottom: auto;
    left: -8px;
  }
}

/* .timeline__content {  }
.timeline__content h2 { font-size:18px !important; line-height:normal; color: var(--primary-brown); font-weight:500 !Important; }
.timeline__content p { font-size:14px !important; line-height:normal; }
.timeline__content p strong.d-block { display:inline-block !important; }

.timeline__content { background:none !important; border:0px !important; }
.timeline__content:after, .timeline__content:before,
.timeline--horizontal .timeline__item:after { display:none !important; }
*/

/* New */
/* 
.timeline { margin-top:-60px; }	
.timeline__item { min-height:300px;  }
.timeline__item  > div { position:absolute; width:33.33% !important; height:auto !important; }
.timeline__item .timeline__content h1 { font-size:20px; line-height:73px; width:80px; height:80px; border-radius:50%; background:#f5dc89; text-align:center; border:4px solid#fff; }

.timeline-nav-button {  background-color: #f5dc89 !important; border:2px solid#fff !important; }
.timeline--horizontal .timeline-divider {  background-color: #f5dc89 !important; }

.timeline__item .timeline__content > div { border-left:3px solid#800000; padding-left:20px; position:relative; margin-left:35px; margin-top:40px;  }
.timeline__item > .timeline__content:nth-child(2) > div { margin-left:16px; margin-top:0px; }

.timeline__item:nth-child(2) .timeline__content > div { border-left:3px solid#800000; padding-left:20px; position:relative; margin-left:16px; margin-top:0px;  }
.timeline__item:nth-child(2) > .timeline__content:nth-child(2) > div { margin-left:35px; margin-top:40px; }

.timeline__item .timeline__content > div:before,
.timeline__item .timeline__content > div:after { content:''; width:12px; height:12px; border-radius:50%; position:absolute; left:-7px; }

.timeline__item .timeline__content > div:before { background:#800000; top:-12px; }
.timeline__item .timeline__content > div:after { border:1px solid#800000; bottom:-12px; }

.timeline__item:nth-child(1) > div:nth-child(1) { bottom:-231px;  }
.timeline__item:nth-child(1) > div:nth-child(2) { top:100px; left:0px; right:0px; margin:0 auto; }
.timeline__item:nth-child(1) > div:nth-child(2) h1 { position:absolute; bottom:-100px; left:0px; }
.timeline__item:nth-child(1) > div:nth-child(3) { bottom:-300px; right:0px;  }

.timeline__item:nth-child(2) > div:nth-child(1) { top:-203px;  }
.timeline__item:nth-child(2) > div:nth-child(1) h1 { position:absolute; bottom:-80px; left:0px; }
.timeline__item:nth-child(2) > div:nth-child(2) { top:-71px; left:0px; right:0px; margin:0 auto; }
.timeline__item:nth-child(2) > div:nth-child(3) { top:-205px; right:0px;  }
.timeline__item:nth-child(2) > div:nth-child(3) h1 { position:absolute; bottom:-100px; left:0px; }

.timeline__item:nth-child(3) > div { width:48% !important; }
.timeline__item:nth-child(3) > div:nth-child(1) { bottom:-311px;  }
.timeline__item:nth-child(3) > div:nth-child(2) { top:46px; right:0px;}
.timeline__item:nth-child(3) > div:nth-child(2) h1 { position:absolute; bottom:-100px; left:0px; } 
 */

.sets_apart {
  padding-top: 0px;
}

/* .sets_apart .col-lg-8 {
    padding-left: 80px;
} */

.sets_apart .swiper {
  border-top: 1px solid#ddd;
  border-bottom: 1px solid#ddd;
}

.sets_apart .swiper-slide {
  border-left: 1px solid#ddd;
}

.sets_apart .swiper-slide>div {
  padding: 20px;
}

.sets_apart .swiper-slide img {
  width: 50px;
}

.sets_apart .swiper-slide h4 {
  font-size: 20px;
  line-height: normal;
  color: #333;
  margin: 30px 0 15px;
  width: 80%;
}

@media (min-width: 992px) {
  .sets_apart .col-lg-4 {
    width: 38%;
  }

  .sets_apart .col-lg-8 {
    width: 62%;
  }
}

.women_empowerment {}

/* .women_empowerment .col-lg-6.position-relative {
    padding-left: 50px;
} */

.our_philosophy {
  height: 590px !important;
}

.our_philosophy .text-yellow {
  font-size: 120px;
}

.our_philosophy h6 {
  font-size: 18px;
  font-family: var(--poppins);
}

.our_philosophy p {
  color: #ebebeb;
}

.our_philosophy .swiper {
  width: 400px;
  height: 120px;
}

.our_philosophy .swiper .swiper-slide {
  padding-top: 5px;
}

.our_achievements {
  padding: 50px 0px !important;
  height: auto !important;
  background-position: 100% 50% !important;
  background-color: #f5f5dc;
}

.our_achievements .swiper {
  width: 450px;
  height: 300px;
  margin: 0px;
}

.our_achievements .swiper-slide {
  padding: 12px;
}

.our_achievements .swiper-slide .slide_box {
  background: #fff;
  border: 3px solid var(--base-color);
  padding: 10px 25px;
  position: relative;
  width: 250px;
  margin-bottom: 30px;
}

.our_achievements .swiper-slide .slide_box:after {
  content: "";
  border: 3px solid #666;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
}

.our_achievements h5 {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--poppins);
}

.our_achievements p {
  color: #333;
  padding-right: 0px;
  width: 100%;
}

.our_achievements .about_pagination {
  display: flex;
  gap: 12px;
  padding-left: 10px;
}

.our_achievements .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.our_achievements .swiper-pagination-bullet-active {
  background: var(--base-color);
}

.leap_planet {
  padding: 50px 0px 80px 0px !important;
}

.myelement {
  mix-blend-mode: multiply;
}

.book_spa h4 {
  color: #2e2e2e;
  font-size: 26px;
}

@media (max-width: 1024px) {
  .our_achievements h5 {
    width: 70%;
    text-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--poppins);
  }
}

@media (max-width: 452px) {
  .achivementcontainer {
    width: 100%;
  }

  .achivementcontainer p {
    width: 100%;
  }
}

/* .bottom_leaf .container { background: url(/img/bg/footer.png) 50% 0 no-repeat; background-size:cover; } */
.bottom_leaf .bottom-leaf {
  margin-top: -80px;
}

/* ===== Gallery Page ===== */

.gallery_listing {}

.gallery_listing .last-paragraph-no-margin {
  padding: 15px;
}

.gallery_listing .last-paragraph-no-margin span {
  color: var(--primary-brown);
  font-size: 18px;
}

.bg-gradient-blue-ironstone-brown {
  background-image: linear-gradient(to right,
      #2c3846,
      #333945,
      #3e393f,
      #584344,
      #8b4d41);
}

.services-box-style-01:hover .box-overlay {
  opacity: 0.7;
}

/* ===== Membership Page ===== */

.membership_page {
  width: 100%;
  position: relative;
  background: url(../img/innerbanner/yugal.png) 50% 0 no-repeat;
  background-size: cover;
  /* margin-bottom: 30px; */
}

.membership_page .pricing-table {
  padding: 20px 20px !important;
  background: #f5f5dc !important;
}

.membership_page .pricing-table:hover {
  background: var(--primary-brown) !important;
}

.membership_page .pricing-table:hover>h4,
.membership_page .pricing-table:hover>p,
.membership_page .pricing-table:hover>.nav .nav-link {
  color: #fff !important;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a:after {
  background: var(--primary-brown) !important;
}

.membership_page .pricing-table:hover>.nav .nav-link:after {
  background: #f5f5dc !important;
}

.membership_page .pricing-table>h4 {
  font-size: 26px;
  color: var(--primary-brown);
}

.membership_page .pricing-table>p {}

.membership_page .pricing-table .card {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid#ffdbdb;
  margin-bottom: 10px;
}

.membership_page .pricing-table .card label>span {
  background: var(--primary-brown);
  /* border-radius: 0 0 10px 10px; */
  color: #fff;
  font-size: 11px;
  width: 98px;
  margin: -10px auto;
  display: block;
  line-height: normal;
  padding: 3px 0;
}

.membership_page .pricing-table .card label>h6 {
  margin-top: 15px;
  color: var(--primary-brown);
}

.membership_page .pricing-table .card label>ul {
  margin-bottom: 0px;
  border-top: 1px solid#F5F5DC;
  padding: 10px 10px 0 10px !important;
}

.membership_page .pricing-table .card label>ul li {
  margin-bottom: 0px;
}

.membership_page .pricing-table .card label>ul li span {
  font-size: 12px;
}

.membership_page .pricing-table .card label>ul li p {
  color: #000;
}

.pricing-table .card input[type="radio"][id^="cb"] {
  display: none;
}

.pricing-table .card label {
  cursor: pointer;
}

.pricing-table .card label:before {
  background-color: white;
  color: white;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.pricing-table .card label img {
  width: 250px;
  transition-duration: 0.2s;
}

.pricing-table .card :checked+label {}

.pricing-table .card :checked+label:before {
  content: "✓";
  background-color: var(--primary-brown);
  transform: scale(1);
}

.pricing-table .card :checked+label img {
  z-index: -1;
}

/* price card */
.pricing-section {
  font-family: "Heebo";
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.card1 {
  font-family: "Heebo";
  width: 330px;
  background-color: #f5f5f5;
  padding: 20px;
  color: white;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-image: url("/img/bg/diagmonds-light.png");
  background-repeat: repeat;
  background-size: 50px;
  background-blend-mode: overlay;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.card1:hover {
  transform: translateY(-5px);
}

.card1 h2 {
  font-size: 36px;
}

.card1 p {
  font-size: 12px;
  color: #eee;
}

.card1 strong {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}

.card1 span {
  font-weight: bold;
  font-size: 36px;
}

.silver {
  background-color: #757373;
}

.gold {
  background-color: #a88d34;
}

.platinum {
  background-color: #8d8a8a;
}

.diamond {
  background-color: #8a1818;
}

/* Responsive Styling */
@media (max-width: 1024px) {
  .card1 {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    flex-direction: column;
    align-items: center;
  }

  .card1 {
    width: 100%;
    max-width: 90%;
  }

  .card1 h2 {
    font-size: 28px;
  }

  .card1 span {
    font-size: 28px;
  }

  .card1 strong {
    font-size: 16px;
  }

  .card1 p {
    font-size: 11px;
  }
}

@media (max-width: 500px) {}

/* ===== Gift Page ===== */

.gifts_listing {}

.gifts_listing .box-shadow-quadruple-large-hover {}

.gifts_listing .box-shadow-quadruple-large-hover:hover {
  box-shadow: none;
}

.gift_text {}

.gift_text p {
  font-family: var(--Literata);
  font-size: 16px;
}

.popular_gifts {
  background: none;
}

.gift_faq.faq_page {
  background: #f5f5dc;
  position: relative;
}

.gift_faq.faq_page:before {
  content: "";
  background: url(../img/bg/counter_section_1.png) repeat;
  background-size: cover;
  width: 240px;
  height: 283px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.gift_faq.faq_page:after {
  content: "";
  background: url(../img/bg/counter_section_2.png) repeat;
  background-size: cover;
  width: 160px;
  height: 157px;
  position: absolute;
  bottom: 50px;
  right: 0px;
}

.gift_faq .accordion-style-02 .accordion-item .accordion-header {
  background: #fff;
  padding: 10px 20px;
  border: none;
}

.gift_faq .accordion-style-02 .accordion-item .accordion-body {
  background: #fff;
  padding: 20px 20px;
  border: none;
}

/* ===== Offer Page ===== */

.offers_bg {
  position: relative;
}

.offers_bg .offers_bgimg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

/* ===== FAQ's Page ===== */

.faq_page {
  position: relative;
}

.faq_page:before {
  content: "";
  background: url(../img/bg/faq.png) repeat;
  background-size: cover;
  width: 401px;
  height: 382px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.faq_page .bg-gradient-quartz-white {
  padding-top: 0px !important;
}

.accordion-style-02 .accordion-item {
  margin-bottom: 15px;
}

.accordion-style-02 .accordion-item .accordion-header {
  background: #f5f5dc;
  padding: 10px 20px;
  border: none;
}

.accordion-style-02 .accordion-item .accordion-header .fs-18 {
  font-size: 16px;
}

.accordion-style-02 .accordion-item .accordion-body {
  background: #fefef0;
  padding: 20px 20px;
  border: none;
}

/* ===== Services ===== */

/* Landing Page */

.ser_nv {}

.ser_nv a {
  color: #d4af37;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.ser_nv a img {
  width: 20px;
  margin-left: 10px;
}

.services_listing {}

.services_listing .container>.row {
  margin-bottom: 100px;
}

.services_listing .container>.row .col-lg-6 {
  position: relative;
}

.services_listing .container>.row .col-lg-6 .btn {
  font-size: 13px;
  margin-top: 15px;
}

.services_listing .container>.row .col-lg-6 .btn>span {
  padding: 12px 20px !important;
}

.services_listing .container>.row:nth-of-type(even) .col-lg-6:nth-child(1) {
  order: 2;
}

.services_listing .container>.row:nth-of-type(even) .col-lg-6:nth-child(2) {
  order: 1;
}

.services_listing .container>.row:nth-of-type(even) .col-lg-6:nth-child(2) {
  padding-right: 80px;
}

.services_listing .container>.row:nth-of-type(odd) .col-lg-6:nth-child(2) {
  padding-left: 80px;
}

.services_listing .container>.row:nth-of-type(odd) .col-lg-6:nth-child(1):after,
.services_listing .container>.row:nth-of-type(even) .col-lg-6:nth-child(1):after {
  content: "";
  background: url(../img/services/services_frame.png) repeat;
  background-size: cover;
  width: 100px;
  height: 101px;
  position: absolute;
  top: -50px;
  z-index: -1;
}

.services_listing .container>.row:nth-of-type(odd) .col-lg-6:nth-child(1):after {
  left: -34px;
}

.services_listing .container>.row:nth-of-type(even) .col-lg-6:nth-child(1):after {
  right: -34px;
}

/* Service Details Page */

.category_menu {}

.category_menu ul.d-flex {
  padding: 0px;
  margin: 0px;
}

.category_menu ul.d-flex li {
  width: 20%;
  text-align: center;
}

.category_menu ul.d-flex li a {
  color: #666;
  padding: 5px 10px;
  display: block;
}

.category_menu ul.d-flex li a span {
  display: block;
}

.category_menu ul.d-flex li:nth-child(1) a img,
.category_menu ul.d-flex li:nth-child(5) a img {
  width: 65%;
}

.category_menu ul.d-flex li:nth-child(2) a img,
.category_menu ul.d-flex li:nth-child(4) a img {
  width: 80%;
}

.category_menu ul.d-flex li:nth-child(2),
.category_menu ul.d-flex li:nth-child(4) {
  padding-top: 30px;
}

.category_menu ul.d-flex li:nth-child(3) {
  padding-top: 70px;
}

.ser_detailslisting {
  background: #f8f8e9;
  padding: 20px 0px;
  margin-top: -35px;
}

.ser_detailslisting h5 {
  font-size: 26px;
}

.ser_icon_2 {
  position: absolute;
  left: 0px;
  bottom: -120px;
  z-index: 9;
  width: 200px;
}

.ser_icon_3 {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  width: 300px;
}

/* .servdet_listing .container > .row .col-lg-6 {
    padding: 0 70px;
} */

.servdet_listing .container>.row .col-lg-6 h3 {
  font-size: 26px;
}

.servdet_listing .container>.row .col-lg-6 h3 span {
  font-size: 20px;
}

.servdet_listing .container>.row .col-lg-6 .position-relative h1 {
  color: #f5f5dc;
  position: absolute;
  top: -40px;
  left: 15px;
  font-size: 80px;
}

.servdet_listing .container>.row .col-lg-6 .position-relative .time {
  background: #d4af37;
  color: #fff;
  border-radius: 12px;
  position: absolute;
  bottom: -16px;
  right: 15px;
  padding: 6px 20px;
  font-size: 18px;
  font-family: "Literata", serif;
  display: none;
}

.ser-item {
  background: #fff;
  padding: 12px 20px;
  border: 1px dotted var(--primary-brown);
  width: 300px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.ser-item i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ser-item.open {}

.ser-item.open .dropdown-menu {
  display: block;
  left: 0px;
  width: 100%;
  top: 55px;
  border: 1px dotted var(--primary-brown);
  border-top: 0px;
  border-radius: 0px;
  padding: 0px;
}

.ser-item.open .dropdown-menu a {
  padding: 8px 20px;
  display: block;
  font-size: 14px;
}

.ser-item.open .dropdown-menu a:hover {
  background: var(--primary-brown);
  color: #fff;
}

.ser_cat_listing {}

.ser_cat_listing h3 {}

.ser_cat_listing h3>span {
  display: block;
  font-size: 20px;
}

.categories_listing {}

.categories_listing .col-lg-2 {}

.categories_listing .col-lg-2 a {
  display: block;
  line-height: normal;
}

.categories_listing .col-lg-2 a>span {
  display: block;
}

/* ===== Contact ===== */

.contact_tabbed {
  background: #f5f5dc url(../img/bg/footer_1.png) no-repeat;
  background-size: contain;
  padding: 30px 0;
}

.contact_tabbed .col-lg-6 {
  margin-bottom: 50px;
}

.contact_tabbed .tab-style-08 {}

.contact_tabbed .tab-style-08 .tab-content {
  background: #f5f5dc;
}

.contact_tabbed .tab-style-08 ul .nav-item .nav-link {
  padding: 20px 15px;
}

.contact_tabbed .tab-style-08 .tab-content .tab-pane {
  background: url(../img/bg/footer_1.png) no-repeat;
  background-size: contain;
  padding: 30px 0;
}

.contact_tabbed h5.poppins {
  color: var(--primary-brown);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.contact_tabbed .addrs p {
  text-transform: capitalize;
}

.contact_tabbed p,
.contact_tabbed p a {
  color: #666;
}

.contact_tabbed .iframe {
  border: 10px solid#fff;
  height: 219px;
}

.contact_tabbed .iframe iframe {
  height: 200px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

fieldset {
  /* border: 1px solid #8b0304 !important; */
  padding: 0 1.4em 1.4em 1.4em !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  background-color: #fff;
}

fieldset legend {
  font-size: 18px;
  text-transform: uppercase;
  width: auto;
  padding: 0;
  /* background: #f5f5dc; */
  margin: 15px 0px 0px 0px;
  color: #d4af37;
}

.contact-card-details {
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-card-details .contact-info {
  display: flex;
  flex-direction: column;
}

.contact-card-details .iframe {
  display: flex;
}

.contact_form {
  margin-top: -70px;
}

.contact_form .form_bg {
  background: #f5f5dc;
  padding: 40px 60px 30px 60px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group .form-control,
.form-group select {
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  border-radius: 0px;
  border: none;
  background-color: #f5f5dc;
  border-bottom: 1px solid#ddd;
}

.submit {}

.submit .btn {
  padding: 14px 20px;
  background: #7f5b23;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 500px) {
  .contact_form .form_bg {
    padding: 30px 20px 30px 20px;
  }
}

.privacy_policy {}

.privacy_policy h3 {
  font-size: 34px;
}

.privacy_policy h5 {
  font-size: 24px;
  color: var(--primary-brown);
}

.privacy_policy ul {}

.privacy_policy ul li {
  list-style: disc;
}

/* Testimonial */
.swiper .swiper-wrapper .card-distance {
  padding: 20px;
}

.custom-swiper {
  position: relative;
  overflow: hidden;
}

/* .custom-swiper-pagination,
.custom-swiper-button-next,
.custom-swiper-button-prev {
    z-index: 10;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    cursor: pointer;
} */

/* .custom-swiper-button-prev {
    left: -10px; 
} */

/* .custom-swiper-button-next {
    right: 25px; 
} */

/* Optional icon styles if you're using an icon inside */
.custom-swiper-button-prev::before,
.custom-swiper-button-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  padding: 3px;
}

.custom-swiper-button-prev::before {
  transform: rotate(135deg);
}

.custom-swiper-button-next::before {
  transform: rotate(-45deg);
}

.custom-swiper-pagination {
  position: relative;
  /* instead of absolute */
  margin-top: 50px;
  /* add space below swiper */
  text-align: center;
}

/* Remove absolute positioning */
.swiper-pagination {
  position: relative !important;
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  /* optional: spacing between bullets */
}

.custom-swiper-pagination.swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* ===== Footer ===== */

.abv_footr {
  background: #f3f5dd;
  padding: 0px;
}

.abv_footr .visitus {
  background: #d3af37;
  padding: 20px 15px;
}

.abv_footr .visitus h4 {
  font-size: 26px;
}

.abv_footr .visitus h4 img {
  width: 26px;
}

.abv_footr .swiper-slide .btn {
  width: 100%;
  height: 101px;
  padding: 20px 15px;
  text-align: left;
  background: none;
  border: none;
  border-right: 1px solid#e0e1ce;
  color: #333;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 500;
  position: relative;
}

.abv_footr .swiper-slide .btn>span {
  /* height:50px; */
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
}

.abv_footr .swiper-slide .btn:hover,
.abv_footr .swiper-slide .btn:focus {
  border: none;
  border-right: 1px solid#e0e1ce;
}

.abv_footr .swiper-slide .btn .branch_name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  transition: transform 0.3s ease, top 0.3s ease;
}

.abv_footr .swiper-slide .btn .hover_cont {
  position: absolute;
  top: 120%;
  transform: translateY(-120%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.abv_footr .swiper-slide .btn .hover_cont span {
  background: #cea627;
  border-radius: 6px;
  font-size: 13px;
  color: #fff;
  padding: 8px;
  width: 48%;
  height: 37px;
}

.abv_footr .swiper-slide .btn .hover_cont span img {
  width: 16px;
}

.abv_footr .swiper-slide .btn:hover {
  background: #d3af37;
  color: #fff;
}

.abv_footr .swiper-slide .btn:hover .branch_name {
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  transition: transform 0.3s ease, top 0.3s ease;
}

.branch-item .branch_name {
  text-transform: capitalize;
  font-size: 18px;
}

.branch-item .branch_name .branch_image {
  width: 20px;
  height: 20px;
}

.vertical-line {
  width: 0.9px;
  /* height: 100%; */
  background-color: #cbcbc5;
  /* margin-left: 12px;
    margin-right: 12px; */
  align-self: stretch;
  /* Takes full height of flex container */
}

.abv_footr .swiper-slide .btn:hover .hover_cont {
  position: absolute;
  top: 80%;
  transform: translateY(-80%);
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0s;
}

.modal_contact .modal-content {
  border-radius: 0px;
}

.modal_contact .modal-header {
  padding: 20px 50px 10px 50px;
  border: none;
  position: relative;
}

.modal_contact .modal-header h1 {
  color: var(--base-color);
  font-size: 130px;
  position: absolute;
  left: 0px;
  opacity: 0.1;
  top: 25px;
  display: none;
}

.modal_contact .modal-header h4 {
  color: var(--base-color);
  font-size: 32px;
}

.modal_contact .modal-header .btn-close {
  background-color: #d4af37;
  color: #fff;
  padding: 15px;
  border-radius: 0px;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 1;
}

.modal_contact .modal-header .btn-close {}

.modal_contact .modal-body {
  padding: 0px 50px 40px 50px;
}

.modal_contact .modal-body .addrs {
  padding-right: 35px;
}

.modal_contact .modal-body h5 {
  font-family: var(--poppins);
  font-weight: 500;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}

.modal_contact .modal-body p {
  color: #666;
}

.modal_contact .modal-body a {
  color: #666;
  line-height: 32px;
}

.modal_contact .modal-body .iframe {
  border: 10px solid#e9e9e9;
  height: 319px;
}

.modal_contact .modal-body .iframe iframe {
  height: 300px;
}

footer {
  background: #800000;
}

/* .branch-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    gap: 0px;
} */

.branch-slider {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
  padding-top: 25px;
}

/* .branch-item {
    flex: 1 1 160px;
    max-width: 280px;
    margin: 4px;
} */

footer .footer-logo {
  display: block;
}

footer .footer-logo img {
  width: 200px !important;
  height: auto;
  max-height: none !important;
}

footer ul li {}

footer ul li a {
  color: #f5d8d8;
  display: block;
  padding: 4px 0;
}

footer .newsletter span.fs-17 {
  color: #f5d8d8;
}

footer .newsletter .form-control {
  background: #8c1819;
  border: 1px solid#ac2122;
  border-radius: 0px;
  padding: 8px 15px;
  font-size: 14px;
  color: #bd807e !important;
}

.newsletter-style-02 .btn i {
  color: #bd807e;
}

footer .elements-social .dark li a {
  color: #bd807e !important;
  font-size: 22px;
}

footer .last_ftr {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .last_ftr .footer-navbar {}

footer .last_ftr .footer-navbar li {
  border-right: 1px solid#bd807e;
  margin: 0px;
}

footer .last_ftr .footer-navbar li:last-child {
  border-right: 0px solid#bd807e;
}

footer .last_ftr .footer-navbar li a {
  padding: 0px 10px;
  display: block;
  line-height: normal;
}

footer .divider-style-03.divider-style-03-01 {
  margin-bottom: 20px;
}

footer .last_ftr a {
  color: #bd807e !important;
}

footer .last_ftr p {
  color: #bd807e !important;
}

@media (max-width: 500px) {
  footer .col-sm-4 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 30px !important;
  }

  footer .last-paragraph-no-margin {
    text-align: center !important;
    padding-top: 15px;
  }
}

@media (max-width: 995px) {
  /* .book_spa {
        display: none;
    } */

  .bottom_leaf .bottom-leaf {
    margin-top: 10px;
  }
}

/* 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;
}

/* Placeholder */
.form-group ::-webkit-input-placeholder {
  color: #333;
}

.form-group :-moz-placeholder {
  color: #333;
}

.form-group ::-moz-placeholder {
  color: #333;
}

.form-group :-ms-input-placeholder {
  color: #333;
}

/* Scroll Bar */
::-webkit-scrollbar-track {
  background: var(--white);
}

::-webkit-scrollbar {
  width: 4px;
  background: var(--white);
}

::-webkit-scrollbar-thumb {
  background: var(--base-blue);
}

/* VIDEO SWIPER  */

/* edited by prajwal 08-04-2025 */
.counter-box {
  flex-wrap: nowrap;
}

.counter-box .counts {
  min-width: 550px;
  text-wrap: nowrap;
}

.relaxation .video-box {
  height: 1000px;
}

.relaxation .video-box video {
  object-position: 0 75%;
}

.magic-cursor-wrapper {
  opacity: 1 !important;
}

.clients_stories .swiper.testimonials-custom-swiper .swiper-slide:before {
  border: none;
}

.timeline_sec .timeline-divider.mobile {
  display: none;
}

.branch-slider {
  padding-block: 25px;
}

/* Base styles */

.wellness-banner {
  position: relative;
}

.content h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}

.book-btn {
  background-color: #5f3b1e;
  color: white;
  padding: 5px 25px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 4px 4px #c8a44b;
  letter-spacing: 2px;
  transition: 0.3s ease;
}

.book-btn:hover {
  background-color: #c8a44b;
  color: #000;
}

.image-container img {
  /* height: 100%; */
  width: auto;
  /* object-fit: cover; */
  display: block;
}

h3.golden-text {
  font-size: 53px;
}

.golden-text {
  color: #ceac3e;
}

.our_philosophy .text-content {
  width: 100%;
}

.book_spa {
  position: relative;
  background: #f4ebcd;
}

.book_spa .text-content {
  position: relative;
  z-index: 2;
}

.book_spa .image-box {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: end;
  z-index: 1;
}

.book_spa .image-box img {
  object-fit: contain;
  height: 100%;
}

.servdet_listing .container>.row .col-lg-6:nth-child(1) .content-wrapper {
  margin-top: -150px;
}

.servdet_listing .container>.row .col-lg-6:nth-child(2) .content-wrapper {
  margin-top: 150px;
  padding-left: 80px;
}

#breadcrumb {
  margin-top: 100px;
}

fieldset.large {
  padding-top: 1.4rem !important;
}

fieldset.large .contact-card-details {
  height: 630px;
}

/* .menu-list-wrapper .mCustomScrollBox {
    overflow-x: hidden;
    overflow-y: auto;
}

.mCSB_draggerContainer {
    display: none !important;
}

.mCSB_scrollTools {
    z-index: -1;
    position: relative;
} */

.service-box-container.mobile {
  display: none;
  margin-top: 30px;
}

.service-box-container.mobile h3 {
  font-size: 26px;
}

@media (max-width: 992px) {
  .navbar-nav .desktop_logo {
    display: none;
  }

  .timeline_sec .timeline-divider.mobile {
    display: block;
  }

  .timeline_sec .timeline__item {
    text-align: center;
  }

  .service-box-container.desktop {
    display: none;
  }

  .service-box-container.mobile {
    display: block;
  }

  .service-box-container.mobile .mobile-image {
    margin-bottom: 15px;
  }

  .category_menu ul.d-flex li a span {
    display: block;
    font-size: 14px;
    width: 165px;
    word-break: break-all;
  }

  .navbar {
    border: 1px solid#ddd;
    padding: 0 0px;
  }

  .navbar>.container {
    border: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .desktop_logo {
    display: none;
  }

  .counter-box .counts {
    min-width: 320px;
  }

  .relaxation {
    display: none;
  }

  .blogs_sec .blog-grid .grid-item .card {
    width: 100%;
  }

  /* .branch-slider .vertical-line:nth-of-type(even) {
        display: none;
    } */

  .branch-item {
    min-width: 180px;
  }

  .branch-slider {
    justify-content: space-between;
  }

  .our_philosophy .text-yellow {
    font-size: 80px;
  }

  .book_spa .image-box img {
    opacity: 0.5;
    object-fit: cover;
  }

  .servdet_listing .container>.row .col-lg-6:nth-child(1) .content-wrapper {
    margin-top: 0px;
  }

  .servdet_listing .container>.row .col-lg-6:nth-child(2) .content-wrapper {
    margin-top: 0px;
    padding-left: 0;
  }

  .servdet_listing .container .content-wrapper {
    margin-bottom: 30px;
  }

  .services_listing .container>.row:nth-of-type(odd) .col-lg-6:nth-child(2) {
    padding-left: 15px;
    padding-top: 40px;
  }

  /* services updation */
  .upper-order {
    order: 2;
  }

  .down-order {
    order: 1;
  }

  .down-order:nth-child(1) {
    margin-top: 50px;
  }

  .services_listing .container>.row:nth-of-type(even) .col-lg-6:nth-child(2) {
    padding-right: 0;
  }

  .ser_nv {
    margin-top: 54px;
  }

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

  .box-order {
    order: 2;
  }

  .service-box-container {
    margin-top: 100px;
  }

  .ser_listing {
    margin-top: 35px;
  }

  .category_menu ul.d-flex li:nth-child(3) {
    margin-top: 17px;
  }

  .category_menu ul.d-flex li a span {
    /* display: block; */
    font-size: 12px;
  }

  .category_menu ul.d-flex li a span {
    display: block;
    font-size: 10px;
    transform: translateX(-55px);
    width: 165px;
    word-break: break-all;
  }

  #breadcrumb .breadcrumb li a,
  #breadcrumb .breadcrumb li.active {
    padding: 8px 16px;
    font-size: 11px;
  }
}

@media (max-width: 433px) {
  .branch-item {
    min-width: 200px;
  }

  .category_menu ul.d-flex li a span {
    /* display: block; */
    font-size: 10px;
  }

  #breadcrumb .breadcrumb li a,
  #breadcrumb .breadcrumb li.active {
    padding: 6px 12px;
    font-size: 11px;
    margin-top: 5px;
    /*changes by harsh */
  }
}

/* edited by prajwal 08-04-2025 end */

/* changes */
fieldset.large .contact-card-details {
  height: 230px;
}

@media (max-width: 433px) {
  fieldset.large .contact-card-details {
    height: auto;
    margin-top: 10px;
  }

  fieldset.large .contact-card-details .iframe {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  fieldset.large .contact-card-details {
    height: auto;
    margin-top: 10px;
  }

  fieldset.large .contact-card-details .iframe {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}

/*changes by harsh  */

.services-box-style-05 img {
  transition: 0.3s;
  width: 100%;
  border: 5px solid #d3af37 !important;
}

.influencer-main-container .influencer-container {
  padding: 20px 150px;
}

.addresstab {
  padding: 20px !important;
}

.addresstab .addressheader {
  padding: 0px;
}

@media (max-width: 1024px) {
  .influencer-main-container .influencer-container {
    padding: 0px 10px;
  }

  .influencer-main-container .influencer-container .influencer-row-container {
    flex-direction: column !important;
  }

  .addresstab {
    padding: 20px !important;
  }

  .addresstab .addressheader {
    padding: 0px;
  }
}

@media (max-width: 552px) {
  .videogallery {
    padding-right: 30px;
    padding-bottom: 60px;
  }

  .clients_stories .row .col-md-4:before {
    border: none;
  }
}

@media (max-width: 442px) {
  .our_philosophy .customizeCo {
    display: block !important;
  }
}

.influencer-main-container h1 {
  color: var(--primary-brown);
  font-size: 44px;
  margin-bottom: 30px;
}

.image-gallery-style-06 .gallery-box {
  will-change: transform;
  height: 100%;
}

a.testimonial-videos {
  display: block;
  height: 100%;
}

.image-gallery-style-06 .gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client_review_gallery {
  padding: 80px 180px 0px 180px;
  /* max-height: 900px; */
}

.client_review_gallery .client-heading {
  width: 60%;
  color: #850a0a;
  margin-bottom: 60px;
  font-size: 48px;
}

.client_review_gallery .videogalleryborder {
  height: 400px;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}

@media (max-width: 462px) {
  .client_review_gallery {
    padding: 0;
  }

  .client_review_gallery .client-heading {
    width: 100%;
    color: #850a0a;
    margin-bottom: 60px;
    font-size: 24px;
    margin-top: 10px;
    text-transform: capitalize;
    line-height: 40px;
    text-wrap: wrap;
  }

  .client_review_gallery .videogalleryborder {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .client_review_gallery {
    padding: 0px 10px;
  }

  .client_review_gallery .client-heading {
    width: 100%;
    color: #850a0a;
    margin-bottom: 60px;
    font-size: 28px;
    margin-top: 10px;
    line-height: 40px;
    text-wrap: wrap;
  }

  .client_review_gallery .videogalleryborder {
    height: 400px;
  }
}

@media (max-width: 992px) {
  .client_review_gallery {
    padding: 0px 10px;
  }

  .client_review_gallery .client-heading {
    width: 100%;
    color: #850a0a;
    margin-bottom: 60px;
    font-size: 28px;
    margin-top: 10p;
  }

  .client_review_gallery .videogalleryborder {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .client_review_gallery {
    padding: 0px 10px;
  }

  .client_review_gallery .client-heading {
    width: 100%;
    color: #850a0a;
    margin-bottom: 60px;
    font-size: 28px;
    margin-top: 10p;
    line-height: 40px;
    text-wrap: wrap;
  }

  .client_review_gallery .videogalleryborder {
    height: 400px;
  }
}

.offers .offer-card img {
  margin-left: 280px;
  height: 600px;
  width: 650px;
  object-fit: contain;
}

@media (max-width: 462px) {
  .offers .offer-card img {
    margin-left: 0px;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .offers .absolute-middle-center {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none;
    padding: 30px 15px;
  }

  .offers .offer-card img {
    margin-left: 0px;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .offers .absolute-middle-center {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none;
    padding: 30px 15px;
  }

  .offers .offer-card img {
    margin-left: 0px;
    height: auto;
    width: 100%;
    justify-items: center;
  }
}

@media (max-width: 1024px) {

  /* .offers .absolute-middle-center {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none;
        padding: 0px;
    } */
  .offers .offer-card img {
    margin-left: 0;
    /* margin-top: 320px; */
    height: auto;
    width: 100%;
  }
}

/* CHANGES START HERE HARSH 12-06-25 */

#stickyPopupBar {
  position: fixed;
  top: 70%;
  right: 0;
  background-color: #530f1c;
  color: #fff;
  width: 30px;
  height: 120px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1000;
  text-align: center;
  cursor: pointer;
  writing-mode: sideways-lr;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
}

.blogs_sec .offer_nav_tabs ul.nav.nav-tabs.border-0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blogs_sec .offer_nav_tabs ul.nav.nav-tabs.border-0 li {
  position: relative;
  font-size: 18px;
}

.blogs_sec .offer_nav_tabs ul.nav.nav-tabs.border-0 li a.active {
  color: #a88d34;
  font-weight: 700;
}

.blogs_sec .offer_nav_tabs ul.nav.nav-tabs.border-0 li a.active::after {
  content: "";
  width: 100%;
  /* height: 50px; */
  position: absolute;
  left: 0%;
  bottom: -3px;
  border: 1px solid #530f1c;
}

/* Responsive tweaks */
@media screen and (max-width: 768px) {
  .blogs_sec .offer_nav_tabs ul.nav.nav-tabs.border-0 li {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .blogs_sec .offer_nav_tabs ul.nav.nav-tabs.border-0 {
    gap: 12px;
  }

  .blogs_sec .offer_nav_tabs ul.nav.nav-tabs.border-0 li {
    font-size: 15px;
  }
}

.whatsapp_connect {
  display: inline-flex;
  color: #fff;
  font-size: 26px;
  position: fixed;
  border-radius: 50%;
  top: 62%;
  right: 10px;
  /* bottom: 16px; */
  z-index: 9999;
  cursor: pointer;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.whatsapp_connect {
  background-color: #41c251;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(20%, 0%);
}

.whatsapp_connect a img {
  width: 30px;
  height: 30px;
}

.phone_connect {
  display: inline-flex;
  color: #fff;
  font-size: 26px;
  position: fixed;
  border-radius: 50%;
  top: 55%;
  right: 10px;
  /* bottom: 16px; */
  z-index: 9999;
  cursor: pointer;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.phone_connect {
  background-color: #41c251;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(20%, 0%);
}

.phone_connect a img {
  width: 30px;
  height: 30px;
}

.nav.nav-pills.subtabs .nav-item .nav-link {
  color: #530f1c !important;
  border: 1px solid #530f1c !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.nav.nav-pills.subtabs .nav-item .nav-link.active {
  background-color: #530f1c !important;
  color: #fff !important;
}

.offer_cards_layout {
  width: 350px;
  height: 380px;
  border: 3.5px solid #530f1c;
  padding: 10px 40px;
}

.offer_cards_layout .img_Container {
  position: relative;
}

.offer_cards_layout .cards_details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.offer_cards_layout .img_Container .circle_card_logo {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translate(-50%);
  border: 7px solid #d3af37;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.offer_cards_layout .ticket_img_Container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer_cards_layout .ticket_img_Container .card_offer_ticket {
  width: 180px;
  height: 65px;
  margin-top: 40px;
  position: relative;
}

.offer_cards_layout .ticket_img_Container .ticket_content {
  position: absolute;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #530f1c;
}

.offer_cards_layout .cards_details .card-text-color {
  color: #d3af37;
  font-weight: 600;
}

.offer_cards_layout .cards_details .card-text-2-color {
  font-weight: 600;
  color: #000;
}

.offer_cards_layout .cards_details .dotted_border_bottom {
  border: 1.9px dashed #9e001b;
  width: 100%;
  padding: 0 50px;
  /* height: 1px; */
}

.offer_cards_layout .cards_details .card-last-color {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #9e001b;
  position: absolute;
  /* bottom: 100px; */
  top: 100%;
  bottom: 0px;
  right: -35px;
}

.tab-content.offer_card_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer_card_container .responsive-mt {
  margin-top: 15rem !important;
}

@media (min-width: 576px) {
  .offer_card_container .responsive-mt {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .offer_card_container .responsive-mt {
    margin-top: 7rem !important;
  }
}

@media (min-width: 992px) {
  .offer_card_container .responsive-mt {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .offer_card_container .responsive-mt {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1400px) {
  .offer_card_container .responsive-mt {
    margin-top: 7rem !important;
  }
}

.offer_card_contact {
  width: 100%;
  max-width: 700px;
  /* margin: 2rem auto 0; */
  /* padding: 15px; */
  text-align: center;
}

.offer_card_contact p {
  /* margin: 0.5rem 0; */
  font-size: 20px;
  color: #444;
  /* line-height: 1.4; */
}

.offer_card_contact a {
  color: #d3af37;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

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

@media (max-width: 576px) {
  .offer_card_contact .col-12.col-md-5 p {
    font-size: 20px;
    margin-left: 20px;
  }

  .offer_card_contact .col-12.col-md-7 p {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .offer_card_contact .col-12.col-md-5 p {
    font-size: 20px;
    margin-left: 50px;
  }

  .offer_card_contact .col-12.col-md-7 p {
    margin-left: 65px;
  }
}

@media (min-width: 992px) {
  .offer_card_contact .col-12.col-md-5 p {
    font-size: 16px;
    margin-left: 50px;
  }

  .offer_card_contact .col-12.col-md-7 p {
    margin-left: 75px;
  }
}

.offer_card_vo {
  position: relative;
  max-width: 100%;
}

.offer_card_vo img {
  width: 100%;
  height: auto;
  object-fit: scale-down;
  /* display: block; */
}

.offer_card_vo .offer_card_vo_content p {
  color: #fff;
  position: absolute;
  bottom: 18%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  font-size: clamp(14px, 2.5vw, 24px);
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .offer_card_vo .offer_card_vo_content p {
    bottom: -7%;
    font-size: 10px;
  }
}

@media (min-width: 481px) and (max-width: 766px) {
  .offer_card_vo .offer_card_vo_content p {
    font-size: 18px;
    bottom: 0%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .offer_card_vo .offer_card_vo_content p {
    font-size: 18px;
    bottom: 5%;
  }
}

@media screen and (min-width:1600px) {
  .offer_card_vo .offer_card_vo_content p {
    bottom: 23%;
  }
}

/* CHANGES END HERE HARSH 12-06-25 */