:root { 
    --bg-color: #631010; 
    /* --bg-color: rgb(201, 20, 20); */ 
    --whites: #fff; 
    --text-color: #ffff; 
    --bg2: linear-gradient(135deg, rgb(201, 20, 20), #631010); 
    --gradient-bg-color22: linear-gradient(135deg, rgb(201, 20, 20), #631010); 
    --p-color: rgb(201, 20, 20);
}
.modal { backdrop-filter: blur(10px); opacity: 1 !important; background: rgba(0, 0, 0, 0.5);
}
.mchs__bg { margin: 0; font-family: "Poppins", sans-serif; /* background: linear-gradient(135deg, #3E2C41, #B76F5A, #4A5568); */ background: linear-gradient(135deg, rgb(201, 20, 20), #fefefe); display: flex; align-items: center; justify-content: center; padding: 10px;
}
/* ===== Wrapper ===== */
.mhs-background { width: 100%; max-width: 420px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(16px); border-radius: 28px; /* padding: 28px 22px; */ padding: 11px 22px 22px 22px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2); color: #fff; animation: fadeUp 0.9s ease forwards; border-bottom: 2px solid var(--text-color)
}
/* ===== Header Row ===== */
.mhs-mobile-head { display: flex; justify-content: space-between; align-items: center; margin: 0 auto;
}
.mhs-mobile-head img { display: block; margin: 0 auto; background: #fefefe; width: 53px; height: 53px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.397)); box-shadow: rgb(255, 255, 255) 0px 13px 27px -5px, rgba(255, 255, 255, 0.61) 0px 8px 16px -8px;
}
.mhs-btn-call { width: 30px; height: 30px; background: linear-gradient(135deg, #ff3c3c, #ff7e3c); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3); transition: 0.3s;
}
.mhs-btn-call:hover { transform: scale(1.12);
}
/* ===== Tagline ===== */
.mhs-tagline { font-size: .9rem; font-weight: 700; /* margin: 30px 0 20px; */ text-align: center; line-height: 1.5; color: #fff; animation: fadeDown 1s ease forwards;
}
.mhs-tagline span { color: #ffe084;
}
/* ===== Search Card ===== */
.mhs-search-card { background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(10px); border-radius: 22px; padding: 20px; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25); animation: slideUp 1.2s ease forwards; border-bottom: 2px solid var(--text-color)
}
.mhs-search-label { font-size: 0.9rem; font-weight: 600; margin-bottom: 12px; color: #fff; opacity: 0.9;
}
.mhs-search-input { display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.25); border-radius: 14px; padding: 12px 16px; border-bottom: 2px solid var(--text-color);
}
.mhs-search-input i { font-size: 18px; color: var(--text-color);
}
.mhs-search-input input { flex: 1; border: none; outline: none; background: transparent; font-size: 1rem; color: #fff;
}
.mhs-search-input input::placeholder { color: rgba(255, 255, 255, 0.842);
}
/* ===== Search Button ===== */
.mhs-pinBtn { width: 100%; margin-top: 20px; padding: 12px; border: none; border-radius: 30px; font-size: 1rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #ff3c3c, rgb(201, 20, 20), #ffb347); /* background: var(--background); */ box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35); display: flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.3s ease;
}
.mhs-pinBtn:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}
.mhs-pinBtn i { font-size: 18px;
}
/* ===== Animations ===== */
@keyframes fadeUp { 0% {  opacity: 0;  transform: translateY(40px); }
 100% {  opacity: 1;  transform: translateY(0); }
}
@keyframes slideUp { 0% {  opacity: 0;  transform: translateY(60px); }
 100% {  opacity: 1;  transform: translateY(0); }
}
@keyframes fadeDown { 0% {  opacity: 0;  transform: translateY(-30px); }
 100% {  opacity: 1;  transform: translateY(0); }
}
.new-find-spa h5 { font-weight: 700; text-shadow: 1px 2px 4px #fefefe;
}
.new-find-spa h5::before { content: ''; position: absolute; left: 0px; top: 0px; background: var(--bg-color); width: 3px; height: 22px;
}
.new-find-spa h5 { position: relative; overflow: hidden; background: linear-gradient(90deg, rgb(201, 20, 20), #000, rgb(201, 20, 20)); /*background-repeat: no-repeat;*/ background-size: 70%; animation: animate 10s linear infinite; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.scollect-title { font-weight: 700; text-shadow: 1px 2px 4px #fefefe;
}
.scollect-title { position: relative; overflow: hidden; background: linear-gradient(90deg, rgb(151, 10, 10), #631010, rgb(0, 255, 21)); /*background-repeat: no-repeat;*/ background-size: 70%; animation: animate 10s linear infinite; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: rgba(56, 8, 8, 0.233);
}
@keyframes animate { 0% {  background-position: -500%; }
 100% {  background-position: 500%; }
}

.spa__list__main { /* margin-top: 16px; */ position: relative;
}
.spas__card { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; border-radius: 10px; background: #fff; transition: all 0.3s ease;
}
.spa__list__main a { text-decoration: none; cursor: pointer;
}
.spa__list__main .spa__img__list { overflow: hidden; border-top-left-radius: 4px; border-top-right-radius: 4px; position: sticky;
}
.main__img__area .img__scroll__area::-webkit-scrollbar { display: none; background-color: transparent;
}
.main__spas__lista .spas__area__start .spas__scroll__area::-webkit-scrollbar { display: none; background-color: transparent;
}
.spa__img__list .spa__img__collection::-webkit-scrollbar { display: none; background-color: transparent;
}
.spa__img__list .spa__img__collection { white-space: nowrap; overflow: auto hidden; border-top-left-radius: 4px; border-top-right-radius: 4px; position: relative; height: 128px; display: flex; box-sizing: border-box;
}
.spa__img__list .spa__img__collection .img__lists { color: #000; background: #fff; animation: auto ease 0s 1 normal none running none; position: relative; z-index: 0; margin-right: 4px; height: 100%; width: 140px; display: flex; flex: 0 0 auto; box-sizing: border-box;
}
.spa__img__list .spa__img__collection .img__lists::after { content: ''; position: absolute; height: 100%; width: 100%; top: 0px; left: 0px; border-radius: 18px; background: url('../img/list/2.jpg'); /* background: #ccc; */ animation: auto ease 0s 1 normal none running none; z-index: -1;
}
.spa__img__list .spa__img__collection .img__lists img { width: 100%; height: 100%; vertical-align: middle; object-fit: cover; border-style: none; border-radius: 18px;
}
.spa__list__main .badge { /* background: var(--bg-color); */ background: var(--whites); color: #000000; max-width: 70px; margin-top: -14px; margin-left: 9px; border: 1px solid #000; position: absolute; left: 0; display: block;
}
.spa__list__main .badge>.badge-con { color: #000; text-align: center; padding-right: 15px; text-shadow: 1px 1px 10px #ffffff; font-weight: 800; font-size: 11px;
}
.chutkee__ribbon p { font-size: 1rem; font-weight: 800; color: #fff;
}
.chutkee__ribbon p { --r: .4em; /* control the ribbon shape (the radius) */ --c: rgb(201, 20, 20);
 position: absolute; top: 8px; left: calc(-1*var(--r)); line-height: 1.8; padding: 0 .5em calc(2*var(--r)); border-radius: var(--r) 0 0 var(--r); background:  radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 0/.5lh calc(100% - 2*var(--r)),  radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 100%/var(--r) calc(2*var(--r)),  conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)), #0000 25%, var(--c) 0) 0 0/calc(101% - .5lh) 100%; background-repeat: no-repeat;
}
.categories__tags { background: var(--gradient-bg-color22); position: absolute; width: 8.8rem; float: left; justify-content: start; align-items: start; padding: 0.2rem 1.2rem; border-radius: 0px 5px 5px 0px; top: 7px; left: -14px;
}
.categories__tags p { margin: 0; font-size: 1rem; font-weight: 800; color: #fff;
}
.categories__tags div { position: absolute; bottom: -22px; left: 0; width: 0; height: 0; border-top: 13px solid #2c2e58; border-bottom: 10px solid transparent; border-left: 13px solid transparent;
}
/* mobile area open close tag */
.mob-open-tags { width: 88px; position: absolute; float: right; margin: 0px 20px; bottom: 15px; right: 1px; animation: sway 2s infinite; animation-timing-function: ease-in-out; -webkit-transform-origin: top; -moz-transform-origin: top; transform-origin: top;
}
@keyframes sway { 0% {  transform: rotate(9deg); }
 50% {  transform: rotate(-9deg); }
 100% {  transform: rotate(9deg); }
}
.mob-open-tags .hook { width: 5px; height: 5px; background-color: rgba(36, 121, 9, 1); margin: 0 auto 32px auto; border-radius: 50%; box-shadow: 0 1px 0 1px rgba(36, 121, 9, 1);
}
.mob-open-tags .hook::before { content: ''; width: 50px; height: 50px; border-top: 3px solid rgba(36, 121, 9, 1); border-left: 3px solid rgba(36, 121, 9, 1); /* border-right: 2px solid #000000; */ position: absolute; border-radius: 7px; left: 20px; top: 1px; transform: rotate(45deg); z-index: 1;
}
.mob-open-tags .frame { /* background: #048c80; */ /* background: rgb(235, 235, 235); */ background: linear-gradient(130deg, rgba(235, 235, 235, 1) 0%, rgba(36, 121, 9, 1) 22%); z-index: 5; margin-top: -19px; border-radius: 8px 0px 8px 0px; padding: 1px 14px; font-size: 15px; font-weight: 700; text-shadow: 1px 1px 10px #2a2a2a3d; color: #fff; letter-spacing: 1px; text-align: center; position: relative; /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */ /* border: 1px solid #fff; */
}

.mob-open-cloase-tags { width: 92px; position: absolute; float: left; margin: 0px 20px; top: 226px; left: 227px; animation: sway 2s infinite; animation-timing-function: ease-in-out; -webkit-transform-origin: top; -moz-transform-origin: top; transform-origin: top;
}
@keyframes sway { 0% {  transform: rotate(9deg); }
 50% {  transform: rotate(-9deg); }
 100% {  transform: rotate(9deg); }
}
.mob-open-cloase-tags .hook { width: 5px; height: 5px; background-color: red; margin: 0 auto 32px auto; border-radius: 50%; box-shadow: 0 1px 0 1px red;
}
.mob-open-cloase-tags .hook::before { content: ''; width: 50px; height: 50px; border-top: 3px solid red; border-left: 3px solid red; /* border-right: 2px solid #000000; */ position: absolute; border-radius: 7px; left: 22px; top: 1px; transform: rotate(45deg); z-index: 1;
}
.mob-open-cloase-tags .frame { /* background: #048c80; */ /* background: rgb(235, 235, 235); */ background: linear-gradient(130deg, rgba(235, 235, 235, 1) 0%, red 22%); z-index: 5; margin-top: -14px; border-radius: 8px 0px 8px 0px; padding: 1px 14px; font-size: 15px; font-weight: 700; text-shadow: 1px 1px 10px #2a2a2a3d; color: #fff; letter-spacing: 1px; text-align: center; position: relative; /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */ /* border: 1px solid #fff; */
}
/* end here */
.spa__name__text h2 { color: var(--p-color); max-width: 20rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.loc__spa p { color: #2c2a2a; max-width: 20rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.loc__spa p .bi { color: var(--p-color);
}
.spa__ratelist p { margin-top: 7px; color: #000; font-weight: 700; font-size: 20px;
}
.spa__ratelist span { color: var(--p-color);
}
.spa__ratelist p del { font-size: 15px; font-weight: 500; color: black;
}
.spa__ratelist p sup b { background: #9bfd39; padding: 5px; font-weight: 500; border-radius: 5px;
}
.chutkee__disc__offer { /* background: var(--bg-color); */ border: 1px solid var(--bg-color); padding: 5px 8px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; font-weight: 500; color: #000; font-size: 10px; border-radius: 25px 45px;
}
.sms-services { list-style: none; padding: 0; margin: 8px 0; font-size: 11px; color: #333;
}
.sms-services li { display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px dashed rgba(255, 4, 4, 0.288);
}
.sms-services li span { font-size: 10px; font-weight: 400; color: #6b6f77;
}

/* start buttons area here */
.spa__book__btn { display: flex; width: 100%; /* gap: 15px; */ justify-content: space-between;
}
/* .book__btn { width: calc(100% - 50%);
} */
.book__btn a { text-decoration: none;
}
.custom__btn { width: 150px; height: 50px; color: #fff; border-radius: 54px; padding: 10px 25px; font-size: 17px; letter-spacing: 0.8px; font-weight: 600; text-shadow: 1px 2px 7px #000000d0; background: transparent; cursor: pointer; transition: all 0.3s ease; position: relative; display: inline-block; box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),  7px 7px 20px 0px rgba(0, 0, 0, .1),  4px 4px 5px 0px rgba(0, 0, 0, .1); outline: none;
}
@media screen and (min-width: 320px) and (max-width: 340px) { .btn____book {  position: relative;  /* or absolute if inside a container */  right: 20px;  bottom: 17px; }
 .btn____book span {  display: block;  position: absolute;  width: 116px !important;  text-align: center; }
 .custom__btn {  padding: 9px 12px;  font-size: 15px; }
 .custom__btn2 {  width: 133px !important;  height: 42px;  font-size: 15px !important; }
 .view__btn {  padding: 0 !important; }
 .mob-open-tags {  position: absolute;  right: -14px !important;  left: auto;  /* this cancels any previous left value */ }
}

.btn____book { position: relative; right: 20px; bottom: 20px; border: none; box-shadow: none; width: 135px; height: 40px; line-height: 42px; -webkit-perspective: 230px; perspective: 230px;
}
.btn____book span { background: var(--bg2); display: block; position: absolute; width: 135px; height: 42px; box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),  7px 7px 20px 0px rgba(0, 0, 0, .1),  4px 4px 5px 0px rgba(0, 0, 0, .1); border-radius: 14px; margin: 0; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;
}
.btn____book span:nth-child(1) { box-shadow:  -7px -7px 20px 0px #fff9,  -4px -4px 5px 0px #fff9,  7px 7px 20px 0px #0002,  4px 4px 5px 0px #0001; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 50% 50% -20px; -moz-transform-origin: 50% 50% -20px; transform-origin: 50% 50% -20px;
}
.btn____book span:nth-child(2) { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transform-origin: 50% 50% -20px; -moz-transform-origin: 50% 50% -20px; transform-origin: 50% 50% -20px;
}
.btn____book:hover span:nth-child(1) { box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),  7px 7px 20px 0px rgba(0, 0, 0, .1),  4px 4px 5px 0px rgba(0, 0, 0, .1); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); transform: rotateX(0deg);
}
.btn____book:hover span:nth-child(2) { box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),  7px 7px 20px 0px rgba(0, 0, 0, .1),  4px 4px 5px 0px rgba(0, 0, 0, .1); color: transparent; -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); transform: rotateX(-90deg);
}
.newspa-views { /* padding-left: 10px; */ float: right;
}
.newspa-views a { text-decoration: none;
}
.newspa-views a button { color: var(--bg-color); font-size: 15px; font-weight: 600; background: var(--whites); border: 1px solid rgb(201, 20, 20); padding: 9px 20px; width: 130px; height: 40px; border-radius: 5px; box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),  7px 7px 20px 0px rgba(0, 0, 0, .1),  4px 4px 5px 0px rgba(0, 0, 0, .1); cursor: pointer; transition: all 0.3s ease;
 &:hover {  background: linear-gradient(135deg, rgb(201, 20, 20), #631010);  color: var(--whites); }
}
.chut-open-ribbon { font-size: 16px; font-weight: bold; color: #fff; position: absolute; bottom: 70px; right: 0;
}
.chut-open-ribbon { --r: .8em; /* control the cutout */ border-inline: .5em solid #0000; padding: .5em .2em calc(var(--r) + .2em); clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - .5em) 100%, 50% calc(100% - var(--r)), .5em 100%, 0 100%); background:  radial-gradient(50% .2em at top, #000a, #0000) border-box,  rgba(36, 121, 9, 1) padding-box; /* the color  */ width: fit-content;
}
.chut-close-ribbon { font-size: 16px; font-weight: bold; color: #fff; position: absolute; bottom: 70px; right: 0;
}
.chut-close-ribbon { --r: .8em; /* control the cutout */ border-inline: .5em solid #0000; padding: .5em .2em calc(var(--r) + .2em); clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - .5em) 100%, 50% calc(100% - var(--r)), .5em 100%, 0 100%); background:  radial-gradient(50% .2em at top, #000a, #0000) border-box,  rgb(92, 7, 4) padding-box; /* the color  */ width: fit-content;
}
.spa-connect-area { display: flex; align-items: center; /* gap: 14px; */ /* margin-top: 14px; */ justify-content: space-between;
}
/* Base button style */
.connect-btn { flex: 1; text-decoration: none; color: #fff; border-radius: 5px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; transition: all 0.3s ease; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
/* Call button â€“ red gradient */
.connect-call { font-weight: 600; font-size: 14px; padding: 5px 8px; margin-left: 4px; max-width: 147px; background: linear-gradient(135deg, #ff0000, #cc0000); box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}
.connect-call:hover { background: linear-gradient(135deg, #cc0000, #990000); transform: translateY(-2px);
}
/* Icon adjustments */
.connect-btn i { font-size: 17px; animation: blink 1.5s infinite;
}
.connect-btn span { font-size: 14px; letter-spacing: 0.3px;
}
/* Blinking animation for icons */
@keyframes blink {
 0%, 50%, 100% {  opacity: 1; }
 25%, 75% {  opacity: 0.4; }
}
/* Responsive mobile tweak */
@media(max-width:576px) { .spa-call-chat {  justify-content: center; }
 .contact-btn {  padding: 5px 10px;  font-size: 0.8rem;  min-width: 80px; }
}

.scroll__collection__area { overflow-x: scroll; width: 100%;
}
.scroll__collection__area .scroll__category__area::-webkit-scrollbar { display: none;
}
.scroll__collection__area .scroll__category__area { padding-left: 15px; box-sizing: border-box; background-color: transparent; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; overflow-x: scroll; overflow-y: hidden; -webkit-box-align: stretch; align-items: stretch; display: flex; gap: 8px; flex-flow: row nowrap; margin: 0 auto; padding-bottom: 8px;
}
.scroll__collection__area .scroll__category__area a .classic__area { text-decoration: none; color: inherit; height: auto; min-width: 121px; min-height: 121px; -webkit-box-flex: 1; flex-grow: 1; position: relative; padding-right: 12px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 11px; box-sizing: border-box; border-bottom: 1px dashed var(--p-color);
}

.scroll__collection__area .scroll__category__area a .spa__img { color: rgba(0, 0, 0, 0.50); height: 100%; width: 100%; background: #ffffff; animation: none; box-sizing: border-box; display: block; margin: 0 auto; padding-left: 8px;
}
.scroll__collection__area .scroll__category__area a .spa__img>.img { width: 100%; height: 100%; vertical-align: middle; border-radius: 7px; overflow: hidden; box-sizing: border-box; border-style: none; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; z-index: -2;
}
.scroll__category__area a .spa__img>.badge { background: #ffffff; max-width: 54px; margin-top: -10px; margin-left: 9px; position: relative; display: block;
}
.scroll__category__area a .spa__img .badge>.badge-con { color: #000; text-align: center; padding-right: 15px; text-shadow: 1px 1px 10px #ffffff; font-weight: 800; font-size: 11px;
}
.scroll__collection__area .scroll__category__area>a { text-decoration: none;
}
.scroll__collection__area .scroll__category__area a .classic__area .spa__text { margin-top: 8px; color: #fefefe; text-shadow: 1px 2px 7px #2a2a2a; font-weight: 600; font-size: 17px; margin-left: 10px; text-align: center;
}
.scroll__collection__area .scroll__category__area a .classic__area .spa__text { --r: .8em; /* control the cutout */ border-block: .5em solid #0000; padding-inline: .5em calc(var(--r) + .25em); line-height: 1.8; clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - .25em), calc(100% - var(--r)) 50%, 100% .25em); background:  radial-gradient(.2em 50% at left, #000a, #0000) border-box,  rgb(201, 20, 20) padding-box; /* the color  */ width: fit-content;
}
.recent-spaBox { background: #fff; border-radius: 18px; overflow: hidden; max-width: 350px; max-height: 380px; box-shadow: 0 6px 20px rgba(255, 0, 0, 0.12); margin-bottom: 22px; transition: all 0.3s ease;
}
.recent-spaBox:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 0, 0, 0.2);
}
/* ====== IMAGE SECTION ====== */
.spaImgWrap { position: relative; height: 170px; overflow: hidden;
}
.spaImgWrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; border-radius: 0 0 0 35px;
}
.spaBox:hover .spaImgWrap img { transform: scale(1.05);
}
.ratingTag { position: absolute; top: 12px; left: 12px; background: var(--bg-color); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 10px; border-radius: 25px; display: flex; align-items: center; gap: 4px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.ratingTag i { color: #fefefe; font-size: 12px;
}
/* ====== CONTENT SECTION ====== */
.spaInfo { padding: 14px 16px 18px;
}
.spaTitle { font-size: 18px; font-weight: 700; max-width: 17rem; text-transform: capitalize; color: #b00000; margin: 0; display: flex; align-items: center; gap: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.spaLocation { font-size: 13px; color: #777; max-width: 17rem; text-transform: capitalize; display: flex; align-items: center; gap: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 5px 0 12px;
}
/* ====== SERVICE TAGS ====== */
.serviceTags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px;
}
.serviceTags span { background: #fff2f2; color: #c10000; font-size: 12px; padding: 4px 9px; border-radius: 18px; border: 1px solid rgba(255, 0, 0, 0.2); font-weight: 500;
}
/* ====== PRICE AREA ====== */
.priceWrap { display: flex; align-items: center; gap: 8px; margin-bottom: 14px;
}
.priceNow { color: #b00000; font-size: 17px; font-weight: 600;
}
.priceOld { color: #999; font-size: 13px;
}
.offerTag { background: linear-gradient(135deg, #ff0000, #ff4d4d); color: #fff; font-size: 11px; padding: 3px 6px; border-radius: 6px; font-weight: 500;
}
/* ====== ACTION BUTTONS ====== */
.actionBtns { display: flex; gap: 10px;
}
.actionBtns a { flex: 1; text-align: center; text-decoration: none; font-size: 13px; font-weight: 600; padding: 10px 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 5px; transition: all 0.3s ease;
}
.btnBook { background: linear-gradient(135deg, #ff0000, #ff4d4d); color: #fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btnBook:hover { background: #c00000;
}
.btnView { background: #fff; color: #b00000; border: 1px solid #ff0000; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btnView:hover { background: #ff0000; color: #fff;
}
/* ====== RESPONSIVE ====== */
@media (min-width: 768px) { .spaBox {  max-width: 400px; }
}
.slider-item2 .spaCard { background: var(--text-color); box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, var(--p-color) 0px -5px 0px inset; height: 350px; width: 240px; border-radius: 12px; overflow: visible;
}
.mob__new__spaadd { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; perspective: 1000px; transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mob__card__content .spa__book__btn3 { position: relative; /* top: -20px; */ display: flex; flex-direction: column;
}
.mob__card__content .spa__book__btn3 .book__btn { position: relative; left: 17px; justify-content: center; align-items: center; text-align: center; top: 0px;
}
.newadd-views a { text-decoration: none; position: relative; top: -37px; left: 0px;
}
.newadd-views a button { color: var(--bg-color); font-size: 15px; font-weight: 600; background: var(--whites); border: 1px solid rgb(201, 20, 20); padding: 9px 20px; width: 130px; height: 40px; border-radius: 5px; box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),  7px 7px 20px 0px rgba(0, 0, 0, .1),  4px 4px 5px 0px rgba(0, 0, 0, .1); cursor: pointer; transition: all 0.3s ease;
 &:hover {  background: linear-gradient(135deg, rgb(201, 20, 20), #631010);  color: var(--whites); }
}
.mob__rating__badge { background-color: var(--bg-color); width: 150px; position: relative; top: -48px; left: -55px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 2px inset; padding: 3px 4px 3px 4px;
}
.mob__rating__badge a { text-decoration: none;
}
.mob__rating__badge a p { display: block; margin: 0 auto; text-align: center; color: var(--text-color); font-weight: 600; font-size: 12px; text-decoration: none;
}
.mob__new__spaadd .mob__spaCategory { position: relative; top: -24px; width: 98px; left: 75px; background-color: #fefefe; border-top-left-radius: 5px; color: rgb(201, 20, 20); border: 1px solid rgb(201, 20, 20); border-top-right-radius: 5px; box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 4px inset;
}
.mob__new__spaadd .mob__spaCategory a { text-decoration: none;
}
.mob__new__spaadd .mob__spa__img { height: 155px; width: 235px;
}
.mob__new__spaadd .mob__spa__img img { width: 100%; height: 100%; object-fit: cover; border-top-left-radius: 10px; margin-top: 1px; border-top-right-radius: 10px;
}
.mob__new__spaadd .mob__spaCategory a p { display: block; margin: 0 auto; text-align: center; color: var(--p-color); font-weight: 600; font-size: 14px; padding: 2px 4px 2px 4px;
}
.mob__spa_content { position: relative; top: -25px; display: block; margin: 0 auto;
}
.mob__spa_content .spa__name { padding-left: 15px; padding-right: 15px;
}
.mob__spa_content .spa__name p { font-size: 19px; font-weight: 600; max-width: 14rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: var(--p-color);
}
.mob__spa_content .spa__address { padding-left: 15px; padding-right: 15px;
}
.mob__spa_content .spa__address p { max-width: 14rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; position: relative; top: -12px; font-weight: 500;
}
.mob__spa_content .spa__address p i { color: var(--p-color);
}
.mob__spa_content .price { position: relative; top: -15px; padding-left: 8px; padding-right: 7px;
}
.mob__spa_content .price .disc__offer { display: inline-block; background-color: var(--bg-color); /* -webkit-border-radius: 3px 4px 4px 3px; */ -moz-border-radius: 3px 4px 4px 3px; border-radius: 3px 4px 4px 3px; border-left: 1px solid #6ab070; margin-left: 18px; position: relative; color: white; font-weight: 700; height: 24px; font-size: 12px; line-height: 24px; padding: 0px 4px 0px 4px;
}
/* Makes the triangle */
.mob__spa_content .price .disc__offer:before { content: ""; position: absolute; display: block; left: -11px; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-right: 12px solid var(--p-color);
}
/* Makes the circle */
.mob__spa_content .price .disc__offer:after { content: ""; background-color: white; border-radius: 50%; width: 6px; height: 6px; display: block; position: absolute; left: -7px; top: 9px;
}
.mob__spa_content .price p { font-size: 14px;
}
.mob__card__content { color: #000000; position: absolute; top: 0px; left: 0; width: 240px; height: 100%; box-sizing: border-box; background-color: #fff; transform: rotateX(-90deg); transform-origin: bottom; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer;
}
.mob__new__spaadd:hover .mob__card__content { transform: rotateX(0deg);
}
.mob__card__content .spa__book__btn3 .view__buttons { position: relative; top: 0px; justify-content: center; align-items: center; text-align: center; left: -15px;
}
.chutkee__addtowish { position: absolute; top: 10px; right: 10px; background: rgba(255, 255, 255, 0.945); border-radius: 50%; width: 35px; height: 35px; padding: 3px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); cursor: pointer; transition: background 0.3s ease;
}
.spaCard__container { background: #fff; border-radius: 18px; padding: 16px; margin: 14px auto; max-width: 420px; box-shadow: 0 6px 25px rgba(255, 0, 0, 0.08); transition: all 0.3s ease; border: 1px solid #ffe5e5;
}
.spaCard__container:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(255, 0, 0, 0.15);
}
/* Title */
.spaCard__title { font-size: 1.1rem; font-weight: 700; color: #c1121f; display: flex; align-items: center; gap: 6px;
}
.spaCard__title i { color: #e63946; background: #ffe5e5;
}
/* Rating */
.spaCard__rating { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; margin-top: 6px;
}
.spaCard__rating .bi-star-fill { color: #ffb703; font-size: 0.9rem;
}
.spaCard__rating a { font-size: 0.85rem; color: #6c757d; text-decoration: none;
}
.spaCard__rating img { margin-left: 8px;
}
/* Divider */
.spaCard__divider { width: 100%; height: 1px; background: #ffe5e5; margin: 10px 0;
}
/* Address */
.spaCard__address { font-size: 0.9rem; color: #555; line-height: 1.5;
}
.spaCard__addressIcon { color: #e63946;
}
/* Button */
.spaBtn__direction { background: linear-gradient(135deg, #ff2e63, #c1121f); color: #fff; border: none; border-radius: 5px; padding: 8px 20px; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(255, 0, 0, 0.25);
}
.spaBtn__direction:hover { background: linear-gradient(135deg, #c1121f, #a40e1b); box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4); transform: scale(1.03);
}
/* Price Section */
.spaPrice__section { display: flex; align-items: center; gap: 8px; margin-top: 12px; justify-content: flex-start;
}
.spaPrice__current { font-size: 2rem; font-weight: 700; color: #d19b32;
}
.spaPrice__original { font-size: 0.9rem; color: #999;
}
.spaPrice__offer { font-size: 0.8rem; color: #fff; background: #c1121f; padding: 3px 8px; border-radius: 6px; font-weight: 600; box-shadow: 0 2px 8px rgba(255, 0, 0, 0.2);
}
/* Mobile Optimization */
@media (max-width: 480px) { .spaCard__container {  padding: 14px;  margin: 10px; }
 .spaCard__title {  font-size: 1rem; }
 .spaBtn__direction {  font-size: 0.85rem;  padding: 6px 16px; }
}
/* ---------- Section Headers ---------- */
.estal-section-header { background: var(--bg-color); color: #fff; padding: 10px 16px; border-radius: 10px; font-weight: 600; display: flex; align-items: center; margin: 20px 10px 10px; font-size: 1rem; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.estal-section-header i { margin-right: 8px;
}
/* ---------- Details ---------- */
.estal-detail { padding: 12px 20px; border-bottom: 1px solid #f2f2f2;
}
.estal-detail h5 { color: #e41e26; font-weight: 600; font-size: 1rem;
}
.estal-detail p,
.estal-detail span { color: #555; font-size: 0.9rem; margin-bottom: 0;
}
/* ---------- Service Cards ---------- */
.estal-service-card { background: #fff; border-radius: 15px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); padding: 15px; margin: 10px;
}
.estal-service-card h5 { position: relative; background: var(--bg-color); max-width: max-content; padding: 4px 10px; color: #fff; font-size: 1rem; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; font-weight: 600;
}
.estal-service-card h5 i { margin-right: 6px; color: #fff;
}
.estal-service-card h5::after { content: ''; position: absolute; top: 0; right: 0; width: 18px; height: 3px; /* transform: rotate(180deg); */ background: var(--bg-color);
}
.estal-service-card h6 { font-size: 0.95rem; color: #555; position: relative; padding-left: 8px;
}
.estal-service-card h6::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 16px; transform: rotate(180deg); background: var(--bg-color);
}
.estal-service-card i { color: #e41e26;
}
/* ---------- Report ---------- */
.estal-report { background: #fff5f5; border-radius: 15px; padding: 20px; margin: 20px 10px; text-align: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.estal-report h4 { color: #e41e26; margin-bottom: 10px;
}
.estal-report button { background: #e41e26; color: #fff; border: none; padding: 8px 20px; border-radius: 50px; font-weight: 500; transition: all 0.3s;
}
.estal-report button:hover { background: #b8151b;
}
/* ---------- Scrollable Categories ---------- */
.estal-scroll { display: flex; overflow-x: auto; gap: 15px; padding: 10px; margin: 10px;
}
.estal-cat-card { min-width: 130px; background: #fff; border-radius: 12px; text-align: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); overflow: hidden;
}
.estal-cat-card img { width: 100%; height: 90px; object-fit: cover; border-bottom: 2px solid #e41e26;
}
.estal-cat-card a { display: block; color: #e41e26; font-weight: 600; font-size: 0.9rem; padding: 8px; text-decoration: none;
}
@media (max-width: 768px) { .estal-title {  font-size: 1rem; }
 .estal-detail p {  font-size: 0.85rem; }
 .estal-service-card h6 {  font-size: 0.85rem; }
}
.estal-btn { background: linear-gradient(90deg, #e41e26, #ff4d4d); color: #fff; border: none; border-radius: 50px; padding: 8px 18px; font-weight: 500; transition: all 0.3s ease;
}
.estal-btn:hover { background: #b8151b;
}
/* Card */
.spalist-spa-card { position: relative; width: 100%; max-width: 400px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(20px); border-radius: 25px; overflow: hidden; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; transition: transform 0.4s ease, box-shadow 0.4s ease; border-bottom: 2px solid var(--p-color); margin: 20px auto; box-sizing: border-box; cursor: pointer; transition: transform 0.3s ease;
}
.spalist-spa-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(201, 20, 20, 0.4);
}
/* Carousel */
.spalist-carousel-container { position: relative; overflow: hidden; border-top-left-radius: 25px; border-top-right-radius: 25px;
}
.spalist-carousel-track { display: flex; transition: transform 0.4s ease; scroll-behavior: smooth;
}
/* .spalist-carousel-item { min-width: 100%; position: relative;
}
.spalist-carousel-item{ cursor: pointer; background-image: url('../athome/img/services/spa.jpg'); background-size: cover; background-position: center  border-top-left-radius: 25px; border-top-right-radius: 25px; overflow: hidden; position: relative; transition: transform 0.3s ease; background-repeat: no-repeat; width: 170px; height: 170px;
}
.spalist-carousel-item img { width: 100%; height: 100%; box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; object-fit: cover; display: block; border-top-left-radius: 25px; border-top-right-radius: 25px;
} */
 .spalist-carousel-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: rgba(201, 20, 20, 0.85); color: white; padding: 12px 15px; font-size: 13px; font-weight: 500; overflow: hidden; transition: height 0.3s ease; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px;
}
/* .spalist-carousel-item:hover .spalist-carousel-overlay { height: 50px;
} */
 .spalist-carousel-wrap { width: 100%; -webkit-overflow-scrolling: touch; /* smooth touch */
}
/* core horizontal scroller */
.spalist-carousel-item { display: flex; gap: 12px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; padding: 10px 6px; align-items: center; /* ensure children don't wrap */ white-space: nowrap; -webkit-overflow-scrolling: touch;
}
.spalist-item { flex: 0 0 auto; width: 170px; height: 120px; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); background: #fff; display: inline-flex; align-items: center; justify-content: center;
}
/* image fits the tile */
.spalist-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, box-shadow .35s ease;
}
/* small hover/active effect */
.spalist-item:active img,
.spalist-item:focus img,
.spalist-item:hover img { transform: scale(1.04) rotateY(4deg); box-shadow: 0 10px 30px rgba(201, 20, 20, 0.12);
}
/* hide scrollbar â€” webkit */
.spalist-carousel-item::-webkit-scrollbar { height: 0; background: transparent;
}
/* hide scrollbar â€” Firefox */
.spalist-carousel-item { scrollbar-width: none; -ms-overflow-style: none;
}
/* If parent has display:flex and causes cropping, force isolation */
.spalist-carousel-wrap { isolation: isolate;
}
/* optional: responsive size */
@media (min-width: 420px) { .spalist-item {  width: 200px;  height: 140px; }
}
/* Arrows */
.spalist-arrow { position: absolute; top: 50%; transform: translateY(-50%); color: white; background: linear-gradient(45deg, rgba(201, 20, 20, 0.8), rgba(255, 90, 90, 0.8)); box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px; border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; transition: all 0.3s ease;
}
.spalist-arrow:hover { background: rgba(201, 20, 20, 0.9); transform: scale(1.1);
}
.spalist-arrow-left { left: 10px;
}
.spalist-arrow-right { right: 10px;
}
/* Carousel Dots */
.spalist-carousel-dots { text-align: center; position: absolute; bottom: 10px; width: 100%; z-index: 20;
}
.spalist-carousel-dots span { display: inline-block; width: 8px; height: 8px; margin: 0 4px; background: #fff; opacity: 0.5; border-radius: 50%; cursor: pointer; transition: opacity 0.3s, transform 0.3s;
}
.spalist-carousel-dots span.active { opacity: 1; transform: scale(1.2);
}
/* Discount Ribbon */
.spalist-ribbon { position: absolute; top: 12px; left: -5px; background: linear-gradient(135deg, rgb(201, 20, 20), #631010); color: white; padding: 4px 12px; font-size: 12px; font-weight: 600; transform: rotate(-15deg); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
/* Badge */
.spalist-badge { position: absolute; bottom: 12px; left: 12px; background: var(--backgrounds); color: white; padding: 5px 12px; border-radius: 25px; font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 4px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
/* Details */
.spalist-details { padding: 18px 20px;
}
.spalist-details h2 { font-size: 20px; font-weight: 700; color: rgb(201, 20, 20); margin-bottom: 6px;
}
.spalist-star-rating { display: flex; gap: 2px; font-size: 14px; margin-bottom: 6px;
}
.spalist-star-rating i { color: #ddd; transition: color 0.3s ease;
}
.spalist-star-rating i.filled { color: gold; }
.spalist-loc p { font-size: 14px; color: #333; line-height: 1.4; margin-bottom: 8px; max-width: 100%; /* Ensures it doesnâ€™t overflow container */ word-wrap: break-word; /* Breaks long words if necessary */ overflow: hidden; /* Prevents overflow */ text-overflow: ellipsis; /* Optional: show ... for very long text */ display: -webkit-box; -webkit-line-clamp: 2; /* Limit to 2 lines */ -webkit-box-orient: vertical;
}
.spalist-loc p i { color: rgb(201, 20, 20); margin-right: 4px;
}
.spalist-rate p { font-size: 15px; font-weight: 600; color: rgb(201, 20, 20);
}
.spalist-rate del { font-size: 12px; color: #888; margin-left: 5px;
}
.spalist-disc { font-size: 11px; background: linear-gradient(135deg, rgb(201, 20, 20), #631010); color: white; padding: 2px 6px; border-radius: 10px; font-weight: 500;
}
.spalist-book-btn { display: flex; justify-content: space-between; margin-top: 12px;
}
.spalist-book-btn div a { text-decoration: none;
}
.spalist-btn { border: none; outline: none; border-radius: 30px; padding: 8px 18px; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 5px; transition: all 0.3s ease, box-shadow 0.3s ease;
}
.spalist-btn-book { background: linear-gradient(45deg, rgb(201, 20, 20), #ff5a5a); color: white; box-shadow: 0 4px 12px rgba(201, 20, 20, 0.5); text-shadow: 1px 1px 5px rgba(201, 20, 20, 0.2);
} .spalist-btn-book:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(201, 20, 20, 0.6);
}
.spalist-btn-view { background: transparent; border: 1px solid rgb(201, 20, 20); box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; text-shadow: 1px 1px 5px rgba(201, 20, 20, 0.2); color: rgb(201, 20, 20);
}
.spalist-btn-view:hover { background: linear-gradient(135deg, rgb(201, 20, 20), #631010); color: white; transform: translateY(-2px);
}
/* Floating container */
.appbook-float { position: fixed; bottom: 80px; right: 16px; z-index: 99999; display: flex; align-items: center; pointer-events: auto;
}
.spa-filters { position: fixed; bottom: 80px; left: 0px; z-index: 99999; display: flex; align-items: center; cursor: pointer; pointer-events: auto;
}
.spa-filters div { background: linear-gradient(135deg, #f89238, #631010); color: white; border: none; /* border-radius: 30px; */ padding: 8px 7px; font-size: 15px; font-weight: 600; transition: all 0.3s ease;
}
/* Button look */
.appbook-btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, rgb(201, 20, 20), #631010); color: #fff; text-decoration: none; padding: 10px 18px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18); font-weight: 600; font-size: 15px; transform: translateZ(0); transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease; -webkit-tap-highlight-color: transparent;
}
/* Icon */
.appbook-icon { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.08); border-radius: 999px; font-size: 16px;
}
/* Text */
.appbook-text { display: inline-block; line-height: 1;
}
/* Hover / active */
.appbook-btn:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22); opacity: 0.98;
}
.appbook-btn:active { transform: translateY(-2px) scale(.995);
}
@media screen and (max-width: 420px) { .appbook-float { bottom: 70px; right: 6px; justify-content: center; }
}
/* Optional accessibility focus style */
.appbook-btn:focus { outline: 3px solid rgba(255, 255, 255, 0.18); outline-offset: 4px;
}

/* === Card Container === */
.spa4d__card { background: #fff; border-radius: 22px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.5); /* overflow: hidden; */ max-width: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; transform-style: preserve-3d; position: relative; /* padding: 0 10px; */
} /* HTML: <div class="ribbon">Your text content</div> */
.category-ribbon { font-size: 15px; font-weight: bold; color: #fff;
}
.category-ribbon {--r: .4em; /* control the ribbon shape (the radius) */--c: rgb(201, 20, 20); /* control the ribbon color */position: absolute;top: 145px;z-index: 10;right: calc(-1*var(--r));line-height: 1.8;padding: calc(2*var(--r)) .9em 0;border-radius: 0 var(--r) var(--r) 0;background: radial-gradient(100% 50% at right, var(--c) 98%, #0000 101%) 0 100%/.5lh calc(100% - 2*var(--r)), radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% 0/var(--r) calc(2*var(--r)), conic-gradient(at calc(100% - var(--r)) calc(2*var(--r)), var(--c) 75%, #0000 0) 100% 0/calc(101% - .5lh) 100%;background-repeat: no-repeat;}
.spa4d__card:hover { transform: rotateY(7deg) rotateX(3deg) scale(1.02); box-shadow: 0 20px 40px rgba(201, 20, 20, 0.3);
}
/* .spa4d__card::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle at 30% 30%, rgba(201,20,20,0.15), transparent 60%);
  z-index: 0;
} */
 /* === Image Section === */
.spa4d__image { position: relative; overflow: hidden; width: 100%; height: 190px; border-bottom: 3px solid rgb(201, 20, 20);
}
.spa4d__image img { width: 100%; height: 100%; object-fit: cover; /* transform: scale(1.03); */ transition: transform 0.6s ease; border-top-left-radius: 22px; border-top-right-radius: 22px;
}
.spa4d__card:hover .spa4d__image img { transform: scale(1.1); border-top-left-radius: 22px; border-top-right-radius: 22px;
}
.spa4d__offer {position: absolute;top: 10px;right: 5px;background: linear-gradient(135deg, rgb(201, 20, 20), #631010);color: #fff;font-size: 12px;padding: 6px 12px;border-radius: 30px;font-weight: 600;box-shadow: 0 4px 12px rgba(201, 20, 20, 0.3);z-index: 2;}
/* === Info Section === */
.spa4d__info { position: relative; z-index: 1; padding: 12px; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(8px); border-radius: 0 0 22px 22px;
}
.spa4d__title { font-size: 18px; font-weight: 700; color: rgb(201, 20, 20); margin-bottom: 4px; display: flex; align-items: center; gap: 6px;
}
.spa4d__rating { font-size: 14px; color: #ffb400; font-weight: 600;
}
.spa4d__rating a { font-size: 13px; color: #555; margin-left: 6px; text-decoration: none;
}
.spa4d__location { font-size: 14px; color: #555; margin-top: 3px;
}
.spa4d__location .bi { color: rgb(201, 20, 20); margin-right: 4px;
}
/* === Price Section === */
.spa4d__pricebox { margin-top: 14px;
}
.spa4d__price { font-weight: 700; color: rgb(201, 20, 20); font-size: 18px;
}
.spa4d__price-old { font-size: 13px; color: #999; text-decoration: line-through; margin-left: 6px;
}
.spa4d__priceinfo { font-size: 13px; color: #777; margin-top: 2px;
}
/* === Buttons === */
.spa4d__actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px;
}
.spa4d__btn-book,
.spa4d__btn-view { flex: 1; border: none; padding: 10px 0; font-weight: 600; border-radius: 30px; transition: all 0.3s ease;
}
.spa4d__btn-book a { text-decoration: none; display: block; width: 100%; text-align: center; color: #fff;
}
.spa4d__btn-view a { text-decoration: none; display: block; width: 100%; text-align: center;
}
.spa4d__btn-book { background: linear-gradient(135deg, rgb(201, 20, 20), #631010); text-transform: capitalize; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.spa4d__btn-whatsapp a { text-decoration: none; display: block; width: 100%; text-align: center; color: #fff;
}
.spa4d__btn-whatsapp { /* padding: 10px 0; */ font-weight: 600; border-radius: 30px; background: #25d366; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; color: #fff; border: 1.5px solid #25d366;
}
.spa4d__btn-whatsapp:hover { background: #1eb954;
}
.spa4d__btn-book:hover { background: #b81515;
}
.spa4d__btn-view { background: #fff; color: rgb(201, 20, 20); border: 1.2px solid rgb(201, 20, 20); box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.spa4d__btn-view:hover { background: linear-gradient(135deg, rgb(201, 20, 20), #631010); color: #fff !important;
}
/* === Services Section === */
.spa4d__services { margin-top: 18px; border-top: 1px solid #f0f0f0; padding-top: 12px;
}
.spa4d__services-title { font-weight: 600; margin-bottom: 8px; color: #222; font-size: 15px;
}
.spa4d__services-scroll { display: flex; gap: 10px; overflow-x: auto; scroll-behavior: smooth; padding-bottom: 10px;
}
.spa4d__service { flex: 0 0 auto; background: linear-gradient(135deg, rgba(201, 20, 20, 0.1), rgba(255, 255, 255, 0.6)); border: 1px solid rgba(201, 20, 20, 0.3); color: rgb(201, 20, 20); padding: 8px 14px; border-radius: 20px; font-size: 14px; font-weight: 500; white-space: nowrap; box-shadow: 0 4px 10px rgba(201, 20, 20, 0.08); transition: 0.3s ease; backdrop-filter: blur(4px);
}
.spa4d__service:hover { background: linear-gradient(135deg, rgb(201, 20, 20), #631010); color: #fff; box-shadow: 0 5px 20px rgba(201, 20, 20, 0.3);
}
.spa4d__services-scroll::-webkit-scrollbar { height: 0px; background: transparent;
}
.founds__spas { display: flex; width: 100%; justify-content: space-between; gap: 5px; margin-top: 26px;
}
.founds__spas .found__area { width: calc(100% - 25%); position: relative; /* left: 25px; */
}
.founds__spas .found__area p { font-size: clamp(14px, 2vw, 20px); font-family: arno pro; font-weight: 700;
}
.founds__spas .sort___byarea { display: flex; width: 25%; position: relative; /* left: 20px; */ gap: 14px;
}
.founds__spas .sort___byarea .text { font-size: 18px; font-weight: 500;
}
.founds__spas .sort___byarea .dropdown button { position: relative; top: -5px; border: 1px solid #000; font-weight: 500;
}
.scroll__city__area { /*overflow-x: scroll;*/ width: 100%;
}
.scroll__city__area .scroll__main__area { background: transparent; box-sizing: border-box; overflow-y: hidden; overflow-x: scroll; -webkit-box-align: stretch; align-items: stretch; display: flex; flex-flow: row nowrap; margin: 0 auto; padding-left: 8px; padding-bottom: 7px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; padding-top: 5px;
}
.scroll__city__area .scroll__main__area::-webkit-scrollbar { display: none;
}
.scroll__city__area .scroll__main__area>a { text-decoration: none;
}
.near__me { display: flex; flex-direction: column; width: 72px; margin: 0 2px; -webkit-box-align: center; align-items: center; box-sizing: border-box; font-family: 'Inter', sans-serif; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; padding: 8px; border-radius: 10px; border-bottom: 1px dashed rgb(201, 20, 20);
}
.near__me .icon { background: linear-gradient(135deg, rgb(201, 20, 20), #631010); color: #ffffff; width: 60px; height: 42px; border-radius: 6px;
}
.near__me .icon i { text-align: center; justify-content: center; align-items: center; display: block; margin: 0 auto; margin-top: 8px;
}
.near__me .near__text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; line-height: 16px; letter-spacing: 0.2px; font-weight: 600; width: 72px; margin-top: 8px; margin-bottom: 0px; align-self: center; text-align: center; color: #111111; box-sizing: border-box;
}
.city__area .icon { background: linear-gradient(135deg, rgb(201, 20, 20), #631010); color: #ffffff; width: 60px; height: 42px; border-radius: 6px;
}
.city__area .icon i { text-align: center; justify-content: center; align-items: center; display: block; margin: 0 auto; margin-top: 8px;
}
.city__area .near__text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; line-height: 16px; letter-spacing: 0.2px; font-weight: 600; width: 72px; margin-top: 8px; margin-bottom: 0px; align-self: center; text-align: center; color: #111111; box-sizing: border-box;
}

.city__area { display: flex; flex-direction: column; width: 72px; margin: 0 2px; -webkit-box-align: center; align-items: center; box-sizing: border-box; font-family: 'Inter', sans-serif; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; padding: 8px; border-radius: 10px; border-bottom: 1px dashed rgb(201, 20, 20);
}
.city__area .city__img { width: 60px; height: 42px; border-radius: 6px; box-sizing: border-box; animation: none; background: #ffffff; color: rgba(0, 0, 0, 0.54);
}
.city__area .city__img .spa__img__hori { object-fit: cover; width: 60px; height: 42px; vertical-align: middle; border-radius: 7px;
}
::placeholder { color: #000; font-size: 14px;
}
.city__area .city__text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; line-height: 16px; letter-spacing: 0.2px; font-weight: 600; width: 72px; margin-top: 8px; margin-bottom: 0px; align-self: center; text-align: center; color: #111111; box-sizing: border-box;
}
.scroll__collection__area .scroll__category__area a .premium__area { text-decoration: none; color: inherit; height: auto; min-width: 121px; min-height: 121px; -webkit-box-flex: 1; flex-grow: 1; position: relative; padding-right: 12px; box-sizing: border-box;
}
.scroll__collection__area .scroll__category__area a .luxury__area { text-decoration: none; color: inherit; height: auto; min-width: 121px; min-height: 121px; -webkit-box-flex: 1; flex-grow: 1; position: relative; padding-right: 12px; box-sizing: border-box;
}
.about-one { padding: 120px 0px; position: relative;
}
@media (max-width: 991px) { .about-one { padding: 100px 0px; }
}
@media (max-width: 767px) { .about-one { padding: 80px 0px; }
}
.about-one__thumb { position: relative; z-index: 1;
}
.about-one__thumb__item { margin-left: 70px; margin-right: 50px; position: relative; overflow: hidden; height: 555px; border-radius: 42px 55px 42px 55px;
}
@media (max-width: 1199px) { .about-one__thumb__item { margin-left: 40px; margin-right: 0px; }
}
.about-one__thumb__item img { object-fit: cover; width: 100%; height: 100%;
}
.about-one__thumb__item__element { position: absolute; top: 0; /* height: 470px; */ right: 0;
}
.about-one__thumb__item__element img { object-fit: cover; width: 100%; height: 100%;
}
.about-one__thumb__line { display: flex; gap: 10px; position: absolute; top: 0; left: 10px; animation: top-bottom-two 3s ease-in-out infinite;
}
.about-one__thumb__line span { height: 216px; width: 2px; background-color: #CBA36B;
}
.about-one__thumb__line span:nth-child(2) { margin-top: 10px;
}
.about-one__thumb__line span:nth-child(3) { margin-top: 20px;
}
.about-one__thumb__element { position: relative; z-index: 1; animation: top-bottom-two 4s ease-in-out infinite; /* margin-left: -20px; */
}
@media (max-width: 1199px) and (min-width: 992px) { .about-one__thumb__element { margin-left: 0; }
}
@media (max-width: 575px) { .about-one__thumb__element { margin-left: 0; }
}
.about-one__thumb__shape-two { position: absolute; bottom: 10px; left: 15px;
}
.about-thumbs-twos { position: absolute; bottom: -20px; right: 2px; z-index: 1; animation: top-bottom-two 4s ease-in-out infinite; /* margin-left: -20px; */ width: 150px; height: 220px; background: #00000062; backdrop-filter: blur(10px); border-radius: 240px; overflow: hidden; border: 1px solid #b8b5b5; border-color: #fefefe; padding: 10px;
}
.about-thumbs-twos img { width: 100%; height: 100%; object-fit: cover; border-radius: 214px; border-bottom: 3px solid #f7f4f4;
}
@keyframes top-bottom-two { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(20px); }
}
.about-thumbs-upper { position: absolute; top: 0px; left: 2px; z-index: 1; animation: zoomAnimation 4s ease-in-out infinite; /* margin-left: -20px; */ width: 170px; height: 170px; overflow: hidden;
}
.about-thumbs-upper img { width: 100%; height: 100%; object-fit: contain;
}
@keyframes zoomAnimation { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); }
}
.about-section-two .content-column { position: relative; margin-bottom: 50px; z-index: 1;
}
.about-section-two .content-column .inner-column .sec-title { margin-bottom: 32px;
}
.content-column .inner-column { position: relative;
}
.sec-title { position: relative; margin-bottom: 72px;
}

.sec-title h2 { position: relative; font-size: 38px; color: #222222; font-weight: 600; line-height: 1.14em; letter-spacing: -0.3px; margin-bottom: 0;
}
.sec-title .shape-image1 { margin-bottom: 15px; position: absolute; top: 0; left: 46px;
}
.whats-call-btn-box { display: flex; justify-content: center; align-items: center; gap: 40px; padding: 15px 20px; flex-wrap: wrap; background: #ffffff44; border-radius: 20px; backdrop-filter: blur(11px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); max-width: 900px; margin: 80px auto; z-index: 10;
}
/* WhatsApp Card */
.chat-us a { width: max-content; align-items: center; background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; text-decoration: none; padding: 10px 14px; border-radius: 5px; font-size: 12px; font-weight: 500; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25); transition: all 0.3s ease;
}
.chat-us a:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}
.chat-us i { font-size: 14px; background: rgba(255, 255, 255, 0.15); padding: 2px; border-radius: 50%;
}
.chat-us span { font-size: 15px; letter-spacing: 0.3px;
}
/* Call Info Card */
.call-info { display: flex; align-items: center; background: #ffffff; border-radius: 14px; padding: 7px 28px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; cursor: pointer;
}
.call-info:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.icon-box { background: linear-gradient(135deg, #2563eb, #3b82f6); color: #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 22px; margin-right: 15px;
}
.call-info-content .text { font-size: 14px; color: #6b7280; margin-bottom: 2px;
}
.call-number { color: #111827; font-size: 18px; font-weight: 600; text-decoration: none; transition: color 0.3s ease;
}
.call-number:hover { color: #2563eb;
}
/* Responsive */
@media (max-width: 768px) { .whats-call-btn-box { flex-direction: column; gap: 20px; padding: 12px 15px; }
}
.about-thumbs-rights { position: absolute; bottom: -50px; right: 40px; z-index: -3; animation: circularRotate 4s ease-in-out infinite; /* margin-left: -20px; */ width: 220px; height: 220px; background: #00000017; backdrop-filter: blur(10px); border-radius: 10px; overflow: hidden; border: 1px solid #b8b5b5; border-color: #fefefe; padding: 10px;
}
.about-thumbs-rights img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; border-bottom: 3px solid #f7f4f4;
}
@keyframes circularRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }
}
.about-thumbs-rights2 { position: absolute; bottom: -65px; right: 0px; /* margin-left: -20px; */ width: 89px; height: 150px; z-index: -4;
} .about-thumbs-rights2 img { width: 100%; height: 100%; object-fit: cover; border-radius: 214px; border-bottom: 3px solid #f7f4f4;
}
.main__choose__back { background: url('../img/background/main-spa.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 45px 10px;
}
.main__area__choose::before { content: ''; background: #000000a9;
}
.main__area__choose { display: block; margin: 0 auto;
}
.main__area__choose .section__title h3 { display: block; margin: 0 auto; text-align: center; justify-content: center; color: var(--text-color); font-size: 25px; font-weight: 700; text-transform: capitalize;
}
.select__area__form form .inputArea { justify-content: center; align-items: center;
}
.main__searchArea input { padding: 16px 25px 16px 28px; width: 380px;
} .main__searchArea .nearme__area a { position: absolute; top: calc(50% - 25px); right: 56%; padding: 4px; border-radius: 15px; text-decoration: none; color: #ffffff; background: var(--bg-color);
}
.main__dateArea input { position: relative; top: -12px; padding: 16px 25px 16px 28px; width: 200px; border-left: 1px solid #2a2a2a;
} .main__TimeArea select { position: relative; top: -12px; padding: 15px 20px 15px 20px; width: 170px; font-size: 17px; font-weight: 800; border-left: 1px solid #2a2a2a; border-radius: 0px;
}
.main__TimeArea select option { background-color: #3E2C41; padding: 20px 0px; color: #fff;
}
.main__searchArea input::-webkit-input-placeholder { color: #212121; font-size: 19px; font-weight: 700;
}
.main__dateArea input::-webkit-input-placeholder { color: #000; font-size: 19px; font-weight: 700;
}
.main__roomArea { background: var(--text-color); padding: 17px 25px 17px 28px; position: relative; top: -12px; border-left: 1px solid #2a2a2a;
}
.main__submitArea { background: var(--bg-color); padding: 15px 25px 15px 28px; position: relative; top: -12px; border-left: 1px solid #2a2a2a;
}
.main__submitArea button { border: none; background: transparent; color: var(--text-color); font-size: 18px; font-weight: 700;
}
.continueSearch__area { display: flex; gap: 10px; justify-content: center; align-items: center;
}
.continueSearch__area .headings p { font-size: 19px; font-weight: 600; color: var(--text-color);
}
.continueSearch__area .areaCity a { position: relative; top: -5px; border: 2px solid #fff; border-radius: 4px; font-weight: 700; color: #fff; font-size: 12px; background-color: transparent; padding: 9px 17px 9px 17px; margin-right: 16px; cursor: pointer; text-decoration: none;
}
.continueSearch__area .areaCity a:hover { background-color: rgba(0, 0, 0, 0.5);
}

.view__mostpopular { position: relative; top: 30px; display: block; justify-content: center; align-items: center; margin: 0 auto;
}
.view__mostpopular a { text-decoration: none;
}
.view__mostpopular a button { background: var(--bg2); color: var(--text-color); font-size: 17px; padding: 7px 15px; max-width: max-content; font-weight: 600; border: 1px solid #fff; border-radius: 10px 2px 10px 2px; letter-spacing: 0.9px; transition: all ease 0.6s; display: block; justify-content: center; align-items: center; margin: 0 auto;
}
.view__mostpopular a button:hover { transform: translateY(0.8em); transition: all ease 0.6s; background: var(--secondry-color);
}
.head-slick { color: #fff; font-weight: 700; text-align: center; background-color: #00000062; border-radius: 10px 0px 10px 0px;
}
.slick-para { color: #fff; font-weight: 400; text-align: center; background-color: #00000062; border-radius: 0px 10px 0px 10px;
}
.slick-imgs { width: 140px; height: 100px;
}
.slick-imgs img { width: 100%; height: 100%; object-fit: contain; text-align: center; align-items: center; justify-content: center; margin-top: 10px; background-color: #ffffffe8; border-radius: 10px 5px 10px 0px; display: block; backdrop-filter: blur(15px); margin: 0 auto;
}
.slik-slide { background-image: url("../img/slide.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed;
}
.mostCard {background: var(--text-color);box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, var(--bg-color) 0px -5px 0px inset;border-radius: 10px 1px 10px 1px;height: 465px;width: 360px;border-radius: 30px;overflow: visible;}
.mostPopular { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.spa__book__btn3 { justify-content: center; display: flex; flex-direction: column; margin: 0 auto;
}
.spa__book__btn3 div { display: block; margin: 7px auto;
}
.rating__badge a { text-decoration: none;
}
.rating__badge { background: var(--bg2); width: 180px; position: absolute; top: 190px; left: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 2px inset;
}
.ratings__badge a { text-decoration: none;
}
.rating__badge a p { display: block; margin: 0 auto; text-align: center; color: var(--text-color); font-weight: 500; text-decoration: none;
}
.spaCategory { position: absolute; top: 5px; width: 120px; right: 0px; background-color: var(--bg-color); border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 4px inset;
}
.spaCategory a { text-decoration: none;
}
.mostPopular .imgArea { height: 265px; width: 355px;
}
.mostPopular .imgArea img { width: 100%; height: 100%; object-fit: cover; border-top-left-radius: 27px; margin-top: 1px; border-top-right-radius: 27px;
}
.slider__item2 { width: 411px; height: 567px;
}
.spaCategory a p { display: block; margin: 0 auto; text-align: center; color: var(--text-color); font-weight: 600; font-size: 15px; padding: 3px 4px 3px 4px;
}
.spaContent {position: relative;/* top: -35px; */display: block;margin: 0 auto;}
.spaContent .spa__name { padding-left: 15px; padding-right: 15px;
}
.spaContent .spa__name p { font-size: 19px; font-weight: 600; max-width: 20rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.spaContent .spa__address { padding-left: 15px; padding-right: 15px;
}
.spaContent .spa__address p { max-width: 20rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 15px; position: relative; top: -12px; font-weight: 500;
}
.spaContent .price { position: relative; top: -15px; padding-left: 15px; padding-right: 15px;
}
.card__content { color: #000000; position: absolute; top: 25px; left: 0; width: 100%; height: 100%; box-sizing: border-box; background-color: #fff; transform: rotateX(-90deg); transform-origin: bottom; border-radius: 30px; transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer;
}
.mostPopular:hover .card__content { transform: rotateX(0deg);
}
.slider__item3 { width: 385px; height: 520px;
}
.mostCard2 { background: var(--text-color); box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, var(--secondry-color) 0px -5px 0px inset; border-radius: 10px 1px 10px 1px; height: 520px; width: 385px;
}
.mostCard2 .mostPopular .imgArea { height: 260px; width: 382px;
}
.mostCard2 .mostPopular .imgArea img { width: 100%; height: 100%; object-fit: cover; border-top-left-radius: 7px;
}
.mostCard2 .mostPopular .spa__book__btn3 .view__buttons { position: relative; right: 55px;
}
.mostCard2 .mostPopular .spa__book__btn3 .book__btn { position: relative; left: -14px;
}
.mostCard2 .mostPopular .spaCategory { position: relative; top: -260px; width: 140px; background-color: var(--bg-color); border-top-right-radius: 5px; border-bottom-right-radius: 5px; box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 4px inset;
}
.disc__offer { display: inline-block; background: var(--bg2); -moz-border-radius: 3px 4px 4px 3px; border-radius: 3px 4px 4px 3px; border-left: 1px solid #6ab070; margin-left: 18px; position: relative; color: white; font-weight: 600; font-size: 14px; line-height: 24px; padding: 0px 5px 0px 5px;
}
.disc__offer:before { content: ""; position: absolute; display: block; left: -11px; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-right: 12px solid #b90a0a;
}
.disc__offer:after { content: ""; background-color: white; border-radius: 50%; width: 6px; height: 6px; display: block; position: absolute; left: -7px; top: 9px;
}
.more-images-btn { position: relative; overflow: hidden;
}
.more-count { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.65); color: #fff; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.fade-card { opacity: 0; transform: translateY(25px); transition: all 0.4s ease;
}
.fade-card.show { opacity: 1; transform: translateY(0);
}
.skeleton-card { height: 180px; border-radius: 12px; margin-bottom: 20px; background: linear-gradient(90deg, #eeeeee 25%, #dddddd 37%, #eeeeee 63%); background-size: 400% 100%; animation: shimmer 1.2s infinite;
}
@keyframes shimmer { 0% { background-position: 100% 0 } 100% { background-position: -100% 0 }
}
#load-trigger { height: 1px;
}
.dtl-hotel-card { background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.dtl-hotel-title { font-size: 22px; font-weight: 600;
}
.dtl-rating-badge { background: #198754; color: #fff; padding: 6px 10px; border-radius: 8px; font-weight: 600; max-width: max-content;
}
.dtl-room-title { color: #1e4bd1; font-weight: 600; font-size: 18px;
}
.dtl-price-box { position: relative; background: #ffffff; border-radius: 16px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-bottom: 2px solid var(--bg-color); display: inline-block; min-width: 100%;
}
.dtl-discount-badge { position: absolute; top: 50px; left: 75px; background: var(--gradient-bg-color22); color: #fff; padding: 9px 18px; font-size: 12px; font-weight: 600; border-radius: 30px; border-bottom: 1px solid var(--text-color); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dtl-old-price { font-size: 14px; text-decoration: line-through; color: var(--p-color); margin-bottom: 0px; font-weight: 600;
}
.dtl-new-price { font-size: 28px; font-weight: 700; color: #111; margin-bottom: 4px;
}
.dtl-tax { font-size: 13px; color: #666;
}
.dtl-base-price { font-size: 12px; color: #aaa; margin-top: 4px;
}
.dtl-amenity { background: #f1f3f5; padding: 5px 10px; border-radius: 20px; font-size: 13px; margin: 3px; display: inline-block;
}
.dtl-action-btns { display: flex; gap: 15px; justify-content: space-between; margin-top: 20px;
}
.dtl-btn { flex: 1; text-align: center; padding: 12px 18px; border-radius: 40px; font-weight: 600; font-size: 14px; text-decoration: none; position: relative; overflow: hidden; transition: all 0.4s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.dtl-btn-outline { border: 1px solid var(--p-color); color: var(--p-color); box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; background: #fff;
}
.dtl-btn-outline:hover { background: var(--bg2); color: #fff; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.dtl-btn i { transition: transform 0.3s ease;
}
.dtl-btn:hover i { transform: translateX(4px);
}
.dtl-cashback { background: #fff3cd; padding: 10px 15px; border-radius: 12px; font-weight: 500; margin-top: 35px;
}
.rad-carousel-item>.rad-main-img { height: 390px; object-fit: cover; transition: transform .4s ease;
}
.rad-main-img:hover { transform: scale(1.05);
}
.rad-prev-btn,
.rad-next-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.5); color: #fff; border: none; width: 45px; height: 45px; border-radius: 50%; font-size: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .3s ease; z-index: 10;
}
.rad-prev-btn { left: 15px;
}
.rad-next-btn { right: 15px;
}
.rad-prev-btn:hover,
.rad-next-btn:hover { background: #0d6efd;
}
.rad-thumb { height: 95px; width: 100%; object-fit: cover; border-radius: 12px; cursor: pointer; transition: all .3s ease; border: 2px solid transparent;
}
.rad-thumb:hover { transform: scale(1.05);
}
.active-thumb { border: 2px solid #0d6efd;
}
.rad-thumb-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); color: #fff; font-size: 22px; font-weight: 600; border-radius: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.rad-modal-content { background: transparent; border: none;
}
.rad-modal-img { max-height: 85vh; object-fit: contain;
}
.rad-close-btn { position: absolute; top: 15px; right: 20px; background: rgba(255, 255, 255, 0.2); color: #fff; border: none; font-size: 28px; width: 45px; height: 45px; border-radius: 50%; z-index: 1000; cursor: pointer;
}
.rad-close-btn:hover { background: #dc3545;
}
.rad-image-counter { position: absolute; top: 20px; left: 25px; color: #fff; font-size: 18px; font-weight: 600; z-index: 1000;
}
.rad-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.2); color: #fff; border: none; font-size: 32px; width: 55px; height: 55px; border-radius: 50%; cursor: pointer; z-index: 1000;
}
.rad-prev-btn { left: 15px;
}
.rad-next-btn { right: 15px;
}
.rad-nav-btn:hover { background: var(--gradient-bg-color22);
}
.address-area .open-hour { color: green; font-weight: 600;
}
.address-area .years__business { font-weight: 600; font-size: 18px;
}
.hdtl-sticky-booking { position: sticky; top: 140px; z-index: 10; box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; border-radius: 20px 45px;
}
.hdtl-tabs-wrapper { position: sticky; top: 70px; background: #fff; z-index: 999; border-bottom: 1px solid #eee; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.hdtl-tabs { display: flex; overflow-x: auto; white-space: nowrap; scrollbar-width: none;
}
.hdtl-tabs::-webkit-scrollbar { display: none;
}
.hdtl-tabs a { padding: 16px 22px; text-decoration: none; color: #333; font-weight: 600; font-size: 15px; position: relative; transition: 0.3s;
}
.hdtl-tabs a:hover { color: #237a89;
}
.hdtl-tabs a.active { color: #237a89;
}
.hdtl-tabs a.active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #f89238;
}
.grid-container2 { display: grid; grid-template-columns: auto auto auto; padding: 4px; gap: 5px;
}
.facilities-spa { text-decoration: none; color: var(--bg-color); border: 1px solid var(--bg-color); background: transparent; padding: 4px 15px; border-radius: 10px; font-size: 15px; font-weight: 500; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; letter-spacing: 1px; justify-content: space-between;
}
.facilities-spa:hover { background-color: #bdbbbb6b; color: #000;
}
.section__titles { font-size: 28px; font-weight: 700; letter-spacing: 0.9px; margin-bottom: -4px;
}
.grid-container { display: grid; grid-template-columns: auto auto auto auto; padding: 10px; gap: 7px;
}
.grid-container3 { display: grid; grid-template-columns: auto auto auto auto; padding: 10px; gap: 7px;
}
.deta-am i { width: 70px; height: 70px; color: #fff; padding: 7px; border-radius: 50px; background: var(--bg2);
}
.deta-am span { background: var(--text-color); box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; padding: 4px 8px; border-bottom: 2px solid var(--p-color); border-radius: 8px; font-size: 14px;
}
.spa__report { display: flex; flex-direction: column; gap: 4px;
}
.spa__report .report button { text-align: center; text-decoration: none; color: #fff; text-transform: capitalize; font-weight: 600; font-size: 16px; padding: 6px 10px 6px 10px; cursor: pointer; display: inline-block; border-radius: 8px;
}
.spa__report .text { font-size: 14px; font-weight: 500;
}
.spa__report .report .button-2 { color: #fff; border: 2px solid rgb(201, 20, 20); border-radius: 5px; background-image: -webkit-linear-gradient(30deg, rgb(201, 20, 20) 50%, transparent 50%); background-image: linear-gradient(30deg, rgb(201, 20, 20) 50%, transparent 50%); background-size: 500px; background-repeat: no-repeat; background-position: 0%; -webkit-transition: background 500ms ease-in-out; transition: background 500ms ease-in-out;
}
.spa__report .report .button-2:hover { background-position: 100%; color: rgb(201, 20, 20);
}
.tap_rates a { background: var(--gradient-bg-color22); padding: 9px 18px; border-radius: 5px; color: #fff; text-decoration: none;
}
.tap_rates a:hover { background: var(--text-color); color: var(--p-color); border: 1px solid var(--p-color);
}
.simi-card { width: 350px; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(20px); border-radius: 20px; overflow: hidden; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3); transition: all 0.4s ease; border: 1px solid rgba(255, 255, 255, 0.15);
}
.simi-card:hover { transform: translateY(-10px); box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
}
.simi-img { position: relative; overflow: hidden;
}
.simi-img img { width: 100%; height: 235px; object-fit: cover; transition: transform 0.6s ease;
}
.simi-card:hover .simi-img img { transform: scale(1.1);
}
.simi-category { position: absolute; top: 15px; left: 15px; background: var(--gradient-bg-color22); color: var(--text-color); padding: 6px 14px; border-radius: 30px; font-size: 13px; font-weight: 600;
}
.simi-rating { position: absolute; bottom: 15px; right: 15px; background: #fff; color: var(--p-color); padding: 6px 12px; border-radius: 30px; font-weight: 600; font-size: 13px;
}
.simi-wishlist-btn { position: absolute; top: 0px; right: 0px; background: rgba(255, 255, 255, 0.9); border: none; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.3s;
}
.simi-wishlist-btn i { color: var(--p-color); font-size: 18px;
}
.simi-wishlist-btn:hover { transform: scale(1.2);
}
.simi-body { padding: 15px;
}
.simi-title { font-weight: 700; font-size: 18px; margin-bottom: 8px; color: var(--p-color);
}
.simi-location { font-size: 14px; color: var(--bg-color); margin-bottom: 15px;
}
.simi-price { display: flex; justify-content: space-between; align-items: center;
}
.simi-new-price { font-size: 20px; font-weight: 700; color: #2ecc71;
}
.simi-old-price { text-decoration: line-through; color: #2a2a2aab; margin-left: 8px; font-size: 15px;
}
.simi-discount { background: var(--p-color); color: #fff; padding: 5px 10px; border-radius: 20px; font-size: 12px; font-weight: 600;
}
.simi-tax-text { font-size: 12px; color: var(--bg-color); margin-top: 5px;
}
.simi-buttons { display: flex; gap: 10px; margin-top: 15px;
}
.simi-btn-book { flex: 1; background: var(--gradient-bg-color22); border: none; padding: 7px; text-decoration: none; border-radius: 30px; color: #fff; font-weight: 600; text-align: center; font-size: 15px; transition: 0.3s;
}
.simi-btn-book:hover { transform: scale(1.05);
}
.simi-btn-view { flex: 1; background: transparent; border: 2px solid var(--p-color); padding: 5px; border-radius: 30px; color: var(--p-color); text-decoration: none; font-weight: 600; text-align: center; font-size: 15px; transition: 0.3s;
}
.simi-btn-view:hover { background: var(--p-color); color: #fff;
}
/* filter */
.sfil-sidebar { /* width: 340px; */ background: #ffffff; border-radius: 24px; box-shadow: 0 20px 60px rgba(26, 26, 46, 0.10); display: flex; flex-direction: column; overflow: hidden;
}
.sfil-header { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; position: sticky; top: 0; background: transparent; backdrop-filter: blur(21px);
}
.sfil-header h2 { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800;
}
.sfil-btn-clear-top { background: #fff0f2; color: #ff385c; border: none; border-radius: 30px; padding: 5px 14px; font-size: 13px; font-weight: 700; cursor: pointer;
}
.sfil-btn-clear-top:hover { background: #ffd6dc;
}
.sfil-chips { display: flex; flex-wrap: wrap; gap: 7px; max-height: 0; overflow: hidden; transition: max-height 0.3s, padding 0.3s; padding: 0 24px;
}
.sfil-chips.sfil-visible { max-height: 200px; padding: 14px 24px 0;
}
.sfil-chip { display: inline-flex; align-items: center; gap: 5px; background: #fff0f2; border: 1.5px solid #ffb3bf; color: #ff385c; font-size: 9px; font-weight: 600; padding: 2px 5px; border-radius: 30px; cursor: pointer; animation: pop .22s cubic-bezier(.34, 1.56, .64, 1);
}
.sfil-chip:hover { background: #ffd6dc;
}
.sfil-chip-x { width: 12px; height: 12px; background: #ff385c; color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 9px;
}
@keyframes pop { from { opacity: 0; transform: scale(.6); } to { opacity: 1; transform: scale(1); }
}
/* hr { border: none; border-top: 1px solid #edeef5; margin: 14px 24px 0; } */
.sfil-body { flex: 1; overflow-y: auto; padding: 0 24px; max-height: 560px; scrollbar-width: thin;
}
.sfil-section { padding: 20px 0 4px;
}
.sfil-section-title { display: flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #2a2a2a; margin-bottom: 14px;
}
#price-slider { margin: 12px 6px 6px;
}
.sfil-slider-track { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; height: 10px; background: #e5e5e5; border-radius: 5px;
}
.sfil-slider-fill { position: absolute; top: 50%; transform: translateY(-50%); height: 10px; background: var(--gradient-bg-color22); border-radius: 5px;
}
.sfil-range-slider { position: relative; width: 100%; height: 40px; z-index: 100;
}
.sfil-range-slider input[type="range"] { position: absolute; width: 100%; height: 7px; z-index: 10; background: transparent; pointer-events: none; -webkit-appearance: none; margin-top: 5px;
}
.sfil-range-slider input[type="range"]::-webkit-slider-runnable-track { height: 4px; background: transparent;
}
.sfil-range-slider input[type="range"]::-moz-range-track { height: 4px; background: transparent;
}
.sfil-range-slider input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; pointer-events: auto; width: 25px; height: 25px; border-radius: 50%; background: var(--bg2); border: 1px solid #fefefe; cursor: pointer; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); transition: all .2s ease;
}
.sfil-range-slider input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.15); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.sfil-range-slider input[type="range"]::-webkit-slider-thumb:active { transform: scale(1.2);
}
.sfil-range-slider input[type="range"]::-moz-range-thumb { pointer-events: auto; width: 25px; height: 25px; border-radius: 50%; background: var(--bg2); border: 1px solid #fefefe; cursor: pointer; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.sfil-range-slider input[type="range"]:focus::-webkit-slider-thumb { box-shadow: 0 0 0 6px rgba(255, 59, 48, 0.15);
}
.sfil-price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 14px;
}
.sfil-price-tag { background: #f0f1f8; padding: 7px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; min-width: 76px; text-align: center;
}
.sfil-price-badge { font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px;
}
.sfil-badge-low { background: var(--green-light); color: #00b894;
}
.sfil-badge-mid { background: #fff5e6; color: #e67e22;
}
.sfil-badge-high { background: #f3e8ff; color: #8b5cf6;
}
.sfil-btn-group { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px;
}
.sfil-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 30px; font-size: 13px; font-weight: 600; border: 1.5px solid #edeef5; background: #fff; color: #1a1a2e; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all .2s;
}
.sfil-pill:hover:not(.sfil-on) { border-color: #c9cbda; background: var(--bg);
}
.sfil-pill.sfil-on { background: #fff0f2 !important; border-color: #ffb3bf !important; color: #ff385c !important;
}
.sfil-dot { width: 7px; height: 7px; border-radius: 50%; background: #00b894; animation: pulse 1.5s infinite;
}
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(0, 184, 148, .5) } 70% { box-shadow: 0 0 0 7px rgba(0, 184, 148, 0) }
}
.sfil-time-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #8a8fa8; margin-bottom: 8px;
}
.sfil-time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.sfil-time-grid .sfil-pill { justify-content: center; border-radius: 12px;
}
.sfil-switch-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; font-size: 14px; font-weight: 500; border-bottom: 1px solid #edeef5; cursor: pointer; user-select: none;
}
.sfil-switch-row:last-of-type { border-bottom: none;
}
.sfil-switch-row:hover span:first-child { color: #ff385c;
}
.form-check-input { pointer-events: none; width: 40px; height: 21px;
}
.form-check-input:checked { background-color: #ff385c !important; border-color: #ff385c !important;
}
.form-check-input:focus { box-shadow: none !important;
}
.sfil-view-more { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: #ff385c; cursor: pointer; margin-top: 10px;
}
.sfil-view-more:hover { text-decoration: underline;
}
.sfil-footer { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-top: 1px solid #edeef5; background: #fff; box-shadow: 0 -8px 24px rgba(26, 26, 46, .07);
}
.sfil-btn-clear-footer { font-size: 14px; font-weight: 700; color: #8a8fa8; background: none; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; flex-shrink: 0;
}
.sfil-btn-clear-footer:hover { color: #ff385c;
}
.sfil-btn-apply { flex: 1; background: var(--bg2); color: #fff; border: none; border-radius: 14px; padding: 7px 2px; font-size: 12px; font-weight: 700; font-family: 'DM Sans', sans-serif; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 2px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border: 1px solid var(--text-color); transition: background .2s, transform .15s;
}
.sfil-btn-apply:hover { background: #e8294d; transform: translateY(-1px);
}
.sfil-btn-apply:active { transform: translateY(1px);
}
.sfil-btn-apply.sfil-done { background: #00b894 !important;
}
.sfil-count-badge { background: rgba(255, 255, 255, .22); border-radius: 8px; padding: 2px 9px; font-size: 12px; font-weight: 700;
}
.view-loadfil { display: flex; flex-direction: column;
}
.aside-filters { position: sticky; top: 80px; max-height: calc(100vh - 70px); overflow-y: auto; padding-right: 10px;
}
.aside-filters::-webkit-scrollbar { width: 6px;
}
.aside-filters::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 3px;
}
.filter-closer { position: fixed; top: 5px; left: 5px; z-index: 100; width: 25px; height: 25px; background: #000;
}
.filter-closer:hover { background: #ff4d4d; transform: rotate(90deg);
}
.filter-closer i { color: #fff; font-size: 16px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.spa-km { position: relative; left: 5px; display: flex; align-items: center; gap: 6px; font-size: 12px; background: #6b8883; padding: 2px 8px;
}
.spa-km a { color: #fff; text-decoration: none; font-weight: 600;
}
.spa-km i { color: var(--p-color);
}
.live-chats{ position: fixed; bottom: 77px; right: 10px; z-index: 9999;
}
.live-tooltip{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
   padding: 1em;
  border: 1.5em solid #0000;
  border-radius: calc(1em + 1.5em);
  border-top-right-radius: 0;
  background: border-box linear-gradient(45deg,#490A3D,#F8CA00);
  -webkit-mask: radial-gradient(100% 100% at 100% 100%,#0000 99%,#000 102%)    100% 1.5em/1.5em 1.5em no-repeat border-box, linear-gradient(#000 0 0) padding-box;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.live-chats:hover .live-tooltip{
  opacity: 1;
  visibility: visible;
  right: 75px;
}
.live-chats a{ position: relative; display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; background: #25D366; color: #fff; font-size: 28px; border-radius: 50%; text-decoration: none; box-shadow: 0 6px 18px rgba(0,0,0,0.25); transition: all 0.3s ease;
}
.live-chats a:hover{ transform: scale(1.1);
}
.live-chats a::before{ content:""; position:absolute; width:55px; height:55px; border-radius:50%; background:#25D366; animation: whatsappPulse 1.5s infinite; z-index:-1;
}
@keyframes whatsappPulse{ 0%{transform:scale(1);opacity:0.6;} 70%{transform:scale(1.5);opacity:0;} 100%{transform:scale(1.5);opacity:0;}
}
.rspa-section{ padding:60px 0;
}
.rspa-title{ font-weight:700; margin-bottom:30px;
}
.rspa-card{ background:#fff; border-radius:14px; overflow:hidden; border:1px solid #eee; transition:.3s;
}
.rspa-card:hover{ transform:translateY(-5px); box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.rspa-img{ height:180px; width:100%; object-fit:cover;
}
.rspa-body{ padding:16px;
}
.rspa-name{ font-weight:600; font-size:16px;
}
.rspa-location{ font-size:13px; color:#777;
}
.rspa-rating{ font-size:13px; color:#ffb400;
}
.rspa-price{ font-weight:700; color:#0d6efd;
}
.rspa-viewed{ font-size:12px; color:#999;
}
    .spx-page-wrapper {
  position: relative; z-index: 1;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 40px 16px;
  background:
    linear-gradient(135deg, rgba(10,4,4,.90) 0%, rgba(10,4,4,.74) 100%),
    url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?w=1600&q=80') center/cover no-repeat;
    }

    /* â”€â”€ Main Card â”€â”€ */
    .spx-booking-card {
  background: rgba(22, 18, 14, 0.92);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 20px;
  max-width: 1120px; width: 100%;
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  box-shadow: 0 4px 60px rgba(0,0,0,.65), inset 0 1px 0 rgba(201,20,20,.2);
  overflow: hidden;
  animation: spxFadeUp .7s ease both;
    }
    @keyframes spxFadeUp {
  from { opacity:0; transform: translateY(28px); }
  to   { opacity:1; transform: translateY(0); }
    }

    /* â”€â”€ Left Panel â”€â”€ */
    .spx-panel-left {
  padding: 36px 32px;
  border-right: 1px solid rgba(201,168,76,0.25);
  display: flex; flex-direction: column; gap: 18px;
    }

    .spx-brand { display: flex; align-items: center; gap: 12px; }
    .spx-icon-wrap {
  width: 52px; height: 52px;
  background: var(--bg2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #fff;
    }
    .spx-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 700;
  color: #fff; letter-spacing: .06em; line-height: 1;
    }
    .spx-name span { color: #e8c97a; }

    .spx-address { font-size: .82rem; color: #9e9080; line-height: 1.5; }
    .spx-address i { color: #e8c97a; margin-right: 5px; }

    .spx-rating-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(201,20,20,.12);
  border: 1px solid rgba(201,20,20,.35);
  border-radius: 50px; padding: 4px 12px;
  font-size: .82rem; color: #e8c97a; width: fit-content;
    }
    .spx-rating-badge i { font-size: .75rem; }

    /* â”€â”€ Live Preview Card â”€â”€ */
    .spx-preview-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 12px; overflow: hidden;
    }
    .spx-preview-card-title {
  font-size: .68rem; text-transform: uppercase;
  letter-spacing: .12em; color: #9e9080;
  padding: 10px 14px 6px;
    }
    .spx-preview-rows { padding: 0 14px 12px; display: flex; flex-direction: column; gap: 7px; }
    .spx-preview-row {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
    }
    .spx-preview-row .spx-pr-label {
  font-size: .75rem; color: #9e9080;
  white-space: nowrap; display: flex; align-items: center; gap: 5px;
    }
    .spx-preview-row .spx-pr-label i { color: #e8c97a; font-size: .8rem; }
    .spx-preview-row .spx-pr-val {
  font-size: .8rem; color: #e0c8c8; font-weight: 500;
  text-align: right; min-width: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    }
    .spx-preview-row .spx-pr-val.spx-empty { color: #6a5050; font-style: italic; font-weight: 400; }

    /* flash highlight */
    @keyframes spxFlashPop {
  0%   { background: rgba(201,20,20,.28); border-radius: 4px; padding: 1px 4px; }
  100% { background: transparent;       border-radius: 4px; padding: 1px 4px; }
    }
    .spx-flash-anim { animation: spxFlashPop .5s ease forwards; }

    /* â”€â”€ Price Breakdown â”€â”€ */
    .spx-price-table { width: 100%; }
    .spx-price-table .spx-row-line {
  display: flex; justify-content: space-between; align-items: center;
  padding: 7px 0; font-size: .87rem; color: #b09090;
  border-bottom: 1px solid rgba(255,255,255,.05);
    }
    .spx-price-table .spx-row-line:last-child { border-bottom: none; }
    .spx-price-table .spx-row-line .spx-original {
  text-decoration: line-through; color: #9e9080;
  font-size: .78rem; margin-right: 6px;
    }
    .spx-price-table .spx-row-line .spx-current { color: #f0d0d0; font-weight: 500; }
    .spx-price-table .spx-row-line .spx-discount { color: #7cc47c; font-weight: 500; }
    .spx-price-table .spx-payable {
  display: flex; justify-content: space-between; align-items: center;
  padding: 13px 0 0; margin-top: 5px; border-top: 1px solid rgba(201,168,76,0.25);
    }
    .spx-price-table .spx-payable .spx-pay-label-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; color: #e0c8c8; letter-spacing: .05em;
    }
    .spx-price-table .spx-payable .spx-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem; font-weight: 700; color: #e8c97a;
  transition: color .3s;
    }

    /* Social Proof */
    .spx-social-proof {
  background: linear-gradient(90deg, rgba(201,20,20,.20), rgba(201,20,20,.06));
  border: 1px solid rgba(201,20,20,.35);
  border-radius: 10px; padding: 11px 16px;
  display: flex; align-items: center; gap: 10px;
  font-size: .83rem; color: #e8c97a;
  animation: spxPulse 2.5s ease-in-out infinite;
    }
    @keyframes spxPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(201,20,20,.25); }
  50%    { box-shadow: 0 0 0 6px rgba(201,20,20,0); }
    }

    /* â”€â”€ Right Panel â”€â”€ */
    .spx-panel-right { padding: 36px 32px; }

    .spx-form-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 600;
  color: #fff; letter-spacing: .04em; margin-bottom: 24px;
    }
    .spx-form-section-title span { color: #e8c97a; }

    .spx-form-label {
  font-size: .73rem; text-transform: uppercase;
  letter-spacing: .1em; color: #9e9080;
  margin-bottom: 7px; font-weight: 500; display: block;
    }
    .spx-form-label .spx-req { color: #e8c97a; margin-left: 2px; }

    /* Inputs */
    .spx-input-group { position: relative; display: flex; align-items: center; }
    .spx-input-icon {
  position: absolute; left: 14px;
  color: #e8c97a; font-size: 1rem;
  pointer-events: none; z-index: 2;
    }
    .spx-form-control,
    .spx-form-select {
  width: 100%;
  padding: 12px 14px 12px 40px;
  background: rgba(0, 0, 0, 0.514);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 10px;
  color: #e8c97a;
  font-family: 'Jost', sans-serif; font-size: .9rem;
  transition: border-color .25s, box-shadow .25s;
  appearance: none; -webkit-appearance: none; outline: none;
    }
    .spx-form-control::placeholder { color: #6a5050; }
    .spx-form-control:focus,
    .spx-form-select:focus {
  border-color: var(--p-color);
  box-shadow: 0 0 0 3px rgba(201,20,20,.18);
    }
    .spx-form-control[type="date"],
    .spx-form-control[type="time"] { color-scheme: dark; }

    /* Coupon row */
    .spx-coupon-wrap { display: flex; gap: 8px; align-items: stretch; }
    .spx-coupon-wrap .spx-input-group { flex: 1; }
    .spx-apply-btn {
  padding: 0 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 10px;
  color: #e8c97a;
  font-family: 'Jost', sans-serif;
  font-size: .82rem; font-weight: 600;
  cursor: pointer; white-space: nowrap;
  transition: background .2s, border-color .2s, color .2s;
    }
    .spx-apply-btn:hover { background: rgba(201,20,20,.15); border-color: var(--p-color); }
    .spx-apply-btn.spx-coupon-applied {
  background: rgba(60,160,80,.15);
  border-color: rgba(60,160,80,.5);
  color: #7cc47c;
    }

    /* Counter */
    .spx-counter-wrap {
  display: flex; align-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 10px; overflow: hidden;
    }
    .spx-counter-icon {
  padding: 12px 14px;
  border-right: 1px solid rgba(201,168,76,0.25);
  color: #e8c97a; font-size: 1rem;
    }
    .spx-counter-btn {
  width: 38px; height: 44px;
  background: rgba(201,20,20,.10);
  border: none; color: #e8c97a;
  font-size: 1.2rem; cursor: pointer;
  transition: background .2s; flex-shrink: 0;
    }
    .spx-counter-btn:hover { background: rgba(201,20,20,.24); }
    #spx-minus { border-right: 1px solid rgba(201,168,76,0.25); }
    #spx-plus  { border-left:  1px solid rgba(201,168,76,0.25); }
    .spx-counter-value {
  flex: 1; text-align: center;
  color: #e0d0d0; font-family: 'Jost', sans-serif;
  font-size: 1rem; font-weight: 500;
    }

    /* Payment */
    .spx-payment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
    .spx-pay-option input[type="radio"] { display: none; }
    .spx-pay-label {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 14px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 10px; cursor: pointer;
  transition: all .25s; text-align: center;
  font-size: .78rem; color: #9e9080;
    }
    .spx-pay-label i { font-size: 1.4rem; color: #9e9080; transition: color .2s; }
    .spx-pay-option input:checked + .spx-pay-label {
  border-color: var(--p-color);
  background: rgba(201,20,20,.12);
  color: #e8c97a;
  box-shadow: 0 0 0 3px rgba(201,20,20,.18);
    }
    .spx-pay-option input:checked + .spx-pay-label i { color: var(--p-color); }
    .spx-pay-label:hover { border-color: rgba(201,20,20,.5); }

    /* Confirm Button */
    .spx-btn-confirm {
  width: 100%; padding: 15px 24px;
  background: var(--bg2);
  border: none; border-radius: 12px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  cursor: pointer; position: relative; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 24px rgba(201,20,20,.40);
    }
    .spx-btn-confirm::before {
  content: ''; position: absolute;
  top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transition: left .5s;
    }
    .spx-btn-confirm:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(201,20,20,.55); }
    .spx-btn-confirm:hover::before { left: 100%; }
    .spx-btn-confirm:active { transform: translateY(0); }
    .spx-btn-confirm.spx-booking-ok {
  background: linear-gradient(135deg, #2a8a3a, #1a5a26) !important;
  box-shadow: 0 6px 24px rgba(40,140,60,.4) !important;
    }

    /* Divider */
    .spx-gold-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.25), transparent);
  margin: 2px 0;
    }

    @media (max-width: 767px) {
  .spx-panel-left  { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.25); padding: 28px 20px; }
  .spx-panel-right { padding: 28px 20px; }
  .spx-payment-grid { grid-template-columns: 1fr 1fr; }
    }

     .rvw-card {
    background: var(--text-color);
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
      0 2px 4px rgba(99,16,16,0.06),
      0 12px 32px rgba(99,16,16,0.14),
      0 0 0 1px rgba(201,20,20,0.13);
  }

  /* â”€â”€ HEADER â”€â”€ */
  .rvw-hd {
    position: relative;
    padding: 2rem 2rem 2.25rem;
    background: var(--bg2);
    overflow: hidden;
  }
  .rvm-content {
    border-radius: 2rem;
  }
  .rvm-closer {
    position: fixed;
    width: 38px; height: 38px;
    background: #631010;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 19px;
    cursor: pointer;
    z-index: 2;
  }
  .rvw-hd-orn {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
  }

  .rvw-hd-line {
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.22);
  }

  .rvw-hd-dot {
    width: 4px; height: 4px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    flex-shrink: 0;
  }

  .rvw-hd-eyebrow {
    display: block;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.3rem;
  }

  .rvw-hd-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    font-weight: 300;
    color: var(--text-color);
    line-height: 1.15;
    letter-spacing: 0.015em;
  }
.rvw-stars label{
    font-size:24px;
    cursor:pointer;
}

.rvw-dynamic-feedback{
    margin-top:15px;
}

.rvw-prompt{
    font-weight:500;
    margin-bottom:10px;
}

.rvw-chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.rvw-chip{
    padding:6px 12px;
    border-radius:20px;
    background:#f1f1f1;
    cursor:pointer;
    font-size:13px;
    border:1px solid transparent;
    transition:0.2s;
}

.rvw-chip:hover{
    background:#000;
    color:#fff;
}

.rvw-chip.active{
    background:#000;
    color:#fff;
}
  .rvw-hd-title em {
    font-style: italic;
    color: rgba(255,255,255,0.72);
  }

  /* â”€â”€ BODY â”€â”€ */
  .rvw-body {
    padding: 1.5rem 1.75rem 2rem;
  }

  /* â”€â”€ LABEL â”€â”€ */
  .rvw-lbl {
    display: block;
    font-size: 0.59rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9E6060;
    margin-bottom: 0.65rem;
  }

  /* â”€â”€ PROFILE â”€â”€ */
  .rvw-profile {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    background: #FDF5F5;
    border-radius: 14px;
    border: 1px solid rgba(201,20,20,0.13);
    margin-bottom: 1.6rem;
  }

  .rvw-avatar-ring {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--gradient-bg-color22);
    padding: 2.5px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(201,20,20,0.3);
  }

  .rvw-avatar-ring img {
    width: 100%; height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #fff;
  }

  .rvw-profile-info { flex: 1; }

  .rvw-profile-sub {
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9E6060;
    margin-bottom: 0.1rem;
  }

  .rvw-profile-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.95rem, 4vw, 1.15rem);
    font-weight: 400;
    color: #1A0505;
  }

  .rvw-badge {
    font-size: 0.57rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--p-color);
    background: rgba(201,20,20,0.08);
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    border: 1px solid rgba(201,20,20,0.28);
    white-space: nowrap;
  }

  /* â”€â”€ STARS â”€â”€ */
  .rvw-stars-wrap {
    margin-bottom: 1.5rem;
  }

  .rvw-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0.25rem;
  }

  .rvw-stars input[type="radio"] { display: none; }

  .rvw-stars label {
    font-size: 2.2rem;
    color: var(--rvw-star-off);
    cursor: pointer;
    line-height: 1;
    user-select: none;
    transition: color .2s, transform .15s, filter .2s;
  }

  .rvw-stars label:hover,
  .rvw-stars label:hover ~ label,
  .rvw-stars input:checked ~ label {
    color: var(--p-color);
    filter: drop-shadow(0 2px 6px rgba(201,20,20,0.45));
  }

  .rvw-stars label:hover { transform: scale(1.18); }

  .rvw-stars-hint {
    text-align: center;
    font-size: 0.72rem;
    color: #9E6060;
    margin-top: 0.5rem;
    letter-spacing: 0.04em;
    min-height: 1.2em;
  }

  /* â”€â”€ DIVIDER â”€â”€ */
  .rvw-div {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 1.4rem 0;
  }

  .rvw-div span {
    flex: 1;
    height: 1px;
    background: rgba(201,20,20,0.13);
  }

  .rvw-div i {
    font-style: normal;
    font-size: 0.5rem;
    color: rgba(201,20,20,0.28);
    letter-spacing: 0.35em;
  }

  /* â”€â”€ TEXTAREA â”€â”€ */
  .rvw-txt-wrap {
    margin-bottom: 1.4rem;
    position: relative;
  }

  .rvw-txt {
    width: 100%;
    padding: 1rem 1.1rem 1.8rem;
    border: 1.5px solid rgba(201,20,20,0.13);
    border-radius: 14px;
    background: #FDF5F5;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #1A0505;
    line-height: 1.65;
    resize: none;
    outline: none;
    transition: border-color .2s, box-shadow .2s, background .2s;
  }

  .rvw-txt::placeholder {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: #9E6060;
  }

  .rvw-txt:focus {
    border-color: var(--p-color);
    box-shadow: 0 0 0 3px rgba(201,20,20,0.1);
    background: #fff;
  }

  .rvw-char {
    position: absolute;
    bottom: 0.6rem;
    right: 0.85rem;
    font-size: 0.61rem;
    color: #9E6060;
    pointer-events: none;
  }

  /* â”€â”€ UPLOAD â”€â”€ */
  .rvw-upload-wrap {
    margin-bottom: 1.5rem;
  }

  .rvw-upload-lbl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.9rem 1rem;
    border: 1.5px dashed rgba(201,20,20,0.28);
    border-radius: 14px;
    background: rgba(201,20,20,0.03);
    cursor: pointer;
    transition: border-color .2s, background .2s;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--p-color);
  }

  .rvw-upload-lbl:hover {
    border-color: var(--p-color);
    background: rgba(201,20,20,0.07);
  }

  .rvw-upload-lbl svg { flex-shrink: 0; }

  .rvw-upload-hint {
    text-align: center;
    font-size: 0.62rem;
    color: #9E6060;
    margin-top: 0.4rem;
    letter-spacing: 0.03em;
  }

  /* â”€â”€ PREVIEW GRID â”€â”€ */
  .rvw-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-top: 0.85rem;
  }

  .rvw-preview-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #FDF5F5;
    border: 1px solid rgba(201,20,20,0.13);
    animation: rvwPop .25s cubic-bezier(.22,.68,0,1.3) both;
  }

  @keyframes rvwPop {
    from { opacity: 0; transform: scale(.75); }
    to   { opacity: 1; transform: scale(1); }
  }

  .rvw-preview-item img,
  .rvw-preview-item video {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }

  .rvw-preview-del {
    position: absolute;
    top: 4px; right: 4px;
    width: 20px; height: 20px;
    background: rgba(26,5,5,0.72);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.58rem;
    line-height: 1;
    transition: background .15s, transform .15s;
  }

  .rvw-preview-del:hover {
    background: var(--p-color);
    transform: scale(1.12);
  }

  .rvw-preview-tag {
    position: absolute;
    bottom: 4px; left: 4px;
    background: rgba(26,5,5,0.65);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    padding: 2px 5px;
    border-radius: 4px;
    text-transform: uppercase;
  }

  /* â”€â”€ SUBMIT â”€â”€ */
  .rvw-submit {
    width: 100%;
    padding: 1rem;
    background: var(--gradient-bg-color22);
    color: var(--text-color);
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(201,20,20,0.38);
    transition: transform .15s, box-shadow .15s;
  }

  .rvw-submit::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
    transition: left .5s ease;
  }

  .rvw-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201,20,20,0.48);
  }

  .rvw-submit:hover::after { left: 160%; }
  .rvw-submit:active { transform: translateY(0); }

  /* â”€â”€ FOOTER â”€â”€ */
  .rvw-foot {
    text-align: center;
    margin-top: 0.9rem;
    font-size: 0.62rem;
    color: #9E6060;
    letter-spacing: 0.04em;
  }

  .snear-spa-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(201,20,20,0.12);
    box-shadow:
      0 2px 8px rgba(0,0,0,0.06),
      0 12px 40px rgba(201,20,20,0.08);
    position: relative;
    transition: transform 0.4s cubic-bezier(.23,1,.32,1), box-shadow 0.4s ease;
  }

  .snear-spa-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 0 0 1px rgba(201,20,20,0.15),
      0 20px 60px rgba(201,20,20,0.13),
      0 4px 16px rgba(0,0,0,0.07);
  }

  /* â”€â”€â”€ BOOTSTRAP CAROUSEL OVERRIDES â”€â”€â”€ */
  .snear-card-carousel {
    height: 200px;
  }

  .snear-card-carousel .carousel-inner,
  .snear-card-carousel .carousel-item {
    height: 200px;
  }

  .snear-card-carousel .carousel-item .snear-slide-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: rgba(255,255,255,0.25);
  }

  .snear-card-carousel .carousel-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: brightness(0.85);
  }

  /* Bottom fade overlay */
  .snear-card-carousel::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 70px;
    background: linear-gradient(to top, #ffffff, transparent);
    pointer-events: none;
    z-index: 4;
  }
   .smiler-spa-area img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: brightness(0.85);
  }

  /* Bottom fade overlay */
  .smiler-spa-area::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 70px;
    background: linear-gradient(to top, #ffffff, transparent);
    pointer-events: none;
    z-index: 4;
  }

  /* Prev / Next buttons */
  .snear-card-carousel .carousel-control-prev,
  .snear-card-carousel .carousel-control-next {
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    z-index: 5;
  }

  .snear-card-carousel .carousel-control-prev { left: 10px; }
  .snear-card-carousel .carousel-control-next { right: 10px; }

  .snear-card-carousel:hover .carousel-control-prev,
  .snear-card-carousel:hover .carousel-control-next { opacity: 1; }

  .snear-card-carousel .carousel-control-prev:hover,
  .snear-card-carousel .carousel-control-next:hover {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
    transform: translateY(-50%) scale(1.1);
  }

  .snear-card-carousel .carousel-control-prev-icon,
  .snear-card-carousel .carousel-control-next-icon {
    width: 12px;
    height: 12px;
    filter: brightness(0); /* dark arrows */
  }

  /* Dot indicators */
  .snear-card-carousel .carousel-indicators {
    bottom: 14px;
    margin: 0;
    gap: 5px;
    z-index: 5;
  }

  .snear-card-carousel .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    opacity: 1;
    transition: width 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
    margin: 0;
  }

  .snear-card-carousel .carousel-indicators .active {
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
  }

  /* â”€â”€â”€ BADGES â”€â”€â”€ */
  .snear-badge-premium {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--bg2);
    color: var(--text-color);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 12px rgba(201,20,20,0.5);
    z-index: 5;
  }

  .snear-badge-open {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(13,6,6,0.75);
    border: 1px solid rgba(201,20,20,0.45);
    color: #fefefe;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 5;
  }

  .snear-badge-open::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 6px #4ade80;
    animation: snear-pulse-dot 2s infinite;
  }
  .snear-badge-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--bg-color);
    border: 1px solid rgba(201,20,20,0.45);
    color: #fefefe;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 5;
  }

  .snear-badge-close::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fefefe;
    box-shadow: 0 0 6px #4ade80;
    animation: snear-pulse-dot 2s infinite;
  }
  @keyframes snear-pulse-dot {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.4; }
  }

  .snear-badge-rating {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(201,20,20,0.15);
    backdrop-filter: blur(8px);
    color: #1a0606;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 5;
  }

  .snear-badge-rating .snear-star-icon    { color: #f59e0b; font-size: 11px; }
  .snear-badge-rating .snear-review-count { color: rgba(40,10,10,0.4); font-size: 10px; }

  /* â”€â”€â”€ CARD BODY â”€â”€â”€ */
  .snear-card-body { padding: 18px 18px 0; }

  .snear-spa-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a0606;
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }

  .snear-meta-row {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(40,10,10,0.5);
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
  }

  .snear-meta-row i                    { color: var(--p-color); font-size: 12px; flex-shrink: 0; }
  .snear-meta-row.snear-trending       { color: rgba(40,10,10,0.4); }
  .snear-meta-row.snear-trending i     { color: #f59e0b; }

  /* â”€â”€â”€ DIVIDER â”€â”€â”€ */
  .snear-card-divider {
    height: 1px;
    background: rgba(201,20,20,0.1);
    margin: 14px 0;
    position: relative;
    overflow: visible;
  }

  .snear-card-divider::after {
    content: 'âœ¦';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: var(--p-color);
    font-size: 9px;
    padding: 0 8px;
    opacity: 0.5;
  }

  /* â”€â”€â”€ PRICING â”€â”€â”€ */
  .snear-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }

  .snear-price-current {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a0606;
    letter-spacing: -0.5px;
  }

  .snear-price-original {
    font-size: 14px;
    color: rgba(40,10,10,0.35);
    text-decoration: line-through;
    font-weight: 400;
  }

  .snear-discount-tag {
    margin-left: auto;
    background: rgba(201, 20, 20, 0.08);
    border: 1px solid rgba(201,20,20,0.3);
    color: #ff6b6b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 4px 9px;
    border-radius: 8px;
    text-transform: uppercase;
  }

  /* â”€â”€â”€ ACTION BUTTONS â”€â”€â”€ */
  .snear-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 0 18px 18px;
  }

  .snear-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 2px 8px;
    border-radius: 12px;
    border: 1px solid rgba(201,20,20,0.12);
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.25s ease;
    background: #f9f2f2;
    color: rgba(40,10,10,0.55);
    position: relative;
    overflow: hidden;
  }

  .snear-action-btn i { font-size: 16px; }

  .snear-action-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.25s;
    background: rgba(201, 20, 20, 0.08);
  }

  .snear-action-btn:hover::before { opacity: 1; }
  .snear-action-btn:hover {
    border-color: rgba(201,20,20,0.3);
    color: #1a0606;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201,20,20,0.12);
  }

  .snear-action-btn.snear-primary {
    background: var(--bg2);
    border-color: transparent;
    color: var(--text-color);
    box-shadow: 0 4px 18px rgba(201,20,20,0.4);
  }

  .snear-action-btn.snear-primary::before { background: rgba(255,255,255,0.08); }

  .snear-action-btn.snear-primary:hover {
    box-shadow: 0 8px 28px rgba(201,20,20,0.55);
    border-color: transparent;
    color: var(--text-color);
    transform: translateY(-2px);
  }
  .snear-action-btn.snear-whatsapp {
    background: #198754;
    color: #fefefe;
  }
  .snear-action-btn.snear-whatsapp i      { color: #fefefe; }
  .snear-action-btn.snear-whatsapp:hover  { border-color: rgba(37,211,102,0.3); }
  .snear-action-btn.snear-view i          { color: rgba(201,20,20,0.85); }

  .snear-action-btn a {
    display: contents;
    color: inherit;
    text-decoration: none;
  }
  
  .member-spa-card {
  border-radius: 25px;
  overflow: hidden;
  border: none;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  }
.member-spa-header {
  background: var(--bg2);
  color: white;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  }
.member-spa-header h2 {
  font-weight: 700;
  letter-spacing: 1px;
  }
.member-spa-header p {
  opacity: 0.9;
  }
.member-status-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #28a745;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  }
.status-expired {
  background: #000;
  }
.member-price-box {
  background: #fff;
  margin-top: -10px;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
.member-price-box h1 {
  color: var(--bg-color);
  font-weight: 700;
  }
.member-price-box span {
  color: #888;
  }
.member-features li {
  padding: 10px 0;
  font-size: 15px;
  }
.member-features li::before {
  content: "âœ”";
  color: var(--p-color);
  margin-right: 10px;
  }
.member-btn-renew {
  background: var(--bg2);
  color: #fff;
  border-radius: 40px;
  padding: 14px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  }
.member-btn-renew:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 20, 20, 0.4);
  }
.member-expired .member-spa-header {
  background: linear-gradient(135deg, #222, #000);
  }
.member-expired .member-status-badge {
  background: #ff4d4d;
  }
.member-expired-msg {
  color: #ff4d4d;
  font-weight: 600;
  }
.member-countdown {
  color: var(--p-color);
  font-weight: 600;
  }
  .renew-alert {
    background: linear-gradient(135deg, rgba(201,20,20,0.1), rgba(99,16,16,0.15));
    border-left: 5px solid rgb(201,20,20);
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.renew-alert strong {
    color: #631010;
}

.btn-renew-sm {
    background: linear-gradient(135deg, rgb(201,20,20), #631010);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 6px 16px;
    font-size: 13px;
}

.memberTitle {
  background: var(--bg-color);
  border: 2px solid #ffffff;
  /* width: 350px; */
  justify-content: center;
  align-items: center;
  display: block;
  margin: 0 auto;
  /* border-radius: 30px; */
  padding: 10px 0px;
}

.memberTitle p {
  color: #fff;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

.plans___details__area {
  background: #ffffffee;
  justify-content: center;
  display: block;
  margin: 0 auto;
  align-items: center;
  padding: 3px;
  border-radius: 30px;
}

.plans___details__area .termsButton {
  display: block;
  margin: 0 auto;
  padding-left: 90px;
  color: #fff;
}

.buy__now__form form label {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
}

.buy__now__form form .input-group span {
  padding: 14px 20px;
}

.buy__now__form form .input-group>input {
  padding: 14px 20px;
}

.final__submit__btn .animated-button {
  width: 11em;
  height: 3em;
  margin: 0.5em;
  background: var(--bg-color);
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgb(255, 255, 255) 0px -3px 0px inset;
}

.final__submit__btn button:hover {
  color: black;
}

.final__submit__btn button:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-50deg) scale(0, 1);
  transition: all 0.5s;
}

.final__submit__btn button:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.membership__price {
  background: var(--bg-color);
  border-radius: 30px;
  width: 240px;
  display: block;
  margin: 0 auto;
}

.membership__price p {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}


.buy__now__membership__background {
  background-image: url('../img/classic/2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.buy__now__filters {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(255, 255, 255, 0.884) 0px 8px 30px;
  background: transparent;
  backdrop-filter: blur(18px);
  border-radius: 30px;
  border-bottom: 5px solid #ffffff;
}


.spa__buy__plan_details {
  display: block;
  margin: 0 auto;
  padding-left: 90px;
}

.spa__buy__plan_details .text {
  font-size: clamp(12px, 4vw, 21px);
  font-weight: 600;
  color: #000;
  text-shadow: 1px 1px 10px #fff;
  font-family: arno pro;
}

.spa__buy__plan_details .text .bi {
  color: #000;
}

.spa__buy__plan_details p {
  font-size: clamp(12px, 4vw, 18px);
  font-weight: 500;
  color: #000000;
  font-family: arno pro;

}

.spa__buy__plan_details p .bi {
  color: #000000;
  font-size: 17px;
}

.membership__type__tag {
  background: var(--backgrounds);
  width: 260px;
  /* border-radius: 15px 1px 15px 1px; */
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}

.membership__type__tag p {
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 10px #2a2a2a;
  font-weight: 700;
}

@media screen and (max-width: 430px) {
  .spa__buy__plan_details {
    padding-left: 14px !important;
  }
}

.termsButton button {
  border: none;
  background: transparent;
  color: #3E2C41;
  position: relative;
  top: -14px;
  font-weight: 700;
}

.termsButton button span {
  font-size: 12px;
  font-weight: 600;
  color: #3E2C41;
  font-style: italic;
}

.termsButton button:hover {
  color: #050f46;
  /* font-size: 17px; */
}

.terms-condition-text p {
  font-size: clamp(12px, 4vw, 17px);
  color: #3E2C41;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Times New Roman', Times, serif;
}

.terms-condition-text p .bi {
  color: #3E2C41;
    font-size: clamp(12px, 4vw, 17px);
}
.terms_header {
  background: var(--backgrounds);
}
.vip_plan_title {
  background: var(--backgrounds);
  border: 2px solid #ffffff;
  max-width: 410px;
  justify-content: center;
  align-items: center;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  padding: 6px 10px;
}

.vip_plan_title p {
  color: #fff;
  margin: 0 auto;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}


.vip_termsButton button {
  border: none;
  background: transparent;
  color: #ffffff;
  position: relative;
  top: -14px;
  font-weight: 700;
}

.vip_termsButton button span {
  font-size: 12px;
  font-weight: 600;
  color: #f5f5f5;
  font-style: italic;
}

.vip_termsButton button:hover {
  color: #3E2C41;
}


.memBages {
  position: absolute;
  top: 15px;
  right: 255px; 
  z-index: 2;
}
.memBagesfour {
  position: absolute;
  top: 15px;
  right: 15px; 
  z-index: 2;
}
.member-spa-badge {
  animation: badgeGlow 3.5s ease-in-out infinite;
}
@keyframes badgeGlow {
  0% {
    box-shadow:
      0 4px 12px rgba(0,0,0,0.6),
      0 0 6px rgba(218,167,83,0.3),
      inset 0 0 6px rgba(239,217,143,0.05);
  }

  50% {
    box-shadow:
      0 6px 18px rgba(0,0,0,0.8),
      0 0 18px rgba(239,217,143,0.8),
      inset 0 0 12px rgba(239,217,143,0.2);
  }

  100% {
    box-shadow:
      0 4px 12px rgba(0,0,0,0.6),
      0 0 6px rgba(218,167,83,0.3),
      inset 0 0 6px rgba(239,217,143,0.05);
  }
}
.member-spa-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #f3e7bf;
  background: linear-gradient(135deg, #2b0000, #a70000);
  border: 1px solid #daa753;
  overflow: hidden; 
}

.member-spa-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%; 
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.6) 50%,
    transparent 100%
  );

  transform: skewX(-25deg);
  z-index: 1;

  animation: shineMove 2.5s linear infinite;
}

.member-spa-badge span,
.member-spa-badge i {
  position: relative;
  z-index: 2;
}
@keyframes shineMove {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
.memBages3 {
  position: absolute;
  top: 10px;
  left: 5px; 
  z-index: 2;
}

@media screen and (max-width: 576px) {
  .memBages {
    top: 10px;
    right: 10px;
  }
  .spa-closed-blur::after {
    content: "TODAY CLOSED";
    position: absolute;
    inset: 0;
    padding-left: 33px !important;
  }
  .memBages2 {
    top: 10px;
    right: 2px !important;
  }

  .member-spa-badge {
    font-size: 11px;
    padding: 5px 12px;
  }
  .chutkee-badge {
    top: 25px;
    right: 5px;
  }
}

.chutkee-badge{
    position:absolute;
    top:55px;
    right:255px;
    z-index:2;
    display:flex;
    align-items:center;
    gap:5px;
    padding:4px 10px;
    border-radius:999px;
    background:linear-gradient(
        135deg,
        #3b2a00 0%,
        #8b6508 12%,
        #f7d774 28%,
        #fff3c4 45%,
        #ffd95e 60%,
        #b8860b 78%,
        #4a3200 100%
    );
    border:1px solid rgba(255,230,150,0.45);
    box-shadow:
        0 8px 22px rgba(255,191,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -2px 8px rgba(0,0,0,0.25);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    overflow:hidden;
    isolation:isolate;
    transition:all .35s ease;
}

.chutkee-badge:hover{
    transform:translateY(-3px) scale(1.03);
    box-shadow:
        0 14px 35px rgba(255,196,0,0.55),
        0 0 18px rgba(255,215,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.6);
}

.chutkee-badge::before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:55%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.12) 25%,
        rgba(255,255,255,0.65) 50%,
        rgba(255,255,255,0.12) 75%,
        transparent 100%
    );
    transform:skewX(-25deg);
    animation:premiumShine 4s linear infinite;
    pointer-events:none;
    z-index:0;
}

.chutkee-badge::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:linear-gradient(
        to bottom,
        rgba(255,255,255,0.18),
        transparent 45%,
        rgba(0,0,0,0.08)
    );
    z-index:0;
    pointer-events:none;
}

@keyframes premiumShine{
    0%{
        left:-120%;
    }
    100%{
        left:160%;
    }
}

.chutkee-badge > *{
    position:relative;
    z-index:2;
}

.Cht_icon{
    width:20px;
    height:20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        135deg,
        #fff7d6,
        #f5c542,
        #b8860b
    );
    border:1px solid rgba(255,255,255,0.45);
    color:#3d2400;
    font-size:12px;
    font-weight:800;
    box-shadow:
        0 4px 12px rgba(0,0,0,0.22),
        inset 0 1px 2px rgba(255,255,255,0.65);
}


.Cht_text{
    display:flex;
    flex-direction:column;
    line-height:1.1;
}

.Cht_text small{
    font-size:7px;
    letter-spacing:2px;
    text-transform:uppercase;

    color:#fff8dc;
    font-weight:700;

    text-shadow:0 1px 3px rgba(0,0,0,0.35);
}

.Cht_text strong{
    font-size:clamp(8px,4vw,14px);
    font-weight:700;
    color:#ffffff;
    text-shadow:
        0 1px 2px rgba(0,0,0,0.4),
        0 0 10px rgba(255,223,120,0.45);
}
.Cht_dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#fff6b0;
    box-shadow:
        0 0 10px rgba(255,230,120,0.9),
        0 0 18px rgba(255,215,0,0.7);
    animation:pulse 1.5s infinite;
}

@keyframes pulse{
    0%{
        transform:scale(1);
        opacity:1;
    }
    50%{
        transform:scale(1.4);
        opacity:.7;
    }
    100%{
        transform:scale(1);
        opacity:1;
    }
}

@media(max-width:768px){

    .chutkee-badge{
        top:20px;
        right:20px;
        padding:4px 8px;
        gap:4px;
    }

    .Cht_icon{
        width:20px;
        height:20px;
        font-size:10px;
    }

    .Cht_text small{
        font-size:6px;
        letter-spacing:1.5px;
    }

    .Cht_text strong{
        font-size:10px;
    }

    .Cht_dot{
        width:6px;
        height:6px;
    }
}

    .Cht_icon{
        width:22px;
        height:22px;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        background:rgba(255,255,255,0.25);
        border:1px solid rgba(255,255,255,0.35);
        color:#fff;
        font-size:12px;
        font-weight:700;

        box-shadow:0 6px 14px rgba(0,0,0,0.15);
    }

    .Cht_text{
        display:flex;
        flex-direction:column;
        line-height:1.1;
    }

    .Cht_text small{
        font-size:7px;
        letter-spacing:2px;
        text-transform:uppercase;
        color:rgba(255,255,255,0.85);
        font-weight:600;
    }

    .Cht_text strong{
        font-size: clamp(8px, 4vw, 14px);
        font-weight:600;
        color:#ffffff;
    }

    .Cht_dot{
        width:6px;
        height:6px;
        border-radius:50%;
        background:#ffffff;
        box-shadow:0 0 12px rgba(255,255,255,0.8);
        margin-left:4px;
    }

    .spa-closed-blur .enquiry-track,
.spa-closed-blur .spa4d__btn-book,
.spa-closed-blur .spa4d__btn-whatsapp {
    pointer-events: none !important;
    opacity: 0.45;
    filter: grayscale(0.5);
}

.memBages2 {
  position: absolute;
  top: 10px;
  right: 20px; 
  z-index: 2;
}
.sponsored-badge {
    position: absolute;
    top: 40px;
    left: 10px;
    background: linear-gradient(45deg, #ff9800, #ff5722);
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    z-index: 10;
}

.spa-closed-blur {
    position: relative;
    overflow: hidden;
}

.spa-closed-blur::after {
    content: "TODAY CLOSED";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.40);
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: clamp(14px, 4vw, 22px);
    font-weight: 800;
    padding-left: 55px;
    color: #c62828;
    z-index: 10;
    letter-spacing: 1px;
}

.spa-closed-blur .book__btn,
.spa-closed-blur .enquiry-track {
    pointer-events: none !important;
    opacity: 0.45;
    filter: grayscale(0.5);
}

.spa-closed-blur .spa-view-link {
    pointer-events: auto !important;
    position: relative;
    z-index: 20;
    opacity: 1 !important;
    filter: none !important;
    font-weight: 600;
}

/* =========================
   PREMIUM GOLD BADGE FOUR
========================= */

.chutkee-badgefour{
    position:absolute;
    top:55px;
    right: 15px;
    z-index:2;

    display:flex;
    align-items:center;
    gap:5px;

    padding:5px 10px;
    border-radius:999px;

    background:linear-gradient(
        135deg,
        #3b2a00 0%,
        #8b6508 12%,
        #f7d774 28%,
        #fff3c4 45%,
        #ffd95e 60%,
        #b8860b 78%,
        #4a3200 100%
    );

    border:1px solid rgba(255,230,150,0.45);

    box-shadow:
        0 8px 22px rgba(255,191,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -2px 8px rgba(0,0,0,0.25);

    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);

    overflow:hidden;
    isolation:isolate;

    transition:all .35s ease;
}

/* HOVER EFFECT */
.chutkee-badgefour:hover{
    transform:translateY(-3px) scale(1.03);

    box-shadow:
        0 14px 35px rgba(255,196,0,0.55),
        0 0 18px rgba(255,215,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.6);
}

/* PREMIUM SHINE */
.chutkee-badgefour::before{
    content:'';
    position:absolute;

    top:0;
    left:-120%;

    width:55%;
    height:100%;

    background:linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.12) 25%,
        rgba(255,255,255,0.65) 50%,
        rgba(255,255,255,0.12) 75%,
        transparent 100%
    );

    transform:skewX(-25deg);

    animation:premiumShineFour 4s linear infinite;

    pointer-events:none;
    z-index:0;
}

/* SOFT GOLD GLOW */
.chutkee-badgefour::after{
    content:'';
    position:absolute;
    inset:0;

    border-radius:inherit;

    background:linear-gradient(
        to bottom,
        rgba(255,255,255,0.18),
        transparent 45%,
        rgba(0,0,0,0.08)
    );

    z-index:0;
    pointer-events:none;
}

@keyframes premiumShineFour{
    0%{
        left:-120%;
    }
    100%{
        left:160%;
    }
}

/* KEEP CONTENT ABOVE EFFECTS */
.chutkee-badgefour > *{
    position:relative;
    z-index:2;
}

.Cht_iconfour{
    width:24px;
    height:24px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        135deg,
        #fff7d6,
        #f5c542,
        #b8860b
    );

    border:1px solid rgba(255,255,255,0.45);

    color:#3d2400;
    font-size:12px;
    font-weight:800;

    box-shadow:
        0 4px 12px rgba(0,0,0,0.22),
        inset 0 1px 2px rgba(255,255,255,0.65);
}

.Cht_textfour{
    display:flex;
    flex-direction:column;
    line-height:1.1;
}

.Cht_textfour small{
    font-size:7px;
    letter-spacing:2px;
    text-transform:uppercase;

    color:#fff8dc;
    font-weight:700;

    text-shadow:0 1px 3px rgba(0,0,0,0.35);
}

.Cht_textfour strong{
    font-size:clamp(8px,4vw,14px);
    font-weight:700;

    color:#ffffff;

    text-shadow:
        0 1px 2px rgba(0,0,0,0.4),
        0 0 10px rgba(255,223,120,0.45);
}

.Cht_dotfour{
    width:7px;
    height:7px;

    border-radius:50%;

    background:#fff6b0;

    box-shadow:
        0 0 10px rgba(255,230,120,0.9),
        0 0 18px rgba(255,215,0,0.7);

    animation:pulseFour 1.5s infinite;
}

@keyframes pulseFour{
    0%{
        transform:scale(1);
        opacity:1;
    }
    50%{
        transform:scale(1.4);
        opacity:.7;
    }
    100%{
        transform:scale(1);
        opacity:1;
    }
}

@media(max-width:768px){

    .chutkee-badgefour{
        top:20px;
        right:20px;

        padding:4px 8px;
        gap:4px;
    }

    .Cht_iconfour{
        width:20px;
        height:20px;
        font-size:10px;
    }

    .Cht_textfour small{
        font-size:6px;
        letter-spacing:1.5px;
    }

    .Cht_textfour strong{
        font-size:10px;
    }

    .Cht_dotfour{
        width:6px;
        height:6px;
    }
}


.new_scene{
    position:absolute;
    bottom:115px;
    right:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    animation:swing 3.5s ease-in-out infinite;
    transform-origin:top center;
}

@keyframes swing{
    0%{
        transform:rotate(8deg);
    }
    50%{
        transform:rotate(-8deg);
    }
    100%{
        transform:rotate(8deg);
    }
}

.new_hook{
    position:relative;
    width:14px;
    height:14px;
    border-radius:50%;
    background:linear-gradient(
        145deg,
        #9ca3af,
        #4b5563
    );
    box-shadow:0 4px 8px rgba(0,0,0,.25);
}

.new_hook::after{
    content:'';
    position:absolute;
    top:12px;
    left:50%;
    transform:translateX(-50%);
    width:2px;
    height:18px;
    background:#6b7280;
}

.new_strap{
    width:2px;
    height:18px;
    background:#6b7280;
}

.new_shadow{
    position:absolute;
    bottom:-18px;
    width:120px;
    height:22px;
    background:rgba(0,0,0,.18);
    filter:blur(10px);
    border-radius:50%;
    animation:new_shadowMove 3.5s ease-in-out infinite;
}

@keyframes new_shadowMove{
    0%{
        transform:translateX(5px);
        opacity:.25;
    }
    50%{
        transform:translateX(-5px);
        opacity:.15;
    }
    100%{
        transform:translateX(5px);
        opacity:.25;
    }
}


.new_board{
    position:relative;
    width:120px;
    padding:3px 12px;
    border-radius:12px;
    text-align:center;
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    color:#fff;
    box-shadow:
        0 12px 25px rgba(0,0,0,.25),
        inset 0 1px 0 rgba(255,255,255,.3);
    border:2px solid #d6a63c;
    overflow:hidden;
    isolation:isolate; /* FIX SHINE OVERFLOW */
}


.new_open{
    background:linear-gradient(
        135deg,
        #16a34a,
        #22c55e
    );
}

.new_closed{
    background:linear-gradient(
        135deg,
        #b91c1c,
        #ef4444
    );
}

.new_board::after{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:50%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,.08) 25%,
        rgba(255,255,255,.55) 50%,
        rgba(255,255,255,.08) 75%,
        transparent 100%
    );
    transform:skewX(-25deg);
    animation:newPremiumShine 3.8s linear infinite;
    pointer-events:none;
    z-index:0;
}

@keyframes newPremiumShine{
    0%{
        left:-120%;
    }
    100%{
        left:160%;
    }
}

.new_content{
    position:relative;
    z-index:2;
}

.new_icon{
    display:block;
    font-size:14px;
    margin-bottom:3px;
}

.mob-chutkee-badges{
    position:absolute;
    top:115px;
    right: 0px;
    max-width: max-content;
    margin-bottom:10px;
    z-index:2;
    display:flex;
    align-items:center;
    gap: 8px;
    padding:6px 11px;
    border-radius:999px;
    background:
        linear-gradient(
            135deg,
            #090909 0%,
            #171717 18%,
            #2d1b12 42%,
            #8f5b2e 65%,
            #f1c27d 82%,
            #fff1d4 100%
        );
    border:1px solid #fff;
    box-shadow:
        0 10px 24px rgba(0,0,0,.42),
        0 0 18px rgba(241,194,125,.22),
        inset 0 1px 0 rgba(255,255,255,.18),
        inset 0 -2px 10px rgba(0,0,0,.35);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    overflow:hidden;
    isolation:isolate;
    transition:all .35s ease;
}

.mob-chutkee-badges:hover{
    transform:translateY(-3px) scale(1.04);
    box-shadow:
        0 18px 38px rgba(0,0,0,.5),
        0 0 25px rgba(255,214,160,.35),
        inset 0 1px 0 rgba(255,255,255,.22);
}
.mob-chutkee-badges::before{
    content:'';
    position:absolute;
    top:0;
    left:-130%;
    width:48%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,.04) 25%,
        rgba(255,255,255,.55) 50%,
        rgba(255,255,255,.04) 75%,
        transparent 100%
    );
    transform:skewX(-25deg);
    animation:luxuryShine 4.5s linear infinite;
    pointer-events:none;
    z-index:0;
}

@keyframes luxuryShine{
    0%{
        left:-130%;
    }
    100%{
        left:170%;
    }
}

.mob-chutkee-badges::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:linear-gradient(
        to bottom,
        rgba(255,255,255,.16),
        transparent 40%,
        rgba(0,0,0,.12)
    );
    z-index:0;
    pointer-events:none;
}
.mob-chutkee-badges > *{
    position:relative;
    z-index:2;
}
.mob_Cht_icon{
    width:17px;
    height:17px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        135deg,
        #fff7e3 0%,
        #f4c98a 45%,
        #9b5d2e 100%
    );

    border:1px solid rgba(255,255,255,.4);

    color:#2d1707;

    font-size:10px;
    font-weight:900;

    box-shadow:
        0 4px 10px rgba(0,0,0,.28),
        inset 0 1px 2px rgba(255,255,255,.65);
}
.mob_Cht_text{
    display:flex;
    flex-direction:column;
    line-height:1.1;
}

.mob_Cht_text strong{
    font-size:12px;
    font-weight:700;

    color:#fffaf1;

    white-space:nowrap;

    letter-spacing:.2px;

    text-shadow:
        0 1px 2px rgba(0,0,0,.45),
        0 0 10px rgba(255,220,180,.22);
}
.mob_Cht_dot{
    width:7px;
    height:7px;

    border-radius:50%;

    background:#fefefe;

    box-shadow:
        0 0 10px rgba(255,224,176,.95),
        0 0 20px rgba(255,190,120,.65);

    animation:premiumPulse 1.6s infinite;
}

@keyframes premiumPulse{
    0%{
        transform:scale(1);
        opacity:1;
    }
    50%{
        transform:scale(1.45);
        opacity:.65;
    }
    100%{
        transform:scale(1);
        opacity:1;
    }
}

.mob-chutkee-badges2{
      position: absolute;
    top: 117px;
    right: 0;
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 14px;
    border-radius:999px;
     background: linear-gradient(135deg, #0a84ff 0%, #5ac8fa 40%, #34c759 120%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow:hidden;
    isolation:isolate;
    transition:all .4s ease;
}
.mob-chutkee-badges2::before{
    content:'';
    position:absolute;
    top:-50%;
    left:-140%;
    width:50%;
    height:200%;
background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);.category-ribbon
    transform:skewX(-25deg);
    animation:luxeShine 5s linear infinite;
    pointer-events:none;
}

@keyframes luxeShine{
    0%{ left:-140%; }
    100%{ left:160%; }
}

/* INNER GLASS DEPTH */
.mob-chutkee-badges2::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.08),
            transparent 45%,
            rgba(0,0,0,.35)
        );
    z-index:0;
}

.mob-chutkee-badges2 > *{
    position:relative;
    z-index:2;
}
.mob_Cht_icon2{
    width:18px;
    height:18px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
   background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    box-shadow:
        0 8px 18px rgba(0,0,0,.45),
        0 0 18px rgba(212,175,55,.25),
        inset 0 1px 2px rgba(255,255,255,.6);
}

.mob_Cht_text2{
    display:flex;
    flex-direction:column;
    line-height:1.05;
}

.mob_Cht_text2 strong{
    font-size:12px;
    font-weight:800;
    color:#f5f5f5;
    letter-spacing:.4px;
    white-space:nowrap;
    text-shadow:
        0 2px 10px rgba(0,0,0,.7),
        0 0 14px rgba(212,175,55,.12);
}
.mob_Cht_dot2{
    width:7px;
    height:7px;
    border-radius:50%;
    background:radial-gradient(circle, #fff, #d4af37);
    box-shadow:
        0 0 10px rgba(212,175,55,.9),
        0 0 20px rgba(212,175,55,.5);
    animation:luxePulse 1.6s infinite;
}

@keyframes luxePulse{
    0%{ transform:scale(1); opacity:1; }
    50%{ transform:scale(1.5); opacity:.6; }
    100%{ transform:scale(1); opacity:1; }
}

/* HOVER LIFT (SUBTLE PREMIUM ONLY) */
.mob-chutkee-badges2:hover{
    transform:translateY(-4px) scale(1.04);

    box-shadow:
        0 25px 70px rgba(0,0,0,.75),
        0 0 35px rgba(212,175,55,.18);
}

/* =========================================
   ULTRA PREMIUM LUXE BADGE 2.0
   Aurum + Ice Glass System
========================================= */

.mob-chutkee-badges3{
    position: absolute;
    top: 117px;
    right: 0;
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.12), transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(255,215,0,.10), transparent 55%),
        radial-gradient(circle, #6b0015 0%, #3b000c 70%, #1a0005 100%);

    /* 💛 GOLD METAL RING */
    border: 2px solid transparent;
    background-clip: padding-box;

    box-shadow:
        0 20px 60px rgba(0,0,0,.65),
        inset 0 2px 6px rgba(255,255,255,.15),
        inset 0 -10px 20px rgba(0,0,0,.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    isolation: isolate;
    transition: all .45s ease;
}

.mob-chutkee-badges3::before{
    content:'';
    position:absolute;
    top:-60%;
    left:-150%;
    width:55%;
    height:220%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(191,233,255,.10) 25%,
        rgba(230,199,122,.35) 50%,
        rgba(191,233,255,.10) 75%,
        transparent 100%
    );
    transform: skewX(-25deg);
    animation: luxeShine 5.5s linear infinite;
    pointer-events:none;
}

@keyframes luxeShine{
    0%{ left:-150%; }
    100%{ left:170%; }
}

.mob-chutkee-badges3::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.08),
            transparent 45%,
            rgba(0,0,0,.35)
        );
    z-index:0;
}

.mob-chutkee-badges3 > *{
    position: relative;
    z-index: 2;
}

.mob_Cht_icon3{
    width:18px;
    height:18px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        radial-gradient(circle at top left, #ffffff 0%, #e6c77a 55%, #111a2e 100%);
    border:1px solid rgba(230,199,122,.25);
    color:#0b0f1c;
    font-size:10px;
    font-weight:900;
    box-shadow:
        0 10px 22px rgba(0,0,0,.45),
        0 0 18px rgba(230,199,122,.18),
        inset 0 1px 2px rgba(255,255,255,.65);
}

.mob_Cht_text3{
    display:flex;
    flex-direction:column;
    line-height:1.05;
}

.mob_Cht_text3 strong{
    font-size:12px;
    font-weight:800;
    color:#f2f6ff;
    letter-spacing:.35px;
    white-space:nowrap;
    text-shadow:
        0 2px 12px rgba(0,0,0,.75),
        0 0 14px rgba(191,233,255,.08);
}
.mob_Cht_dot3{
    width:7px;
    height:7px;
    border-radius:50%;
    background: radial-gradient(circle, #ffffff, #bfe9ff, #e6c77a);
    box-shadow:
        0 0 12px rgba(191,233,255,.65),
        0 0 18px rgba(230,199,122,.45);
    animation: luxePulse 1.4s infinite;
}

@keyframes luxePulse{
    0%{ transform:scale(1); opacity:1; }
    50%{ transform:scale(1.55); opacity:.6; }
    100%{ transform:scale(1); opacity:1; }
}

.mob-chutkee-badges3:hover{
    transform: translateY(-4px) scale(1.04);
    box-shadow:
        0 30px 80px rgba(0,0,0,.80),
        0 0 35px rgba(230,199,122,.15),
        0 0 25px rgba(191,233,255,.10);
}

.category-wise-badge {
  top: 153px !important;
    left: 0 !important;
}

.chut-open-ribbon2 {
    position: absolute;
    bottom: auto;
    right: 0;
    top: 102px !important;
}
.chut-close-ribbon2 {
    position: absolute;
    bottom: auto;
    right: 0;
    top: 116px !important;
} 

.chut-open-ribbon3 {
    position: absolute;
    right: 0;
    bottom: 102px !important.spa-closed-blur::after;
}
.chut-close-ribbon3 {
    position: absolute;
    right: 0;
    bottom: 102px !important;
}