body {
    background-color: #959e7b;
}

.shop-item-row {
    margin: 0 !important;
}

.popover-header {
    padding: 1rem;
    font-size: var(--font-size-caption);
    background-color: white;
    border-bottom: none;
    border-radius: calc(0.3rem - 1px);
}

.popover-body {
    display: none;
}

#reservationForm .iti, #reservationFormTwo .iti {
    margin-bottom: 65px !important;
}

.iti {
    width: 100% !important;
}

    .iti input {
        width: 100%;
    }

.modal-body .iti__country {
    color: black;
}

form .dropdown {
    margin-bottom: 65px;
}

    form .dropdown button {
        padding: 8px;
        border: none;
        border-bottom: 2px solid #EEF2E2;
        background: transparent;
        font-size: var(--font-size-h4);
        color: white;
        font-family: "Alexandria", sans-serif;
        font-weight: 200;
        width: 100%;
        text-align: start;
    }

form .dropdown-content {
    display: none;
    background-color: #959e7b;
    position: absolute;
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 1000;
}

    form .dropdown-content label {
        display: block;
        color: white;
    }

.time-icon {
    color: white;
    margin-top: -33px;
    margin-left: -5px;
    font-size: var(--font-size-h5);
}

.description ul {
    color: white !important;
}

.blog-clinic {
    margin-top: 2rem;
}

.description strong {
    color: white !important;
}

.custom-time-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

select[name="service"], select[name="category"] {
    padding: 4px;
    margin-bottom: 65px;
    border: none;
    border-bottom: 2px solid #EEF2E2;
    background: transparent;
    font-size: var(--font-size-body-large);
    color: white;
    font-family: "Alexandria", sans-serif;
    font-weight: 200
}

.white-time {
    width: 100% !important;
    padding: 10px 40px 10px 10px;
    font-size: var(--font-size-input);
    background: transparent;
    color: white;
    border: none;
    border-bottom: 2px solid white;
    outline: none;
}

    .white-time::placeholder {
        width: 100%;
        margin-bottom: 50px;
        border: none;
        background: transparent;
        font-size: var(--font-size-input);
        color: white;
        font-family: "Alexandria", sans-serif;
        font-weight: 200;
    }

.time-icon {
    position: absolute;
    right: 10px;
    top: calc(50% + 15px);
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
    line-height: 0;
    display: inline-flex;
    align-items: center;
}

.white-time::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 1;
    cursor: pointer;
    opacity: 0;
}

.shop-btn {
    margin-bottom: 20px;
}

.created-by p {
    text-transform: none !important;
}

.pointer {
    justify-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.news-img img {
    margin-top: 0 !important;
}

.fixed-width {
    width: 33.333333% !important;
}

.created-by-1 h4 {
    color: white;
    font-family: "Aleo", serif;
    font-weight: 400;
    font-size: var(--font-size-h5);
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: none;
    color: white;
}

.service-opt1 {
    font-size: var(--font-size-body) !important;
}

.fixed-alert {
    position: fixed;
    top: 100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-weight: 200;
    font-size: var(--font-size-body-large);
    line-height: 38px;
    letter-spacing: 0%;
}

    .fixed-alert.hide {
        opacity: 0;
        pointer-events: none;
    }

select[name="service"] option, select[name="category"] option {
    background-color: #959e7b;
    color: white;
}

.image-scroll-wrapper {
    scrollbar-width: none; /* Firefox */
}

form {
    width: 100%;
    margin: 0 auto;
}


.purchaseType {
    font-size: var(--font-size-body);
    font-family: "Alexandria", sans-serif;
    color: white;
    font-weight: 200;
}

.purchaseBtn {
    width: 48%;
}

.video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    overflow: hidden;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container {
    margin-top: 80px;
}

.shop-button {
    margin-bottom: 20px;
}


.services-team-title,
.subtitle p {
    font-size: var(--font-size-h2) !important;
}

.accordion-body {
    font-family: "Alexandria", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 200;
    font-size: var(--font-size-h5);
    line-height: 30px;
    letter-spacing: 0%;
    color: White;
    opacity: 0.8;
    border-bottom: 1px solid #FFFFFF;
}

.arrow-icon {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.arrow-svg {
    fill: white;
    transition: transform 0.3s ease;
    width: 16px;
    height: 16px;
}

.accordion-button:not(.collapsed) .arrow-svg {
    transform: rotate(90deg) !important;
}

.image-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.gallery-item {
    flex: 0 0 33.3333333%;
    scroll-snap-align: start;
    box-sizing: border-box;
}

    .gallery-item img {
        display: block;
        width: 100%;
        height: auto;
    }

.shop-container:hover .carousel-arrow {
    opacity: 1;
}


.gallery-item:not(:last-child) {
    border-right: 1px solid white;
}

.gallery-item {
    border-right: 1px solid white;
    border-left: 1px solid white;
}

    .gallery-item:last-child {
        border-right: 1px solid white;
    }

.accordion-title1 {
    font-family: "Alexandria", sans-serif;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    font-weight: 200;
    font-size: var(--font-size-h3);
    line-height: 47px;
    letter-spacing: 0%;
    color: white;
    margin-top: 40px;
}

.accordion {
    margin-top: 30px;
    border: none;
}

.shop-name {
    font-family: "Alexandria", sans-serif;
    color: white;
    font-weight: 200;
    font-size: var(--font-size-subtitle);
    line-height: 100%;
    letter-spacing: 0%;
}

.shop-price {
    color: white;
    font-weight: 400;
    font-size: var(--font-size-h3);
    line-height: 100%;
    letter-spacing: 0%;
}

.add-to-cart {
    border: none;
    background: none;
    color: white;
    font-size: var(--font-size-h3);
}

.image-footer {
    padding: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: var(--font-size-label);
    color: #333;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="time"], input[type="datetime-local"], input[type="service"], select {
    width: 100%;
    padding: 8px;
    margin-bottom: 65px;
    border: none;
    border-bottom: 2px solid #EEF2E2;
    background: transparent;
    font-size: var(--font-size-input);
    color: white;
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 8px;
    margin-bottom: 65px;
    border: none;
    border-bottom: 2px solid #EEF2E2;
    background: transparent;
    font-size: var(--font-size-input);
    color: white;
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
}

    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="service"]:focus, textarea:focus, input[type="time"]:focus {
        outline: none;
        border-bottom: 2px solid #EEF2E2;
    }

    input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="service"]::placeholder, textarea::placeholder, input[type="time"]::placeholder {
        font-weight: 200;
        font-size: var(--font-size-h4);
        line-height: 74px;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: white;
    }

.button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.reserve {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-body);
    color: white;
    background-color: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 12px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.reserve:hover {
    background-color: white;
    color: #474b3d;
    border-color: white;
}

.reserve:active {
    transform: scale(0.98);
}

.reserve-title {
    font-family: "Aleo", serif;
    font-weight: 400;
    font-size: var(--font-size-display-xl);
    line-height: 74px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
}

    .reserve-title .black-text {
        display: block;
    }

.reserve-des {
    font-family: "Alexandria", sans-serif;
    color: white;
    font-weight: 200;
    font-size: var(--font-size-h4);
    line-height: 47px;
    opacity: 0.8;
}

.image-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.icon {
    color: white;
    font-size: var(--font-size-card-title);
    padding-right: 10px;
}

.detail p {
    margin: 0 !important;
}

.footer-blog {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.detail {
    font-family: "Alexandria", sans-serif;
    color: white;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.image-scroll-wrapper {
    cursor: grab;
}

.shop-container {
    margin-top: 50px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.blog-details {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-details .icon {
    font-size: 14px !important;
}

.shop-button {
    padding: 5px 40px;
    background-color: #eef2e2;
    color: #474B3D;
    border: 2px solid #eef2e2;
    border-radius: 6px;
    font-size: var(--font-size-button);
}

.shop-button:hover {
    background-color: #959e7b;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.shop-title {
    margin-top: 30px;
    font-weight: 400;
    font-size: var(--font-size-h4);
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: white;
}

.shop-subtitle {
    font-family: "Aleo", serif;
    font-weight: 400;
    font-size: var(--font-size-display-lg);
    line-height: 68px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
}

.shop-description {
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-card-title);
    line-height: 47px;
    padding-right: 20px;
    letter-spacing: 0%;
    color: white;
}

.services-team-title {
    font-weight: 400;
    font-size: var(--font-size-display-xl);
    text-transform: uppercase;
    color: white;
}

.services-team-sub {
    font-weight: 200;
    font-family: "Alexandria", sans-serif;
    font-size: var(--font-size-body);
    color: white;
}

.main-image {
    position: relative;
    overflow: hidden;
}

a:hover {
    color: white !important;
}

.main-image img {
    width: 100%;
    margin-top: 100px;
    height: auto;
    display: block;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 1rem;
}

.services-title {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-h2);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: white;
    padding-bottom: 3rem;
    border-bottom: 1px solid white;
}

.servicesOptions {
    margin-left: 5%;
    margin-right: 5%;
}

.services-logo-home {
    max-width: 70% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-team-sub {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-body);
    letter-spacing: 0%;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.services-title-home {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-h5);
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    width: 100%;
}

.services-description-home {
    font-family: "Alexandria", sans-serif;
    font-weight: 100;
    font-size: var(--font-size-card-subtitle);
    line-height: 30px;
    text-align: center;
    color: white;
}

.spa-column {
    flex: 1 1 calc(50% - 110px);
    box-sizing: border-box;
}


.spa-image-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: visible;
    z-index: 2;
}


.spa-image {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    z-index: 1;
    position: relative;
}

.spa-column .spa-image {
    min-width: 350px;
}

.city-spa {
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-card-title);
    color: white;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.location-spa {
    font-size: var(--font-size-h4);
    color: white;
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    display: flex;
    margin-top: -10px;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    padding-right: 0px;
}

.spa-location-text {
    font-family: "Alexandria", sans-serif;
    font-weight: 300;
    font-size: var(--font-size-label);
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.spa-title-text {
    font-family: "Alexandria", sans-serif;
    font-weight: 500;
    font-size: var(--font-size-h5);
    color: white;
    line-height: 1.3;
    margin-bottom: 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.spa-info-section {
    position: absolute;
    z-index: 70;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
}

.spa-text-left {
    flex: 1;
}

.spa-read-more {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-body-small);
    color: white;
    white-space: nowrap;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.arrow-right {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: var(--font-size-body);
}

/* Hover effect only on desktop */
@media (hover: hover) and (pointer: fine) {
    .spa-swiper-container .swiper-slide a:hover .arrow-right,
    .nail-swiper-container .swiper-slide a:hover .arrow-right {
        transform: translateX(5px);
    }
}

.view-more-btn {
    display: flex;
    width: 98%;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0 auto;
}

.view-more-btn .arrow-right {
    transition: transform 0.3s ease;
}

.view-more-btn:hover .arrow-right {
    transform: translateX(5px);
}

.spa-read-more-button {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-body);
    color: white;
    background-color: transparent;
    border: 1px solid white;
    padding: 10px 25px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.spa-read-more-button:hover {
    background-color: white;
    color: #474b3d;
}

.btn-details {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-body-small);
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 6px;
    padding: 8px 30px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-details:hover {
    background-color: white;
    color: #474b3d;
}

.blogService {
    padding-top: 2%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.services-blog-title {
    margin-top: 1rem;
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-body);
    line-height: 47px;
    color: white;
    text-align: center;
}

.services-blog-location {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-h2);
    line-height: 74px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

.separator {
    width: 130px;
    height: 1px;
    background-color: white;
    margin: 0px auto;
    text-align: center;
}

.blog-img {
    height: 850px;
    margin-top: 0 !important;
    object-fit: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-blog {
    font-family: "Alexandria", sans-serif;
    font-weight: 300;
    font-size: var(--font-size-h2);
    line-height: 100%;
    letter-spacing: 0%;
}

.services h3 {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-body);
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: white;
}

.services-seperator {
    width: 130px;
    height: 1px;
    background-color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.subtitle p {
    font-weight: 400;
    font-size: var(--font-size-display-lg);
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
}

.black-text {
    color: #474B3D !important;
}

.description p {
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-body);
    color: White;
}

.news-scroll-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 10px;
}

.news-card:hover {
    transform: scale(1.02);
}

.news-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.news-scroll-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.news-scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

#scrollContainer1,
#scrollContainer {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    #scrollContainer1 ::-webkit-scrollbar,
    #scrollContainer::-webkit-scrollbar {
        display: none;
    }

.card .card-img-top, .card img {
    border-radius: .25rem;
    height: 300px;
    object-fit: cover;
}

.card-title p {
    font-family: "Alexandria", sans-serif;
    font-weight: 300;
    font-size: var(--font-size-h4);
    line-height: 100%;
    margin-bottom: 2rem;
    color: white;
}

.card-text {
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    font-size: var(--font-size-body);
    color: white;
    line-height: 34px;
    margin-bottom: 2rem;
}

.card-subtitle {
    font-size: 0.9em;
    font-family: "Alexandria", sans-serif;
    font-weight: 200;
    color: white;
    margin-bottom: 2rem;
}

.button-readmore {
    border: 1px solid #FFFFFF;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 200;
    font-size: var(--font-size-body);
    line-height: 30px;
    color: white;
    opacity: 0.8;
}

a:hover .button-readmore {
    background: white;
    color: #959e7b;
}

.card-body {
    padding-top: 35px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
}

.news-card1 {
    padding-bottom: 2%;
    width: 33.3333%;
    padding-left: 16px;
    padding-right: 16px;
}

.news-scroll-container {
    display: flex;
    overflow-x: auto;
}

.card {
    border-radius: 0 !important;
}

.blog-news {
    padding-bottom: 0px;
}

.pointer {
    cursor: pointer;
}

.spa-scroll-wrapper {
    overflow: visible;
    padding-bottom: 0;
}

.spa-row-horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.spa-column-horizontal {
    flex: 1 1 22%;
    box-sizing: border-box;
}

/* Swiper Carousel Styles */
.spa-carousel-wrapper,
.nail-carousel-wrapper {
    position: relative;
    padding: 40px 20px 80px 20px;
    overflow: visible;
}

.spa-swiper-container,
.nail-swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    margin: -20px;
}

/* Swiper slide styling */
.spa-swiper-container .swiper-slide,
.nail-swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0.95);
    opacity: 0.8;
    max-width: 350px;
}

/* Active slide - scale up */
.spa-swiper-container .swiper-slide-active,
.nail-swiper-container .swiper-slide-active {
    transform: scale(1);
    max-width: 350px;
}

/* Swiper wrapper */
.spa-swiper-container .swiper-wrapper,
.nail-swiper-container .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Swiper container should stay within bounds - styling moved to carousel wrapper section above */

/* Card styling with rounded corners */
.spa-swiper-container .swiper-slide a,
.nail-swiper-container .swiper-slide a {
    border-radius: 20px;
    display: block;
    max-width: 350px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

/* Hover effect only on desktop */
@media (hover: hover) and (pointer: fine) {
    .spa-swiper-container .swiper-slide a:hover,
    .nail-swiper-container .swiper-slide a:hover {
        transform: translateY(-5px);
    }
}

/* Image wrapper with rounded corners */
.spa-swiper-container .spa-image-wrapper,
.nail-swiper-container .spa-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
    width: 100%;
    max-width: 350px;
    position: relative;
    margin: 0 auto;
}

.spa-swiper-container .spa-image,
.nail-swiper-container .spa-image {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Gradient overlay for text readability */
.spa-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 60;
    pointer-events: none;
}

/* Line-style pagination */
.spa-swiper-pagination,
.nail-swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.spa-swiper-pagination .swiper-pagination-bullet,
.nail-swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 !important;
    cursor: pointer;
}

.spa-swiper-pagination .swiper-pagination-bullet:hover,
.nail-swiper-pagination .swiper-pagination-bullet:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.spa-swiper-pagination .swiper-pagination-bullet-active,
.nail-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #D4A574;
    width: 50px;
    opacity: 1;
}

.spa-image-wrapper1::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 85%;
    height: 700px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: 2px solid #474b3d;
    transform: rotate(8deg);
    z-index: 3;
    pointer-events: none;
    background: transparent;
}

.nail-horizontal {
    margin-top: 16px;
}

.nails-logo {
    width: 150px;
}

.inside-blog {
    width: 80%;
    margin: 0 auto;
}

.price-list {
    font-weight: 500;
    font-size: var(--font-size-h3);
    line-height: 53px;
    letter-spacing: 0%;
    margin-top: 10%;
    color: white;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

    .price-list::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 205px;
        transform: translateY(-50%);
        width: 150px;
        height: 3px;
        background-color: white;
    }

    .price-list::before {
        content: '>';
        position: absolute;
        top: 50%;
        right: 200px;
        transform: translateY(-50%);
        font-size: var(--font-size-icon-lg);
        color: white;
    }


.our-team {
    font-size: var(--font-size-h2);
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.card1 img {
    border-radius: 10px;
}

.member-name p {
    font-family: "Alexandria", sans-serif;
    text-align: left;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: var(--font-size-h5);
    line-height: 35px;
    vertical-align: middle;
    text-transform: capitalize;
}

.member-role p {
    font-family: "Alexandria", sans-serif;
    text-align: left;
    font-weight: 200;
    font-size: var(--font-size-body);
    color: white;
    vertical-align: middle;
    text-transform: capitalize;
    opacity: 0.8;
}

.team-services {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-body);
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: white;
}

.services-div {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.align-left-sep {
    margin-left: 0;
}

.spa-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    margin: 0;
    padding: 0;
    justify-self: center;
}

    .spa-row::-webkit-scrollbar {
        display: none;
    }

.spa-row {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .spa-row .spa-column {
        flex: 0 0 50%;
        min-width: 49%;
        box-sizing: border-box;
        padding: 0.5rem;
        justify-items: center;
    }

.accordion-item + .accordion-item {
    margin-top: 1em;
}

.accordion-title {
    width: 100%;
    text-align: left;
    padding: .75em 1em;
    background: #f1f1f1;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: var(--font-size-body);
}

.accordion-icon {
    position: absolute;
    right: 1em;
    transition: transform .3s;
}

.accordion-content {
    display: none;
    padding: 1em;
    border: 1px solid #f1f1f1;
    border-top: none;
}

    .accordion-content.open {
        display: block;
    }

.accordion-title.open .accordion-icon {
    transform: rotate(180deg);
}

.carousel-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 100%;
    user-select: none;
}

.left-arrow {
    left: 15px;
}

.right-arrow {
    right: 0px;
}

.carousel-arrow1 {
    position: absolute;
    top: 15%;
    bottom: auto;
    z-index: 10;
    background-color: unset;
    border: none;
    user-select: none;
}

.left-arrow1 {
    left: -7%;
}

.right-arrow1 {
    right: -7%;
}

.flatpickr-time input.flatpickr-hour, .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    color: #393939 !important;
}

.spa-location-text p {
    margin-bottom: 0;
}

@media(max-width:400px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        width: 100%;
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .spa-row-horizontal {
        gap: 20px !important;
    }

    .left-arrow1 {
        left: 0px;
    }

    .right-arrow1 {
        right: 0px;
    }
}

@media(min-width:1400px)and (max-width:1900px) {
    .spa-col1 {
        padding-left: 30px;
        padding-right: 30px;
        justify-self: center;
    }
}

@media(min-width:1900px) {
    .container {
        max-width: none;
        width: 85% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-clinic.servicesOptions {
        max-width: 1800px;
        place-self: center;
    }

    .our-team-sub {
        width: 60% !important;
    }

    .spa-row .spa-column {
        min-width: 47% !important;
    }

    .location-nail,
    .wrapper-nail {
        width: 100%;
    }


    .spa-row {
        display: flex;
        gap: 0;
        justify-self: initial;
    }
}

@media(min-width:768px) and (max-width:1400px) {
    .detail {
        font-size: 15px;
        line-height: 1.5;
    }

    .blog-details .icon {
        font-size: 18px !important;
    }

    .location-nail, .wrapper-nail {
        width: 100% !important;
    }

    .location-spa::before {
        top: 50%;
    }

    .location-spa::after {
        top: 50%;
        width: 75px;
    }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1099px) {
    .spa-swiper-container .spa-image-wrapper,
    .nail-swiper-container .spa-image-wrapper {
        height: 480px;
    }
    
    .spa-info-section {
        bottom: 70px;
        padding: 0 22px;
    }
    
    .spa-location-text {
        font-size: var(--font-size-caption);
    }

    .spa-title-text {
        font-size: var(--font-size-card-subtitle);
    }

    .spa-read-more {
        font-size: var(--font-size-label);
        gap: 4px;
    }

    .arrow-right {
        font-size: var(--font-size-body-small);
    }
}

/* Mobile adjustments */
@media(max-width:768px) {
    .spa-column {
        flex: 1 1 100%;
    }

    .card-body {
        padding: 15px !important;
    }

    .nails-blog {
        filter: blur(3px);
    }

    .image-container {
        width: 80%;
    }

    .accordion-title1 {
        font-size: var(--font-size-card-title);
        line-height: 36px;
    }

    .spa-carousel-wrapper,
    .nail-carousel-wrapper {
        padding: 20px 15px 70px 15px;
    }
    
    .spa-swiper-container .swiper-slide,
    .nail-swiper-container .swiper-slide {
        width: 100% !important;
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .spa-swiper-container .swiper-slide-active,
    .nail-swiper-container .swiper-slide-active {
        transform: scale(1) !important;
        opacity: 1 !important;
    }
    
    .spa-swiper-container .swiper-slide a,
    .nail-swiper-container .swiper-slide a {
        max-width: none;
        width: 100%;
    }

    .spa-swiper-container .spa-image-wrapper,
    .nail-swiper-container .spa-image-wrapper {
        height: 450px;
        width: 100%;
    }

    .spa-swiper-container .spa-image,
    .nail-swiper-container .spa-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .spa-info-section {
        bottom: 20px;
        padding: 0 20px;
    }
    
    .spa-location-text {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .spa-title-text {
        font-size: var(--font-size-body);
    }

    .spa-read-more {
        font-size: var(--font-size-caption);
        margin-left: 10px;
        gap: 3px;
    }

    .arrow-right {
        font-size: 13px;
    }

    .spa-swiper-pagination .swiper-pagination-bullet,
    .nail-swiper-pagination .swiper-pagination-bullet {
        width: 30px !important;
        height: 2px !important;
    }

    .spa-swiper-pagination .swiper-pagination-bullet-active,
    .nail-swiper-pagination .swiper-pagination-bullet-active {
        width: 40px !important;
        height: 2px !important;
    }

    .reserve,
    .shop-button {
        padding: 4px 25px !important;
        font-size: var(--font-size-card-subtitle) !important;
    }

    .subtitle p {
        font-size: var(--font-size-subtitle);
        line-height: 32px;
    }

    .fixed-alert {
        position: fixed;
        top: 80px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        opacity: 1;
        transition: opacity 0.5s ease;
        font-weight: 200;
        font-size: var(--font-size-card-subtitle);
        line-height: 38px;
        letter-spacing: 0%;
    }

    .news-card1 {
        width: 100% !important;
    }

    .services-title {
        padding-top: 25px;
        margin-top: -3rem;
        padding-bottom: 25px !important;
        font-size: var(--font-size-h4) !important;
    }

    .spa-col1 {
        padding: 0 !important;
    }

    .location-nail, .wrapper-nail {
        width: 100% !important;
    }

    .city-spa {
        font-size: var(--font-size-h5) !important;
    }

    .location-spa {
        margin-top: -10px !important;
        font-weight: 600;
        font-size: var(--font-size-h4) !important;
    }

    .services-blog-location {
        font-size: var(--font-size-subtitle) !important;
        line-height: 45px;
    }

    .services-blog-location {
        font-size: var(--font-size-card-subtitle);
        line-height: 36px;
    }

    .bambo-spa-img {
        width: 82%;
    }

    .main-image img {
        margin-top: 80px !important;
    }

    .blog-img {
        height: auto !important;
    }

    .reserve-title {
        font-size: var(--font-size-h3) !important;
        line-height: 40px !important;
    }

    .spa-sub {
        margin-top: -2rem
    }

    services-team-title,
    .subtitle p {
        font-size: var(--font-size-h2) !important;
        line-height: 46px !important;
    }

    .gallery-item {
        flex: 0 0 100%;
    }

    .news-logo {
        font-size: var(--font-size-h4) !important;
        line-height: 30px !important;
    }

    .servicesOptions {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="time"], input[type="service"], select {
        margin-bottom: 45px !important;
    }

    .nail-sub {
        margin-top: -2rem !important;
    }

    .price-list::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        width: 100px;
        height: 3px;
        background-color: white;
    }

    .price-list::before {
        content: '>';
        position: absolute;
        top: 50%;
        right: 35px;
        transform: translateY(-50%);
        font-size: var(--font-size-icon-lg);
        color: white;
    }

    .price-list {
        margin-bottom: 2rem;
    }

    .spa-row, .spa-row-horizontal {
        display: flex;
        flex-direction: column;
        overflow-x: unset;
        flex-wrap: wrap;
    }

        .spa-row .spa-column, .spa-column-horizontal {
            flex: 1 0 auto;
            width: 100%;
            box-sizing: border-box;
            padding: 0.5rem 0;
        }

    .left-arrow1 {
        left: 0px;
    }

    .right-arrow1 {
        right: 0px;
    }

    .our-team {
        font-size: var(--font-size-h2) !important;
        line-height: 35px;
        margin-top: -20px;
    }

    .detail {
        font-size: 14px;
        line-height: 1.4;
    }

    .inside-blog {
        width: 100%;
    }

    .icon {
        font-size: var(--font-size-body);
    }

    .shop-subtitle,
    .member-name p {
        line-height: 30px !important;
    }

    .image-scroll-wrapper {
        margin-top: 20px;
    }

    .image-footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .shop-name {
        white-space: normal;
        font-size: var(--font-size-card-subtitle);
        line-height: 24px;
    }

    .shop-price {
        font-size: var(--font-size-card-title);
        line-height: 26px;
    }

    .left-arrow {
        left: 0;
    }

    .right-arrow {
        right: 0;
    }

    .carousel-arrow {
        padding: 2px 9px;
    }
}

@media(min-width:1000px) and (max-width:1200px) {
    .price-list::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        width: 150px;
        height: 3px;
        background-color: white;
    }

    .price-list::before {
        content: '>';
        position: absolute;
        top: 50%;
        right: 35px;
        transform: translateY(-50%);
        font-size: var(--font-size-icon-lg);
        color: white;
    }
}

@media(min-width:768px) and (max-width:1000px) {
    .price-list::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        width: 100px;
        height: 3px;
        background-color: white;
    }

    .price-list::before {
        content: '>';
        position: absolute;
        top: 50%;
        right: 35px;
        transform: translateY(-50%);
        font-size: var(--font-size-icon-lg);
        color: white;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .spa-column-horizontal {
        flex: 1 1 45%;
    }
}

@media (min-width: 1600px) and (max-width:1900px) {
    .container {
        max-width: none;
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:480px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }

    .location-spa::after {
        width: 50px;
    }
}

@media(min-width:768px) {
    .blog-item1 {
        padding: 35px;
    }
}

@media(min-width:2000px) {
    .blog-img {
        max-height: 1200px !important;
        height: auto !important;
    }

    .about-blog {
        margin-top: 100px !important;
    }
}

@media (min-width:768px) and (max-width:1700px) {
    .news-img {
        height: 700px !important;
    }
}

@media(max-width:1100px) {
    .our-team-sub {
        width: 100% !important;
    }

    .location-spa::after {
        font-size: var(--font-size-h3) !important;
    }

    .location-spa {
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .spa-image-wrapper {
        height: 350px;
    }
}

@media(min-width:1200px) {
    .left-col-shop {
        padding-left: 50px !important;
        padding-right: 35px !important;
    }

    .col-item-8 {
        padding-right: 1px !important;
    }
}

@media(min-width:768px)and (max-width:1100px) {
    .left-col-shop {
        padding-left: 20px !important;
        padding-right: 10px !important;
    }

    .col-item-8 {
        padding-right: 1px !important;
    }

    .shop-subtitle {
        font-size: var(--font-size-display-md) !important;
        line-height: 40px !important;
    }

    .shop-description {
        padding-right: 0 !important;
    }

    .gallery-item img {
        display: block;
        width: 100%;
        height: 241px !important;
    }
}

@media(min-width:1500px) {
    .services-description-home {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:1100px) and (max-width:1600px) {
    .location-spa::after {
        font-size: var(--font-size-h3) !important;
    }

    .location-spa {
        margin-top: 0;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: flex-start;
    }
}

@media(max-width:767px) {
    .location-spa::after {
        font-size: var(--font-size-h5) !important;
    }

    .location-spa {
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .spa-image-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
        z-index: 2;
    }

    .spa-image {
        height: 400px;
        min-width: 400px;
    }
}

@media (min-width: 1400px)and (max-width:1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1340px;
    }
}

@media (min-width: 1100px) {
    .spa-image-wrapper {
        margin-top: 10px;
        height: 350px;
    }
}

@media (min-width: 1600px) {
    .spa-image-wrapper {
        margin-top: 10px;
        height: 450px;
    }

    .spa-column .spa-image {
        width: 420px !important
    }
}
