@import url('https://fonts.googleapis.com/css2?family=Clicker+Script&family=Just+Another+Hand&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*:root {
    --primary-color: #3E2C41;
    --secondry-color: #4A5568;
    --text-color: #ffff;
    --text-color2: #2a2a2a;
    --text-color3: #000;
    --gradient-bg-color: linear-gradient(0deg, var(--primary-color) 0%, #3E2C41 100%);
    --gradient-bg-color2: linear-gradient(0deg, var(--secondry-color) 0%, #4A5568 100%);
    --app-content-background-color: #c86f5f;
    /* --c: #3E2C41; */
    --demo-color: #9529d4;
    --se-demo: #6e42e5;
    --bg-light: #f1f3f6;
    --card-bg: #ffffff;
    --text-dark: #1c1e21;
    --text-muted: #6c757d;
    --background: linear-gradient(135deg, #3E2C41, #B76F5A);
    /* --demo-color: #6d1d9c; */
}

body {
    font-family: roboto;
}

.new-home-section {
    /* background: linear-gradient(135deg, #c79c80, #d8b49e); */
    background: radial-gradient(1200px 800px at 10% 10%, #3E2C41 0%, #B76F5A 55%, #0b0e1b 100%);
    overflow: hidden;
    padding: 40px 8px;
    /* border-radius: 0px 0px 80px 80px; */
    border-bottom: 2px solid var(--text-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.new-home-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.scroll-header.scrolled .new-home-location {
    color: var(--primary-color);
}

.new-home-location {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 0px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 18px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: var(--text-color);
    transition: 0.4s ease;
    border: 1px solid var(--text-color);
}

.new-home-location:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.new-home-location small {
    display: block;
    font-weight: 400;
    opacity: 0.9;
    font-size: 12px;
}

.gender-toggle button {
    padding: 10px 18px;
    border-radius: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.25);
    color: white;
    font-weight: 600;
    font-size: 14px;
    cursor: default;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gender-toggle button.active {
    background: linear-gradient(135deg, #ffd194, #f1b99b);
    color: #333;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border: 2px solid var(--text-color);
}

.new__search__actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    width: 100%;
}

.new__search__actions .gender-toggle {
    width: calc(100% - 70%);
    /* padding: 4px 6px; */
}

.new__search__actions .newHomes__searchs {
    width: 70%;
}

.location-gender-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--gradient-bg-color);
    border-radius: 12px;
    padding: 4px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom: 2px solid var(--text-color);
    max-width: 500px;
    margin: 20px auto;
    font-family: "Poppins", sans-serif;
}

.newHomes__searchs2 {
    width: 100%;
}

.newHomes__searchs2 .new-home-search-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 6px 14px;
    /* max-width: 100; */
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    color: white;
    border: 1px solid var(--text-color);
}

.newHomes__searchs2 .new-home-search-wrapper .mic-btn {
    position: relative;
    right: 15px;
}

.newHomes__searchs2 .new-home-search-wrappe i {
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
    color: #fefefe;
}

.newHomes__searchs2 .new-home-search-wrapper i.active {
    color: #ff4b2b;
    animation: pulses 1s infinite;
}

@keyframes pulses {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1);
    }
}

.new__search__actions .newHomes__searchs .new-home-search-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 6px 14px;
    /* max-width: 100; */
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    color: white;
    border: 1px solid var(--text-color);
}

.new__search__actions .newHomes__searchs .new-home-search-wrapper .mic-btn {
    position: relative;
    right: 15px;
}

.new__search__actions .newHomes__searchs .new-home-search-wrappe i {
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
    color: #fefefe;
}

.new__search__actions .newHomes__searchs .new-home-search-wrapper i.active {
    color: #ff4b2b;
    animation: pulses 1s infinite;
}

@keyframes pulses {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1);
    }
}

.scroll-header.scrolled .mobile-head .add__to__cart .bi {
    font-size: 20px;
    text-decoration: none;
    color: #0e0d0d;
    z-index: 200;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.scroll-header.scrolled .new-home-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 6px 14px;
    /* max-width: 100; */
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.new-home-search-wrapper.expanded {
    /* width: 40%; */
    background: rgba(255, 255, 255, 0.25);
}

.scroll-header.scrolled .new-home-search-wrapper input {
    border: none;
    background: transparent;
    outline: none;
    color: var(--text-dark);
    flex: 1;
    font-size: 14px;
    padding-left: 6px;
}

.scroll-header.scrolled .new-home-search-wrapper input::placeholder {
    color: var(--primary-color);
}

.new-home-search-wrapper input {
    border: none;
    background: transparent;
    outline: none;
    color: white;
    flex: 1;
    font-size: 14px;
    padding-left: 6px;
}

.new-home-search-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.new-home-search-icon {
    font-size: 22px;
    color: white;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s ease;
    animation: float 2s infinite ease-in-out;
}

.new-home-search-icon:hover {
    transform: scale(1.2);
    color: #ffd194;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

.new-home-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
}

.new-home-hero-text h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 42px;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--text-color);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.new-home-hero-text {
    position: relative;
    /* text above image */
    z-index: 50;
}

.new-home-hero-text p {
    font-size: 15px;
    font-weight: 400;
    color: #e9e9e9;
    padding: 0px 5px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    max-width: max-content;
    border-radius: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.new-home-hero-image {
    position: absolute;
    right: 0;
    /* bottom: 0; */
    max-width: 210px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.new-home-hero-image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 25px;
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35); */
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.new-home-hero-image img:hover {
    transform: scale(1.05) rotate(-1deg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

@media(max-width:768px) {
    .new-home-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-home-search-wrapper.expanded {
        width: 100%;
    }

    /* .new-home-hero {
                flex-direction: column-reverse;
                align-items: center;
            } */

    .new-home-hero-image {
        text-align: center;
    }
}

/* 
.mobile-header-background {
    background: var(--secondry-color);
    height: 34vh;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
} */

/* Style the tab */
.home-services-tab .tab {
    overflow: hidden;
    display: flex;
    gap: 10px;
}

.home-services-tab .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    transition: .4s;
    font-size: 12px;
    font-weight: 600;
}

.home-services-tab .tab button:hover {
    background-color: #ddd;
}

.home-services-tab .tab button.active {
    border-bottom: 1px solid var(--secondry-color);
    color: var(--secondry-color);
}

.atHomeTab .service-category-item.active .categorys-images img {
    border: 2px solid var(--secondry-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.541) 0px 3px 7px -3px;
    color: var(--secondry-color);
    border-radius: 50%;
}

.atHomeTab {
    overflow: hidden;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    transition: all 0.5s ease-in-out;
}

.athometabcontent {
    display: none;
    padding: 0px;
    border-top: none;
    transition: all 0.5s ease-in-out;
}

.athometabcontents {
    display: none;
    padding: 0px;
    border-top: none;
    transition: all 0.5s ease-in-out;
}

.athome-services-card {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    padding: 15px 0px;
    gap: 10px;
    margin-left: -14px;
}

.athome-services-card .athome-cards-area {
    box-sizing: border-box;
    width: 100%;
}

/* .athome-services-card .athome-cards-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;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;

  } */
/* .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;
    width: 100%;

} */
.starts-card-services {
    display: flex;
    gap: 7px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 285px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.starts-card-services .services-image {
    width: 75px;
    height: 70px;
}

.starts-card-services .services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.service-card-content .title-area p {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    max-width: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}

.service-card-content .title-area {
    position: relative;
}

.service-card-content .title-area .sub-text {
    position: absolute;
    top: 17px;
    font-size: 9px;
    color: #44474b;
    max-width: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}

.service-card-content .price-cart {
    display: flex;
}

.service-card-content .price-cart .price-time {
    width: calc(100% - 28%);
}

.service-card-content .price-cart .price-time .rate {
    font-size: 10px;
    color: #000;
    font-weight: 600;
}

.service-card-content .price-cart .price-time .time {
    font-size: 10px;
    color: #44474b;
    font-weight: 600;
}

.add-to-cart {
    height: 44px;
    width: 150px;
    margin: auto;
    position: relative;
}

.add-to-cart-wrapper {
    height: 44px;
    width: 150px;
    margin: auto;
    position: relative;
}

.add-btn {
    display: block;
    width: 100%;
}

.quantity-control {
    display: none;
    align-items: center;
    /* justify-content: space-between; */
    background-color: #fff;
    /* border: 1px solid #0d6efd; */
    border-radius: 5px;
    padding: 2px 7px;
    /* width: 100%; */
    max-width: 95px;
    margin-top: 7px;
}

.qty-num {
    font-weight: bold;
    min-width: 24px;
    text-align: center;
}

.quantity-control button {
    padding: 0 6px;
    /* color: var(--text-color); */
    /* border: 1px solid var(--text-color); */
}

.add-to-cart .show-button {
    border: 1px solid var(--secondry-color);
    background: #fff;
    font-size: 10px;
    color: var(--secondry-color);
    padding: 7px 15px;
    font-weight: 600;
    margin-top: 8px;
    max-width: 72px;
    border-radius: 5px;
}

.add-to-cart .new-items {
    margin-right: -32px;
}

.crtdiv {
    width: 72px;
    position: relative;

}

.qty .bi {
    font-size: 17px;
}

.cart .bi {
    font-size: 28px;
    position: relative;
    padding: 0 5px 0 0;
}

.cart .bi:after {
    position: absolute;
    content: attr(data-before);
    color: #000;
    font-family: roboto;
    left: 11px;
    font-weight: bold;
    top: 5px;
    font-size: 18px;
}

.qty {
    /* top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%); */
    color: var(--secondry-color);
    display: flex;
    background: #fff;
    border: 1px solid var(--secondry-color);
    padding: 0px 8px;
    position: absolute;
    top: 9px;
    border-radius: 5px;
}

.dec,
.inc {
    cursor: pointer;
}

.num {
    width: 22px;
    display: inline-block;
    text-align: Center;
}

.services-grid-item a {
    text-decoration: none;
}

.service-images-area {
    /* max-width: 100%;
    height: 160px; */
    max-width: 75px;
    height: 55px;
    /* position: relative; */
    /* top: 10px; */
}

.service-images-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 12px;
}

.services-contents {
    width: 75px;
}

.services-contents p {
    font-size: 11px;
    font-weight: 600;
    font-family: arno pro;
    text-align: center;
    color: #000000;
}

/* .at-home-multiservice {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 10px;
} */
.cards__athome {
    width: 75px;
    height: 80px;
    /* border-radius: 20px; */
    /* background: #f5f5f5; */
    position: relative;
    padding: 4px;
    /* background-color: #eee; */
    /* text-align: center; */
    border: 2px solid #eee;
    border-radius: 20px;
    /* border: 2px solid #c3c6ce; */
    transition: 0.5s ease-out;
    overflow: visible;
    background: url('../img/bg/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* box-shadow: inset 5px 5px 10px #bbb, inset -5px -5px 10px #fff; */
    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;
    /* transition: 0.5s; */
}

.card-details {
    color: black;
    /* height: 100%; */
    /* gap: 1.5em; */
    /* display: grid; */
    place-content: center;
}

.card-button {
    /* transform: translate(-50%, 125%); */
    width: 40px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    color: #fff;
    font-size: 1rem;
    transition: 0.3s ease-out;
    margin: 0 auto;
    display: block;
}

/*Hover*/
.cards__athome:hover {
    border-color: #c89e38;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

/* .cards__athome:hover .card-button {
    transform: translate(-50%, 50%);
    opacity: 1;
   } */

.at-home-multiservice .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0px;
    /* width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex; */
    gap: 0px;
}

/* end here */
/* service page */
.athome__header__bg {
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.athome-headers-area {
    display: flex;
    gap: 5px;
    width: 100%;
}

/* .athome-headers-area.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  } */
.athome-back {
    width: 10%;
}

.athome-back .bi {
    font-size: 17px;
    color: #000;
}

.at-home-title {
    width: 80%;
}

.at-home-title p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.athome-filter {
    width: 10%;
}

.athome-services-category {
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    /* padding: 15px 0px; */
    gap: 20px;
    border-bottom: 1px solid #eee;
}

.athome-services-category::-webkit-scrollbar {
    display: none;
}

.service-category-item {
    width: 22%;
}

/* .service-category-item a {
    text-decoration: none;
} */

.service-category-item .categorys-images {
    width: 70px;
    height: 70px;
}

.service-category-item .categorys-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.service-category-item .categorys-contents {
    max-width: 90px;
}

.service-category-item .categorys-contents p {
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.aside-left-fix {
    background: #fefefe44;
    backdrop-filter: blur(20px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position: sticky;
    top: 0;
    transition: all 0.4s ease;
    /* smooth change */
    border-radius: 10px;
    border-bottom: 2px solid var(--app-content-background-color);
}

.aside-left-fix::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #adadad;
}


/* Class when sticky is active */
.aside-left-fix.sticky-animate {
    animation: stickySlide 0.5s ease forwards;
    /* background: rgba(255,255,255,0.9); */
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.15); */
    z-index: 1000;
}

/* Slide + Fade animation */
@keyframes stickySlide {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Sticky Left Sidebar */
.aside-left-fix {
    position: sticky;
    top: 100px;
    overflow-y: scroll;
    height: 470px;
}

.desk-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.desk-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.desk-tab:hover,
.desk-tab.active {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    color: #fff;
}

.desk-tab img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

/* Optional: make responsive grid for smaller screens */
@media (max-width: 767px) {
    .aside-left-fix {
        position: relative;
        top: 0;
    }
}


.desk-tabs {
    /* display: flex; */
    /* gap: 15px; */
    overflow-x: auto;
    /* enable horizontal scroll */
    overflow-y: hidden;
    white-space: nowrap;
    /* keep items in one line */
    padding: 10px 5px;
    scroll-behavior: smooth;
    /* smooth scrolling */
}

.desk-tab img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 8px;
}

/* Hide ugly scrollbar in Chrome/Safari */
.desk-tabs::-webkit-scrollbar {
    height: 8px;
}

.desk-tabs::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.616);
    border-radius: 10px;
}

.desk-tabs::-webkit-scrollbar-track {
    background: transparent;
}

/* .desk-tabs {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      top: -9px;
    } */

.desk-tab {
    flex: 0 0 auto;
    /* prevent shrinking, keep natural size */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    padding: 8px 15px;
    width: 120px;
    background: #fff;
    border-bottom: 2px solid var(--app-content-background-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: all 0.3s ease;
    text-align: center;
}

.desk-tab img {
    /* width: 100%; */
    height: 60px;
    border-radius: 10%;
    object-fit: cover;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.desk-tab span {
    font-weight: 600;
    font-size: 12px;
    color: #333;
    text-wrap: wrap;
}

.desk-tab:hover img {
    transform: scale(1.1);
}

.desk-tab.active {
    background-image: url('../img/bg/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fefefe;
    font-weight: bold;
    transform: translateY(2px);
    border-bottom: 2px solid var(--text-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.desk-tab.active span {
    color: var(--text-color);
}

/* Content */
.desk-tabs-content {
    /* margin-top: 20px; */
    /* background: #fff; */
    /* border-radius: 12px; */
    padding: 25px;
    /* border: 1px solid #ddd; */
}

.desk-tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    animation: fadeSlide 0.5s ease forwards;
}

.desk-tab-panel.active {
    display: block;
}

/* Animation */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.pkg-cards {
    background: #fff;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 2px solid #B76F5A;
}

.pkg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .12);
}

/* ---------- Discount ---------- */
.pkg-discounts {
    background: linear-gradient(135deg, #dcfce7, #bbf7d0);
    color: #047857;
    border-radius: 18px;
    font-size: 30px;
    font-weight: 800;
    padding: 20px;
    text-align: center;
    transition: .3s ease;
}

.pkg-card:hover .pkg-discounts {
    transform: scale(1.05);
}

/* ---------- Text ---------- */
.pkg-tag {
    font-size: 12px;
    font-weight: 700;
    color: #047857;
}

.pkg-list li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #374151;
}

/* ---------- Button ---------- */
.pkg-btn {
    border-radius: 14px;
    padding: 10px 20px;
    transition: .3s;
}

.pkg-btn:hover {
    transform: translateY(-2px);
}

.asc-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 10px 20px;
}

.asc-card {
    position: relative;
    width: 100%;
    height: 320px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.35s ease;
    cursor: pointer;
    display: flex;
    border-right: 2px solid var(--app-content-background-color);
    /* border-bottom: 3px solid var(--app-content-background-color); */
}

.asc-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    background: #343a4038;
}

.asc-actions .add-to-cart {
    margin: 0;
}

.view-ribbon {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.view-ribbon {
    --r: .8em;
    /* control the cutout */
    position: absolute;
    right: 0;
    bottom: 12px;
    border-block: .5em solid #0000;
    padding-inline: calc(var(--r) + .25em) .5em;
    line-height: 1.8;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, var(--r) calc(100% - .25em), 0 50%, var(--r) .25em);
    background:
        radial-gradient(.2em 50% at right, #000a, #0000) border-box,
        #B76F5A padding-box;
    /* the color  */
    width: fit-content;
}

/* .view-ribbon:hover {
    background: #ff1a75;
} */
.asc-card .asc-top-content {
    width: calc(100% - 62%);
    height: 320px;
    overflow: hidden;
}

.asc-card-body {
    width: 62%;
}

.asc-card .asc-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.asc-card:hover img.asc-image {
    transform: scale(1.08);
}

.asc-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--background);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 12px;
    border: 1px solid #fefefe;
    border-radius: 12px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.asc-wishlist {
    position: absolute;
    top: 16px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #B76F5A;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: all 0.3s ease;
}

.asc-wishlist:hover {
    background: #ff4e74;
    color: #fff;
}

.asc-top-content {
    position: relative;
}

.asc-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(11px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
}

.asc-card:hover .asc-overlay {
    opacity: 1;
}

.asc-overlay button {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    color: #B76F5A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.asc-overlay button:hover {
    background: #ff4e74;
    color: #fff;
    transform: scale(1.1);
}

.asc-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}

.asc-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.asc-subtitle {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 6px;
}

.asc-rating {
    font-size: 0.85rem;
    color: #ffc107;
    margin-bottom: 10px;
}

.asc-pricing {
    margin-bottom: 12px;
}

.asc-price-current {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ff4e74;
}

.asc-price-old {
    font-size: 0.9rem;
    color: #999;
    margin-left: 8px;
    text-decoration: line-through;
}

.asc-discount {
    font-size: 0.85rem;
    color: #28a745;
    margin-left: 6px;
    font-weight: 500;
}

.asc-duration {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 12px;
}

.asc-description {
    font-size: 0.85rem;
    color: #444;
    margin-bottom: 18px;
    line-height: 1.5;
}

.asc-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.asc-btn-add {
    background: linear-gradient(135deg, #ff4e74, #ff7eb3);
    border: none;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 78, 140, 0.4);
}

.asc-btn-add:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 78, 140, 0.6);
}

.asc-btn-view {
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    cursor: pointer;
    transition: color 0.3s, transform 0.3s;
}

.asc-btn-view:hover {
    color: #ff4e74;
    transform: translateX(4px);
}

.athome-offer-card {
    background: var(--secondry-color);
    padding: 6px 10px;
    border-radius: 5px;
}

.athome-offer-card p {
    margin: 0 !important;
    color: #fff;
    font-size: 10px;
}

.fms-card {
    min-width: 300px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.fms-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.fms-card-img {
    position: relative;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.fms-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.fms-card-img img::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent);
    border-radius: 0 0 24px 24px;
}

.fms-add-btn {
    position: absolute;
    bottom: 10px;
    left: 12px;
    background: linear-gradient(135deg, #f5a87f, #e05c4b);
    color: #fff;
    border: none;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.fms-add-btn:hover {
    transform: translateY(-2px);
}

.fms-card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fms-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    color: #e05c4b;
}

.fms-card-sub {
    font-size: 12px;
    color: #6b6f77;
}

.fms-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.fms-price {
    font-weight: 700;
    font-size: 15px;
    color: #222;
}

.fms-old-price {
    font-size: 11px;
    color: #a7a7a7;
    text-decoration: line-through;
}

.fms-discount {
    font-size: 10px;
    font-weight: 700;
    background: #fde7df;
    color: #e05c4b;
    padding: 2px 6px;
    border-radius: 12px;
}

.fms-duration {
    font-size: 10px;
    font-weight: 600;
    background: #fff3f0;
    color: #e05c4b;
    padding: 2px 6px;
    border-radius: 12px;
    margin-left: auto;
}

.fms-services {
    list-style: none;
    padding: 0;
    margin: 8px 0;
    font-size: 11px;
    color: #333;
}

.fms-services li {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.fms-services li span {
    font-size: 10px;
    font-weight: 400;
    color: #6b6f77;
}

.fms-btns {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.fms-btns .add-to-cart .fms-btn-outline {
    flex: 1;
    border: 1px solid #e05c4b !important;
    background: transparent;
    color: #e05c4b !important;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 3px;
    transition: all 0.3s ease;
}

.fms-btn-outline:hover {
    background: #e05c4b;
    color: #fff;
}

.fms-btn-view {
    flex: 1;
    border: none;
    background: linear-gradient(135deg, #f5a87f, #e05c4b);
    color: #fff;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0;
    transition: all 0.3s ease;
}

.fms-btn-view:hover {
    background: linear-gradient(135deg, #e05c4b, #f37050);
}

.athome-service-providers-list {
    border-bottom: 5px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 10px;
    cursor: pointer;
    border-radius: 32px 0px 32px 0px;
    max-width: 375px;
    height: 263px;
    position: relative;
}

.athome__services__bgs {
    background: var(--secondry-color);
    /* background: #B76F5A; */
    width: 318px;
    height: 202px;
    position: absolute;
    right: 7px;
    z-index: -1;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 1260px 80px 144px 126px;
}

.athome-provider-name {
    display: flex;
    gap: 10px;
    width: 100%;
    background: var(--gradient-bg-color);
    border-radius: 10px 0px 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.athome-provider-name .at__names {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
    padding-top: 3px;
    padding-left: 7px;
    padding-bottom: 3px;
}

.athome-provider-name .at___icons span {
    font-size: 10px;
    font-weight: 600;
    /* color: #348104; */
    color: var(--primary-color);
    align-items: center;
}

.athome__subname {
    font-size: 10px;
    color: #000;
    font-weight: 600;
    align-items: center;
}

.at__homes__images__details {
    display: flex;
    gap: 25px;
    width: 100%;
}

.athome__image__cart {
    width: calc(100% - 65%);
    position: relative
}

.athome__image__cart .athome_____image {
    width: 125px;
    height: 117px;
}

.athome__image__cart .athome_____image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 40px 0px 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.athome__image__cart .add-to-cart {
    position: absolute;
    top: 95px;
    left: 24%;
}

.athome__image__cart .add-to-cart .show-button {
    border: 1px solid var(--secondry-color);
    background: #fff;
    font-size: 11px;
    color: var(--secondry-color);
    padding: 6px 5px;
    max-width: 82px;
    font-weight: 600;
    margin-top: 8px;
    margin-left: -10px;
    border-radius: 5px;
}

.athome__image__cart .add-to-cart .quantity-control {
    margin-left: -10px;
}

.athome__services___details {
    width: 65%;
}

.services___price__discount span {
    font-size: 10px;
}

.services___price__discount .t_price {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.services___price__discount .t_price del {
    font-size: 11px;
    color: #000000;
    padding-left: 5px;
}

.services___price__discount .discs {
    color: #d6da18;
    font-size: 11px;
    font-weight: 600;
}

.athome__services___details .services___times p {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 !important;
    text-transform: lowercase;
}

.athome__services___details .services__description p b {
    font-size: 11px;
    color: #ffffff;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

.athome__services___details .services__description p {
    font-size: 11px;
    color: #eee;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

/* .athome__view__buttons p {
    color: var(--secondry-color);
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
} */

.athome__view__buttons p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 11px;
}

.athome__view__buttons {
    --r: .4em;
    --c: #d88a7e;
    position: absolute;
    bottom: 20px;
    right: calc(-1* var(--r));
    padding: calc(1* var(--r)) 0.5em 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;
    height: 45px;
    bottom: 14px;
}

/* .athome__view__buttons {
    position: relative;
    font-family: 'Heebo', sans-serif;
    padding: 10px 20px;
    border: 0;
    background: #B76F5A;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 35px;
    width: 130px;
  }
  
  .athome__view__buttons:hover {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.562);
    transform: scale(1.01);
    box-shadow: inset 0px 0px 10px rgba(255, 0, 0, 0.575);
  }
  
  .athome__view__buttons::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 50%;
    height: 100%;
    transform: rotate(80deg);
    background: #ffffff77;
    filter: blur(10px);
    transition: 0.6s ease-in-out;
  }
  
  .athome__view__buttons:hover::after {
    left: 100%;
  } */

.athome__cartview__buttons p {
    color: var(--secondry-color);
    font-size: 12px;
    font-weight: 600;
    margin-top: 11px;
    text-transform: uppercase;
}

.athome__deatils__pricetime {
    display: flex;
    gap: 15px;
}

.athome__deatils__pricetime span {
    font-size: 10px;
}

.athome__deatils__pricetime .ratess {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.athome__deatils__pricetime .ratess del {
    font-size: 9px;
    color: #7d7f83;
    padding-left: 5px;
}

.discss {
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 600;
}

.t__timess {
    font-size: 9px;
    font-weight: 600;
    color: #000;
    margin: 0 !important;
    text-transform: lowercase;
}

.athome___details__describtions p {
    font-size: 10px !important;
    color: #000;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

.athome___details__describtions p b {
    font-size: 10px !important;
}

.details__top__area {
    border-bottom: 1px solid #eee;
}

.details__descriptions__titl p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.description__services__fulldetails .includes__area p {
    font-size: 12px;
}

.description__services__fulldetails .includes__area p i {
    color: var(--app-content-background-color);
    font-size: 15px;
    padding-right: 5px;

}

.description__services__fulldetails ul li {
    font-size: 12px;
}

.tips__area p {
    font-size: 12px;
}

.tips__area p i {
    color: var(--app-content-background-color);
    font-size: 15px;
    padding-right: 5px;
}

.newModels {
    position: fixed;
    top: 62px !important;
    height: 95% !important;
}

.newModel-dialog {
    margin: 0 !important;
}

.newModel-content {
    border-radius: 15px;
}

.newModel-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between !important;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.athome__modal__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    gap: 24px;
}

.athome__modal__buttons .add-to-cart .show-button {
    border: 1px solid var(--secondry-color);
    background: #fff;
    font-size: 11px;
    color: var(--secondry-color);
    padding: 7px 7px;
    max-width: 85px;
    font-weight: 600;
    /* margin-top: 8px; */
    /* margin-left: -3px; */
    border-radius: 5px;
}

.athome___done button {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-size: 11px;
    padding: 7px 33px;
    font-weight: 600;
    margin-top: 8px;
    /* margin-left: -3px; */
    border-radius: 5px;
}

.athome__modal__buttons .add-to-cart .new-items .crtdiv .qty {
    color: var(--secondry-color);
    display: flex;
    background: #fff;
    border: 1px solid var(--secondry-color);
    padding: 2px 17px;
    position: absolute;
    top: -12px;
    left: -45px;
    border-radius: 5px;
}

.athome___total__amount__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    padding: 15px 10px;
}

.athome___total__amount__details .t__amount {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    width: calc(100% - 38%);
    align-items: center;
    padding-left: 30px;
    padding-top: 7px;
}

.athome____amounts__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
}

.athome____amounts__details .total____amounts {
    width: calc(100% - 38%);
    align-items: center;
    padding-left: 30px;
    padding-top: 7px;
}

.athome____amounts__details .total____amounts span {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.athome____amounts__details .total____amounts span del {
    font-size: 14px;
    color: #7d7f83;
    font-weight: 600;
    padding-left: 5px;
}

.athome____amounts__details .total____amounts p {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
}

.athome____amounts__details .viewCart {
    width: 38%;
}

.athome____amounts__details .viewCart a {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-size: 11px;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.athome___total__amount__details .viewCart {
    width: 38%;
}

.athome___total__amount__details .viewCart a {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-size: 12px;
    padding: 8px 25px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.athome__topshead p {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondry-color);
}

.pro___tipss {
    display: flex;
    background: var(--secondry-color);
    border-radius: 5px;
}

.pro___tipss .pro__content {
    width: calc(100% - 32%);
}

.pro___tipss .pro__content .txt {
    color: #fff;
    margin: 0 !important;
}

.pro___tipss .pro__content p {
    margin: 0 !important;
    font-size: 12px;
    color: #fff;
    text-align: justify;
    padding: 0 5px;
}

.pro____images {
    width: 32%;
}

.pro____images .imgPro {
    width: 100px;
    height: 80px;
}

.pro____images .imgPro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* end service */

/* cart area */
.viewcart____fulldetails {
    background: #fff;
    border: 1px solid var(--app-content-background-color);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 4px;
    border-radius: 10px;
}

.athome__shop__name {
    display: inline-flex;
    width: 100%;
}

.athome__shop__name .shop__name {
    width: calc(100% - 8%);
}

.athome__shop__name .shop__name .s__name {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 !important;
    padding-top: 4px;
}

.athome__shop__name .shop__name .ser__name {
    font-size: 11px;
    text-transform: capitalize;
    margin: 0 !important;
}

.athome__shop__name .remove-btn {
    width: 8%;
}

.athome__shop__name .remove-btn .removes__buttons {
    background: var(--secondry-color);
    width: 45px;
    padding: 5px;
    height: 45px;
    border-radius: 1rem;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #fff;
}

.athome__total__price__cart {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}

.athome__total__price__cart .prices {
    font-size: 11px;
    font-weight: 600;
}

.athome__total__price__cart .prices del {
    font-size: 11px;
    color: #7d7f83;
    padding-left: 5px;
}

.athome__total__price__cart .discountss {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary-color);
}

.athome__total__price__cart .space {
    font-size: 12px;
}

.athome__total__price__cart .t__timss {
    font-size: 11px;
    font-weight: 600;
}

.athome__serv__cost {
    display: flex;
    width: 100%;
    gap: 4px;
}

.service__charge {
    display: flex;
    gap: 10px;
}

.service__charge .serv__amount span {
    font-size: 11px;
    text-transform: capitalize;
}

.service__charge .increase__persons form select {
    border-radius: 20px;
    color: #000;
    border: 1px solid #000;
    padding: 4px;
    font-size: 12px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 4px;
    color: var(--secondry-color);
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    width: 4px;
    background: var(--secondry-color);
    color: var(--secondry-color);
}

/* end */

.exact-location p {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin: 0 !important;
}

.exact-location p span .bi {
    font-size: 18px;
    color: var(--secondry-color);
}

.exact-location .pin-map {
    font-size: 9px;
    color: var(--secondry-color);
}

.exact-area-state {
    display: flex;
    gap: 10px;
}

.exact-area-state .state-areas {
    width: calc(100% - 20%);
}

.exact-area-state .state-areas p {
    font-size: 10px;
    color: #44474b;
    text-transform: capitalize;
}

.exact-changebtn {
    width: 20%;
    float: right;
    margin-right: 11px;
}

.exact-changebtn a {
    border: 1px solid var(--secondry-color);
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    color: var(--secondry-color);
    text-decoration: none;
    font-weight: 600;
}

.exactarea-input input {
    border-top: 1px solid transparent;
    border-bottom: 1px solid var(--secondry-color);
    border-left: 1px solid var(--secondry-color);
    border-right: 1px solid var(--secondry-color);
    font-size: 12px;
    padding: 12px 10px;
    color: var(--secondry-color);
    text-indent: 4px;
}

.exactarea-input .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-color: var(--secondry-color);
    border-bottom: 1px solid var(--secondry-color);
    color: var(--secondry-color);
}

.exactLocation input {
    border-top: 1px solid transparent;
    border-bottom: 1px solid var(--secondry-color);
    border-left: 1px solid var(--secondry-color);
    border-right: 1px solid var(--secondry-color);
    font-size: 12px;
    padding: 12px 10px;
    color: var(--secondry-color);
    text-indent: 4px;
}

.address_____title {
    font-size: 12px;
    font-weight: 600;
}

.exactLocation label {
    font-size: 12px;
    font-weight: 600;
}

.exactLocation label .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-color: var(--secondry-color);
    border-bottom: 1px solid var(--secondry-color);
    color: var(--secondry-color);
}

/* #address-form {
    position: relative;
} */
.add-more-btn {
    position: relative;
    top: 0;
    right: 4px;
    float: right;
}

.add-more-btn button {
    border: 1px solid var(--secondry-color);
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    background: #fefefe;
    color: var(--secondry-color);
    /* text-shadow: 1px 1px 10px #2a2a2a85; */
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.remove-address-btn {
    position: relative;
    top: -138px;
    right: -220px;
    float: inline-start;
    z-index: 10;
    background: var(--secondry-color);
    border-radius: 12px;
    border: 1px solid #fff;
}

.remove-address-btn .bi {
    color: #fff;
    font-size: 20px;
    z-index: 10;
}

.add-exact-btn button {
    border: 1px solid var(--secondry-color);
    padding: 4px 55px;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    background: var(--secondry-color);
    color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.add-exact-btn button:disabled {
    border: 1px solid #a0a1a1;
    background: #e3e4e6;
    color: #7d7f83;
}

.exact-label-btn p {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.exact-label-btn>input {
    display: none;
}

.exact-label-btn>p {
    cursor: pointer;
    border: 1px solid #44474b;
    padding: 7px 12px;
    border-radius: 10px;
}

.exact-label-btn>input:checked+p {
    border-color: #fefefe;
    border-radius: 10px;
    background: var(--secondry-color);
    color: #fff;
    padding: 7px 12px;
}

/* .exact-label-btn .male {
  font-size: 20px;
  position: relative;
  left: 10px;
  top: 7px;
  font-weight: 700;
  }
  
  .exact-label-btn .female {
  font-size: 20px;
  position: relative;
  left: 10px;
  top: 7px;
  font-weight: 700;
  } */
.exact__date__input {
    display: flex;
    /* gap: 20px; */
    justify-content: space-between;
    padding-left: 10px;
}

.extact__months p {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.exact__time__input {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
}

.summary__titles p {
    font-size: 14px;
    font-weight: 700;
}

.payment__detailsss {
    display: flex;
    gap: 10px;
    border-bottom: 1px dashed var(--secondry-color);
}

.payment__detailsss .tot__services__cost {
    width: calc(100% - 20%);
}

.payment__detailsss .tot__services__cost p {
    font-size: 11px;
    font-weight: 600;
    margin: 0 !important;
    text-transform: capitalize;
}

.payment__detailsss .payment__costs {
    width: 20%;
    margin-right: 10px;
    float: right;
    text-align: right;
}

.payment__detailsss .payment__costs p {
    font-size: 11px;
    margin: 0 !important;
    font-weight: 600;
    text-transform: capitalize;
}

.totpay__payment__detailsss {
    display: flex;
    background: var(--primary-color)6b;
    margin: 0;
    padding: 9px 8px;
}

.totpay__payment__detailsss .tot__services__cost {
    width: calc(100% - 20%);
    /* padding-top: 10px; */
    margin: 0;
}

.totpay__payment__detailsss .tot__services__cost p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 4px;
    color: #000;
    margin: 0 !important;
    text-transform: capitalize;
}

.totpay__payment__detailsss .payment__costs {
    width: 20%;
    margin-right: 10px;
    float: right;
    text-align: right;
    /* padding-top: 10px; */
    margin: 0;
}

.totpay__payment__detailsss .payment__costs p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 4px;
    color: #000;
    margin: 0 !important;
    text-transform: capitalize;
}

.exact__loc__chanage {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #a0a1a1;
}

.exact__loc__chanage .exact__loc {
    width: calc(100% - 20%);
    padding-left: 5px;
}

.exact__loc__chanage .exact__loc p {
    font-size: 14px;
    text-transform: capitalize;
    color: #44474b;
}

.exact__loc__chanage .exact__loc p span {
    text-transform: uppercase;
}

.exact__loc__chanage .exact__chnagebtn {
    width: 20%;
}

.exact__loc__chanage .exact__chnagebtn a {
    text-decoration: none;
    color: var(--secondry-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.athome____payamounts__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.exact__proceed__pay button {
    margin: 0 auto;
    display: block;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 7px 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.carousels_inners {
    width: 100% !important;
    height: 100%;
}

.carousels_inners .carousel-item>img {
    width: auto;
    height: auto;
    /* object-fit: none; */
    border-radius: 20px;
}

.carousel___indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* Space between dots */
    padding: 10px 0;
    position: absolute;
    top: 180px;
}

.carousel___indicators button {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    border: none;
    background-color: #a0a1a1 !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Active dot style */
.carousel___indicators button.active {
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    /* Active dot color */
    transform: scale(1.3);
    /* Slightly enlarge active dot */
}

.comming-background {
    background: url('../img/services-at-home/club-soon.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    padding: 20px;
}

.comming___backgrounds {
    background: url('../img/services-at-home/food-soon.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    padding: 20px;
}

.comming__title p {
    text-align: center;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    color: transparent;
}

.picks__taglines {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 5px;
}

.picks__taglines .tabstag p {
    background: #fffdfd;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border: 1px solid var(--primary-color);
    border-radius: 18px;
    padding: 2px 7px;
    font-size: 14px;
    font-weight: 500;
}

.recommended__itemslist {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 11px;
    padding: 15px 0px;
}

/* .recommended__itemslist::-webkit-scrollbar {
    margin-top: 20px !important;
    display: none;
}
.recommended__itemslist::-webkit-scrollbar-thumb {
    margin-top: 20px !important;
    width: 8px;
    border-radius: 10px;
    /* background-color: #17aded; */
/* background-color: #ef4023; */
/* display: none; */
/* } */
.picks__itemList {
    position: relative;
    box-sizing: border-box;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    width: 265px;
    height: 100%;
    /* border: 1px solid #000; */
    border-top-left-radius: 55px;
    /* overflow: hidden; */
    display: block;
    margin: 0 auto;
}

.spa-items .picks__itemList {
    height: 100%;
}

.spa-items .picks__itemList .picks__itemContent {
    margin-top: 20px;
}

/* .best-spa-item .picks__itemList .picks__itemContent {
    position: relative;
} */

.picks__itemList a {
    text-decoration: none;

}

.picks__img {
    width: 100%;
    height: 165px;
}

.text-right {
    text-align: end;
}

.picks__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 55px 15px 45px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-bottom: 3px solid var(--app-content-background-color);
    transition: transform 0.5s ease;
}

.picks__itemList:hover img {
    transform: scale(1.2);
}

.picks__itemList:hover .spa__viewers {
    background: var(--app-content-background-color);
}

.picks__itemContent {
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom: 3px solid var(--app-content-background-color);
    padding: 7px;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.picks__itemContent .product-wrapper {
    width: 100%;
    height: 0;
}

.picks__topleft {
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    padding: 4px;
    background-color: white;
    border-radius: 4px;
    color: rgb(20, 20, 20);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 5px 0px, rgba(0, 0, 0, 0.04) 0px 1px 10px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
    position: absolute;
    top: 8px;
    left: 4px;
}

.picks__topright {
    position: absolute;
    z-index: 1;
    left: 180px;
    top: 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 24px 38px, rgba(0, 0, 0, 0.04) 0px 9px 46px, rgba(0, 0, 0, 0.08) 0px 11px 15px;
}

.picks__topright svg {
    stroke-width: 1px !important;
    fill: transparent;
    stroke: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
}

.shortIcons svg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.shortIcons svg.active {
    fill: #B76F5A;
    stroke: #B76F5A;
}

.item_spa__ratelist .offper {
    color: #07b5a9;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px 5px 5px 0px;
    padding: 2px 3px;
}

.items__rate p {
    position: absolute;
    top: 153px;
    padding: 3px 5px;
    background: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px 0px 10px 0px;
}

.items__rate p span {
    color: #899292;
}

.item_spa__ratelist {
    position: relative;
    top: 0px;
}

.item_spa__ratelist p {
    margin-top: -10px;
    color: #165c16;
    font-weight: 700;
    font-size: 16px;
}

.item_spa__ratelist del {
    color: #2a2a2a;
    font-size: 12px;
}

.picks__items {
    font-weight: 700;
    font-size: 15px;
    max-width: 20rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--primary-color);
    padding-top: 15px;
}

.picks__items__add {
    font-size: 15px;
    position: relative;
    top: -15px;
    color: #44474b;
}

.item_spa__ratelist .items__tex {
    color: #44474b;
    position: relative;
    top: -5px;
    font-weight: 500;
    font-size: 10px;
}

.pay__at__online__home {
    position: relative;
    top: -15px;
}

.pay__at__online__home p {
    background: #4ee7dd49;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #3d7a65;
    max-width: 150px;
    border-radius: 10px;
}

/* Vertical Navigation Container */
.custom-vertical-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 8px;
}

/* Button Styles */
.custom-vertical-nav button {
    background: var(--background);
    border: none;
    color: white;
    font-size: 18px;
    padding: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-vertical-nav button:hover {
    background: var(--secondry-color);
    color: #000;
    transform: scale(1.1);
}


.views__buttons_off {
    text-decoration: none;
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0px 15px;
    background-color: #7d573f;
    border-radius: 10px;
    color: white;
    border: none;
    position: absolute;
    cursor: pointer;
    font-size: 15px;
    top: 150px;
    left: 180px;
    transition-duration: .2s;
}

.arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.views__buttons_off:hover {
    background-color: rgb(77, 77, 77);
    transition-duration: .2s;
    color: #ffffff;
    background: var(--secondry-color);
}

.views__buttons_off:hover .arrow {
    animation: slide-right .6s ease-out both;
}

/* arrow animation */
@keyframes slide-right {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.views__buttons_off:active {
    transform: translate(1px, 1px);
    transition-duration: .2s;
}

.offers__cards__one {
    background: url('../img/offer/salon-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 199px;
    max-width: 400px;
    position: relative;
}

.offer__sideimg {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 96px;
    height: 208px;
    z-index: 2;
}

.offer__sideimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offer__sideimg2 {
    position: absolute;
    top: 20px;
    right: 20px;
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 2;
}

.offer__sideimg2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main__offer_ribbon {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.main__offer_ribbon {
    --s: 4em;
    --a: 40deg;
    --r: .8em;
    --c: #3E2C41;
    line-height: 1.9;
    padding-inline: calc(1lh* tan(var(--a) / 2) + .3em) calc(var(--r) + .3em);
    margin-bottom: calc(var(--s)* sin(var(--a)));
    clip-path: polygon(0 100%, 0 999px, calc(100% - var(--r)) 999px, calc(100% - var(--r)) 100%, 100% 50%, calc(100% - var(--r)) 0, calc(1lh* tan(var(--a) / 2)) 0);
    background-color: var(--c);
    width: fit-content;
    position: absolute;
    left: 62px;
    top: 3px;
}

.main__offer_ribbon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1lh;
    width: var(--s);
    background: color-mix(in srgb, var(--c), #000 40%);
    transform-origin: bottom left;
    rotate: var(--a);
    clip-path: polygon(calc(1lh/tan(var(--a))) 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%);
}

.main__offer_content1 {
    position: absolute;
    left: 73px;
    top: 71px;
    /* background: #7d573f; */
    background: #3E2C41;
    width: 217px;
    height: 102px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 25px;
}

.main__offer_content1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.offers__cards__two {
    background: url('../img/offer/massage-bg-spa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 199px;
    max-width: 400px;
    position: relative;
    border-radius: 11px;
}

.main__offer_content2 {
    position: absolute;
    left: 15px;
    text-transform: capitalize;
    top: 76px;
    /* background: #7d573f; */
    max-width: 164px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 2px;
    color: #fff;
    font-weight: 700;
    font-family: cursive;
}

.subTitles__off {
    margin-top: -14px;
    font-size: 8px;
    font-weight: 500;
    color: #fff;
}

.offer__sideimg3 {
    position: absolute;
    top: 5px;
    right: 0px;
    float: right;
    width: 190px;
    height: 189px;
    z-index: 2;
}

.offer__sideimg3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.views__buttons_off2 {
    position: absolute;
    top: 161px;
    left: 100px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 12px;
    padding: 2px 23px;
    color: #fff;
    text-decoration: none;
}

.main__offer_ribbon2 {
    font-size: 15px;
    font-weight: 600;
    color: #3E2C41;
}

.main__offer_ribbon2 {
    --s: 4em;
    /* the ribbon size */
    --a: 40deg;
    /* the angle of the folded part */
    --r: .8em;
    /* the cutout part */
    --c: #fff;

    line-height: 1.9;
    padding-inline: calc(var(--r) + .3em) calc(1lh*tan(var(--a)/2) + .3em);
    margin-top: calc(var(--s)*sin(var(--a)));
    clip-path: polygon(var(--r) 0, var(--r) -999px, 100% -999px, 100% 0, calc(100% - 1lh*tan(var(--a)/2)) 100%, var(--r) 100%, 0 50%);
    background-color: var(--c);
    width: fit-content;
    position: absolute;
    left: 62px;
    top: 0px;
}

.main__offer_ribbon2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1lh;
    width: var(--s);
    background: color-mix(in srgb, var(--c), #000 40%);
    transform-origin: top right;
    rotate: var(--a);
    clip-path: polygon(0 0, 100% 0, calc(100% - 1lh/tan(var(--a))) 100%, 0 100%, var(--r) 50%);
}

.offers__cards__three {
    background: url('../img/offer/book-spa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 199px;
    max-width: 400px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}

.offer__sideimg4 {
    position: absolute;
    top: 0px;
    right: -25px;
    float: right;
    width: 220px;
    height: 200px;
    z-index: 2;
}

.offer__sideimg4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suboffer__sideimg5 {
    position: absolute;
    top: 20px;
    right: 80px;
    float: right;
    width: 70px;
    height: 70px;
    z-index: 4;
}

.suboffer__sideimg5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.suboffer__sideimg6 {
    position: absolute;
    top: 120px;
    right: 90px;
    float: right;
    width: 70px;
    height: 70px;
    z-index: 4;
}

.suboffer__sideimg6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.suboffer__sideimg4 {
    position: absolute;
    top: 62px;
    right: 35px;
    float: right;
    width: 90px;
    height: 90px;
    z-index: 3;
}

.suboffer__sideimg4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.main__offer_ribbon3 {
    position: absolute;
    top: 5px;
    left: 50px;
    background: #165c16;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 10px 0px 10px 0px;
}

.main__offer_content3 {
    position: absolute;
    left: 15px;
    text-transform: capitalize;
    top: 45px;
    /* background: #7d573f; */
    max-width: 180px;
    border-radius: 10px;
    padding: 2px;
    color: #719a37;
    font-weight: 700;
    font-family: fantasy;
}

.main__offer_content3 .subTitles__off {
    margin-top: 20px;
    font-size: 8px;
    font-weight: 600;
    margin-left: 6px;
    color: #1d110a;
}

.views__buttons_off3 {
    position: absolute;
    top: 150px;
    left: 30px;
    background: var(--primary-color);
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 12px;
    padding: 2px 23px;
    color: #fff;
    text-decoration: none;
}

.offers__cards__four {
    height: 199px;
    max-width: 400px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}

.offers__cards__four img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offers__cards__five {
    height: 199px;
    max-width: 400px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}

.offers__cards__five img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book__btn a {
    text-decoration: none;
}

.customs__btns {
    width: 150px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 12px;
    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;
}


.btns____books {
    position: relative;
    right: 20px;
    bottom: 14px;
    border: none;
    box-shadow: none;
    width: 52px;
    height: 25px;
    line-height: 37px;
    -webkit-perspective: 230px;
    perspective: 198px;
}

.btns____books span {
    background: var(--primary-color);
    background: var(--gradient-bg-color);
    display: block;
    position: absolute;
    width: 73px;
    height: 36px;
    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: 5px;
    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;
}

.btns____books 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;
}

.btns____books 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;
}

.btns____books: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);
}

.btns____books: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);
}

.customs__btns2 {
    width: 100px;
    height: 35px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    /* margin-top: -15px; */
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    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;
    left: 14px;
    top: 2px;
}

.views__btns a .btns___viewss {
    background: var(--gradient-bg-color2);
    line-height: 38px;
    padding: 0;
    border: none;
}

.btns___viewss span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btns___viewss:before,
.btns___viewss:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: var(--secondry-color);
    box-shadow:
        -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.btns___viewss:before {
    height: 0%;
    width: 2px;
}

.btns___viewss:after {
    width: 0%;
    height: 2px;
}

.views__btns a .btns___viewss:hover {
    color: var(--secondry-color);
    background: transparent;
}

.btns___viewss:hover:before {
    height: 100%;
}

.btns___viewss:hover:after {
    width: 100%;
}

.btns___viewss span:before,
.btns___viewss span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--secondry-color);
    box-shadow:
        -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.btns___viewss span:before {
    width: 2px;
    height: 0%;
}

.btns___viewss span:after {
    height: 2px;
    width: 0%;
}

.btns___viewss span:hover:before {
    height: 100%;
}

.btns___viewss span:hover:after {
    width: 100%;
}

.btn-athome11 {
    border: none;
    background: var(--primary-color);
    /* background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%); */
    background: var(--gradient-bg-color2) !important;
    color: #fff;
    overflow: hidden;
}

.btn-athome11:hover {
    text-decoration: none;
    color: #fff;
}

.btn-athome11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-athome11:hover {
    opacity: .8;
}

.btn-athome11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.customes-buttons {
    width: 104px;
    height: 36px;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-shadow: 1px 2px 7px #000000d0;
    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;
    left: 2px;
    top: 2px;
}

/* .modalAthome {
    background: url(../img/salon-at-home.jpg) !important;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    z-index: 5 !important;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
  }
   */

@keyframes whirlIn {
    from {
        transform: rotate(-360deg) scale(0);
        opacity: 0;
    }

    to {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

.whirl-in .modal-dialog {
    animation: whirlIn 0.5s ease-out;
}

.modalAthomeContent {
    position: relative;
    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 -5px 0px inset;
    max-width: 512px;
    height: 320px;
}

.modal__popupbgs {
    position: absolute;
    top: 137px;
    left: 6px;
    width: 330px;
    z-index: 0;
    height: 170px;
    background: var(--gradient-bg-color);
    border-radius: 126px 10px 126px 0px;
    margin: 0 auto;
    justify-content: center;
    display: block;
    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 -4px 0px inset;
}

.modalAthomeContent .modal-body {
    z-index: 4 !important;
}

.modalAthomeContent .modal-footer {
    z-index: 4 !important;
}

.modalAthomeContent .modal-header .modal-title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.modalAthomeContent .modal-header .modal-title {
    --r: .4em;
    position: absolute;
    top: 11px;
    inset-inline: calc(-1*var(--r));
    text-align: center;
    line-height: 1.8;
    padding: 0 .5em calc(2*var(--r));
    border-radius: var(--r);
    --_g: 100%/var(--r) calc(2*var(--r)) no-repeat;
    background:
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 var(--_g),
        radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% var(--_g),
        conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)), #0000 25%, #B76F5A 0) 0 0/calc(100% - var(--r)) 100%;
}

.modalAthomeContent .modal-header .btn-close {
    margin-top: -3px;
}

.athomeTitle__gen {
    display: flex;
    gap: 10px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.maleFunction {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #eeeeeec0;
    padding: 15px;
    text-align: center;
    border-radius: 4px 50px 4px 50px;
}

.maleFunction a div {
    width: 70px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}

.maleFunction a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maleFunction a div:hover {
    border: 4px solid #ffffff;
}

.maleFunction a {
    text-decoration: none;
}

.maleFunction a span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
}

/* .athome__genTitle {
    position: ;
  } */
.athome__genTitle p {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    background: var(--primary-color);
    padding: 5px;
    border-radius: 20px 0px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}



/* male at home card */
.athome__maleservice__list {
    border-bottom: 6px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 10px;
    cursor: pointer;
    border-radius: 32px 0px 32px 0px;
    max-width: 375px;
    height: 405px;
    position: relative;
    background: url('../img/bg/salon-modal.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(10px);
}

.athome__maleservice__list .athome__services__bgs2 {
    /* background: #3E2C41; */
    background: transparent;
    /* background: #B76F5A; */
    width: 120px;
    height: 264px;
    position: absolute;
    right: 5px;
    backdrop-filter: blur(18px);
    top: 4px;
    border: 1px solid #fff;
    border-bottom: 5px solid #fff;
    z-index: -1;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 1260px 80px 400px 126px;
}

.athome__maleservice__list .athome__services__bgs {
    /* background: #3E2C41; */
    background: var(--secondry-color);
    /* background: #B76F5A; */
    width: 320px;
    height: 324px;
    position: absolute;
    left: 5px;
    backdrop-filter: blur(18px);
    bottom: 4px;
    z-index: 1;
    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, rgba(255, 255, 255, 0.952) 0px -4px 0px inset;
    border-radius: 80px 1260px 70px 126px;
}

/* .athome__maleservice__list .athome-provider-name {
    display: flex;
    gap: 10px;
    width: 100%;
    background: var(--gradient-bg-color);
    border-radius: 10px 0px 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.athome__maleservice__list .athome-provider-name .at__names {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
    padding-top: 3px;
    padding-left: 7px;
    padding-bottom: 3px;
} */
.athome__maleservice__list .athome-provider-name .at__names {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.athome__maleservice__list .athome__subname {
    color: #fff;
}

.athome__maleservice__list .athome-provider-name {
    --r: .4em;
    /* control the ribbon shape (the radius) */
    --c: var(--secondry-color);

    position: absolute;
    top: 4px;
    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;
    box-shadow: none;
    max-width: 280px;
}

.athomesmale__details {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

.athomesmale__details .athome__image__cart {
    position: relative;
    width: 100%;
    top: -5px;
    z-index: 4;
}

.athomesmale__details .athome__image__cart .athome_____image {
    width: 299px;
    height: 170px;
    display: block;
    margin: 0 auto;
}

.athomesmale__details .athome__image__cart .athome_____image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 5px 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.athomesmale__details .athome__image__cart .add-to-cart {
    position: absolute;
    top: 140px;
    left: 24%;
}

.athomesmale__details .athome__image__cart .add-to-cart .show-button {
    border: 1px solid rgb(255, 255, 255);
    background: #3E2C41;
    font-size: 11px;
    color: #ffffff;
    padding: 6px 4px;
    font-weight: 600;
    margin-top: 8px;
    margin-left: -3px;
    max-width: 84px;
    border-radius: 5px;
}

.athomesmale__details .athome__services___details {
    width: calc(100% - 10%);
    z-index: 4;
}

.athomesmale__details .athome__services___details .services___price__discount span {
    font-size: 10px;
}

.athomesmale__details .athome__services___details .services___price__discount .t_price {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.athomesmale__details .athome__services___details .services___price__discount .t_price del {
    font-size: 11px;
    color: #000000;
    padding-left: 5px;
}

.athomesmale__details .athome__services___details .services___price__discount .discs {
    color: #d6da18;
    font-size: 11px;
    font-weight: 600;
}

.athomesmale__details .athome__services___details .services___times p {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 !important;
    text-transform: lowercase;
}

.athomesmale__details .athome__services___details .services__description p b {
    font-size: 11px;
    color: #ffffff;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

.athomesmale__details .athome__services___details .services__description p {
    font-size: 11px;
    color: #eee;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

/* .athome__view__buttons p {
    color: var(--secondry-color);
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
} */

.athomesmale__details .athome__services___details .athome__view__buttons p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 11px;
}

.athomesmale__details .athome__services___details .athome__view__buttons {
    --r: .4em;
    --c: #3E2C41;
    position: absolute;
    bottom: 20px;
    right: calc(-1* var(--r));
    padding: calc(1* var(--r)) 0.5em 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;
    height: 45px;
    bottom: 14px;
}

.view__btn__athome {
    position: relative;
    border: 0;
    background: #B76F5A;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 30px;
    width: 112px;
    border-radius: 50px 10px 40px 10px;
    top: 8px;
    border: 1px solid #fefefe;
}

.view__btn__athome p {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 10px;
    font-family: 'Heebo', sans-serif;
    position: absolute;
    top: -4px;
    left: 2px;
}

.view__btn__athome:hover {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.562);
    transform: scale(1.01);
    box-shadow: inset 0px 0px 10px rgba(255, 0, 0, 0.575);
}

.view__btn__athome::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 50%;
    height: 100%;
    transform: rotate(80deg);
    background: #ffffff77;
    filter: blur(10px);
    transition: 0.6s ease-in-out;
}

.view__btn__athome:hover::after {
    left: 100%;
}

.massageAtHome__List {
    border-bottom: 6px solid #3E2C41;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 5px;
    cursor: pointer;
    border-radius: 32px 0px 32px 0px;
    max-width: 375px;
    height: 300px;
    position: relative;
    border-top: 1px solid #3E2C41;
    border-left: 1px solid #3E2C41;
    border-right: 1px solid #3E2C41;
    display: block;
    margin: 0 auto;
    position: relative;
}

.massageImages {
    width: 287px;
    height: 136px;
    display: block;
    margin: 0 auto;
}

.massageImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 142px 20px 102px 10px;
}

.massageAtHome__bgs {
    position: absolute;
    top: 2px;
    width: 57px;
    height: 57px;
}

.massageAtHome__bgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.massageAtHome__bgs2 {
    position: absolute;
    bottom: 9px;
    right: 4px;
    width: 61px;
    height: 61px;
}

.massageAtHome__bgs2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 250px 110px 70px 10px;
}

.massageAtHome__bgs3 {
    position: absolute;
    bottom: 19px;
    left: 18px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    width: 330px;
    height: 157px;
    background-image: linear-gradient(to top, #3E2C41 0%, #e5b2ca 100%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 40px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 70px 120px 60px 90px;
    border: 1px solid #fefefe;
}

.massageAtHome__bgs4 {
    position: absolute;
    top: 2px;
    left: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    width: 346px;
    height: 161px;
    /* background: transparent; */
    backdrop-filter: blur(24px);
    border: 1px solid #fefefe;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 170px 120px 60px 90px;
    background-image: linear-gradient(45deg, #3E2C41 0%, #4a5568 100%);
}

.massageAtHome___Content {
    padding: 17px 23px;
    margin-top: 7px;
}

/* .massageAtHome___Content .nameTitle {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 19px;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    padding-left: 7px;
    text-shadow: 1px 1px 10px #fefefe;
  } */
.massageAtHome___Content .locationHome {
    color: #fff;
    font-weight: 700;
    padding-left: 4px;
    font-size: 15px;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    /* top: 42px; */
}

.massageTotalAmt {
    position: relative;
    top: -27px;
    padding-left: 5px;
}

.massageTotalAmt p {
    font-size: 19px;
    font-weight: 600;
    /* color: #39f039; */
    color: #f0ff67;
}

.massageTotalAmt p del {
    font-size: 14px;
    font-weight: 600;
    color: #0f160f;
}

.massageTotalAmt p sup {
    font-size: 10px;
    font-weight: 500;
    color: #1d110a;
    background: #fefefe;
    border-radius: 8px 2px 8px 2px;
    padding: 3px;
    border: 1px solid #1d110a;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.massageAtHome___Content .nameTitle p {
    color: #ffff;
    font-weight: 700;
    font-size: 19px;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    padding-left: 9px;
    text-shadow: 1px 1px 10px #2a2a2a;
    text-align: center;
    /* margin-top: 7px; */
    position: relative;
    top: 16px;
    left: 14px;
    padding-top: 7px;
    padding-bottom: 2px;
    text-align: center;
}

.massageAtHome___Content .nameTitle {
    --r: 0.7em;
    /* control the ribbon shape (the radius) */
    position: absolute;
    bottom: 142px;
    inset-inline: calc(-1*var(--r));
    text-align: center;
    /* line-height: 1.8;  */
    /* padding: calc(2*var(--r)) .5em 0; */
    border-radius: var(--r);
    --_g: 0/var(--r) calc(2*var(--r)) no-repeat;
    background:
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 var(--_g),
        radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% var(--_g),
        conic-gradient(at var(--r) calc(2*var(--r)), #0000 25%, #B76F5A 0) 0 0/calc(100% - var(--r)) 100%;
    text-align: center;
}

.massage__cart__view {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 1px;
}

.massageAtHomeGrid {
    position: relative;
    top: -14px;
    left: 4px;
    /* display: grid; */
    gap: 0px;
    /* grid-template-columns: auto auto auto auto; */
    z-index: 4;
}

.massageAtHomeGrid p {
    font-size: 11px;
    font-weight: 400;
    color: #f3f1f1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    /* Optional: adjust spacing */
    max-height: 2.8em;
    /* 2 lines × 1.4 line height */
}


.massageAtHomeGrid p .bi {
    font-size: 11px;
    font-weight: 600;
    /* text-align: center; */
    color: yellow;
}

@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.navbar____sticky {
    position: sticky;
    top: 56px;
    background: var(--primary-color);
    z-index: 1000;
    /* padding: 10px; */
    animation: sticky 0.4s;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #B76F5A;
    height: 11vh;
}

.mission-tab-navs {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding: 5px 0px 12px 5px;
}

.mission-tab-navs>.active {
    background: var(--gradient-bg-color);
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #fefefe !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
    border-radius: 32px 10px 20px 10px;
}

.booked__tabs {
    color: #000;
    font-weight: 600;
    text-shadow: 1px 1px 12px #2a2a2a;
}

.upcomming__booked__data {
    border: 1px solid #3E2C41;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 15px;
}


.main____tabs {
    display: flex;
    position: relative;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding: 5px 0px 9px 5px;
    /* To position the moving indicator */
    top: -17px;
}

.tabs_____btn {
    padding: 10px 20px;
    /* border: 1px solid #ccc; */
    background-color: #f9f9f9;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    text-shadow: 1px 1px 12px #2a2a2a;
    margin-right: 5px;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 1;
    border-radius: 32px 10px 20px 10px;
}

.tabs_____btn.active {
    color: #ffffff;
    background: var(--gradient-bg-color);
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #fefefe !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
    border-radius: 32px 10px 20px 10px;
}

.switch__indicator {
    position: absolute;
    background: var(--gradient-bg-color);
    /* Green indicator */
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

/* .tab-content {
    margin-top: 20px;
  } */

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.sub_____tabs {
    margin-top: 4px;
    border-bottom: 1px solid #ccc;
}

.sub-tabs_____btn {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.sub-tabs_____btn.active {
    /* background-color: #3498db; */
    border-bottom: 2px solid #3E2C41;
    /* Active sub-tab background color */
    color: #3E2C41;
    text-shadow: 1px 1px 12px #a39a9a;
    font-weight: 600;
}

.sub-tab-content {
    display: none;
}

.sub-tab-content a {
    text-decoration: none;
}

.sub-tab-content.active {
    display: block;
}

.cart____select {
    position: relative;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 1px solid #475569;
    border-radius: 50px;
    transition: background 0.2s ease;
    cursor: pointer;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: transparent;
    backdrop-filter: blur(12px);
}

.cart____select:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 8px;
    width: 7px;
    height: 14px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

#cart____select:checked~.cart____select {
    border-color: transparent;
    background: var(--secondry-color);
    /* background: var(--secondry-color); */
    animation: jelly 0.4s ease;
}

#cart____select:checked~.cart____select:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.check-center-icon {
    position: absolute;
    top: 7px;
    left: 7px;
}

@keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    20% {
        transform: scale(1.3, 0.7);
    }

    40% {
        transform: scale(0.7, 1.3);
    }

    60% {
        transform: scale(1.1, 0.9);
    }

    80% {
        transform: scale(0.9, 1.1);
    }

    to {
        transform: scale(1, 1);
    }
}

.hidden-check-up {
    display: none !important;
}

/* Fade-out animation */
@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

.removing {
    animation: fadeOut 0.3s ease-out forwards;
}

.select__anyone__method {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.select__anyone__method .payment__type {
    border: 1px solid var(--primary-color);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.select__anyone__method .payment__type label span {
    font-size: 16px;
    font-weight: 500;
}

/* Default Notification Style */
.notifications__trigger {
    position: fixed;
    background-color: #ff9800;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    max-width: 380px;
    font-weight: bold;
    display: none;
    z-index: 1000;
    text-align: center;
    margin-left: -5px;
    font-size: 16px;
    animation: blink 1s infinite alternate;
    /* Blinking Effect */
}

.notifications__trigger span {
    background-color: #fefefe;
    color: var(--primary-color);
    font-size: 20px;
    padding: 4px;

}

/* Show Animation */
.notifications__trigger.show {
    display: block;
    animation: fadeInOut 4s ease-in-out, blink 1s infinite alternate;
}

/* Fade In & Out Animation */
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

/* Blinking Effect */
@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.appointed__person__data {
    display: flex;
    width: 100%;
}

.appointed__person__name {
    width: 75%;
}

.person__img {
    width: calc(100% - 75%);
    height: 90px;
}

.person__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

/* start locatoion area */
.main__header__background {
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: 80px 5px; */
    /* height: 34vh; */
    border-bottom-left-radius: 80px;
    margin-top: 80px;
    border-bottom-right-radius: 80px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.top-header-area {
    display: flex;
    width: 100%;
}

.top-header-area .location-tabs {
    width: calc(100% - 12%);
    padding-top: 14px;
}

.top-header-area .location-tabs a {
    text-decoration: none;
    color: #fff;
}

.top-header-area .location-tabs a .bi {
    font-size: 22px;
}

.top-header-area .notification-tabs {
    width: 12%;
    padding-top: 14px;
    /* float: right;
    align-items: right; */
}

.top-header-area .notification-tabs a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    /* float: right;
    align-items: right;
    text-align: right; */
}

.search-area-home {
    text-decoration: none;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px 15px;
}

.search-area-home a {
    text-decoration: none;
}

.search-area-tabs {
    display: flex;
}

.search-area-tabs .search-icon {
    float: right;
    align-items: right;
    text-align: right;
    color: #000;
}

.search-typing-text {
    display: flex;
    gap: 5px;
    width: calc(100% - 10%);
    margin: 0;
    align-items: center;
}

.search-typing-text .search-txt {
    font-size: 12px;
    color: #2a2a2a;
    font-weight: 500;
}

.search-typing-text .text {
    font-size: 12px;
    color: #2a2a2a;
}

.discount-area-tabs {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    gap: 20px;
}

.discount-area-tabs .tabs-one {
    display: flex;
    flex-direction: column;
}

.discount-area-tabs .tabs-one .txt1 {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
}

.discount-area-tabs .tabs-one .txt2 {
    position: relative;
    top: -15px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #daae50;
}

.discount-area-tabs .tabs-one .txt3 {
    position: relative;
    top: -30px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #f3c600;
}

.discount-area-tabs .tabs-two {
    display: flex;
    flex-direction: column;
}

.discount-area-tabs .tabs-two .txt1 {
    font-size: 11px;
    padding: 3px 2px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    background: #fff;
    max-width: 40px;
}

.discount-area-tabs .tabs-two .txt2 {
    position: relative;
    top: -7px;
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.discount-area-tabs .tabs-two .txt2 sub {
    font-size: 15px;
    position: relative;
    left: -35px;
}

.discount-area-tabs .tabs-two .txt3 {
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    color: var(--text-color);
    position: relative;
    top: -10px;
    text-transform: uppercase;
}

/* end */

.mobile__header2 {
    /* background: #fefefee0; */

    border-radius: 20px;
    padding: 2px;
}

.mobile__header2 .name-spa img {
    border-radius: 11px;
}

/* Header base style */
.scroll-header {
    position: fixed;
    top: 0px;
    /* start hidden above */
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    /* transform: translateY(-20px); */
    transition: all 0.5s ease;
}

/* Scroll effect: fade-up + background */
.scroll-header.scrolled {
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    opacity: 1;
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional: text/icon color change */
.scroll-header.scrolled .change-color {
    color: #333 !important;
}

.athome__picks__List {
    position: relative;
    width: 170px;
    height: 100%;
    /* min-width: 220px; Adjust as needed for your layout */
    flex-shrink: 0;
}

.desktop_athome__picks__List {
    position: relative;
    width: 170px;
    height: 100%;
    /* min-width: 220px; Adjust as needed for your layout */
    flex-shrink: 0;
}

.picks__item__img {
    width: 100%;
    height: 150px;
}

.picks__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.picks__item__img .titles__picks p {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color3);
    text-transform: capitalize;
}

.athome__picks__content2 {
    position: relative;
    top: 20px;
}

.athome__picks__content2 .time__slots p {
    font-size: 12px;
}

.athome__picks__content2 .total__athome__amt {
    display: flex;
    /* justify-content: center; */
    gap: 4px;
    align-items: center;
}

.athome__picks__content2 .total__athome__amt {
    position: relative;
    bottom: 15px;
}

.athome__picks__content2 .total__athome__amt .main__amt {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color3);
}

.athome__picks__content2 .total__athome__amt .main__amt del {
    color: #cac9c9;
    font-weight: 400;
}

.athome__picks__content2 .total__athome__amt .main__amt__dis {
    color: #165c16;
    font-size: 12px;
    font-weight: 500;
}

/* .athome__picks__content2 .add-to-cart {
    position: relative;
    top: -45px;
} */


.adds-to-carts {
    display: inline-block;
    /* margin: 10px; */
    position: relative;
    top: -20px;
    margin-bottom: 25px;
    width: 100%;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-controls button {
    padding: 2px 10px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.quantity-controls .quantity {
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.show-buttons {
    /* padding: 6px 20px; */
    /* background-color: #28a745; */
    border: 1px solid #3E2C41;
    color: var(--primary-color);
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

/* 🔔 Custom Alert Styles */
.custom-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ff4444;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    font-weight: bold;
    animation: fadeInOut 2s forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.athomes__picks__taglines {
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    /* padding: 15px 0px; */
    gap: 10px;
}

.athomes__picks__taglines::-webkit-scrollbar {
    display: none;
}

.recommended__itemslist2 {
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    padding: 15px 0px;
    gap: 10px;
    /* border-bottom: 1px solid #eee; */
}

.picks-category-item {
    border: 1px solid var(--primary-color);
    border-radius: 14px;
    align-items: center;
    margin: 0;
    height: 30px;
    padding: 0 14px;
    flex-shrink: 0;
}

.picks-category-item p {
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    padding-top: 5px;
}

.picks-category-item.active {
    background: var(--primary-color);
    color: var(--text-color);
    font-weight: 500;
}

.chutkee-logos {
    width: 100%;
    height: 72px;
    position: relative;
}

.chutkee-logos span {
    position: absolute;
    top: 19px;
    left: 50px;
    font-family: "Clicker Script", cursive;
    font-weight: 600;
    font-size: 48px;
    color: #a8171e;
}

.chutkee-logos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.location-dropdowns div {
    color: var(--primary-color);
    padding: 15px 9px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    width: 220px;
    margin-right: 80px;
    position: relative;
}

.location-dropdowns div .bottom-chevrons {
    position: absolute;
    right: 10px;
    top: 18px;
}

.wishlist-title h2 {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 10px #2a2a2a;
}

.wishlist-title p {
    color: #fff;
}

.margin-r {
    position: relative;
    right: 70px;
}

.margin-r1 {
    position: relative;
    right: 50px;
}

.margin-r1 a {
    color: var(--primary-color);
    font-size: 20px;
}

.margin-r2 a {
    color: var(--primary-color);
    font-size: 20px;
}

.margin-r3 a .bi {
    color: var(--primary-color);
    font-size: 20px;
}

.myprofile__area .desktop-profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0px auto;
}

.margin-r3 .buttons__logIn {
    top: 0px !important;
}

.chutkee-header {
    /* background: var(--text-color); */
    /* border-bottom: 1px solid #eee; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* padding: 5px 0px; */
}

.margin-r2 {
    position: relative;
    right: 40px;
}

.margin-r3 {
    position: relative;
    right: 20px;
}

.margin-r3 .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0;
    left: auto;
    /* ✅ overrides the Bootstrap left */
    margin-top: 0.125rem;
}

.bottom-chevron {
    position: absolute;
    right: 5px;
}

.sa-search-wrapper {
    width: 280px;
    margin: auto;
    position: relative;
}

/* Search Field */
.sa-search-field {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    transition: box-shadow .25s, border .25s;
}

.sa-search-field:focus-within {
    border-color: #111827;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.sa-search-field svg {
    width: 18px;
    height: 18px;
    color: #6b7280;
}

.sa-search-field input {
    border: none;
    outline: none;
    width: 100%;
    margin-left: 12px;
    font-size: 15px;
    color: #111827;
}

/* Dropdown */
.sa-search-dropdown {
    position: absolute;
    width: 100%;
    top: -15px;
    left: 200px;
    z-index: 1000;
    display: none;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    padding: 14px;
}

/* Dropdown Title */
.sa-dropdown-title {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Dropdown Item */
.sa-dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: background .2s;
}

.sa-dropdown-item:hover {
    background: #f3f4f6;
}

.sa-dropdown-item span {
    margin-left: 10px;
    font-size: 14px;
    color: #111827;
}

.sa-dropdown-item svg {
    width: 14px;
    height: 14px;
    color: #6b7280;
}

.sa-loc-search {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
}

.sa-loc-search input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    margin-left: 10px;
}

/* Current location */
.sa-loc-current {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 8px;
    color: #4f46e5;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

/* Title */
.sa-loc-title {
    font-size: 14px;
    font-weight: 600;
    margin: 14px 0 8px;
}

/* Recent */
.sa-loc-recent {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
}

.sa-loc-recent:hover {
    background: #f3f4f6;
}

.sa-loc-recent small {
    color: #6b7280;
    font-size: 12px;
}

/* FIX for Google dropdown inside modal */
.pac-container {
    z-index: 1056 !important;
    /* higher than bootstrap modal */
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
    font-family: inherit;
}

.new-desk-nav {
    position: relative;
    padding: 1px 32px;
}

.new-desk-nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 72%;
    width: 1px;
    background: #eee;
}

.new-desk-nav {
    margin-left: 12px;
    margin-right: 2px;
}

/* Link Container */
.new-desk-nav .nav-link {
    padding: 10px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: transparent;
}

/* Main Flex Wrapper */
.nav__con {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all ease 0.3s;
}

/* Icon Box */
.nav__con .icon {
    width: 35px;
    height: 35px;
    background: #eef2ff;
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
    transition: all ease 0.3s;
}

/* Text Container */
.nav__con .text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-top: 10px;
}

/* Title */
.nav__con .text p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    transition: all ease 0.3s;
}

.new-desk-nav .nav-link .nav__con:hover .icon {
    background: #a8171e;
    color: #fefefe;
}

.new-desk-nav .nav-link .nav__con:hover .text p {
    color: #a8171e;
}

/* Subtitle */
.nav__con .text .subtext {
    font-size: 12px;
    font-weight: 400;
    color: #6b7280;
}

/* Phone Highlight */
.nav__con .bi-telephone-plus {
    color: #16a34a;
}

.new-desk-nav .nav-link .nav__con {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.casousel-inners {
    width: 100%;
    max-height: 600px !important;
}

.casousel-inners .carousel-item>img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 120px 45px 160px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carou-indicator {
    position: absolute;
}

.carou-indicator [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 104px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.thumbs__image {
    width: 104px;
    height: 70px;
}

.thumbs__image img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.carou-indicator .active {
    opacity: 1;
}

.image-column .inner-column {
    max-width: 620px;
    position: relative;
    z-index: 1;
    /* margin-top: 25px; */
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 24px;
}

.image-column .inner-column .image {
    -webkit-mask-image: url('../img/bg/about7.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../img/bg/about7.png');
    mask-repeat: no-repeat;
    mask-position: center;
}

.image-column .inner-column .image1 {
    max-width: 360px;
}

.image-column .inner-column img {
    width: 100%;
    border-radius: 30px;
}

.image-column .inner-column .image2 {
    max-width: 237px;
}

.image-column .inner-column .info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.image-column .inner-column .info img {
    border-radius: 25px 80px 200px 45px;
}

.image-column .inner-column .shape-one {
    position: absolute;
    bottom: 0px;
    left: -140px;
}

@keyframes arryUpDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.sections___padd {
    /*padding: 58px 0px;*/
    padding-top: 45px;
}

.animation__arryUpDown {
    -webkit-animation: arryUpDown 2s ease infinite alternate;
    animation: arryUpDown 2s ease infinite alternate;
}

.image-column .inner-column .shape-two {
    position: absolute;
    bottom: -65px;
    right: -70px;
}

.image-column .inner-column .shape-three {
    position: absolute;
    bottom: 90px;
    right: -100px;
}

.animation__arryLeftRight {
    -webkit-animation: arryLeftRight 2s ease infinite alternate;
    animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes arryLeftRight {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translate(-10px);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translate(10px);
    }
}

.at-home-multiservice2 {
    border: 1px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}

.at-home-multiservice2 .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    /* padding: 0px; */
    /* width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex; */
    gap: 0px;
}

.chutki-titles p {
    font-size: clamp(25px, 4vw, 45px);
    text-transform: capitalize;
    text-shadow: 1px 7px 15px #1d110a;
    font-weight: 600;
}

.cart__items {
    background: var(--app-content-background-color);
    border-radius: 50px;
    padding: 2px 7px;
    font-weight: 600;
    color: var(--text-color);
}

.chutkee-header {
    position: sticky;
    top: 0px;
    z-index: 999;
    /* background: #fff; */
    transition: all 0.3s ease;
    box-shadow: none;
}

.chutkee-header.sticky-animate {
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
    transform: translateY(0);
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.footer-two-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* background-color: #1c1a1d; */
    background-color: #6c757d;
    padding: 60px 0
}

.footer__shape {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media (max-width: 991px) {
    .footer__shape {
        display: none
    }
}

.footer-two__head {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__item {
    height: 100%;
    display: flex;
    gap: 11px;
    flex-direction: row;
}

.footer__item div p {
    color: #fff;
}

.footer__item .title,
.footer__item .text,
.footer__item li,
.footer__item a {
    color: var(--text-color)
}

.footer__item .footer-about {
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item .title {
    margin-bottom: 30px
}

.footer__item ul {
    list-style: none;
    margin-left: -19px;
}

.footer__item ul li {
    margin-left: -10px;
}

.footer__item ul li:not(:last-child) {
    margin-bottom: 12px
}

.footer__item ul li a {
    text-decoration: none
}

.footer__item ul li a:hover {
    letter-spacing: 1px;
    color: var(--app-content-background-color);
    transition: all .3s;
}

.footer__item ul.time-table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item .socials {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.footer__item .socials a {
    font-size: 24px
}

.footer__item .socials a i,
.footer__item .socials a svg {
    -webkit-transition: .9s;
    transition: .9s
}

.footer__item .socials a:hover {
    color: var(--app-content-background-color);
    transition: all .3s;
}

.footer__item .socials a:hover i,
.footer__item .socials a:hover svg {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.footer__item .copyright-text {
    color: var(--text-color);
    float: right;
    text-align: right;
}

.copyrights {
    float: right;
    text-align: right;
}

.footer__item .copyright-text a {
    color: var(--primary-color) !important;
    font-weight: 600;
    transition: all .3s;
}

.company-url {
    color: var(--primary-color) !important;
    font-weight: 600;
    transition: all .3s;
}

.footer__item .copyright-text a:hover {
    letter-spacing: 1px
}

.footer-two-area {
    padding-top: 30px
}

/* .footer-two-area.bg_____image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 26, 29, .85);
    z-index: -1
}

.bg_____image {
    background-image: url('../img/bg/footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.footer-two__head {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 575px) {
    .footer-two__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-two__head .title {
    color: var(--text-color)
}

.footer-two__head .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 25px;
    width: 100%
}

.footer-two__head .newsletter .input {
    max-width: 395px;
    width: 100%;
    position: relative;
    z-index: 1
}

.footer-two__head .newsletter .input input {
    width: 100%;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #fefefe;
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--text-color)
}

.footer-two__head .newsletter .input input:focus {
    border: 1px solid var(--se-demo);
    transition: all .3s;
}

.footer-two__head .newsletter .input button {
    top: 5px;
    right: 5px;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: var(--app-content-background-color);
    transition: all .3s;
}

@media (max-width: 575px) {
    .footer-two__head .newsletter {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.footer-two__head .logo {
    /* width: 100%; */
    height: 100px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.footer-two__head .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;

}

.footer-two__head2 .logo {
    width: 100px;
    height: 100px;
    /*border-radius: 15px;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.footer-two__head2 .logo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    /*border-radius: 50px;*/

}

.instagram-box {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
    /* margin: 0 10px; */
    transition: all 0.4s ease-in-out;
}

.instagram-box:hover {
    border-radius: 100px;
    margin: 0 10px;
}

.insta-post-thumb {
    width: 100%;
    height: 250px;
}

.insta-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insta-post-content a {
    height: 50px;
    width: 50px;
    background: var(--accent-color);
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.insta-post-content a i {
    font-size: 32px;
    color: var(--background-color);
    position: relative;
    top: 0px;
    left: 9px;
}

.insta-post-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: .3s;
}

.instagram-box:hover .insta-post-content {
    opacity: 1;
}

.insta-post-content i {
    color: #fff;
    font-size: 24px;
}

.product-wrapper {
    position: relative;
}

.menus-btns {
    position: fixed;
    z-index: 10;
    bottom: 100px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}

/* .product-wrapper {
  position: relative;
}

.menus-btns {
  position: fixed;
  z-index: 9999;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  display: none;
  transition: all 0.3s ease;
} */
.menus-btns button {
    position: relative;
    background: #06af0e;
    color: white;
    border: none;
    display: flex;
    gap: 5px;
    padding: 7px 30px 0px 30px;
    border-radius: 50px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    animation: pulseZoom 2s infinite ease-in-out;
    box-shadow: 0 0 15px rgba(233, 30, 99, 0.5);
}

.menus-btns button .views__contents {
    margin-top: 5px;
    font-size: 14px;
}

.menus-btns button .down__icons {
    background: #2a2a2a96;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 4px 4px 10px 4px;
    margin-top: 12px;
    margin-left: 7px;
}

.menus-btns button .down__icons i {
    position: relative;
    top: -2px;
}

/* Auto zoom effect */
@keyframes pulseZoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}


/* .menus-btns button::before,
.menus-btns button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #47556960;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  animation: hotlineRing 2.5s infinite ease-out;
} */

/* Second wave with delay */
/* .menus-btns button::after {
  animation-delay: 1.25s;
} */

/* Hotline ring animation */
/* @keyframes hotlineRing {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.8;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
} */


/* Proper Bottom Sheet */
/* .modal.bottom-sheet .modal-dialog {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: transform 0.3s ease-out;
} */

/* -------------------------------------- */
/* DESKTOP VIEW – CENTER + SCROLL + ANIM  */
/* -------------------------------------- */

.modal.bottom-sheet .modal-dialog {
    max-width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
    transition: all 0.35s ease;
}

.modal.bottom-sheet.show .modal-dialog {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

/* Desktop scroll inside modal body */
.modal.bottom-sheet .modal-content {
    max-height: 80vh;
    /* control height */
    overflow-y: auto;
    /* make content scrollable */
    border-radius: 10px;
    /* optional */
}


/* -------------------------------------- */
/* MOBILE VIEW – BOTTOM SHEET + ANIM      */
/* -------------------------------------- */

@media screen and (max-width: 768px) {

    .modal.bottom-sheet .modal-dialog {
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        max-width: 100%;
        border-radius: 20px 20px 0 0;

        transform: translateY(40%) scale(0.95);
        opacity: 0;
        transition: all 0.35s ease;
    }

    .modal.bottom-sheet.show .modal-dialog {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    /* Mobile: full height scroll inside */
    .modal.bottom-sheet .modal-content {
        max-height: 85vh;
        overflow-y: auto;
    }
}

/* Smooth overlay fade */
.modal.fade .modal-backdrop.show {
    opacity: 0.5;
    transition: opacity 0.35s ease;
}



.modal.bottom-sheet .modal-content {
    border-radius: 20px 20px 0 0;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

.modal.bottom-sheet .modal-content .btn-close {
    position: absolute;
    top: -45px;
    right: 12px;
    background: var(--text-color) !important;
    color: var(--text-color3);
    /* font-size: 18px; */
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50px;

}

.modal.bottom-sheet .modal-content .btn-close i {
    font-size: 25px;
}

.modal___header {
    border-bottom: none;
    padding: 10px 20px 0;
}

.modal___header .btn-close {
    font-size: 1.2rem;
}

.checkout-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 16px;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
}

.trash__product {
    position: absolute;
    top: -7px;
    right: 0px;
    width: 25px;
    background: var(--text-color);
    height: 25px;
    border-radius: 20px;
    color: red;
    border: 1px solid red;
    font-size: 15px;
    padding: 4px;
}

.trash__product i {
    position: relative;
    top: -2px;
}

.checkout-btn {
    background: #28a745;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkout-btn a {
    text-decoration: none;
    color: white;
}

.checkout-btn-view {
    background: var(--se-demo);
    color: white;
    border: none;
    padding: 4px 3px;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal___header a {
    text-decoration: none;
}

.checkout-btn-view .badge {
    /* background: white; */
    /* color: black; */
    font-size: 15px;
}

.checkout-btn-view .badge sup {
    background: var(--text-color);
    padding: 2px 3px;
    color: var(--text-color3);
    border-radius: 50px;
}

@media (max-width: 768px) {
    .modal.bottom-sheet .modal-content {
        padding: 16px 16px 24px;
    }

    .checkout-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

#clearConfirmModal .modal-content {
    border-radius: 15px;
    max-width: 90%;
    margin: auto;
}

@media (max-width: 576px) {
    #clearConfirmModal .modal-content {
        padding: 20px 15px;
    }
}

.product___contents p {
    font-size: 14px;
}

.carousel-controls-wrapper {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-controls-wrapper .carousel-btn {
    background-color: var(--app-content-background-color);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(233, 30, 99, 0.4);
}

.carousel-controls-wrapper .carousel-btn:hover {
    background-color: var(--primary-color);
    transform: scale(1.1);
}

.carousel-inner2 {
    width: 100%;
    max-height: 290px;
}

.carousel-indicators2 {
    position: absolute;
}

.athome__srvie__reviews {
    display: flex;
    gap: 7px;
}

.athome__srvie__reviews div a {
    text-decoration: none;
    display: flex;
    gap: 5px;
}

.athome__srvie__reviews p i {
    color: var(--text-color3);
}

.athome__srvie__reviews p {
    font-size: 10px;
    color: #868585;
}

.athome__srvie__reviews .timing__areas p {
    color: var(--text-color);
    font-weight: 500;
    font-size: 12px;
}

.athome__srvie__reviews .timing__areas p .bi {
    color: var(--text-color);
}

/* Overview Grid Cards */
.overview-card {
    background-color: #f6f6f6;
    border-radius: 12px;
    min-height: 100%;
    transition: 0.3s ease;
}

.overview-card:hover {
    background-color: #e9ecef;
}

.timeline-wrapper {
    position: relative;
    margin-left: 30px;
    padding-left: 20px;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    width: 3px;
    height: calc(100% - 273px);
    /* Stops before last step */
    background-color: #dee2e6;
}

.timeline-step {
    position: relative;
    margin-bottom: 40px;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timelines__image {
    width: 100%;
    height: 240px;
}

.timelines__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.timeline-step .circle {
    position: absolute;
    left: -22px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--app-content-background-color);
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 3px var(--app-content-background-color);
}

.timeline-step .content {
    padding-left: 20px;
}

.timeline-step .content h6 {
    margin-bottom: 4px;
    font-weight: 600;
    color: #343a40;
}

.timeline-step .content p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

.overview-box {
    background: #fff;
    padding: 20px;
    border-left: 5px solid var(--app-content-background-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
    border-radius: 8px;
}

.overview-box h5 {
    color: var(--app-content-background-color);
    font-weight: bold;
}

@media (max-width: 576px) {
    .timeline-wrapper {
        margin-left: 20px;
    }

    .timeline-step .content {
        padding-left: 25px;
    }
}

.aftercare-container {
    background-color: #f9f6f3;
    padding: 30px 20px;
}

.aftercare-container h4 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #1b1b1b;
}

.aftercare-item {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.aftercare-icon {
    font-size: 28px;
    color: #111;
    width: 40px;
}

.aftercare-text h6 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.aftercare-text p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

@media (max-width: 576px) {
    .aftercare-item {
        flex-direction: row;
        gap: 14px;
    }

    .aftercare-icon {
        font-size: 24px;
        width: 30px;
    }
}

.stars___icons2 {
    font-size: 16px;
}

.review-summary {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.review-summary h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.bar-container {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.bar-star {
    width: 30px;
    font-weight: 600;
}

.bar-star i {
    font-size: 10px;
}

.bar {
    flex: 1;
    height: 8px;
    background-color: #eee;
    border-radius: 5px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    width: 0%;
    background-color: #111;
    border-radius: 5px;
    transition: width 1.2s ease;
}

.bar-label {
    width: 50px;
    text-align: right;
    font-size: 14px;
}

.review-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.review-filter button {
    background-color: #f1f1f1;
    border: none;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 14px;
}

.review-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.review-name {
    font-weight: 600;
}

.review-date {
    font-size: 10px;
    color: #666;
    margin-bottom: 6px;
}

.review-service {
    font-size: 10px;
    color: #777;
}

.review-text {
    margin-top: 10px;
    font-size: 15px;
    text-align: justify;
}

.star-box {
    background-color: #0a0;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 600;
}

/* @media (max-width: 576px) {
      .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
      }
    } */

.service__share__buttons {
    background: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.service__share__buttons p {
    margin: 0;
    font-size: 15px;
    color: #333;
    flex: 1;
}

.service__share__buttons button {
    background-color: var(--app-content-background-color);
    color: #fff;
    border: none;
    padding: 11px 25px;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}

.service__share__buttons button:hover {
    background-color: #333;
}

.loadmore__reviews button {
    border: 1px solid var(--se-demo);
    color: var(--se-demo);
    padding: 11px 25px;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.3s;
}

.loadmore__reviews button:hover {
    background: var(--primary-color);
    color: var(--text-color);
    transition: all ease 0.3s;
}

.custom-alerts {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #0d6efd;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    z-index: 9999;
    font-size: 14px;
}

.custom-alerts.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.profile-container {
    /* background-color: #ffffff; */
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #ff5f6d, #ffc371);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-bottom: 3px solid var(--app-content-background-color);

}

.avatar-wrapper {
    position: relative;
}

.avatar {
    width: 90px;
    height: 90px;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #999;
    border: 2px solid var(--text-color);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--app-content-background-color);
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    border: 2px solid #fff;
    cursor: pointer;
}

.info-block {
    text-align: center;
}

.info-block small {
    display: block;
    color: var(--text-color);
    font-weight: 600;
}

.quick-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    text-align: center;
    border-bottom: 3px solid var(--app-content-background-color);
}

.quick-box div strong {
    font-size: 17px !important;
}

.quick-box:hover {
    background-color: #f0f8ff;
    transform: translateY(-2px);
}

.pro-section-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.profile____section {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    border-bottom: 3px solid var(--app-content-background-color);
}

.pro-service-img {
    border-radius: 12px;
    height: 110px;
    object-fit: cover;
    width: 100%;
}

.setting-link a {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1c1e21;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.setting-link:last-child {
    border-bottom: none;
}

.setting-link i.bi-chevron-right {
    font-size: 16px;
}

.setting-link span {
    display: flex;
    align-items: center;
}

.setting-link span i {
    margin-right: 12px;
    font-size: 18px;
    color: var(--app-content-background-color);
}

.setting-link a:hover {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding-left: 8px;
}

.language-select {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.language-select .bi {
    color: var(--app-content-background-color);
}

.language-select select {
    border-radius: 8px;
}

.recent-slider .item {
    padding: 10px;
}

.slick-arrow-custom {
    background: linear-gradient(135deg, #ff5f6d, #ffc371);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.slick-arrow-custom:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.slick-arrow-custom i {
    pointer-events: none;
}

.recent-slider img.pro-service-img {
    width: 100%;
    border-radius: 12px;
    height: 90px;
    object-fit: cover;
}

.recent-slider {
    /* margin: 0 50px; for space around slider buttons */
}

.show-on-center {
    pointer-events: none;
    transition: all 0.3s ease;
}

.recenter__imaget img {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    object-fit: fill;
    /* opacity: 0.95; */
}

/* Slick item fix */
.recent-slider .item {
    height: 100%;
    padding: 0px !important;
}

.recently__view__athome a {
    text-align: center;
    text-decoration: none;
}

.recently__view__athome {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* padding: 10px; */
    overflow: hidden;
    /* min-height: 160px; */
    border-bottom: 3px solid var(--app-content-background-color);
}

/* Image consistency */
.recently__view__athome img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* Text styling */
.recently__view__athome small {
    padding: 11px 2px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    color: var(--se-demo);
    line-height: 1.2;
    min-height: 64px;
}

.profile____sections {
    background: var(--primary-color);
    text-align: center;
    padding: 11px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-bottom: 3px solid var(--text-color);
    border-radius: 10px;
}

.setting-links a {
    text-decoration: none;
    background: var(--text-color);
    padding: 10px 15px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
    border-bottom: 2px solid #ff4444;
}

.recently__add__spa__btn div {
    display: flex;
    margin: 0 auto;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.at__books__btn a {
    width: 7.8em;
    /* height: 2.3em; */
    /* margin: 0.5em; */
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 7px 9px;
    background: var(--app-content-background-color);
    color: white;
    border: none;
    border-radius: 1em;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.at__books__btn a:hover {
    color: #000;
}

.at__books__btn a:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.at__books__btn a:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width:360px) {
    .start-50 {
        left: 25% !important;
    }
}

.recent-card {
    display: block;
    margin: 0 auto;
}

.at__views__btn a {
    cursor: pointer;
    background-color: var(--primary-color);
    padding: 5px 10px;
    border: solid 2px var(--app-content-background-color);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.1s linear 0.1s;
    text-decoration: none;
}

.at__views__btn a span {
    color: var(--text-color);
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    transition: 0.2s linear 0.1s;
    font-size: 12px;
}

.at__views__btn a::after {
    display: block;
    content: "";
    background-color: var(--app-content-background-color);
    width: 310px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-40%);
    transition: 0.2s linear 0.1s;
    z-index: 1;
}

.at__views__btn a:hover {
    box-shadow: 0px 0px 20px var(--app-content-background-color);
}

.at__views__btn a:hover::after {
    top: -50%;
}

.at__views__btn a:hover span {
    color: #fefefe;
    /* letter-spacing: 4px; */
}

.recent__spa__area {
    position: relative;
}

.trends-views {
    position: absolute;
    background: linear-gradient(135deg, #fefefe, #3E2C41);
    /* background: var(--background); */
    /* background: transparent; */
    backdrop-filter: blur(10px);
    color: #fff;
    bottom: 2px;
    height: 40px;
    width: 40px;
    right: 2px;
    padding: 3px;
    font-size: 20px;
    border-radius: 50%;
    /* box-shadow: rgba(255, 0, 80, 0.4) 0px 6px 20px; */
    border: 1px solid #fefefe;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.trends-views .bi {
    position: relative;
    left: 6px;
    top: 3px;
}

.wishlist-icon {
    position: absolute;
    background: linear-gradient(135deg, #ff4d4d, #ff1a75);
    /* background: var(--background); */
    color: #fff;
    top: 7px;
    height: 37px;
    width: 37px;
    right: 4px;
    padding: 3px;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: rgba(255, 0, 80, 0.4) 0px 6px 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    /* border: 1px solid var(--text-color); */
}

.wishlist-icon .bi {
    position: relative;
    left: 6px;
    top: 3px;
}

.wishlist-icon.clicked {
    animation: pop 0.4s ease;
}

/* Heart Pop Animation */
@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/* Sparks */
.spark {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: sparkMove 0.6s forwards ease-out;
    pointer-events: none;
}

@keyframes sparkMove {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(var(--x), var(--y)) scale(0.2);
        opacity: 0;
    }
}

.recent__spa__area .imgArea img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 60px 45px 85px 20px !important;
}

.recentSlider .spa-item {
    padding: 10px;
    margin: 0 auto;
}

.deskRecentSlider .spa-item {
    padding: 10px;
    margin: 0 auto;
}


.slick-arrow-custom2 {
    background: linear-gradient(135deg, #ff5f6d, #3E2C41);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.slick-arrow-custom2:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.slick-arrow-custom2 i {
    pointer-events: none;
}

.bestSpaSlider .best-spa-item {
    padding: 4px;
    /* margin: 0 auto; */
}

.deskBestSpaSlider .best-spa-item {
    padding: 4px;
    /* margin: 0 auto; */
}


.slick-arrow-custom3 {
    background: linear-gradient(135deg, #3E2C41, #B76F5A);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.slick-arrow-custom3:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.slick-arrow-custom3 i {
    pointer-events: none;
}

/* Counter overlay box */
.slick-slide-counter {
    position: absolute;
    top: 0px;
    right: 10px;
    background: linear-gradient(135deg, #3E2C41, #B76F5A);
    color: #fff;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

/* Make sure slider container is relative */
.bestSpaSlider {
    position: relative;
}

.deskBestSpaSlider {
    position: relative;
}

.slick-slide-counter .big-num {
    font-size: 28px;
    color: #fefefe;
}

.slick-slide-counter .small-total {
    font-size: 14px;
    color: #fefefe;
}

.spa__viewers {
    text-align: center;
    background: var(--primary-color);
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 8px;
    width: 100%;
    position: relative;
    top: -10px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.top-headings-area {
    display: flex;
    justify-content: space-between;
}

.see-alls-list a {
    text-align: right;
    text-decoration: none;
    color: var(--demo-color);
    font-weight: 600;
    font-size: 15px;
}

.see-alls-list a:hover {
    color: var(--app-content-background-color);
}

.subItems____lists .grid-areas {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 11px;
}

.subItems____lists .grid-areas2 {
    display: flex;
    /* grid-template-columns: auto auto auto; */
    gap: 11px;
}

.grid-cards {
    flex: 0 0 auto;
    overflow: hidden;
    width: 130px;
    height: 140px;
    position: relative;
    flex-shrink: 0;
    margin-right: 12px;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.grid-cards a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.grid-cards a div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 11px;
}

.grid-cards a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 11px;
    will-change: transform;
    border-bottom: 3px solid var(--text-color);
}

.grid-cards:hover img {
    transform: scale(1.15) rotate(1deg);
}

/* Title styling */
.grid-cards a .massage-item-titles {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
    border-radius: 6px;
    text-shadow: 1px 1px 6px #fff;
    text-transform: capitalize;
    z-index: 2;
}

.subItems____lists .grid-areas2 .grid-cards {
    flex: 0 0 auto;
    overflow: hidden;
    width: 240px;
    height: 220px;
    position: relative;
    flex-shrink: 0;
    margin-right: 12px;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.ribbon-icons-links {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    /* start small */
    background: var(--background);
    color: #fff;
    padding: 14px 18px;
    font-size: 22px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 15px;
    opacity: 0;
    z-index: 10;
    transition: all 0.4s ease;
    cursor: pointer;
}

.subItems____lists .grid-areas2 .grid-cards:hover .ribbon-icons-links {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    /* grow to full size */
}

/* Icon animation on hover */
.ribbon-icons-links i {
    transition: transform 0.3s ease;
}

.ribbon-icons-links:hover i {
    transform: rotate(20deg) scale(1.2);
}


.grid-cards a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.grid-cards a div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 11px;
}

.grid-cards a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 11px;
    will-change: transform;
    border-bottom: 3px solid var(--text-color);
}

.grid-cards:hover img {
    transform: scale(1.15) rotate(1deg);
}

/* Title styling */
.grid-cards a .massage-item-titles {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
    border-radius: 6px;
    text-shadow: 1px 1px 6px #fff;
    text-transform: capitalize;
    z-index: 2;
}

.subItems____lists .grid-areas2 .grid-cards a .massage-item-titles {
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--background);
    backdrop-filter: blur(4px);
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color);
    border-bottom: 2px solid var(--text-color);
    border-radius: 6px;
    text-shadow: 1px 1px 6px #2a2a2a;
    text-transform: capitalize;
    z-index: 2;
}

/* Horizontal scroll container */
.subItems____lists {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 7px 0;
    scroll-behavior: smooth;
}


.commaon-cards {
    width: 100%;
    height: 180px;
    position: relative;
}

.commaon-cards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 12px;
    border: 2px solid var(--text-color);
}

.commaon-cards .common-btn {
    position: absolute;
    top: 15px;
    left: 10px;
}

.commaon-cards .common-btn span {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
}

.commaon-cards .common-btn p {
    background: var(--app-content-background-color);
    padding: 4px 7px;
    color: var(--text-color);
    border-radius: 8px;
    margin-top: 10px;
}

.trending-title {
    position: relative;
}

.trending-title .sub-title-salon {
    color: var(--text-muted);
    font-size: 10px;
    position: absolute;
    top: 26px;
}

.hari__treatment__area {
    display: grid;
    grid-template-columns: auto auto;
    gap: 11px;
}


.hari__treatment__area2 {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    /* grid-template-columns: auto auto; */
    /* flex: 0 0 auto; */
    gap: 18px;
    padding: 11px 0px;
    justify-content: start;
}

.treatment-cards {
    overflow: hidden;
    width: 130px;
    height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    /* flex-shrink: 0; */
    /* margin-right: 12px; */
    border-radius: 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
              rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}

/* .grid-cards a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
} */

.treatment-cards .treat-img {
    width: 100%;
    height: 140px;
    /* overflow: hidden; */
}

.treatment-cards .treat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 11px;
    will-change: transform;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.treatment-cards:hover img {
    transform: scale(1.15) rotate(1deg);
}

.treatment-cards .treat-title {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px;
    z-index: 10;
}

.treatment-cards .treat-price {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: capitalize;
    position: absolute;
    bottom: -20px;
    left: 15px;
}

.commaon-cards2 {
    width: 100%;
    height: 340px;
    position: relative;
}

.commaon-cards2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 12px;
    border-bottom: 2px solid var(--text-color);
}

.commaon-cards2 .common-title {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.commaon-cards2 .common-button {
    position: absolute;
    top: 95px;
    left: 10px;
}

.commaon-cards2 .common-button span {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.commaon-cards2 .common-button p {
    background: var(--app-content-background-color);
    padding: 4px 7px;
    color: var(--text-color);
    border-radius: 8px;
    margin-top: 10px;
}

.commaon-cards3 {
    width: 340px;
    height: auto;
    /* overflow: hidden; */
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    /* margin-bottom: 20px; */
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); */
}

.commaon-cards3 video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.footer_side_content_area2 {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding-left: 20px; */
}

.footer_side_content_area2 .app__logo {
    flex-direction: column;
    gap: 15px;
}

/* .footer_side_content_area2 .app-link {
  width: calc(100% - 30%);
} */


.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, #3E2C41, #007bff);
    color: #000;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 15px #00ffe1, 0 0 30px #007bff;
    border: none;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
}

.scroll-btn:hover {
    background: linear-gradient(to right, #007bff, #00ffe1);
    box-shadow: 0 0 20px #00ffe1, 0 0 50px #007bff;
    color: #000;
}

.scroll-left-btn {
    left: 10px;
    z-index: 100;
}

.scroll-right-btn {
    right: 10px;
    z-index: 100;
}


.scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

/* Optional: Hide scrollbar */
.scroll-container::-webkit-scrollbar {
    display: none;
}

/* Base button styling */
@media screen and (max-width: 429px) {
    .backToTop {
        display: none !important;
    }
}

#backToTop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 1000;
    display: none;
    background: linear-gradient(to right, #3E2C41, #007bff);
    color: #fff;
    border: none;
    outline: none;
    height: 50px;
    width: 50px;
    /* padding: 14px 18px; */
    font-size: 22px;
    border-radius: 50%;
    box-shadow: 0 0 15px #00ffe1, 0 0 30px #007bff;
    cursor: pointer;
    transition: all 0.4s ease;
    /* animation: slideInBottom 0.6s ease forwards; */
    animation: bounce 1.6s infinite, slideInBottom 0.6s ease forwards;
}

/* Hover animation */
#backToTop:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-4px) scale(1.1);
    animation: pulse 1s infinite alternate;
}

/* New up-down animation keyframes */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Slide in from bottom */
@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#backToTop:before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    background-color: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var(--app-content-background-color);
    animation: spin 13s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Optional bounce/pulse */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.4);
    }

    100% {
        box-shadow: 0 0 0 12px rgba(59, 130, 246, 0);
    }
}

#backToTop img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.deskbestSpaSlider .slick-list button {
    /* background-color: #ddd; */
    /* border: none; */
    /* padding: 15px 15px 25px 15px; */
    border-radius: 5px;
    margin: 0;
    transition: all 0.5s;
}

.deskbestSpaSlider .slick-list .show-buttons {
    border: 1px solid var(--secondry-color) !important;
}

.deskbestSpaSlider .slick-list .adds-to-carts {
    margin-bottom: 0px;
}

.bestSpaSlider .slick-list button {
    /* background-color: #ddd; */
    /* border: none; */
    /* padding: 15px 15px 25px 15px; */
    border-radius: 5px;
    margin: 0;
    transition: all 0.5s;
}

.bestSpaSlider .slick-list .show-buttons {
    border: 1px solid var(--secondry-color) !important;
}

.bestSpaSlider .slick-list .adds-to-carts {
    margin-bottom: 0px;
}


.commaon___cards {
    width: 100%;
    height: 340px;
    position: relative;
}

.commaon___cards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 12px;
    border: 2px solid var(--text-color);
}

.commaon___cards .common-btn {
    position: absolute;
    top: 15px;
    left: 10px;
}

.commaon___cards .common-btn span {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
}

.commaon___cards .common-btn p {
    background: var(--app-content-background-color);
    padding: 4px 7px;
    color: var(--text-color);
    border-radius: 8px;
    margin-top: 10px;
}

.services-grid-item2 a {
    text-decoration: none;
}

.service-images-area2 {
    /* max-width: 100%;
    height: 160px; */
    max-width: 150px;
    height: 130px;
    /* position: relative; */
    /* top: 10px; */
}

.service-images-area2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 12px;
    border-bottom: 3px solid var(--text-color);
}

.services-contents2 {
    max-width: 160px;
    /* height: auto; */
    /* padding: 0px 7px; */
    height: 100%;
}

.services-contents2 p {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    font-family: arno pro;
    text-align: center;
    color: #000000;
    padding: 7px;
    align-items: center;
    vertical-align: middle;
    color: var(--text-color);
    background: var(--background);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-bottom: 2px solid #fefefe;
    border-radius: 15px;
}

/* .at-home-multiservice {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 10px;
} */
.cards__athome2 {
    width: 160px;
    height: 170px;
    /* border-radius: 20px; */
    /* background: #f5f5f5; */
    position: relative;
    padding: 4px;
    /* background-color: #eee; */
    /* text-align: center; */
    border: 3px solid #eee;
    border-radius: 20px;
    /* border: 2px solid #c3c6ce; */
    transition: 0.5s ease-out;
    overflow: visible;
    background: url('../img/bg/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* box-shadow: inset 5px 5px 10px #bbb, inset -5px -5px 10px #fff; */
    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;
    /* transition: 0.5s; */
}

.card-details2 {
    color: black;
    /* height: 100%; */
    /* gap: 1.5em; */
    /* display: grid; */
    place-content: center;
}

/*Hover*/
.cards__athome2:hover {
    border-color: #c89e38;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.treatment-cards2 {
    overflow: hidden;
    width: 240px;
    height: 100%;
    position: relative;
    /*display: block;*/
    /*margin: 0 auto;*/
    flex-shrink: 0;
    /* margin-right: 12px; */
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* .grid-cards a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
} */

.treatment-cards2 .treat-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.treatment-cards2 .treat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 11px;
    will-change: transform;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.treatment-cards2:hover img {
    transform: scale(1.5) rotate(20deg);
}

.treatment-cards2 .treat-title {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2px;
    z-index: 10;
    background: var(--background);
}

.treatment-cards2 .treat-title p {
    padding-top: 10px;
    color: var(--text-color);
}

.new-preheader {
    background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    font-size: 14px;
    padding: 1px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.new-preheader .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.preheader-left a {
    color: #f0f0f0;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.preheader-left a:hover {
    color: #B76F5A;
}

.preheader-right {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

.preheader-right div a {
    color: #fff;
    margin-left: 12px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.preheader-right div a img {
    border-radius: 20px;
}

.preheader-right div a:hover {
    color: #B76F5A;
    transform: translateY(-2px);
}


@media (max-width: 576px) {
    .new-preheader .container {
        flex-direction: column;
        text-align: center;
    }

    .preheader-left,
    .preheader-right {
        margin: 5px 0;
    }
}

/* Address Card */
.address-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.2s ease;
    border: 1px solid #eaeaea;
}

.address-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

/* Custom Radio */
.custom-radio {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-radio:checked {
    border-color: #007bff;
    background: #fff;
}

.custom-radio:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #007bff;
    border-radius: 50%;
}

/* Default Badge */
.default-badge {
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 50px;
    margin-left: 10px;
}

/* Action Buttons */
.address-actions button {
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.address-actions button:hover {
    transform: scale(1.05);
}

.become-sp-container {
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.progress {
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #B76F5A, #3E2C41);
    transition: width 0.4s ease;
}

.become-step-indicator {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

.become-day-checkbox {
    display: none;
}

.become-day-label {
    padding: 10px 15px;
    background: #f1f1f1;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    margin: 3px;
}

.become-day-checkbox:checked+.become-day-label {
    background: linear-gradient(90deg, #B76F5A, #3E2C41);
    color: white;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.form-floating>.form-control:focus,
.form-floating>.form-select:focus {
    border-color: #3E2C41;
    box-shadow: 0 0 0 0.2rem rgba(79, 172, 254, 0.25);
}

.become-form-step {
    display: none;
    animation: fadeStep 0.4s ease;
}

.form-step-active {
    display: block;
}

@keyframes fadeStep {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-gradient {
    background: linear-gradient(90deg, #B76F5A, #3E2C41);
    color: #fff;
    border: none;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #B76F5A, #3E2C41);
}

.become-btn-step {
    min-width: 120px;
}

/* Success card styling */
.become-success-card {
    text-align: center;
    padding: 50px 25px;
    background: linear-gradient(135deg, #B76F5A, #3E2C41);
    color: white;
    border-radius: 14px;
    animation: popUp 0.6s ease forwards;
    position: relative;
    overflow: hidden;
}

.become-success-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(25deg);
    animation: shine 3s infinite linear;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(25deg);
    }

    100% {
        transform: translateX(100%) rotate(25deg);
    }
}

@keyframes popUp {
    0% {
        transform: scale(0.85);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.become-success-card h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.become-success-card p {
    font-size: 1.05rem;
    opacity: 0.95;
}

.become-success-card .become-checkmark {
    font-size: 75px;
    margin-bottom: 15px;
    display: inline-block;
}


/* ===== Card Styling ===== */
.ub-review-service-card {
    display: flex;
    align-items: center;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(145deg, #ffffff, #f9f9f9);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.ub-review-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
}

.ub-review-service-img {
    width: 95px;
    height: 95px;
    border-radius: 14px;
    object-fit: cover;
    margin-right: 20px;
}

.ub-review-price {
    background: linear-gradient(45deg, #00b372, #00d084);
    color: white;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-block;
    margin-bottom: 4px;
}

.ub-review-rating i {
    color: #ffb800;
    transition: 0.2s;
}

.ub-review-rating i:hover {
    transform: scale(1.15);
}

.ub-review-review-count {
    font-size: 0.85rem;
    color: #666;
}

.ub-review-user-rated {
    background: #d4f8d4;
    color: #219653;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 5px;
}

.ub-review-arrow-icon {
    margin-left: auto;
    font-size: 1.3rem;
    color: #bbb;
}

/* Add Review Button */
.ub-review-review-btn {
    position: absolute;
    bottom: 14px;
    right: 18px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    border: none;
    padding: 6px 14px;
    color: white;
    font-size: 0.8rem;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.25s ease;
}

.ub-review-review-btn:hover {
    background: linear-gradient(45deg, #0056b3, #003d80);
}

/* ===== Modal Styling ===== */
.ub-review-modal-content {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.ub-review-modal-header {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    border-bottom: none;
}

.ub-review-modal-footer {
    border-top: none;
}

/* Star Rating Inside Modal */
.star-rating i {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: transform 0.2s, color 0.2s, text-shadow 0.2s;
}

.star-rating i.active {
    color: #ffb800;
    text-shadow: 0px 0px 6px rgba(255, 184, 0, 0.6);
    transform: scale(1.1);
}

.star-rating i:hover {
    transform: scale(1.15);
}

/* Inputs */
.ub-review-form-control {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 10px 14px;
    transition: all 0.2s;
}

.ub-review-form-control:focus {
    border-color: #007bff;
    box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.25);
}

/* Scrollable Grid */
.massage-ultra-grid {
    display: flex;
    gap: 24px;
    padding: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/* Custom Scrollbar for Webkit */
.massage-ultra-grid::-webkit-scrollbar {
    height: 8px;
}

.massage-ultra-grid::-webkit-scrollbar-track {
    background: transparent;
}

.massage-ultra-grid::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.massage-ultra-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.35);
}

/* Ultra Professional Card */
.massage-ultra-card {
    position: relative;
    flex: 0 0 auto;
    width: 285px;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}

.massage-ultra-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .15);
}

.massage-ultra-media {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.massage-ultra-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.massage-ultra-card:hover .massage-ultra-media img {
    transform: scale(1.08);
}

.massage-ultra-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .45), transparent 60%);
}

.massage-ultra-duration {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--gradient-bg-color);
    backdrop-filter: blur(18px);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.massage-ultra-duration svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
}

.massage-ultra-body {
    padding: 2px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.massage-ultra-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
}

.massage-ultra-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.massage-ultra-add-btn {
    /* border-radius: 12px; */
    /* padding: 7px 16px; */
    cursor: pointer;
    /* background: #2563eb; */
    /* box-shadow: 0 6px 16px rgba(37, 99, 235, .35); */
    transition: all .25s;
}

.massage-ultra-add-btn:hover {
    transform: translateY(-2px);
}

.massage-ultra-add-btn .product-wrapper .adds-to-carts {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.massage-ultra-price-row {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.massage-ultra-price {
    font-weight: 800;
    font-size: 18px;
}

.massage-ultra-strike {
    text-decoration: line-through;
    color: #64748b;
}

.massage-ultra-off {
    color: #16a34a;
    font-weight: 700;
}

.massage-ultra-booked {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #2563eb;
}

.massage-ultra-note {
    margin-top: auto;
    padding-top: 5px;
    font-size: 14px;
    color: #64748b;
    border-top: 1px dashed var(--secondry-color);
}

.recent__spa__area .imgArea .wishlist-icon .bi {
    position: relative;
    left: 0px;
    top: 2px;
}

.massage-ultra-footer {
    /* position: absolute; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px 16px;
    bottom: -6px;
    margin-top: -17px;
}

.massage-ultra-view {
    color: #16a34a;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .2px;
}

.massage-ultra-view {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

/* .massage-ultra-share {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: #fff;
    cursor: pointer;
    transition: all .2s;
    margin-right: 6px;
} */

.massage-ultra-wish:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

.massage-ultra-share {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .25s;
}

.massage-ultra-share:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.4);
}

.massage-ultra-wish {
    position: relative;
    top: -9px;
}

.massage-ultra-wish .wishlist-icon .bi {
    position: relative;
    left: 6px;
    top: 3px;
}

.massage-ultra-wish.active svg {
    stroke: var(--danger);
    fill: #fecaca;
}

.massage-ultra-share svg {
    stroke: var(--text-color2);
}

.icons__areass__new {
    position: absolute;
    top: 10px;
    right: 5px;
    display: flex;
    gap: 41px;
    flex-direction: column;
}

.salons__viewers {
    text-align: center;
    background: var(--primary-color);
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 8px;
    width: 100%;
    position: relative;
    top: -30px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

/* Card */
.lux-services-home {
    display: flex;
    margin: 0 auto;
    gap: 15px;
    position: absolute;
    bottom: -100px;
    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    /* Only horizontal centering */
}

.desk-lux-service-home {
    display: block;
    width: 164px;
    height: 170px;
    /* background: rgba(255, 255, 255, 0.8); */
    /* background-image: url('../img/bg/4.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(22px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    transition: all 0.35s ease;
    position: relative;
    animation: lux-fade-up 0.6s ease forwards;
    border-bottom: 2px solid var(--app-content-background-color);
}

.desk-lux-service-home:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* Image */
.desk-home-service-image {
    display: block;
    margin: 0 auto;
    /* width: 180px; */
    height: 98px;
    overflow: hidden;
    position: relative;
    padding: 11px;
}

.desk-home-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 7px;
    transition: transform 0.4s ease;
    border-radius: 20px 35px 15px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.desk-lux-service-home:hover .desk-home-service-image img {
    transform: scale(1.1);
}

/* Content */
.desk-home-service-content {
    padding: 9px 14px;
    width: 100%;
    height: 66px;
    backdrop-filter: blur(20px);
    background: transparent;
    text-align: center;
    border-radius: 25px 40px;
    /* border-bottom: 1px solid var(--text-color); */
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)); */
}

.desk-home-service-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.desk-home-service-tag {
    display: inline-block;
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    background: linear-gradient(90deg, #3E2C41, #B76F5A);
    border-radius: 12px;
    font-weight: 500;
}

/* Animation */
@keyframes lux-fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Icon Overlay */
.desk-premium-service-icon {
    position: absolute;
    top: 7px;
    right: 3px;
    background: transparent;
    backdrop-filter: blur(5px);
    padding: 7px 10px;
    border-radius: 50%;
    font-size: 18px;
    color: #fefefe;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}


.sub-categ-listings2 {
    background: linear-gradient(135deg, #3E2C41, #203a43, #B76F5A);
    font-family: "Poppins", sans-serif;
    /* color: #fff; */
    /* padding: 50px; */
}

.spotcard__container {
    display: flex;
    gap: 25px;
    align-items: stretch;
    max-width: 100%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #fff 0px -3px 0px inset;
    /* border-bottom: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
    padding: 7px;
    border-radius: 10px;
    position: relative;
}

/* Left Side */
.spotcard__imagebox {
    position: relative;
    flex: 1;
    border-radius: 25px;
    width: 100%;
    height: 305px;
    top: 15px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    /* border-radius: 65px 85px 75px; */
    background: var(--background);
    backdrop-filter: blur(20px);
}

.spotcard__imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 65px 85px 75px;
    border-bottom: 3px solid #fff;
}

.spotcard__imagebox:hover img {
    transform: scale(1.05);
}

.spotcard__wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    padding: 10px 12px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
}

.spotcard__wishlist:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #ff4d6d;
}

.spotcard__cartwrap {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 1000;
    align-items: center;
}

.spotcard__cartwrap .add-to-cart .show-button {
    background: var(--background);
    max-width: 200px;
    padding: 5px;
    font-size: 14px;
    color: #fefefe;
    border: 1px solid #fff;
}

.spotcard__cartwrap .add-to-cart .quantity-control {
    max-width: 200px;
    padding: 7px;
    font-size: 16px;
    text-align: center;
    justify-content: space-between;
}

.spotcard__cartwrap .add-to-cart .show-button:hover {
    background: linear-gradient(135deg, #ff4b2b, #ff416c);
    transform: scale(1.05);
}

/* Right Side */
.spotcard__contentbox {
    flex: 1.2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 25px;
    padding: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    display: flex;
    border-bottom: 2px solid #fff;
    flex-direction: column;
    justify-content: center;
    height: 350px;
}

.spotcard__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fefefe;
}

.spotcard__subtitle {
    font-size: 15px;
    color: #fefefe;
    opacity: 0.8;
    margin-bottom: 20px;
}

.male-spot-price {
    background: linear-gradient(135deg, #fefefe44, #b7705a88);
    box-shadow: rgba(255, 255, 255, 0.25) 0px 14px 28px, rgba(255, 255, 255, 0.22) 0px 10px 10px;
    padding: 6px 12px;
    border-top: 1px dashed #fff;
    border-radius: 12px 25px;
}

.spotcard__price {
    font-size: 20px;
    font-weight: 700;
    color: #ffcc70;
    margin-bottom: 15px;
}

.spotcard__price del {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    font-size: 16px;
}

.spotcard__discount {
    color: #00ffae;
    font-weight: 600;
    margin-left: 10px;
    font-size: 12px;
    background: var(--background);
    padding: 5px;
    border-radius: 45px 25px;
}

.spotcard__duration {
    font-size: 15px;
    /* margin-bottom: 20px;   */
    opacity: 0.9;
    color: #fefefe;
}

.spotcard__desc p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-color);
}

.spotcard__desc span {
    font-weight: 600;
}

/* .spotcard__viewbtn {
      margin-top: 20px;
      font-weight: 600;
      cursor: pointer;
      background: var(--background);
      transition: color 0.3s ease;
    } */
.spotcard__viewbtn:hover {
    color: #ffcc70;
}

/* HTML: <div class="ribbon">Your text content</div> */
.spotcard__viewbtn {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.spotcard__viewbtn {
    --r: .5em;
    /* control the ribbon shape (the radius) */
    --c: #B76F5A;

    position: absolute;
    bottom: 20px;
    left: calc(-1*var(--r));
    line-height: 1.8;
    padding: calc(2*var(--r)) 1.6em 0;
    border-radius: var(--r) 0 0 var(--r);
    background:
        radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 100%/.5lh calc(100% - 2*var(--r)),
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 0/var(--r) calc(2*var(--r)),
        conic-gradient(at var(--r) calc(2*var(--r)), #0000 25%, var(--c) 0) 0 0/calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
}

.spots-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(11px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
}

.spotcard__imagebox:hover .spots-overlay {
    opacity: 1;
}

.spots-overlay button {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    color: #B76F5A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.spots-overlay button:hover {
    background: #ff4e74;
    color: #fff;
    transform: scale(1.1);
}


.desk-msg-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 35px;
    max-width: 1250px;
    width: 100%;
}

.desk-msg-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 4;
    opacity: 0;
    /* background: linear-gradient(135deg, #3E2C41, #B76F5A); */
    background: transparent;
    border: 1px dashed #fff;
    backdrop-filter: blur(25px);
    border-radius: 10px;
    padding: 5px;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.desk-msg-card:hover .desk-msg-overlay {
    opacity: 1;
    transform: translateY(0);
}

.desk-msg-overlay-btn {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 1.2rem; */
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.desk-msg-overlay-btn i {
    font-size: 15px;
}

.desk-msg-overlay-btn:hover {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #fff;
    transform: scale(1.1);
}

/* Card Base */
.desk-msg-card {
    display: flex;
    max-width: 100%;
    max-height: 520px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    /* box-shadow: 0 25px 50px rgba(0,0,0,0.1); */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: all 0.5s ease;
    transform: translateY(30px);
    opacity: 0;
    animation: desk-msg-fadeUp 0.8s ease forwards;
}

.desk-msg-card:nth-child(2) {
    animation-delay: 0.2s;
}

.desk-msg-card:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes desk-msg-fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.desk-msg-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
}

/* Background Shape */
.desk-msg-card-bg {
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 107, 107, 0.4), transparent 70%),
        radial-gradient(circle at 70% 70%, rgba(72, 219, 251, 0.4), transparent 70%);
    top: -25%;
    left: -25%;
    filter: blur(60px);
    z-index: 0;
    transform: rotate(20deg);
}

/* Image */
.desk-msg-card .desk-mdg-image {
    width: 320px;
    max-height: 520px;
}

.desk-msg-card .desk-mdg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    z-index: 2;
}

.desk-msg-card:hover .desk-mdg-image img {
    transform: scale(1.08);
}

/* Badge */
.desk-msg-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
    animation: desk-msg-pulse 2s infinite;
}

@keyframes desk-msg-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Content */
.desk-msg-content {
    padding: 22px;
    position: relative;
    z-index: 2;
    width: calc(100% - 320px);
}

.desk-msg-title {
    font-size: 1.10rem;
    font-weight: 700;
    color: #fefefe;
    text-shadow: 1px 2px 7px #2a2a2a;
    /* margin-bottom: 10px; */
}

/* HTML: <div class="ribbon">Your text content</div> */
.desk-msg-title {
    --r: .8em;
    /* control the cutout */
    position: relative;
    border-block: .5em solid #0000;
    padding-inline: .5em calc(var(--r) + 1em);
    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, #3E2C41, #0000) border-box,
        #B76F5A padding-box;
    /* the color  */
    width: fit-content;
}

.desk-msg-rating-time {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.msg-times {
    background: linear-gradient(120deg, #d4a245, #B76F5A);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 2px 15px;
    border-radius: 10px 10px 0px 0px;
    color: #fefefe;
    border-top: 2px dotted #fff;
}

.desk-msg-rating-time i {
    color: #f3c600;
}

.desk-msg-rating-time .msg-times i {
    color: #eee;
}

.desk-msg-desc {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 18px;
    text-decoration: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.desk-msg-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #9529d4;
    background: transparent;
    backdrop-filter: blur(20px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 4px 12px;
    margin-bottom: 18px;
    border-radius: 15px;
}

.desk-msg-price del {
    color: #999;
    margin-left: 8px;
    font-weight: 600;
    font-size: 15px;
}

/* Actions */
.desk-msg-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desk-msg-actions .add-to-cart {
    margin: 0;
    width: 133px;
}

.desk-msg-actions .add-to-cart .show-button {
    border: 1px dashed var(--text-color);
    background: linear-gradient(135deg, #3E2C41, #B76F5A, #eee);
    font-size: 12px;
    color: var(--text-color);
    padding: 11px 6px;
    font-weight: 600;
    margin-top: 0px;
    max-width: 133px;
    border-radius: 50px 25px;
}

.desk-msg-actions .add-to-cart .show-button:hover {
    background: linear-gradient(140deg, #6e42e5, #daae50, #3E2C41);
}

.desk-msg-actions .add-to-cart .quantity-control {
    display: none;
    align-items: center;
    background-color: rgb(255, 255, 255);
    max-width: 133px;
    margin-top: 7px;
    border-radius: 5px;
    padding: 4px 7px;
    justify-content: space-between;
}

.desk-msg-actions .add-to-cart .quantity-control button:hover {
    color: #fff;
}

.desk-msg-btn-view,
.desk-msg-btn-add {
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.desk-msg-btn-view {
    background: linear-gradient(135deg, #3E2C41, #27ae60, #ffffff5d);
}

.desk-msg-btn-add {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

.desk-msg-btn-view:hover,
.desk-msg-btn-add:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Quantity Selector */
.desk-msg-add-cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.desk-msg-quantity {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8f9fa;
    border-radius: 25px;
    padding: 4px 10px;
    font-weight: 500;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.7);
}

.desk-msg-quantity button {
    background: transparent;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #333;
    transition: 0.2s;
}

.desk-msg-quantity button:hover {
    color: #ff416c;
}

.cartx__header {
    background: linear-gradient(90deg, var(--cartx-main-color), var(--cartx-accent-color));
    color: #fff;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* --- Cart Cards --- */
.cartx__container {
    padding: 14px;
}

.cartx__card {
    background: #fff;
    border-radius: var(--cartx-radius);
    padding: 14px;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    gap: 12px;
    align-items: flex-start;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
    border-left: 1px solid #d88a7e;
    border-right: 1px solid #d88a7e;
    transition: all 0.3s ease;
}

.cartx__card:hover {
    transform: scale(1.01);
}

.cartx__img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
}

.cartx__info {
    flex: 1;
}

.cartx__info h6 {
    font-size: 15px;
    font-weight: 600;
    color: var(--cartx-text-dark);
    margin-bottom: 6px;
}

.cartx__price-section {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.cartx__price-section .cartx__new {
    font-size: 16px;
    font-weight: 600;
    color: var(--cartx-main-color);
}

.cartx__price-section .cartx__old {
    text-decoration: line-through;
    font-size: 13px;
    color: #999;
}

.cartx__price-section .cartx__off {
    background: #ff5252;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px 6px;
}

.cartx__timing {
    font-size: 13px;
    color: var(--cartx-text-light);
}

.cartx__qty-section {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cartx__qty-section select {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--cartx-text-dark);
    background: #f8f9fa;
    appearance: none;
    cursor: pointer;
}

.cartx__checkbox {
    accent-color: var(--cartx-main-color);
    margin-top: 4px;
}

/* GLASS CONTAINER */
.promo-container {
    width: 100%;
    max-width: 450px;
    padding: 32px;
    border-radius: 24px;

    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow:
        inset 0 2px 6px rgba(255, 255, 255, 0.5),
        inset 0 -2px 6px rgba(0, 0, 0, 0.05),
        0 10px 30px rgba(0, 0, 0, 0.08);

    animation: fadeUp 0.6s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.promo-header {
    font-size: 19px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 22px;
}

/* FIELD WRAPPER */
.promo-field {
    position: relative;
    display: flex;
    align-items: center;

    background: #f9fafc;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 16px;

    padding: 15px 18px;
    transition: 0.3s ease;

    box-shadow:
        inset 0 4px 8px rgba(255, 255, 255, 0.7),
        inset 0 -4px 8px rgba(0, 0, 0, 0.04);
}

.promo-field:focus-within {
    border-color: rgba(99, 102, 241, 0.45);
    box-shadow:
        0 0 0 6px rgba(99, 102, 241, 0.12),
        inset 0 4px 8px rgba(255, 255, 255, 0.8),
        inset 0 -4px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

/* FLOATING LABEL */
.promo-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 15px;
    pointer-events: none;
    transition: 0.25s ease;
    padding: 0 6px;
    background: #f9fafc;
}

.promo-input:not(:placeholder-shown)+.promo-label,
.promo-input:focus+.promo-label {
    top: -9px;
    font-size: 12px;
    color: #6366f1;
    font-weight: 500;
}

/* INPUT FIELD */
.promo-input {
    flex: 1;
    border: 0;
    outline: none;
    padding: 4px 8px;
    background: transparent;
    font-size: 16px;
    color: #1e293b;
    caret-color: #6366f1;
}

/* PREMIUM GRADIENT BUTTON */
.promo-button {
    border: 0;
    padding: 12px 26px;
    border-radius: 12px;

    background: linear-gradient(135deg, #6366f1, #3b82f6);
    color: white;
    font-weight: 600;
    white-space: nowrap;

    cursor: pointer;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.35);
    transition: 0.22s ease;
}

.promo-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(99, 102, 241, 0.4);
}

/* Disable button when input is empty */
.promo-input:placeholder-shown~.promo-button {
    opacity: 0.5;
    pointer-events: none;
    transform: none;
    box-shadow: none;
}

/* EXAMPLE PROMO CODE */
.promo-example {
    margin-top: 18px;
    background: #f1f5ff;
    border: 1px solid #dbe1ff;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 14px;
    color: #334155;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.promo-example code {
    background: #e5eaff;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
    color: #4f46e5;
    font-size: 13px;
}

.payment__method__area {
    margin-top: 40px;
    padding-bottom: 185px;
    background: #f9fafc;
    border: 1px solid #ddd;
    border-radius: 12px;
}


/* ---------- MAIN CARD ---------- */
.pricing-wrapper {
    border-radius: 16px;
    backdrop-filter: blur(10px);
    background: #ffffffcc;
    border: 1px solid #ffffff70;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    /* padding: 2rem; */
}

/* ---------- TABLE DESIGN ---------- */
.pricing-table thead th {
    background: rgba(13, 110, 253, 0.06);
    backdrop-filter: blur(4px);
    position: sticky;
    top: 0;
    z-index: 5;
    font-weight: 600;
}

.pricing-table tbody tr:hover {
    background: rgba(13, 110, 253, 0.05);
    transition: .25s;
}

.item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0b1a47;
}

.bb-total-amount {
    font-weight: 700;
    color: #0a2a78;
}

/* ---------- UPDATE BADGE ---------- */
.update-badge {
    background: linear-gradient(90deg, #3e8bfd, #0dcaf0);
    color: #fff;
    padding: .45rem .75rem;
    border-radius: .75rem;
    font-size: .75rem;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(13, 110, 253, 0.18);
}

/* ---------- SUMMARY BOX ---------- */
.summary-box {
    background: #f7f9ff;
    border-radius: 14px;
    padding: 1.3rem;
    border: 1px solid #e3e8ff;
    box-shadow: 0 10px 35px rgba(13, 110, 253, 0.05);
}

.summary-box hr {
    opacity: .15;
}

/* ---------- MOBILE TABLE ---------- */
@media (max-width: 576px) {
    .pricing-table thead {
        display: none;
    }

    .pricing-table tbody tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #e7eaff;
        border-radius: 10px;
        padding: .8rem;
        background: #ffffff;
        box-shadow: 0 4px 15px rgba(13, 110, 253, 0.05);
    }

    .pricing-table tbody td {
        display: flex;
        justify-content: space-between;
        padding: .4rem 0;
    }

    .pricing-table tbody td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #6c757d;
    }
}

/* Container */
.lux-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-top: 50px;
}

/* Fade animation */
.fade-in {
    animation: fadeIn 1.2s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Gold liquid animation */
@keyframes liquidGold {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.gold-animated {
    background: linear-gradient(135deg, #f7e5b5, #d6a85c, #f3d29e, #c5944e);
    background-size: 300% 300%;
    animation: liquidGold 3s ease infinite;
    color: #fff !important;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}

/* Aura glow */
.aura-glow {
    box-shadow:
        0 0 10px rgba(215, 168, 90, 0.4),
        0 0 25px rgba(215, 168, 90, 0.5),
        0 0 45px rgba(215, 168, 90, 0.25);
}

/* Ultra-luxury card */
.lux-location-card {
    padding: 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(175, 135, 70, 0.28);
    backdrop-filter: blur(20px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1), inset 0 0 25px rgba(255, 233, 170, 0.25);
    transition: 0.35s;
    position: relative;
}

.lux-location-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 4px;
    border-radius: 20px;
    background: linear-gradient(90deg, transparent, rgba(255, 205, 140, 0.9), transparent);
    filter: blur(3px);
}

.lux-location-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2), inset 0 0 30px rgba(255, 225, 170, 0.35);
}

/* Titles */
.lux-loc-title {
    font-size: 20px;
    font-weight: 600;
    color: #b58947;
    display: flex;
    align-items: center;
}

.lux-loc-title i {
    font-size: 24px;
    margin-right: 8px;
}

/* lux-date-box */
/* Change button */
.lux-change-btn a {
    padding: 15px 38px;
    border-radius: 14px;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, #f1d392, #c79a57);
    color: #fefefe;
    box-shadow: 0 6px 18px rgba(200, 150, 60, 0.3);
    transition: 0.3s;
}

.lux-change-btn a:hover {
    opacity: 0.9;
    box-shadow: 0 12px 25px rgba(200, 150, 60, 0.45);
}

/* Month & slot titles */
.lux-month-title,
.lux-slot-title {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #b58947;
    letter-spacing: 0.5px;
}

/* Date selector */
.lux-date-selector {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    gap: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-top: 22px;
    padding-bottom: 10px;
}

.lux-date-selector::-webkit-scrollbar {
    display: none;
}

.lux-date-box {
    min-width: 105px;
    padding: 16px 20px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid rgba(180, 150, 90, 0.25);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(15px);
    transition: 0.3s;
    text-align: center;
    box-shadow: rgba(180, 150, 90, 0.25) 0px 3px 8px;
}

.lux-date-box:hover {
    transform: translateY(-6px);
    border-color: #dab275;
}

.lux-date-box p {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.lux-date-box input {
    display: none;
}

/* Active date */
.lux-date-box input:checked+p {
    background: linear-gradient(135deg, #f7e5b5, #66491b, #f3d29e, #c5944e);
    background-size: 300% 300%;
    animation: liquidGold 3s ease infinite;
    padding: 12px;
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 0 10px rgba(215, 168, 90, 0.4), 0 0 25px rgba(215, 168, 90, 0.5);
}

/* Time slots */
.lux-time-selector {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.lux-time-box {
    padding: 16px 22px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid rgba(180, 150, 90, 0.25);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.lux-time-box:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: #dab275;
}

.lux-time-box p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.lux-time-box input {
    display: none;
}

/* Active time */
.lux-time-box input:checked+p {
    background: linear-gradient(135deg, #f7e5b5, #66491b, #f3d29e, #c5944e);
    background-size: 300% 300%;
    animation: liquidGold 3s ease infinite;
    padding: 12px 18px;
    border-radius: 16px;
    color: white;
    box-shadow: 0 0 10px rgba(215, 168, 90, 0.5), 0 0 25px rgba(215, 168, 90, 0.6), 0 0 45px rgba(215, 168, 90, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lux-date-box {
        min-width: 90px;
        padding: 14px;
    }

    .lux-time-box {
        padding: 14px 18px;
    }
}

/* --- WRAPPER --- */
.desk-summary-wrapper {
    max-width: 1100px;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* --- HEADER --- */
.desk-summary-header {
    background: linear-gradient(135deg, #3E2C41, #B76F5A);
    color: white;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.desk-summary-header h2 {
    font-weight: 700;
    margin: 0 0 5px;
}

/* --- MAIN CONTENT --- */
.desk-summary-content {
    padding: 40px;
}

/* --- SERVICE ITEM --- */
.desk-summary-service-item {
    display: flex;
    align-items: center;
    background: #fff5fa;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.desk-summary-service-item:hover {
    box-shadow: 0 6px 18px rgba(255, 105, 180, 0.3);
    transform: translateY(-3px);
}

.desk-summary-service-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 15px;
    margin-right: 20px;
}

.desk-summary-service-info h5 {
    margin: 0;
    font-weight: 600;
}

.desk-summary-service-info span {
    font-size: 14px;
    color: #888;
}

.desk-summary-price {
    font-weight: 600;
    color: #ff4081;
}

/* --- SUMMARY BILL CARD --- */
.desk-summary-bill-card {
    background: rgba(255, 240, 247, 0.85);
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 110px;
    z-index: 10;

}

.desk-summary-bill-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

/* --- BUTTON --- */
.desk-summary-btn-confirm a {
    background: linear-gradient(90deg, #ff6fa5, #ff89c9);
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 10px;
    color: white;
    transition: all 0.3s ease;
    width: 100%;
    text-decoration: none
}

.desk-summary-btn-confirm a:hover {
    background: linear-gradient(90deg, #ff4081, #ff72b1);
    transform: translateY(-2px);
}

/* --- DATE & TIME --- */
.desk-summary-date-time input,
.desk-summary-address input,
.desk-summary-address textarea {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
}

.desk-summary-date-time input:focus,
.desk-summary-address input:focus,
.desk-summary-address textarea:focus {
    border-color: #ff6fa5;
    box-shadow: 0 0 6px rgba(255, 111, 165, 0.4);
    outline: none;
}

/* --- DIVIDER --- */
.desk-summary-divider {
    border-top: 2px dashed #ffc1d9;
    margin: 30px 0;
}

.sa-header {
    background: linear-gradient(135deg, #3E2C41, #B76F5A);
    color: #fff;
    padding: 30px;
    text-align: center;
}

.sa-body {
    padding: 40px;
}

/* Beautician Cards */
.sa-beautician-card {
    background: #fff5fa;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .3s ease;
}

.sa-beautician-card.active,
.sa-beautician-card:hover {
    border-color: #3E2C41;
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.25);
    transform: translateY(-2px);
}

.sa-beautician-card img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: 20px;
}

/* Payment Method */
.sa-payment-method {
    padding: 20px;
}

.sa-method-card {
    border: 2px solid transparent;
    border-radius: 15px;
    background: #fff5fa;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
}

.sa-method-card.active,
.sa-method-card:hover {
    border-color: #ff6fa5;
    box-shadow: 0 4px 10px rgba(255, 105, 180, 0.3);
    transform: translateY(-2px);
}

.sa-method-card i {
    font-size: 28px;
    color: #ff6fa5;
    margin-bottom: 8px;
}

/* Promo Code */
.sa-promo-box {
    background: #ffe6f2;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
}

/* Summary */
.sa-summary {
    background: #fff0f7;
    border-radius: 15px;
    padding: 25px;
    position: sticky;
    top: 85px;
    z-index: 10;
    overflow-y: scroll;
    max-height: 500px;
}

.sa-summary::-webkit-scrollbar {
    width: 6px;
}

.sa-summary::-webkit-scrollbar-thumb {
    background: #ffb6d1;
    border-radius: 10px;
}

/* Pay Button */
.sa-btn-pay {
    background: linear-gradient(90deg, #ff6fa5, #ff89c9);
    border: none;
    padding: 14px 20px;
    font-weight: 600;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    position: relative;
    transition: .3s ease;
}

.sa-btn-pay:hover {
    background: linear-gradient(90deg, #ff4b9a, #ff76b9);
    transform: translateY(-2px);
}


/* ================================
   CUSTOM PROFESSIONAL ALERT
================================ */
.sa-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 280px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.85);
    border-left: 5px solid #ff6fa5;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(12px);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(-15px);
    animation: saSlideIn .45s ease forwards;
}

@keyframes saSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sa-alert-icon {
    font-size: 26px;
    margin-right: 12px;
}

.sa-alert-close {
    margin-left: auto;
    cursor: pointer;
    font-size: 22px;
}

.sa-alert.success {
    border-left-color: #2ecc71;
}

.sa-alert.success .sa-alert-icon {
    color: #2ecc71;
}

.sa-alert.error {
    border-left-color: #ff4757;
}

.sa-alert.error .sa-alert-icon {
    color: #ff4757;
}

.conf-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(157, 78, 221, 0.12);
    max-width: 600px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: block;
    margin: 55px auto;
    /* display:flex;
    flex-direction:column; */
    align-items: center;
    animation: fadeIn 0.8s ease forwards;

}

.checkmark {
    font-size: 72px;
    color: #ff6fa5;
    animation: pop 0.6s ease forwards;
}

@keyframes pop {
    0% {
        transform: scale(0);
    }

    70% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.conf-card h2 {
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
}

.conf-card p {
    color: #555;
    margin-bottom: 25px;
}

.desk-details {
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(157, 78, 221, 0.08);
    margin-bottom: 25px;
}

.desk-details div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.desk-details hr {
    margin: 10px 0;
}

.desk-btn-main {
    background: linear-gradient(90deg, #ff6fa5, #9d4edd);
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s;
    width: 48%;
}

.desk-btn-main:hover {
    opacity: .88;
}

.btn-secondary {
    background: #fff;
    border: 2px solid #9d4edd;
    color: #9d4edd;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 600;
    width: 48%;
}

/* confetti animation */
.confetti-piece {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff6fa5;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    animation: drop 2s ease-out forwards;
}

@keyframes drop {
    0% {
        opacity: 1;
        transform: translateY(0) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: translateY(400px) rotate(720deg);
    }
}




.lang-toggle {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #ffffffcc, #ffffff99);
    backdrop-filter: blur(15px);
    border: 1px solid #050529;
    padding: 12px 22px;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 9999;
}

.lang-toggle:hover {
    padding-right: 28px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
}

/* SLIDEOUT PANEL - PURE GLASS */
.lang-card {
    position: fixed;
    top: 50%;
    right: -260px;
    transform: translateY(-50%);
    width: 250px;
    padding: 22px;
    border-radius: 20px 0 0 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: -8px 0 28px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
}

.lang-card.show {
    right: 0;
    opacity: 1;
    pointer-events: auto;
}

.lang-card h4 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    background: linear-gradient(135deg, #000, #444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* LANGUAGE BUTTONS */
.lang-option {
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #333;
    transition: all 0.3s ease;
}

.lang-option:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: translateX(6px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

/* SELECTED LANGUAGE STYLE */
.lang-option.active {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.otp-resend-wrapper {
    margin-top: 10px;
}

.otp-timer-text {
    font-size: 14px;
    color: #6c757d;
}

.otp-resend-btn {
    display: none;
    margin-top: 8px;
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 6px;
    border: none;
    background: #198754;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.otp-resend-btn:hover {
    background: #157347;
}

;
}

.spas-modal-box {
    border-radius: 18px;
    border: none;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.spas-title {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.spas-order-card {
    display: block;
    text-align: center;
    padding: 28px 18px;
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.spas-order-card h6 {
    font-weight: 600;
    margin-top: 14px;
    color: #333;
}

.spas-order-card p {
    font-size: 13px;
    color: #888;
    margin-bottom: 0;
}

.spas-icon-box {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

.salon-card .spas-icon-box {
    background: linear-gradient(135deg, #ff7a18, #ffb347);
}

.spa-card .spas-icon-box {
    background: linear-gradient(135deg, #237a89, #3fb7c6);
}

.spas-order-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.spas-order-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(120deg, #237a89, #f89238);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .3s;
}

.spas-order-card:hover::before {
    opacity: 1;
}