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

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

ol,
ul {
  list-style: none;
}

div:focus {
  outline: none;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

textarea, select, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
  padding: 10px 15px;
  margin-bottom: 12px;
}

input, textarea {
  box-shadow: none !important;
  border-radius: 0;
}

input:focus, textarea:focus, select:focus, option:focus {
  outline: none;
}

p {
  margin-bottom: 15px;
  /* text-align: justify; */
  text-align: unset;
}

body {
  color: #262626;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  overflow: auto;
  overflow-x: hidden !important;
}

body.hide_scroll {
  overflow: hidden !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #222239;
}

::selection {
  color: #fff;
  background: #222239;
}

:focus {
  outline: none !important;
}

.page-404 {
  padding: 240px 0px;
  direction: ltr;
}
.page-404 .title-404 {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.page-404 .text-404 {
  color: #868587;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 50px;
}
.page-404 .btn-404 {
  position: relative;
  width: 321px;
  font-size: 18px;
  padding: 20px 0px;
  margin: 0 auto;
}

.banner_image h1 {
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -0.25px;
  text-align: center;
  width: 66%;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

h2 {
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  line-height: 52px;
}
h2 span {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
}

h3 {
  font-size: 36px;
  line-height: 44px;
  color: #726557;;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #726557;
  margin-bottom: 0px;
  margin-left: 15px;
  font-weight: 500;
}

h5 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.texte {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 25px 0px;
}

section {
  padding: 5rem 0;
}

.sky_blue_bg {
  background-color: #E7F1FF !important;
}

.dark_blue_bg {
  background-color: #222239;
}
.dark_blue_bg h2 {
  color: #fff !important;
}

.blue_bg {
  background-color: #4D79A7;
}
.blue_bg h2 {
  color: #fff !important;
}

.white_btn {
  font-size: 14px;
  background-color: #fff;
  color: #222239 !important;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px 25px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}
.white_btn:hover {
  background-color: #726557 !important;
  color: #fff !important;
  border: 1px solid #222239;
}
.white_btn:hover svg path {
  fill: #ffffff !important;
}
.white_btn svg {
  vertical-align: middle;
  margin-bottom: 4px;
}

.white_btn_blue_stroke {
  font-size: 14px;
  background-color: #fff;
  color: #726557 !important;
  border: 1px solid #726557;
  border-radius: 25px;
  padding: 10px 25px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}
.white_btn_blue_stroke:hover {
  background-color: #726557 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.white_btn_blue_stroke:hover svg path {
  fill: #ffffff !important;
}
.white_btn_blue_stroke svg {
  vertical-align: middle;
  margin-bottom: 4px;
}

.white_btn_white_stroke {
  font-size: 14px;
  background-color: transparent;
  color: #fff !important;
  border: 1px solid white;
  border-radius: 25px;
  padding: 10px 25px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.white_btn_white_stroke:hover {
  background-color: #fff !important;
  color: #222239 !important;
  border: 1px solid #fff !important;
}
.white_btn_white_stroke:hover svg path {
  fill: #ffffff !important;
}
.white_btn_white_stroke svg {
  vertical-align: middle;
  margin-bottom: 4px;
}

.white_rectangle_btn {
  font-size: 14px;
  background-color: #fff;
  color: #222239 !important;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 5px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  text-decoration: none !important;
}
.white_rectangle_btn:hover {
  background-color: #222239 !important;
  color: #fff !important;
  border: 1px solid #222239;
}

.white_text {
  color: #fff;
}
.close_to_all_section .distance .small-text.white_text.mb-0 {
    font-size: 12px;
    color: white;
}
.blue_btn {
  font-size: 14px;
  background-color: #726557;
  color: #fff !important;
  border: 1px solid #726557;
  border-radius: 25px;
  padding: 10px 25px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}
.blue_btn:hover {
  background-color: transparent !important;
  color: #222239 !important;
  border: 1px solid #222239;
}

.blue_btn_blue_stroke {
  font-size: 14px;
  background-color: transparent;
  color: #222239 !important;
  border: 1px solid #222239;
  border-radius: 25px;
  padding: 10px 25px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.blue_btn_blue_stroke:hover {
  background-color: #222239 !important;
  color: #fff !important;
  border: 1px solid #222239;
}

.yellow-ribon {
  background-color: #EFE9E3;
  position: relative;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 8px;
}
.yellow-ribon::before {
  content: "";
  background-image: url("https://josepha71.sg-host.com/wp-content/uploads/2026/04/Design-sans-titre-21-300x300.png");
  height: 38px;
  width: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -4px;
  left: 10px;
}
.yellow-ribon p {
  margin-left: 22px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
	color: #726557;
}

.dropdown_cont .dropdown {
  padding: 0px 25px;
  padding-left: 0px;
}
.dropdown_cont .dropdown .btn.dropdown-toggle {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-family: "Poppins", sans-serif;
}
.dropdown_cont .dropdown .btn.dropdown-toggle img {
  vertical-align: middle;
  margin-right: 5px;
}
.dropdown_cont .dropdown .dropdown-menu li .active_icon {
  position: absolute;
  right: 10px;
  top: 16px;
  display: none;
}
.dropdown_cont .dropdown .dropdown-menu li.active .active_icon {
  display: inline-block;
}
.dropdown_cont .dropdown .dropdown-menu li .dropdown-item {
  padding: 12px 8px !important;
  font-size: 14px;
  position: relative;
}
.dropdown_cont .dropdown .dropdown-menu li .dropdown-item .country_icon {
  width: 15%;
  vertical-align: middle;
  margin-right: 6px;
}
.dropdown_cont .dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: #EDEAE7;
}
.dropdown_cont .dropdown:not(.langdropdown):hover {
  background-color: rgba(228, 228, 230, 0.5);
  padding: 0px 25px;
  padding-left: 0px;
  border-radius: 25px;
}
.dropdown_cont .dropdown:not(.langdropdown):hover .dropdown-menu {
  display: block !important;
}

/* Show the dropdown menu on hover */
/* .dropdown:hover .dropdown-menu {
  display: block;
} */

.desktop_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  backdrop-filter: blur(8px);
}
.desktop_header .main_menu {
  /* border-bottom: 1px solid white; */
  padding: 20px 0 0px;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
}
.desktop_header .main_menu img {
  vertical-align: middle;
}
.desktop_header .main_menu.hidden {
  opacity: 0;
  transform: translateY(-100%);
}
.desktop_header .main_menu_el {
    border-bottom: 1px solid white;
    padding: 18px 0px;
    color: white;
    /* height: 88px; */
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 60px 0; */
}
.desktop_header .main_menu_el .logo-cont, .desktop_header .main_menu_el .btn_cont {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.desktop_header .main_menu_el .menu_parent .menu_els a {
  font-size: 14px;
  padding: 0px 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.desktop_header .main_menu_el .menu_parent .menu_els a:hover {
  color: #AFA293;
}
.desktop_header .main_menu_el .menu_parent .menu_els.active {
  color: #AFA293;
}
.desktop_header .main_menu_el .menu_parent .menu_els.active a::after {
  content: "";
  position: absolute;
  background-color: #AFA293;
  width: 70%;
  height: 2px;
  z-index: 50;
  bottom: -12.5px;
  left: 2px;
  right: 0;
  margin: 0 auto;
}
.desktop_header .main_menu_el.white_main_menu {
  background-color: #fff;
  border-bottom: 1px solid #E4E4E6;
  opacity: 0;
  transform: translateY(-118%);
}
.desktop_header .main_menu_el.white_main_menu .logo-cont img {
  width: 58%;
  vertical-align: middle;
}
.desktop_header .main_menu_el.white_main_menu .logo-cont, .desktop_header .main_menu_el.white_main_menu .btn_cont {
  opacity: 1;
  transform: translateY(0);
}
.desktop_header .main_menu_el.white_main_menu .menu_parent {
  padding-top: unset !important;
}
.desktop_header .main_menu_el.white_main_menu .menu_parent .menu_els a {
  font-size: 14px;
  padding: 0px 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-family: "Poppins", sans-serif;
  color: #222239 !important;
  position: relative;
}
.desktop_header .main_menu_el.white_main_menu .menu_parent .menu_els.active {
  color: #AFA293;
}
.desktop_header .main_menu_el.white_main_menu .menu_parent .menu_els.active a::after {
  content: "";
  position: absolute;
  background-color: #222239;
  width: 70%;
  height: 2px;
  z-index: 50;
  bottom: -15px;
  left: 2px;
  right: 0;
  margin: 0 auto;
}
.desktop_header .main_menu_el.white_main_menu.visible {
  opacity: 0.85;
  /* transform: translateY(-160%); */ 
    margin: 0px;
    padding-top: 18px;
}

.site-logo .logo-stars{
  transform: translateY(-2px);
}


.hamburger {
    margin-left: -5px !important;
    opacity: 1 !important;
    border: none;
    appearance: none;
    background-color: transparent;
    right: 0;
    padding-top: 16px;
    position: absolute;
    left: 19px;
    top: 50%;
    z-index: 10;
    width: 10px;
    transform: translateY(-50%);
}

.hamburger_menu_icon {
  position: relative;
  width: 35px;
  top: -5px;
}
.hamburger_menu_icon .line {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  margin-bottom: 7px !important;
  position: relative;
  transform-origin: center;
  transition: cubic-bezier(0.32, 0.17, 0, 1) 0.5s;
  border-radius: 20px;
  float: right;
}

.menu_mobile_nav.active .hamburger_menu_icon {
  left: -17px;
}
.menu_mobile_nav.active .hamburger_menu_icon .first_line {
  transform: rotate(45deg) translate(37%);
  transition-duration: 0.5s;
  background-color: #fff;
  width: 80%;
  top: 0px;
  margin-left: -13px;
}
.menu_mobile_nav.active .hamburger_menu_icon .second_line {
  transform: rotate(-45deg) translate(-5%);
  background-color: #fff;
  width: 80%;
  top: -3px;
  margin-left: 0px;
  left: 8px;
}
.menu_mobile_nav.active .hamburger_menu_icon .third_line {
  opacity: 0;
}

.mobile_menu {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #222239;
  z-index: 4;
  overflow: auto;
  transform: translateX(-110%);
  margin-top: 92px;
  transition: cubic-bezier(0.32, 0.17, 0, 1) 0.85s;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile_menu .mobile_inner_cont {
  visibility: visible;
  transition: cubic-bezier(0.32, 0.17, 0, 1) 0.3s;
}
.mobile_menu .mobile_inner_cont .menu_elements {
  padding: 15px 20px;
}
.mobile_menu .mobile_inner_cont .menu_elements .mobilemenu_el {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
}
.mobile_menu .mobile_inner_cont .menu_elements .mobilemenu_el:last-child {
  border-bottom: 1px solid #C9C9C9;
}
.mobile_menu .mobile_inner_cont .menu_elements .social-links li {
  width: 20%;
}
.mobile_menu .mobile_inner_cont .menu_elements .social-links .social-logo {
  width: 40%;
}
.mobile_menu .mobile_inner_cont .menu_elements input[type=email] {
  text-transform: uppercase;
}
.mobile_menu .mobile_inner_cont .menu_elements.play_elements {
  background-color: #fff;
}
.mobile_menu .mobile_inner_cont .search_cont {
  position: relative;
  z-index: 11;
  margin-bottom: 20px;
}
.mobile_menu .mobile_inner_cont .search_cont i {
  position: absolute;
  top: 27%;
  left: 8%;
  font-size: 18px;
}
.mobile_menu .mobile_inner_cont .search_cont input {
  padding-left: 60px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F1F1F1;
}
.mobile_menu .mobile_inner_cont .directions_content {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile_menu.active {
  transform: translateX(0px);
  transition: cubic-bezier(0.32, 0.17, 0, 1) 0.85s;
}
.mobile_menu .dropdown_cont {
  padding: unset;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-header {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 11px 0px;
  backdrop-filter: blur(8px);
}
.mobile-header .logo-cont img {
  width: 100%;
  vertical-align: middle;
}
.mobile-header.turn-blue {
  background-color: #222239;
}

.hidden .logo-cont,
.hidden .btn_cont {
  opacity: 0;
  transform: translateY(20px);
}
.ml-form-embedBody.ml-form-embedBodyDefault.row-form{
  width:100%;
  max-width: 75%;
  padding: 0px !important;
}
footer {
  background-color: #222239;
  color: #fff;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
footer .footer_elements .big_titles {
  font-size: 22px !important;
/*   text-transform: capitalize; */
  line-height: 28px;
  margin-top: 0px !important;
}
footer .footer_elements .big_titles:hover {
  text-decoration: none !important;
  color: #fff !important;
}
footer .footer_elements .footer_el {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-top: 25px;
}
footer .footer_elements .footer_el:hover {
  color: #AFA293;
}
footer .footer_elements .footer_el.active {
  color: #AFA293;
  font-family: "Poppins", sans-serif;
}

iframe {
  width: 100%;
}

.copyright_section {
  background-color: #726557;
  border-top: 1px solid white;
  color: #fff;
  padding: 20px 0px;
}
.copyright_section .small-text {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
}
.copyright_section .dropdown.lang_dropdown button {
  background-color: transparent;
  border: none;
  font-size: 14px;
}

.banner_image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #726557;
  position: relative;
}

.smaller_banners {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #726557;
  position: relative;
}
.smaller_banners h1 {
  top: 55%;
  width: 50%;
  z-index: 1;
  padding: 0 20px;
}
.smaller_banners h6 {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  color: white;
  font-size: 22px;
  line-height: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.smaller_banners video {
  height: 70vh;
  object-fit: none;
}
.smaller_banners .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 60, 93, 0.56);
  pointer-events: none;
}
.smaller_banners .logo-spa {
  width: 50%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.smaller_banners .btn_cont {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 82%;
  transform: translateY(-50%);
}

.mySwiper .swiper-wrapper .swiper-slide .swiper_cont {
  position: absolute;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.mySwiper .swiper-wrapper .swiper-slide .swiper_cont .small-text {
  position: relative;
  color: white;
  top: 220px;
  margin-bottom: 0px;
}
.mySwiper .swiper-wrapper .swiper-slide .swiper_cont .stars {
  position: relative;
  top: 223px;
  width: 13%;
}
.mySwiper .swiper-wrapper .swiper-slide .swiper_cont .owl {
  position: relative;
  top: 223px;
  width: 8%;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
  color: #fff !important;
  width: 12% !important;
  z-index: 13;
}
.mySwiper .swiper-button-prev {
  left: 13%;
}
.mySwiper .swiper-pagination {
  top: 200px !important;
  height: 10px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  vertical-align: middle;
}

.scroll-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.scroll-down i {
  color: #fff;
  font-size: 12px;
}

.booking_engine {
    position: relative;
    top: -245px;
    z-index: 3;
}
.booking_engine.fixed{
  /* position: fixed; */
/*   top: 60px; */
  left:0;
  right: 0;
}

.rooms_swiper, .relax_swiper {
  margin-top: 4rem;
  transition: margin-left 0.3s ease;
  /* padding-bottom: 5rem; */
  position: relative;
}
.rooms_swiper .myRoomSwiper, .rooms_swiper .myWellnessSwiper, .relax_swiper .myRoomSwiper, .relax_swiper .myWellnessSwiper {
  position: initial;
  overflow: visible;
}
.rooms_swiper .myRoomSwiper .swiper-wrapper .swiper-slide, .rooms_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide, .relax_swiper .myRoomSwiper .swiper-wrapper .swiper-slide, .relax_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide {
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.32);
}
.rooms_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont, .rooms_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont, .relax_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont, .relax_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont {
  border: 1px solid white;
  border-radius: 4px;
  height: 92%;
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
  width: 92%;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.rooms_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont h5, .rooms_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont h5, .relax_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont h5, .relax_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont h5 {
  order: 1;
  margin-bottom: 10px;
}
.rooms_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont h3, .rooms_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont h3, .relax_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont h3, .relax_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont h3 {
  order: 1;
  color: white !important;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 10px;
}
.rooms_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont .room_details .details p, .rooms_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont .room_details .details p, .relax_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont .room_details .details p, .relax_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont .room_details .details p {
  margin-bottom: 0px;
  color: #fff;
  line-height: 24px;
  margin-left: 10px;
}
.rooms_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont .yellow-ribon, .rooms_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont .yellow-ribon, .relax_swiper .myRoomSwiper .swiper-wrapper .swiper-slide .swiper_cont .yellow-ribon, .relax_swiper .myWellnessSwiper .swiper-wrapper .swiper-slide .swiper_cont .yellow-ribon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.rooms_swiper .myRoomSwiper .swiper-button-next:after, .rooms_swiper .myRoomSwiper .swiper-button-prev:after, .rooms_swiper .myWellnessSwiper .swiper-button-next:after, .rooms_swiper .myWellnessSwiper .swiper-button-prev:after, .relax_swiper .myRoomSwiper .swiper-button-next:after, .relax_swiper .myRoomSwiper .swiper-button-prev:after, .relax_swiper .myWellnessSwiper .swiper-button-next:after, .relax_swiper .myWellnessSwiper .swiper-button-prev:after {
  content: none !important;
}
.rooms_swiper .myRoomSwiper .swiper-button-next, .rooms_swiper .myRoomSwiper .swiper-button-prev, .rooms_swiper .myWellnessSwiper .swiper-button-next, .rooms_swiper .myWellnessSwiper .swiper-button-prev, .relax_swiper .myRoomSwiper .swiper-button-next, .relax_swiper .myRoomSwiper .swiper-button-prev, .relax_swiper .myWellnessSwiper .swiper-button-next, .relax_swiper .myWellnessSwiper .swiper-button-prev {
  top: 94%;
  color: white !important;
}
.rooms_swiper .myRoomSwiper .swiper-button-next i, .rooms_swiper .myRoomSwiper .swiper-button-prev i, .rooms_swiper .myWellnessSwiper .swiper-button-next i, .rooms_swiper .myWellnessSwiper .swiper-button-prev i, .relax_swiper .myRoomSwiper .swiper-button-next i, .relax_swiper .myRoomSwiper .swiper-button-prev i, .relax_swiper .myWellnessSwiper .swiper-button-next i, .relax_swiper .myWellnessSwiper .swiper-button-prev i {
  font-size: 20px;
}
.rooms_swiper .myRoomSwiper .swiper-button-next, .rooms_swiper .myWellnessSwiper .swiper-button-next, .relax_swiper .myRoomSwiper .swiper-button-next, .relax_swiper .myWellnessSwiper .swiper-button-next {
  right: 20%;
}
.rooms_swiper .myRoomSwiper .swiper-button-prev, .rooms_swiper .myWellnessSwiper .swiper-button-prev, .relax_swiper .myRoomSwiper .swiper-button-prev, .relax_swiper .myWellnessSwiper .swiper-button-prev {
  left: 74.5%;
}

.rooms_mobile_cont, .relax_mobile_cont {
  margin-top: 3rem;
  position: relative;
}
.rooms_mobile_cont .rooms_cont, .rooms_mobile_cont .relax_cont, .relax_mobile_cont .rooms_cont, .relax_mobile_cont .relax_cont {
  margin-top: 20px;
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.32);
  position: relative;
}
.rooms_mobile_cont .rooms_cont .swiper_cont, .rooms_mobile_cont .relax_cont .swiper_cont, .relax_mobile_cont .rooms_cont .swiper_cont, .relax_mobile_cont .relax_cont .swiper_cont {
  border: 1px solid white;
  border-radius: 4px;
  height: 92%;
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
  width: 92%;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.rooms_mobile_cont .rooms_cont .swiper_cont h5, .rooms_mobile_cont .relax_cont .swiper_cont h5, .relax_mobile_cont .rooms_cont .swiper_cont h5, .relax_mobile_cont .relax_cont .swiper_cont h5 {
  order: 1;
  margin-bottom: 10px;
}
.rooms_mobile_cont .rooms_cont .swiper_cont h3, .rooms_mobile_cont .relax_cont .swiper_cont h3, .relax_mobile_cont .rooms_cont .swiper_cont h3, .relax_mobile_cont .relax_cont .swiper_cont h3 {
  order: 1;
  color: white !important;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 10px;
}
.rooms_mobile_cont .rooms_cont .swiper_cont .details p, .rooms_mobile_cont .relax_cont .swiper_cont .details p, .relax_mobile_cont .rooms_cont .swiper_cont .details p, .relax_mobile_cont .relax_cont .swiper_cont .details p {
  margin-bottom: 0px;
  color: #fff;
  line-height: 24px;
  margin-left: 10px;
}
.rooms_mobile_cont .rooms_cont .swiper_cont .yellow-ribon, .rooms_mobile_cont .relax_cont .swiper_cont .yellow-ribon, .relax_mobile_cont .rooms_cont .swiper_cont .yellow-ribon, .relax_mobile_cont .relax_cont .swiper_cont .yellow-ribon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.pool_swiper {
  margin-top: 4rem;
  transition: margin-left 0.3s ease;
  padding-bottom: 5rem;
  position: relative;
}
.pool_swiper .myPoolSwiper {
  position: initial;
  overflow: visible;
}
.pool_swiper .myPoolSwiper .swiper-wrapper .swiper-slide {
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.32);
}
.pool_swiper .myPoolSwiper .swiper-wrapper .swiper-slide .swiper_cont {
  border: 1px solid white;
  border-radius: 4px;
  height: 92%;
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
  width: 92%;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.pool_swiper .myPoolSwiper .swiper-wrapper .swiper-slide .swiper_cont h5 {
  order: 1;
  margin-bottom: 10px;
}
.pool_swiper .myPoolSwiper .swiper-wrapper .swiper-slide .swiper_cont h3 {
  order: 1;
  color: white !important;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 10px;
}
.pool_swiper .myPoolSwiper .swiper-button-next:after, .pool_swiper .myPoolSwiper .swiper-button-prev:after {
  content: none !important;
}
.pool_swiper .myPoolSwiper .swiper-button-next, .pool_swiper .myPoolSwiper .swiper-button-prev {
  top: 94%;
  color: black !important;
}
.pool_swiper .myPoolSwiper .swiper-button-next i, .pool_swiper .myPoolSwiper .swiper-button-prev i {
  font-size: 20px;
}
.pool_swiper .myPoolSwiper .swiper-button-next {
  right: 20%;
}
.pool_swiper .myPoolSwiper .swiper-button-prev {
  left: 74.5%;
}

.absolute-shape {
  position: absolute;
  bottom: 70px;
  left: 300px;
}

.book_here_section{
  display: none !important;
}


.book_here_section .img_cont {
  position: relative;
}
.book_here_section .img_cont .left-top {
  position: absolute;
  top: -100px;
}
.book_here_section .img_cont .right-bottom {
  position: absolute;
  bottom: -410px;
  right: 30px;
}

.have_good_food_section {
  padding-top: 5rem !important;
}
.have_good_food_section .blue_stroked_cont {
  border: 1px solid #D2D2D6;
  border-radius: 4px;
  padding: 40px 20px;
  text-align: center;
}
.have_good_food_section .blue_stroked_cont_three {
  padding: 10px;
  padding-bottom: 40px;
}
.have_good_food_section .blue_stroked_cont_three .details_cont {
  margin-top: 30px;
}

.bar_swipers {
  margin-top: 3rem;
}
.bar_swipers .myBarSwiper .swiper-wrapper .swiper-slide, .bar_swipers .myHotelSwiper .swiper-wrapper .swiper-slide, .bar_swipers .myPlaceSwiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.bar_swipers .myBarSwiper .swiper-horizontal > .swiper-pagination-bullets, .bar_swipers .myBarSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .bar_swipers .myBarSwiper .swiper-pagination-custom, .bar_swipers .myBarSwiper .swiper-pagination-fraction, .bar_swipers .myHotelSwiper .swiper-horizontal > .swiper-pagination-bullets, .bar_swipers .myHotelSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .bar_swipers .myHotelSwiper .swiper-pagination-custom, .bar_swipers .myHotelSwiper .swiper-pagination-fraction, .bar_swipers .myPlaceSwiper .swiper-horizontal > .swiper-pagination-bullets, .bar_swipers .myPlaceSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .bar_swipers .myPlaceSwiper .swiper-pagination-custom, .bar_swipers .myPlaceSwiper .swiper-pagination-fraction {
  width: unset;
  left: unset;
  right: 20px;
}
.bar_swipers .myBarSwiper .swiper-pagination-bullet, .bar_swipers .myHotelSwiper .swiper-pagination-bullet, .bar_swipers .myPlaceSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: white !important;
}
.bar_swipers .myBarSwiper .swiper-pagination-bullet-active, .bar_swipers .myHotelSwiper .swiper-pagination-bullet-active, .bar_swipers .myPlaceSwiper .swiper-pagination-bullet-active {
  background-color: #A49888 !important;
}

.enjoy_the_moment_section {
  background-color: #ECF3FD;
}

.cards_with_images {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  background-position: center;
  height: 540px;
  position: relative;
}
.cards_with_images .cards_content {
  height: 90%;
  width: 90%;
  border: 1px solid white;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  padding: 40px 0px;
  border-radius: 4px;
}
.cards_with_images .cards_content h3 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  order: 1;
  padding-inline: 20px;
}

.experience_our_space_section .img_cont {
  height: 540px;
  overflow: hidden;
}
.experience_our_space_section .img_cont .cards_with_images {
  transition: transform 0.5s ease;
}
.experience_our_space_section .img_cont:hover .cards_with_images {
  transform: scale(1.08);
}

.the_best_place_section {
  z-index: 1;
}
.the_best_place_section .long-shape {
  position: absolute;
  top: 95px;
  z-index: -1;
}
.the_best_place_section .vertical-shape {
  position: absolute;
  top: 270px;
  right: 130px;
  z-index: -1;
}

.faq_section .accordion {
  margin-top: 3rem;
}
.faq_section .accordion .accordion-item {
  border: unset !important;
  border-bottom: 1px solid #D2D2D6 !important;
}
.faq_section .accordion .accordion-item .accordion-button {
  padding: 0px 10px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  background-color: white !important;
  box-shadow: unset;
  z-index: 0;
}
.faq_section .accordion .accordion-item .accordion-button::after {
  content: none;
}
.faq_section .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #726557;
  box-shadow: none !important;
}
.faq_section .accordion .accordion-item .accordion-body {
  padding: 10px;
  /* background: #e7f1ff; */
  font-family: "Poppins", sans-serif;
  /* border: 1px solid #e7f1ff; */
}
.faq_section .accordion .accordion-item .accordion-button.collapsed .bi {
  transform: rotate(0deg);
}
.faq_section .accordion .accordion-item .accordion-button .bi {
  transform: rotate(180deg);
  transition: transform 0.3s;
  font-size: 14px;
}

.join_events_section {
  padding: 3rem 0 6rem 0;
  display: none !important;
}
.join_events_section .events_content {
  height: 100%;
  width: 100%;
  box-shadow: 7px -1px 9px -9px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.events_swiper {
  position: relative;
  width: 140%;
  z-index: 0;
}
.events_swiper .myEventsSwiper {
  position: initial;
  padding: 30px 0px;
  padding-left: 50px;
}
.events_swiper .myEventsSwiper .swiper-button-next:after, .events_swiper .myEventsSwiper .swiper-button-prev:after {
  content: none;
}
.events_swiper .myEventsSwiper .swiper-button-next, .events_swiper .myEventsSwiper .swiper-button-prev {
  color: black !important;
  font-size: 22px;
  top: 110%;
}
.events_swiper .myEventsSwiper .swiper-button-next {
  right: 33%;
}
.events_swiper .myEventsSwiper .swiper-button-prev {
  left: 59%;
}

.events_mobile_cont .event-card {
  margin-top: 30px;
}
.events_mobile_cont .event-card .event_details .card-title {
  width: 50%;
}

.card.event-card {
  border: none !important;
}
.card.event-card .card-img-top.event-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  position: relative;
  border-radius: 4px;
}
.card.event-card .card-img-top.event-img .swiper_cont {
  border: 1px solid white;
  position: absolute;
  height: 90%;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.card.event-card .card-body {
  padding: unset;
  padding-top: 10px !important;
}
.card.event-card .card-body .event_el {
    margin-block: 10px;
    justify-content: center;
}
.card.event-card h5.card-title {
    line-height: 1.3em;
    margin-top: 8px;
    min-height: 32px;
}
.card.event-card .card-body .event_el .grey_text {
  margin-bottom: 0px;
  font-size: 14px;
  margin-left: 10px;
  color: #A5A5AD;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.card.event-card .card-body .btn_cont {
  position: absolute;
  right: 0;
}

.explore_online_section {
  background-color: #AFA293;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  overflow-x: hidden;
}
.explore_online_section .online-posts {
  margin-top: 5rem;
}
.explore_online_section .online-posts .row {
  height: 460px;
}
.explore_online_section .long-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.explore_online_section .vertical-shape {
  position: absolute;
  top: 51%;
  left: 9%;
  z-index: -1;
}

.newsletter_form input {
  border: 1px solid #EDEAE7;
  width: 85%;
  border-radius: 4px;
}

.social_links ul li {
  padding-right: 10px;
}
.need-help-section {
    padding-bottom: 10rem;
    overflow-x: hidden;
}

.need-help-section .directions_cont {
  background-color: #afa293;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: -50px;
  margin-top: 30px;
  position: relative;
  z-index: 0;
  /* background-color: #4D79A7; */

}
.need-help-section .directions_cont .directions_content a {
  text-decoration: underline;
}
.need-help-section .newsletter_form h3 {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}
.need-help-section .details_el .white_text.mb-0 {
    font-size: 13px;
    color: white;
}
.need-help-section .social_links h3 {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}
.need-help-section .social_links ul li a img {
    width: 63%;
    height: auto;
}
.need-help-section .vertical-shape-top {
  position: absolute;
  top: 80px;
  left: -45px;
  z-index: -1;
}
.need-help-section .vertical-shape-bottom {
  position: absolute;
  right: -50px;
  bottom: -80px;
  z-index: -1;
}
.room-listing-section .room-listing {
    padding: 0px !important;
}
.distance {
  margin-left: 40px;
  margin-right: 30px;
  width: 50%;
}
.distance .distance-arrow-container {
  width: 0;
  overflow: hidden;
  transition: width 2s ease;
}
.distance .distance-arrow-container.animate {
  width: 100%; /* Or the specific width of your arrow */
}
.distance .distance-arrow {
  width: 100%; /* Ensure the arrow image fills the container */
}
.room-listing-section .room-listing .room_wrapper .row:last-child {
    border-bottom: unset !important;
    padding-bottom: 0rem;
}
.room-listing-section .room-listing .room_wrapper .details {
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.room-listing-section .room-listing .room_wrapper .details p {
  margin-bottom: 0px;
  margin-left: 8px;
}
.room-listing-section .room-listing .room_wrapper .details svg path {
  fill: black !important;
}
.room-listing-section .room-listing .room_wrapper .row {
  border-bottom: 1px solid #D2D2D6;
}
.room-listing-section .room-listing .room_wrapper .row:last-child {
  border-bottom: unset !important;
}

.gastronomy-first-section {
  padding-bottom: 5rem;
}

.gastronomy_swiper {
  position: relative;
  width: 140%;
  z-index: 0;
}
.gastronomy_swiper .mygastronomySwiper {
  position: initial;
  padding: 30px 0px;
  padding-left: 50px;
}
.gastronomy_swiper .mygastronomySwiper .swiper-button-next:after, .gastronomy_swiper .mygastronomySwiper .swiper-button-prev:after {
  content: none;
}
.gastronomy_swiper .mygastronomySwiper .swiper-button-next, .gastronomy_swiper .mygastronomySwiper .swiper-button-prev {
  color: black !important;
  font-size: 22px;
  top: 110%;
}
.gastronomy_swiper .mygastronomySwiper .swiper-button-next {
  right: 33%;
}
.gastronomy_swiper .mygastronomySwiper .swiper-button-prev {
  left: 59%;
}
.gastronomy_swiper .card {
  border: none !important;
}
.gastronomy_swiper .card .card-img-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  border-radius: 4px;
}

.spa-service {
  border: 1px solid #D2D2D6;
  border-radius: 4px;
  height: 100%;
  padding: 15px;
}
.spa-service .texte {
  font-size: 14px;
  line-height: unset;
  margin: unset;
  text-align: center;
}
.spa-service .icons {
  width: 20%;
}

.bliss-in-the-skin, .our_Services, .watering_breakfast {
  padding-bottom: 6rem;
}
.bliss-in-the-skin .more-padding, .our_Services .more-padding, .watering_breakfast .more-padding {
  padding-top: 6rem;
}
.bliss-in-the-skin .top-img, .our_Services .top-img, .watering_breakfast .top-img {
  position: relative;
}
.bliss-in-the-skin .bottom-img,
.watering_breakfast .bottom-img {
    text-align: right;
}
.bliss-in-the-skin .bottom-img img.img-fluid,
.watering_breakfast .bottom-img img {
    margin-top: -80px;
    position: relative;
}
.our_Services .bottom-img {
  position: absolute;
  right: 0;
  top: 50%;
  left: 45%; 
}

.newsletter-form .form-cont {
  width: 100%;
  padding: 6rem 0;
  padding-left: 12rem;
}
.newsletter-form .form-cont .newsletter_form input {
  border: 1px solid #EDEAE7;
  width: 70%;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 0;
}

.link {
  text-decoration: underline;
  margin-left: 10px;
}

.events-section .events-el {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.events-section .events-el .event-card {
  padding: 20px;
}
.events-section .events-el .event-card .event_details {
  padding-top: 15px !important;
}
.events-section .events-el .event-card .event_details .d-flex.align-items-center {
  margin-bottom: 20px;
}
.events-section .events-el .event-card .event_details .event_el {
  margin-top: 16px;
}
.events-section .events-el .event-card .event_details .event_el .grey_text {
  font-size: 16px;
}
.events-section .events-el .event-card .btn_cont {
  position: relative;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #DBE4ED;
}

.table > :not(caption) > * > * {
  background-color: #E7F1FF;
}

.places_details .more_details .logo {
  max-height: 34px;
}
.places_details .more_details .texte {
  font-size: 13px;
}

.why-choose-us .dark_blue_bg {
  height: 100%;
}
.why-choose-us .dark_blue_bg .row {
  padding: 150px 0px;
  padding-left: 100px;
}
.why-choose-us .dark_blue_bg .services_parent .services_el {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 20px;
  margin-left: 30px;
}
.why-choose-us .dark_blue_bg .services_parent .services_el::before {
  content: "";
  background-image: url("../images/tick-svg.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.founder-name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797984;
  margin-bottom: 0px;
}

.founder-post {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797984;
  margin-bottom: 0px;
}

.testimonials {
  padding: 5rem 0;
}
.testimonials .testimonials_swiper {
  position: relative;
}
.testimonials .testimonials_swiper .myTestimonialsSwiper {
  position: initial;
}
.testimonials .testimonials_swiper .myTestimonialsSwiper .testimonials_details {
  width: 70%;
  margin: 0 auto;
}
.testimonials .testimonials_swiper .myTestimonialsSwiper .testimonials_details .texte {
  color: #797984;
}
.testimonials .testimonials_swiper .myTestimonialsSwiper .testimonials_details h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #797984;
}
.testimonials .testimonials_swiper .swiper-pagination {
  bottom: -30px;
}

/* New css */


.temoignages {
  background-color: #FAF7F4;
}
.temoignages .temoignages_Swiper_wrapper {
  position: relative;
  margin: 0 30px;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper {
  position: initial;
  min-height: 330px;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-wrapper {
  margin-top: 30px;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-wrapper .swiper-slide {
  box-shadow: 4px 11px 21px 0px rgba(0, 0, 0, 0.04);
  padding: 30px;
  background-color: white;
  position: relative;
  z-index: 1;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-wrapper .swiper-slide .quote {
  position: absolute;
  background-color: #D1AB43;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: -20px;
  z-index: 100 !important;
  text-align: center;
  vertical-align: middle;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-wrapper .swiper-slide .quote i.bi.bi-quote {
  color: white;
  font-size: 22px;
  text-align: center;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-wrapper .swiper-slide .content {
  height: 170px;
  border-bottom: 1px solid #d1ab43;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-wrapper .swiper-slide .name {
  margin-bottom: 0;
  color: #D1AB43;
  font-family: "playfairdisplay-regular";
  font-size: 16px;
  line-height: 15px;
  margin-top: 30px;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-button-next, .temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-button-prev {
  color: black !important;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-button-next:after, .temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-button-prev:after {
  font-size: 20px !important;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-button-next {
  right: -40px !important;
}
.temoignages .temoignages_Swiper_wrapper .myTemoignageSwiper .swiper-button-prev {
  left: -40px !important;
}

.newsletter-section {
     background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.59);
    background-blend-mode: overlay;
    min-height: 50vh;
    width: 100%;
    padding-top: 7rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background-position 0.3s ease-out; /* Smooth transition */
}
.newsletter-section .newsletter_form input {
  margin-bottom: 0;
  width: 300px;
}
.newsletter-section .newsletter_form input[placeholder="Mon Adresse Email"] {
  color: #000;
  font-style: italic;
  background-color: #fff !important;
}
.newsletter-section .newsletter_form button {
  margin-left: 20px;
}

.actualies_section .actualites_cont .date {
  color: #B0B0B0;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 25px;
  letter-spacing: 0.36;
  font-family: "jost-regular";
}

.salons_banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 60vh;
  background-color: rgba(59, 45, 7, 0.26);
  background-blend-mode: overlay;
  background-attachment: fixed;
}

#galerie h4 {
  font-family: "jost-regular";
  text-transform: none;
}

.salons-navbar {
  background-color: rgba(244, 239, 225, 0.64);
}
.salons-navbar .nav_parent .nav_el {
  font-family: "jost-regular";
  font-size: 16px;
  letter-spacing: 0.44px;
  line-height: 25px;
  margin: 25px 35px;
  cursor: pointer;
  position: relative;
  text-transform: math-auto;
}
.salons-navbar .nav_parent .nav_el:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 1px;
  bottom: -24px;
  left: 5px;
  opacity: 0;
}
.salons-navbar .nav_parent .nav_el::before {
  content: none !important;
}
.salons-navbar .nav_parent .nav_el.active:after {
  opacity: 1;
}
.salons-navbar .nav_parent .nav_el:first-child {
  margin-left: 0;
}

.equipements_wrapper .details {
  margin-left: 20px;
}
.equipements_wrapper .details .more_details {
  color: #666666;
  line-height: 25px;
  letter-spacing: 0.44px;
}

.other_salons .salon_imgs {
  width: 95%;
  display: block;
  margin: 0 auto;
  height: 80%;
}
.other_salons .salon-body {
  background-color: rgba(244, 239, 225, 0.64);
  padding: 35px 0px 20px 0px;
  margin-top: -30px;
}
.other_salons .salon-body .salon-title {
  font-family: "playfairdisplay-regular";
  font-size: 22px;
  letter-spacing: 1.14px;
  margin: 20px 0px;
  color: #000 !important;
  text-transform: uppercase;
  text-align: center;
}

.gallery_cont {
  position: relative;
}
.gallery_cont .btn_cont {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.gallery_cont .btn_cont span.total_images {
  color: #8C8C8C;
  font-family: "jost-regular";
  font-weight: normal !important;
}
.gallery_cont .first_img {
  height: 546px;
}
.gallery_cont .scnd_img {
  height: 270px;
  margin-bottom: 6px;
}
.gallery_cont .third_img {
  height: 270px;
}

.les_salons {
  background-color: #FAFAFA;
  padding-top: 10rem;
}

.actualites_page {
  padding-top: 10rem;
}

.salons_listing {
  border-top: 1px solid #E3E3E3;
}
.salons_listing .salons_cont {
  position: relative;
}
.salons_listing .salons_cont .img_cont {
  position: absolute;
  z-index: 1;
  top: 17%;
  height: 100%;
  width: 650px;
  max-height: 360px;
}
.salons_listing .salons_cont .img_cont.left img {
  min-width: 690px;
  height: 300px;
}
.salons_listing .salons_cont .img_cont.right {
  right: 2px;
}
.salons_listing .salons_cont .salon-body {
  background-color: rgba(248, 245, 236, 0.64);
  padding: 40px;
  height: 100%;
  position: relative;
}
.salons_listing .salons_cont .salon-body.left {
  padding-right: 90px;
}
.salons_listing .salons_cont .salon-body.right {
  padding-left: 90px;
}
.salons_listing .salons_cont .salon-body .texte {
  min-height: 180px;
}

.other_salons .salons_swiper {
  position: relative;
  margin-left: 25px;
}
.other_salons .salons_swiper .mySalonSwiper {
  position: initial;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper {
  align-items: center !important;
  display: flex !important;
  padding-bottom: 70px;
}
.salons_swiper a {
    padding-bottom: 120%;
    display: block;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper .swiper-slide {
  /*flex: 1;*/
  max-height: 350px;
  position: relative;
  overflow: hidden;
  /*min-width: 270px;*/
  transition: flex 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), min-width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper .swiper-slide .salon_imgs {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper .swiper-slide .salon-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.35));
  color: #fff;
  z-index: 2;
  transition: opacity 0.3s;
  height: 100%;
  opacity: 1;
  background-color: unset !important;
  padding: unset !important;
  margin-top: unset !important;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper .swiper-slide .salon-body .salon-title {
/*   font-family: "playfairdisplay-regular"; */
	font-family: "Poppins", sans-serif;
  color: #fff !important;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto;
  text-align: center;
  width: 65%;
	line-height: 1.5;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper .swiper-slide.hoverable {
  height: 400px; /* Increased height on hover */
  z-index: 2;
  margin: auto 0;
  min-width: 370px;
  flex: 2;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), min-width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper .swiper-slide.hoverable .salon-body {
  opacity: 1;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper .swiper-slide.hoverable .salon-body .salon-title {
  width: 65%;
  text-align: center;
  margin: 20px auto;
}
.other_salons h2 {
    margin-bottom: 30px;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-button-next, .other_salons .salons_swiper .mySalonSwiper .swiper-button-prev {
  color: black !important;
  border: 1px solid #d1ab43;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  top: 90%;
  z-index: 1;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-button-next {
  right: -50px;
  left: 0;
  margin: 0 auto;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-button-next:after {
  content: none !important;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-button-prev {
  left: -50px;
  right: 0;
  margin: 0 auto;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-button-prev:after {
  content: none !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
  display: none !important;
}
body #mlb2-17553270.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #726557 !important;
}
body #mlb2-17553270.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover{
	background-color: transparent !important;
    color: #222239 !important;
    border: 1px solid #222239!important;
}

.relax_survive_section, .rooms_section  {
  overflow-x: hidden;
}

.evenements-professionnels-grid .col-md-6 {
    margin-bottom: 30px;
}
.professionnels-grid-image {
    position: relative;
    padding-bottom: 66%;
    margin-bottom: 15px;
}
.professionnels-grid-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.evenements-professionnels-grid .col-md-6 strong {
    font-size: 18px;
}
.home section.rooms_section.sky_blue_bg {
    margin-top: 0px;
}
/*.home section.image-text-section {
    padding-top: 10px;
}*/
.need-help-section .social_links ul li {
    padding-right: 20px;
}
.need-help-section .social_links ul li a img {
    width: auto;
    max-width: 26px;
}
.gallery_cont img {
    object-fit: cover;
}
.enjoy_the_moment_section .texte ul,
.bubble-relaxation .texte ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0;
}
.copyright_section .dropdown_cont .dropdown:hover .dropdown-menu {
    position: absolute;
    bottom: 35px;
    right: 0;
}
.increase-image-column img.img_1 {
    position: relative;
    top: 0px;
    right: 30%;
    float: right;
}
.increase-image-column img.img_2 {
    float: right;
    max-width: 350px;
    margin-top: -110px;
    position: relative;
    z-index: -1;
}
.section-marquee-section .marquee-section {
    font-size: 180px;
    line-height: normal;
    text-transform: uppercase;
    overflow: hidden;
    opacity: .26;
    text-align: center;
    font-weight: 700;
}
.increase-section .heavy h2 {
    font-weight: 700;
}
.increase-image-column img {
    border-radius: 10px;
}
.our-care-page-wrap .container {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
section.relax_survive_section.dark_blue_bg {
    background: #EFE9E3;
}
section.relax_survive_section .white_text {
    color: #262626;
}
section.relax_survive_section.dark_blue_bg h2 {
    color: #262626 !important;
}
section.enjoy_the_moment_section .img_cont {
    width: 100%;
    gap: 0;
    height: 100%;
}
section.enjoy_the_moment_section .img_cont img {
    flex: 0 0 50%;
    max-width: 50%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
}

body .mobile-header {
    position: fixed;
}
.desktop_header:has(div.main_menu_el.visible) + .mobile-header a.logo-cont img {
    filter: invert(1);
}
.desktop_header:has(div.main_menu_el.visible) + .mobile-header {
    background: #fff;
}
.desktop_header:has(div.main_menu_el.visible) + .mobile-header .line {
    background: #333;
}
.desktop_header:has(div.main_menu_el.visible) + .mobile-header .btn_cont a {
    background: #222239;
    color: #fff !important;
}
.relax_swiper .wellness-arrows .swiper-button-next, .relax_swiper .wellness-arrows .swiper-button-prev {
    margin-top: 0;
}
.have_good_food_section .row.gy-4 .col-xl-6.col-md-6:nth-child(2) .blue_stroked_cont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section:empty {
    display: none;
}
section.legal-page {
    padding-bottom: 0;
}
section.our_Services.sky_blue_bg .row {
    align-items: center;
}
.our_Services .bottom-img {
    position: relative;
    top: 0;
    /* margin-top: -110px; */
    right: 0;
    left: auto;
    display: flex;
    justify-content: flex-end;
}
.our_Services  .col-xl-6.more-padding {
    padding-top: 0;
}
.indoor-pool.sky_blue_bg {
    overflow-x: hidden;
}
.page-template-business .other_salons {
    padding-bottom: 0;
}


.section-dynamic-background{
  background: var(--section-background);
} 




@media screen and (min-width: 768px){
.home-name-inspiration .row {
    /* flex-flow: row-reverse; */
}
}

@media screen and (max-width: 1540px){
  h1, .banner_image h1 {
      font-size: 38px;
      line-height: 52px;
  }
}
@media (max-width: 1440px) {  
.main_menu_el .container,
.desktop_header .main_menu_el .col-xl-10 {
    max-width: 100%;
    width: 100%;
}
.desktop_header  a.btn.btn-primary.white_btn {
  padding: 10px 15px;
}
}

@media (max-width: 1366px) {  
  .booking_engine {
      top: -120px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}
@media (max-width: 1359px) {
  .section-marquee-section .marquee-section {
      font-size: 150px;
  }
}
@media (max-width: 1199px) {
    .section-marquee-section .marquee-section {
        font-size: 120px;
    }
    .experience_our_space_section .cards_with_images h3 {
        font-size: 30px;
        line-height: 38px;
    }
    body .desktop_header .main_menu_el .menu_parent .menu_els a {
        font-size: 13px;
        padding: 0px 9px;
    }
    section.bubble-relaxation {
	    margin-bottom: 0 !important;
	    padding-bottom: 0;
	}
}
@media (max-width: 1024px) {

}
@media screen and (max-width: 991px){


  .site-logo-mobile svg{
    max-width: 100px;
    margin-top: 15px;
  }
  .site-logo-mobile svg .logo-stars{
    display: none;
  }

  body .booking_engine {
    margin-top: -130px;
    top: 0;
  }
  .section-marquee-section .marquee-section {
    font-size: 80px;
  }
  .home section.image-text-section:not(.home-name-inspiration) {
     padding-top: 60px; 
  }
  .home section.image-text-section:not(.home-name-inspiration) {
    padding-top: 104px;
  }
  body .mobile-header .logo-cont img {
    width: initial !important;
  }
  .container, .container-sm {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile_inner_cont{
    padding-bottom: 70px;
  }

}
@media screen and (max-width: 800px){
.home section.rooms_section.sky_blue_bg {
    margin-top: 5px;
}
.smaller_banners h1 {
    top: 50%;
}
}
@media screen and (max-width: 768px){
  .places_details{
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px){
.mobile-header a.white_btn {
    font-size: 12px;
}
section,
.testimonials {
    padding: 60px 0;
}
.mobile-header .btn_cont a.btn.btn-primary.white_btn {
    padding: 10px;
    line-height: 1;
    font-size: 11px;
}
.rooms_mobile_cont .rooms_cont .swiper_cont .details p, .rooms_mobile_cont .relax_cont .swiper_cont .details p, .relax_mobile_cont .rooms_cont .swiper_cont .details p, .relax_mobile_cont .relax_cont .swiper_cont .details p {
    font-size: 14px;
}
/*body .mobile-header .logo-cont img {
    width: 100% !important;
}*/
.section-marquee-section .marquee-section {
    font-size: 60px;
}
.home section.image-text-section {
    padding-top: 0px;
}
.home section.rooms_section{
    margin-top: 0;    
}
.have_good_food_section {
    padding-top: 30px !important;
}
section.enjoy_the_moment_section .img_cont img {
    flex: 0 0 48.6%;
    max-width: 48.6%;
}
.explore_online_section .online-posts .row {
    height: auto;
}
.testimonials h2 {
    padding-bottom: 30px !important;
}
.close_to_all_section .texte.text-center {
    margin: 0;
}
.close_to_all_section .texte.text-center > .d-flex .text-center.me-3 {
    margin-top: 0 !important;
}
.close_to_all_section .distance .small-text.white_text.mb-0 {
    font-size: 12px;
    line-height: 16px;
}
.have_good_food_section .blue_stroked_cont_three .details_cont {
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.have_good_food_section .blue_stroked_cont_three .details_cont img.img-fluid {
    max-width: 200px;
}
.rooms_mobile_cont .rooms_cont .swiper_cont, .rooms_mobile_cont .relax_cont .swiper_cont, .relax_mobile_cont .rooms_cont .swiper_cont, .relax_mobile_cont .relax_cont .swiper_cont{
  padding: 20px;
}
.cards_with_images .cards_content h3{
  text-align: center;
  padding: 0 20px;
}
.explore_online_section .long-shape {
    top: auto;
    right: -60%;
    z-index: -1;
    bottom: 0;
}
.explore_online_section .online-posts {
    margin-top: 30px;
}
.close_to_all_section .col-xl-10.text-center > br {
    display: none;
}
.home-name-inspiration .texte {
    margin-bottom: 0;
}
.directions_content {
    flex-wrap: wrap;
}
.directions_content {
    flex-wrap: wrap;
    gap: 20px;
}
.need-help-section .more_details img {
    margin-bottom: 10px;
}
.smaller_banners h1.banner-text {
    font-size: 38px;
    line-height: 1.3em;
    padding-inline: 20px;
}
.gastronomy_swiper .mygastronomySwiper .swiper-button-next, 
.gastronomy_swiper .mygastronomySwiper .swiper-button-prev {   
    top: 100%;
}
.gastronomy_swiper .mygastronomySwiper .swiper-button-next {
    right: 0px !important;
}
.gastronomy_swiper .mygastronomySwiper .swiper-button-prev {
    left: auto;
    right: 30px;
}
.indoor-pool  h2 {
    font-size: 28px;
    line-height: 1.3em;
}
.pool_swiper {
    margin-top: 2rem;
}
.white_btn_blue_stroke {
    padding: 10px 15px;
}
.blue_btn {
    padding: 10px 15px;
}
.col-xl-6 img[src=""] {
    display: none;
}
.main-page-wrapper {
    overflow-x: hidden;
}
.other_salons .salons_swiper .mySalonSwiper .swiper-wrapper .swiper-slide .salon-body .salon-title {
    line-height: 1.3em;
}
.other_salons .salons_swiper {
    margin-left: 40px;
}
.page-template-business section.other_salons {
    padding-bottom: 0;
}
.why-choose-us .dark_blue_bg .row {
    padding: 60px 0px;
    padding-left: 20px;
}
.places_details > div > img.img-fluid {
    width: 100%;
}
.close_to_all_section .texte.text-center p {
    font-size: 12px;
    line-height: 18px;
}
.close_to_all_section .texte.text-center img.img-fluid {
    max-height: 70px;
    max-width: 40px;
}
.room-listing-section h2 {
    font-size: 30px;
    line-height: 36px;
}
body #mlb2-17553547.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    padding-left: 0;
}
body .ml-form-embedBody.ml-form-embedBodyDefault.row-form {
    max-width: 100%;
}
.event_details.card-body {
    position: relative;
}
.events-section h5.card-title.mb-0 {
    width: 100%;
    margin: 0 !important;
}
.mobile-header .logo-cont img {
    max-width: 100px;
}
.increase-image-column img.img_1 {
    top: 0px;
    right: 0;
    float: none;
    margin-top: 40px;
}
.cinq-monde .carousel-inner .carousel-item img {
    height: 250px;
}
}
@media screen and (max-width: 575px){
  .mobile-header a.logo-cont.text-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
    .mobile_inner_cont{
    padding-top: 5px;
  }

  .booking_engine {
      top: -160px;
  }
  .section-marquee-section .marquee-section {
      font-size: 50px;
  }
  .increase-image-column img.img_1 {
    left: auto;
    float: right;
    right: 0;
    max-width: 60%;
  }
  .increase-image-column img.img_2 {
    float: left;
    margin-top: -80px;
    max-width: 85%;
  }
  body .need-help-section .directions_content .white_text {
    width: 100%;
  }
  .events-section h5.card-title.mb-0 {
    font-size: 20px;
    line-height: 1.3em;
  }
  body .watering_breakfast {
    padding-bottom: 5rem;
  }
 
}
@media screen and (max-width: 480px){
	.cinq-monde .carousel-inner .carousel-item img {
	    height: 150px;
	}
	.bliss-in-the-skin .img_cont.bottom-img {
	    width: 90%;
	    left: 13%;
	    position: relative;
	    margin-top: -50px;
	    top: inherit;
	    left: 10%;
	}
	.bliss-in-the-skin .img_cont.top-img {
    	width: 90%;
	}
	.page-template-leisure section.bliss-in-the-skin {
    	padding-bottom: 0;
	}	
}
/* //////WEllness buttons////////////////// */
.relax_swiper .wellness-arrows {
    position: static;      /* distance from bottom */
    display: flex;
    gap: 10px;
    z-index: 10;
    margin-top: 20px;
  }

  .relax_swiper .wellness-arrows .swiper-button-next,
  .relax_swiper .wellness-arrows .swiper-button-prev {
    position: static !important; /* remove default Swiper positioning */
    width: 45px;
    height: 45px;
    /* background: #ffffff; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.15); */
    cursor: pointer;
  }

  .relax_swiper .wellness-arrows i {
    font-size: 20px;
    color: #273C5D;
  }

          /* //////WEllness buttons////////////////// */

.banner_image .swiper.mySwiper .swiper-pagination {
    top: auto !important;
    bottom: 50px;
}
.italian-bliss .btn_cont {
    flex-wrap: wrap;
    gap: 8px;
}
.italian-bliss .row .col-xl-4 img.img-fluid {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.right-column-slider{
  position: relative;
}
.right-column-slider .right-column-slider-button-next, .right-column-slider .right-column-slider-button-prev {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.right-column-slider .right-column-slider-button-prev {
    left: 10px;
}
.right-column-slider .right-column-slider-button-next {
    right: 10px;
}
.right-column-slider .sliderbtn.swiper-button-disabled {
    opacity: 0.5;
}
.right-column-slider img{
  display: inline-block;
}
.postid-1247 .bar_swipers {
    display: none;
}
#mlb2-41873336.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    padding-left: 15rem;
    padding-top: 50px;
}
.product-details__product-price.ec-price-item .custom-product-title {
    margin-bottom: 20px !important;
    font-size: 30px !important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-cart-coupon .ec-link {
    font-size: 14px;
    background: #333333;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50px;
    border: 1px solid #333333;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-cart-coupon .ec-link:hover {
    background: #fff;
    color: #333333;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-cart-coupon__icon {
    align-self: center !important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-cart-coupon__text>span:last-child {
    align-items: center;
}
.event-page-card .card.event-card .card-body .event_el {
    justify-content: flex-start;
}
.events-el.event-page-card,
.events-el.event-page-card .card.event-card {
    height: 100%;
}

body.ecwid-customer-loggedOut header .desktop_header {
    background: #AFA293;
}
body.ecwid-customer-loggedOut header .desktop_header[style="backdrop-filter: none;"] {
    background: transparent;
}
.ecwid-customer-loggedOut section.events-section.pb-0 {
    padding-top: 160px;
}


@media(max-width: 992px){
	.event-page-row .col-xl-3.col-md-3 {
	    width: 33.33%;
	}
}
@media(max-width: 767px){
.event-page-row .col-xl-3.col-md-3 {
    width: 100%;
}
.strike-eat .events-el {
	margin-bottom: 10px;
}
.card.event-card h5.card-title {
    min-height: auto;
}
#mlb2-41873336.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    padding-left: 0rem;
    padding-top: 30px;
}
.booking_engine.fixed{
  top: 55px;
  margin: 0;
}
body .relax_survive_section .row .col-xl-6:first-child {
    margin-bottom: 0;
}
.faq_section .accordion {
    margin-top: 2rem;
}
.gastronomy-first-section {
    padding-bottom: 10px;
}
.gastronomy-first-section .btn_cont a.btn {
    margin-bottom: 10px;
}
.page-template-wellness section.gastronomy-first-section {
    padding-top: 0;
}
.page-template-leisure section.bubble-relaxation {
    padding-bottom: 0;
}
section.indoor-pool.section-dynamic-background .pool_swiper.interactive_swiper {
    margin-right: -20px;
}
}
@media(max-width:520px){
  .product-details__product-price.ec-price-item .custom-product-title {
      font-size: 22px !important;
      margin-top: 50px !important;
  }
}
@media(max-width: 480px){
  .the_best_place_section  .btn_cont {
    flex-direction: column;
  }
}

.scroll-booking-link {
    display: none !important;
}

.white_main_menu .scroll-booking-link {
    display: list-item !important;
}

/* 1. Change the scrolled background to semi-transparent brown and apply blur HERE instead */
.desktop_header .main_menu_el.white_main_menu {
  background-color: rgba(114, 101, 87, 0.85) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

/* 2. Keep the menu links white so they are readable */
.desktop_header .main_menu_el.white_main_menu .menu_parent .menu_els a {
  color: #ffffff !important;
}

/* 3. Keep the active underline white */
.desktop_header .main_menu_el.white_main_menu .menu_parent .menu_els.active a::after {
  background-color: #ffffff !important;
}

/* 4. Fix the mobile scrolled header to match */
.desktop_header:has(div.main_menu_el.visible) + .mobile-header {
  background: rgba(114, 101, 87, 0.85) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
.desktop_header:has(div.main_menu_el.visible) + .mobile-header a.logo-cont img {
  filter: invert(0) !important; /* Keeps the mobile logo white */
}
.desktop_header:has(div.main_menu_el.visible) + .mobile-header .line {
  background: #ffffff !important; /* Keeps the mobile hamburger menu white */
}
.desktop_header:has(div.main_menu_el.visible) + .mobile-header .btn_cont a {
  background: #ffffff !important;
  color: #726557 !important; /* Make the mobile booking button match */
}

/* Apply brown overlay to desktop room slides */
.rooms_swiper .myRoomSwiper .swiper-wrapper .swiper-slide {
    background-color: #726557 !important;
    background-blend-mode: overlay !important;
}

/* Apply brown overlay to mobile room slides */
.rooms_mobile_cont .rooms_cont {
    background-color: #726557 !important;
    background-blend-mode: overlay !important;
}
.food-card-overlay {
    background-color: #726557 !important;
    background-blend-mode: overlay !important;
}

.relax_swiper .myWellnessSwiper .swiper-slide {
	width: 47% !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
}

.event-card {
    position: relative;
    overflow: hidden;
}

.event-ribbon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    z-index: 5;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Override English MailerLite form button color — uses #page to beat MailerLite's ID specificity */
#page .ml-form-embedContainer.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #726557 !important;
}

#page .ml-form-embedContainer.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
    background-color: #5e5246 !important;
}

#page .mlb2-39597617.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button
{
	background-color: #726557 !important;
}



/* Active menu item must stay readable on the opaque beige header (shop pages) */
.desktop_header .main_menu_el .menu_parent .menu_els.active,
.desktop_header .main_menu_el .menu_parent .menu_els.active a {
  color: #ffffff !important;
}
.desktop_header .main_menu_el .menu_parent .menu_els.active a::after {
  background-color: #ffffff !important;
}