 body {
            margin: 0;
            font-family: 'Playfair Display', serif;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #757575;
            text-align: left;
            background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
                url('logomyspa.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }

        /* Select2 Custom Styling for Mobile */
        @media (max-width: 576px) {

            .select2-container--bootstrap-5 .select2-selection--multiple,
            .select2-container--bootstrap-5 .select2-selection--single {
                font-size: 0.95rem;
                /* Slightly larger for readability */
                padding: 0.5rem 0.75rem;
                /* Increased padding for breathing room */
                min-height: 50px;
                /* Taller input for better touch interaction */
                margin-bottom: 0.75rem;
                /* Add spacing below to separate from other form elements */
                border-radius: 0.3rem;
                /* Slightly softer corners */
            }

            .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
                gap: 0.75rem;
                /* More space between chips */
                padding: 0.5rem 0;
                /* Extra vertical padding for chips container */
            }

            .select2-container--bootstrap-5 .select2-selection__choice {
                font-size: 0.85rem;
                /* Slightly larger for readability */
                padding: 0.4rem 0.75rem;
                /* More padding for touch-friendly chips */
                border-radius: 0.3rem;
                /* Softer corners for chips */
                max-width: calc(100% - 1rem);
                /* Prevent chips from touching edges */
                margin: 0.25rem;
                /* Add margin around each chip */
                line-height: 1.4;
                /* Improve text alignment */
            }

            .select2-container--bootstrap-5 .select2-selection__choice__remove {
                font-size: 1.1rem;
                /* Larger remove button for easier tapping */
                margin-left: 0.75rem;
                /* More space for touch accuracy */
                padding: 0.2rem;
                /* Add padding to make the button a larger touch target */
            }

            .select2-container--bootstrap-5 .select2-dropdown {
                max-height: 250px;
                /* Slightly shorter dropdown to fit mobile screens */
                margin-top: 0.5rem;
                /* Space between input and dropdown */
                border-radius: 0.3rem;
                /* Softer corners */
                box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
                /* Softer shadow for depth */
            }

            .select2-container--bootstrap-5 .select2-results__option {
                font-size: 0.95rem;
                /* Improved readability */
                padding: 10px 14px;
                /* More padding for touch-friendly options */
                line-height: 1.4;
                /* Better text alignment */
            }

            .select2-container--bootstrap-5 .select2-results__group {
                font-size: 1.05rem;
                /* Slightly larger for clarity */
                padding: 8px 14px;
                /* More padding for optgroup labels */
                background-color: #f1f3f5;
                /* Subtle background to distinguish groups */
            }

            .select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field {
                font-size: 0.95rem;
                /* Match option font size */
                padding: 8px 14px;
                /* More padding for search input */
                margin: 0.5rem;
                /* Add margin to separate from options */
            }

            .select2-container--bootstrap-5 .select2-selection__clear {
                font-size: 1.1rem;
                /* Larger clear button for touch */
                margin-right: 0.75rem;
                /* More space for touch accuracy */
            }

            /* Custom Scrollbar for Dropdown */
            .select2-container--bootstrap-5 .select2-dropdown::-webkit-scrollbar {
                width: 10px;
                /* Wider scrollbar for easier scrolling */
            }

            .select2-container--bootstrap-5 .select2-dropdown::-webkit-scrollbar-track {
                background: #f1f3f5;
                /* Subtle track color */
                border-radius: 0.3rem;
            }

            .select2-container--bootstrap-5 .select2-dropdown::-webkit-scrollbar-thumb {
                background: #6c757d;
                /* Darker thumb for contrast */
                border-radius: 0.3rem;
            }

            .select2-container--bootstrap-5 .select2-dropdown::-webkit-scrollbar-thumb:hover {
                background: #495057;
                /* Darker on hover */
            }
        }

        /* Responsive Adjustments */
        @media (max-width: 576px) {

            .select2-container--bootstrap-5 .select2-selection--multiple,
            .select2-container--bootstrap-5 .select2-selection--single {
                font-size: 0.9rem;
                padding: 0.25rem 0.5rem;
            }

            .select2-container--bootstrap-5 .select2-selection__choice {
                font-size: 0.8rem;
                padding: 0.2rem 0.4rem;
            }

            .select2-container--bootstrap-5 .select2-results__option {
                font-size: 0.9rem;
                padding: 6px 10px;
            }

            .select2-container--bootstrap-5 .select2-results__group {
                font-size: 1rem;
                padding: 6px 10px;
            }
        }

        /* Existing styles (unchanged) */
        @media (max-width: 576px) {
            .navbar-brand {
                justify-content: center;
                width: 100%;
                margin-left: 0 !important;
            }

            .navbar-brand h1 {
                display: none;
            }

            .navbar-brand img {
                height: 100px !important;
                width: auto;
                margin-right: 0 !important;
                display: block;
            }
        }

        @media (min-width: 992px) {

            .hours-text,
            .pricing-text,
            .contact-form {
                margin-left: -300px;
            }
        }

        html,
        body {
            width: 100%;
            overflow-x: hidden;
        }

        img,
        iframe,
        embed,
        object,
        video {
            max-width: 100%;
        }

        .container-fluid,
        .container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
            width: 100%;
        }

        .carousel-item img {
            width: 100%;
            height: auto;
        }

        .position-absolute {
            left: 0;
            right: 0;
        }

        /* Existing gallery and spinner styles (unchanged) */
        .gallery .tab-class .nav-item {
            padding: 0 0 20px 0;
        }

        .gallery .tab-class .nav-item a.active {
            background: var(--bs-success) !important;
        }

        .gallery .tab-class .nav-item a.active span {
            color: var(--bs-white) !important;
        }

        .gallery .gallery-img {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

        .gallery .gallery-img img {
            transition: 0.5s;
        }

        .gallery .gallery-img:hover img {
            transform: scale(1.3);
        }

        .gallery .gallery-img .gallery-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 10px;
            transition: 0.5s;
            opacity: 0;
            z-index: 1;
        }

        .gallery .gallery-img .search-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: 0.5s;
            opacity: 0;
            z-index: 2;
        }

        .gallery .gallery-img:hover .gallery-overlay,
        .gallery .gallery-img:hover .search-icon {
            opacity: 1;
        }

        @media (max-width: 767.98px) {
            .gallery .container {
                padding-left: 15px;
                padding-right: 15px;
            }

            .gallery .row.g-4 {
                margin-left: -7.5px;
                margin-right: -7.5px;
            }

            .gallery .col-lg-3 {
                padding-left: 7.5px;
                padding-right: 7.5px;
                margin-bottom: 15px;
            }

            .gallery-img {
                border-radius: 8px !important;
                overflow: hidden;
            }
        }

        .spinner {
            width: 40px;
            height: 40px;
            border: 4px solid #f3f3f3;
            border-top: 4px solid #343a40;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto 10px;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .iti {
            width: 100%;
        }

        .iti__flag-container {
            padding-left: 10px;
            padding-right: 5px;
        }

        .iti__selected-flag {
            background-color: #fff;
            border-right: 1px solid #ced4da;
            padding-right: 10px;
        }

        #phone {
            padding-left: 100px !important;
            height: 47px;
            border-radius: 0.25rem;
            font-family: 'Playfair Display', serif;
            font-size: 1rem;
            color: #757575;
        }

        .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
            background-color: #f8f9fa;
        }

        .iti__country-list {
            border-radius: 0.25rem;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            max-height: 200px;
            overflow-y: auto;
        }

        .iti__country {
            padding: 5px 10px;
            font-family: 'Playfair Display', serif;
        }

        .iti__country:hover {
            background-color: #f8f9fa;
        }

        .form-control.iti__tel-input {
            border: 1px solid #ced4da;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .form-control.iti__tel-input:focus {
            border-color: #80bdff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            outline: 0;
        }

        @media (max-width: 576px) {
            #phone {
                padding-left: 90px !important;
                font-size: 0.9rem;
            }

            .iti__flag-container {
                padding-left: 5px;
            }
        }

          p {
        color: black;
     }

          td {
        color: black;
     }

       li {
        color: black;
     }