        :root {
            --bg-cream: #FFF8E9;
            --bg-light: #FFEECD;
            --bg-tan: #D2B48C;
            --bg-olive: #9FA89A;
            --green: #6F7F6A;
            --brown: #8B6A43;
            --text: #1F1F1F;
            --white: #FFFFFF;
            --heading: #B08A3C;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background: var(--bg-cream);
            color: var(--text);
        }

        a {
            text-decoration: none !important;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .font-libre {
            font-family: 'Libre Baskerville', serif;
        }

        .error {
            color: #fff !important;
            background-color: red;
            font-size: 14px;
            padding-left: 7px;
            width: 100%;
            display: block;
        }

        .container {
            max-width: 1380px;
        }

        p {
            font-size: 16px;
            color: #000;
        }

        html {
            overflow-x: hidden;
        }

        .page-template:not(.home) .navbar ul li a,
        .single-post:not(.home) .navbar ul li a,
        .error404:not(.home) .navbar ul li a,
        .archive:not(.home) .navbar ul li a {
            color: #000;
        }

        .page-template:not(.home) .navbar .btn-book,
        .single-post:not(.home) .navbar .btn-book,
        .error404:not(.home) .navbar .btn-book,
        .archive:not(.home) .navbar .btn-book {
            background: var(--text);

        }

        .page-template:not(.home) .navbar .btn-book a,
        .single-post:not(.home) .navbar .btn-book a,
        .error404:not(.home) .navbar .btn-book a,
        .archive:not(.home) .navbar .btn-book a {
            color: var(--white);
        }

        .section {
            padding: 80px 0;
        }

        /* .section-label {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--green);
            font-family: 'Libre Baskerville', serif;
            font-size: 18px;
            margin-bottom: 10px;
        }
         */

        .section-label::before {
            content: "";
            width: 28px;
            height: 2px;
            background: currentColor;
            display: block;
        }

        .section-title {
            font-family: 'Libre Baskerville', serif;
            font-size: 36px;
            margin-bottom: 20px;
        }

        .navbar-brand img {
            height: 85px;
            object-fit: contain;
        }

        .navbar-nav {
            align-items: center;
            gap: 25px;
        }

        .navbar-collapse {
            justify-content: end;
        }

        .navbar-nav .nav-link {
            color: var(--white);
            font-size: 16px;
            padding: 0px !important;
            text-transform: capitalize;
            text-transform: uppercase;
            letter-spacing: .5px;
        }

        .navbar-nav .nav-link:hover {
            color: var(--bg-light);
        }

        p:empty {
            display: none !important;
        }

        .site-header {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            z-index: 9;
            padding: 5px 0;
        }

        .btn-book {
            background: var(--bg-light);
            color: var(--text);
            border: none;
            border-radius: 0;
            padding: 12px 16px;
            font-size: 16px;
        }

        .btn-book:hover {
            background: var(--green);
            color: #fff;
        }

        .btn-green {
            background: var(--green);
            color: var(--white);
            border: none;
            border-radius: 0;
            padding: 12px 20px;
            font-size: 16px;
            text-transform: none;
        }

        .btn-green:hover {
            background: var(--text);
            color: #fff;
        }

        .btn-dark-custom {
            background: var(--text);
            color: var(--white);
            border: none;
            border-radius: 0;
            padding: 12px 20px;
            font-size: 16px;
            text-transform: capitalize;
        }


        .btn-dark-custom:hover {
            background: var(--green);
            color: #fff;
        }

        .her-btn {
            display: flex;
            justify-content: start;
            gap: 6px;
            width: 100%;
            max-width: 440px;
        }

        .hero {
            padding-top: 140px;
            position: relative;
            padding-bottom: 50px;
        }

        .hero-title h1 {
            font-family: 'Libre Baskerville', serif;
            font-size: 64px;
            font-weight: 700;
            line-height: 84px;
            margin-bottom: 6px;
        }

        .hero::before {
            background-color: #8B6A43;
            z-index: -1;
            right: 0;
            height: 100%;
            top: 0;
            width: 100%;
            max-width: 68%;
            position: absolute;
            content: '';
        }

        .hero::after {
            position: absolute;
            content: '';
            height: 100%;
            background-image: url(../images/TEXTURE.png);
            top: 0;
            width: 100%;
            max-width: 65%;
            right: 0;
            z-index: -1;
        }

        .hero-card {
            background: var(--bg-light);
            padding: 70px 60px;
            min-height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero-title {
            margin-bottom: 10px;
        }

        .hero-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 500px;
        }

        .slider-dots {
            display: flex;
            gap: 10px;
            margin-top: 35px;
        }

        .slider-dots span {
            display: block;
            height: 4px;
            width: 24px;
            background: var(--bg-tan);
        }

        .slider-dots span.active {
            background: var(--brown);
        }

        .offers-bar {
            background: var(--bg-tan);
            padding: 20px 0;
        }

        .offer-section {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            align-items: center;
            gap: 15px;
        }

        .offer-title h3 {
            font-family: 'Libre Baskerville', serif;
            font-size: 24px;
            margin: 0;
            font-weight: 600;
            line-height: 35px;
        }

        .offer-price {
            font-family: 'Libre Baskerville', serif;
            font-size: 24px;
            margin-bottom: 4px;
            font-weight: 600;
        }

        .section {
            padding: 100px 0;
        }

        .section-label::before {
            content: "";
            width: 50px;
            height: 1px;
            background: currentColor;
            display: block;
        }

        .about-img,
        .feature-img,
        .blog-img,
        .service-img,
        .aerolase-img {
            width: 100%;
            object-fit: cover;
        }

        .about-img,
        .aerolase-img {
            height: 100%;
            min-height: 520px;
        }

        .stats .stat-number {
            font-family: 'Libre Baskerville', serif;
            font-size: 24px;
            margin-bottom: 4px;
        }

        .services-section {
            background: var(--green);
            color: var(--white);
        }

        .services-section .section-label,
        .services-section .section-title {
            color: var(--white);
        }

        .service-card p.title {
            font-family: 'Libre Baskerville', serif;
            font-size: 18px;
            color: var(--bg-light);
            margin: 14px 0 10px;
        }

        .service-card p.desc {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .service-img {
            height: 260px;
        }

        .aerolase-section {
            background: var(--bg-cream);
        }

        .icon-list {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .icon-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
        }

        .icon-item img {
            width: 42px;
            height: 42px;
            object-fit: contain;
        }

        .testimonials-section {
            background: var(--bg-tan)
        }

        .testimonial-card {
            background: var(--bg-light);
            border-radius: 15px;
            padding: 30px 20px;
            height: 100%;
        }

        .testimonial-stars {
            height: 24px;
            margin-bottom: 15px;

        }

        .blogs-section {
            background: var(--bg-olive);
        }

        .blog-card .blog-text {
            font-family: 'Poppins', sans-serif !important;
            font-size: 16px;
            line-height: 1.5;
            margin-top: 14px;
            margin-bottom: 16px;
            color: var(--text);
            min-height: 80px;
        }

        .blog-img {
            height: 280px;
        }

        .site-footer {
            background: var(--bg-cream);
            padding-top: 80px;
            border-top: 3px solid var(--brown);
        }

        .footer-logo {
            height: 90px;
            object-fit: contain;
        }

        .footer-title {
            font-family: 'Libre Baskerville', serif;
            color: var(--brown);
            font-size: 18px;
            text-transform: capitalize;
            margin-bottom: 18px;
        }

        .footer-links a,
        .footer-contact a,
        .footer-contact p {
            color: var(--text);
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
            font-size: 16px;
            /* text-transform: capitalize; */
        }

        .copyright {
            background: var(--brown);
            color: var(--white);
            padding: 18px 0;
            margin-top: 40px;
            font-size: 16px;
        }

        .menu-item-1540 .nav-link {
            color: #000;
        }

        .site-footer a {
            color: #fff;
            text-decoration: none
        }




        .inner-banner {
            background: var(--green);
            margin-top: 118px;
        }

        .inner-banner .inner-banner-content {
            text-align: center;
            padding: 42px;
        }

        .inner-banner .inner-banner-content h1 {
            color: #fff;
            /* text-transform: capitalize; */
        }




        .about-img,
        .feature-img,
        .blog-img,
        .service-img,
        .aerolase-img {
            width: 100%;
            object-fit: cover;
        }

        .about-img,
        .aerolase-img {
            height: 100%;
            min-height: 520px;
        }

        .stats .stat-number {
            font-family: 'Libre Baskerville', serif;
            font-size: 24px;
            margin-bottom: 4px;
            font-weight: 600;
        }

        .services-section {
            background: #fff8e9 !important;
            color: var(--white);
            position: relative;
            overflow: hidden;
        }

        .section-label::before {
            background: #000 !important;
        }

        .services-section .section-title h2,
        .services-section .section-label {
            color: #000 !important;
        }

        .services-section::before {
            /* height: 150px;
        width: 265px;
        position: absolute; */
            content: none !important;
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: unset;
            top: -17px;
            */
        }

        .services-section::after {
            height: 150px;
            width: 265px;
            position: absolute;
            content: '';
            background-image: url(https://www.thespaateastern.com/wp-content/uploads/2026/06/section-shape-1.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: unset;
            bottom: -15px;
            right: 0;
            transform: scaleY(-1);
        }

        .services-section .section-label,
        .services-section .section-title {
            color: var(--white);
        }

        .service-card p.title {
            font-family: 'Libre Baskerville', serif;
            font-size: 18px;
            color: var(--bg-light);
            margin: 14px 0 10px;
        }

        .service-card p.desc {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .service-img {
            height: 380px;
        }

        .aerolase-section {
            background: var(--bg-cream);
        }

        .icon-list {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .icon-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 500;
            font-size: 16px;
        }

        .icon-item img {
            width: 42px;
            height: 37px;
            object-fit: cover;
        }

        .testimonials-section {
            background: var(--bg-tan);
        }

        .testimonial-card {
            background: var(--bg-light);
            border-radius: 18px;
            padding: 25px 18px;
            height: 100%;
            display: grid;
            gap: 20px;
            grid-template-columns: 37px 1fr;
            align-items: start;
        }

        .testimonial-stars {
            margin-bottom: 0px;
            width: 100%;
            max-width: 39px;
            height: 36px;
        }

        .blogs-section {
            background: var(--bg-olive);
        }

        .blog-card .blog-text {
            font-family: 'Libre Baskerville', serif;
            font-size: 18px;
            line-height: 1.5;
            margin-top: 14px;
            margin-bottom: 16px;
            color: #000;
        }

        .blog-img {
            height: 340px;
        }

        .site-footer {
            background: var(--bg-cream);
            padding-top: 80px;
        }

        .footer-logo {
            height: 80px;
            object-fit: contain;
            margin-bottom: 22px;
        }

        .footer-title {
            font-family: 'Libre Baskerville', serif;
            color: var(--brown);
            font-size: 20px;
            margin-bottom: 18px;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .center-bx {
            margin-top: 40px;
            margin-bottom: 24px;
        }

        .footer-links a,
        .footer-contact a,
        .footer-contact p {
            color: var(--text);
            text-decoration: none;
            display: block;
            margin-bottom: 30px;
            font-size: 16px;
        }

        .copyright {
            background: var(--brown);
            color: var(--white);
            padding: 18px 0;
            margin-top: 55px;
            font-size: 16px;
        }

        .about-section {
            padding: 0px;
            overflow: hidden;
            position: relative;
        }

        .section-banner-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            max-width: 48%;
            height: 100%;
        }

        .section-banner-image img {
            width: 100%;
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-fit: cover;
        }

        .section-image {
            height: 100%;
            overflow: hidden;
        }

        .about-text-block {
            padding: 150px 80px !important;
            padding-right: 0px;
        }

        .services-section .section-head {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
            align-items: center;
        }

        .services-section .title p {
            color: #000 !important;
            font-family: 'Libre Baskerville', serif;
            font-size: 20px;
            margin: 0px;
            margin-top: 15px;
            margin-bottom: 0px;
        }

        .services-section .desc p {
            color: #000 !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .services-section a {
            background-color: var(--green);
            color: var(--white);
        }

        .services-section a:hover {
            background-color: #000 !important;
            color: #fff !important;
        }

        .laser-section .section-banner-image {
            right: 0;
            left: unset;
            max-width: 52% !important;
        }

        .laser-section .about-text-block {
            padding-right: 0px;
            padding-top: 70px;
            padding-bottom: 70px;
            padding-left: 0px;
        }

        .laser-section .section-image img {
            transform: scale(1.2);
            object-position: right;
        }

        .testimonials-section .section-head {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
            align-items: center;
        }

        .testimonials-section .section-label {
            color: #1F1F1F;
        }

        .testimonials-section .section-title h2 {
            color: #1F1F1F;
        }

        .icon-block {
            color: #B08A3C;
            font-size: 16px;
            display: flex;
            align-items: end;
            gap: 10px;
        }

        .testimonial-card .review-block p {
            margin: 20px 0px;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .testimonial-card .review-block p+p {
            background-color: transparent;
            font-weight: 600;
            font-size: 16px;
        }

        .blogs-section .section-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 35px;
        }

        .blogs-section .section-head .section-label {
            color: #000;
        }

        .site-footer .footer {
            gap: 20px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            justify-content: center;
        }

       .social-icons {
    display: flex;
    justify-content: start;
    gap: 14px;
}

        .social-icons a {
            color: #fff !important;
            font-size: 22px;
            height: 40px;
            width: 40px;
            background: #202020;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* 1st column */

        .footer-col:nth-child(1) {}

        /* 2nd column */

        .footer-col:nth-child(2) {
            width: 100%;
            max-width: 240px;
            margin-left: auto;
        }

        .footer-col:nth-child(3) {
            margin-left: auto;
            width: 100%;
            max-width: 303px;
        }

        .footer-col:nth-child(4) p strong {
            color: var(--brown);
            font-family: 'Libre Baskerville', serif;
        }

        .footer-col:nth-child(4) p {
            margin-bottom: 10px;
        }

        .footer-col:nth-child(4) .main-block-bx {
            display: flex;
            gap: 20px;
        }

        .footer-col:nth-child(4) i {
            color: var(--brown);
        }

        .footer-col:nth-child(4) a {
            margin-bottom: 20px;
        }

        .footer-col:nth-child(4) .inf-bx {
            margin-bottom: 15px;
        }

        .site-header.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #fff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            z-index: 999;
            transition: 0.3s;
        }

        .site-header.sticky .navbar-nav .nav-link {
            color: #000;
        }

        .site-header.sticky .btn-book {
            background: var(--text);
            color: #fff;
        }

        .offer-item div {
            white-space: nowrap;
        }

        .hero-container {
            display: grid;
            min-height: 100%;
            grid-template-columns: 1fr 1fr;
        }

        .hero-left {
            padding: 40px;
            background: #FFEECD;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
        }

        .hero-right img {
            width: 100%;
            object-fit: cover;
            height: 504px;
        }

        .hero-title {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .hero-slider .slick-dots {
            list-style: none;
            padding: 0;
            margin: 0px;
            display: flex;
            gap: 10px;
            bottom: 75px;
            position: absolute;
            left: 41px;
        }

        .hero-slider .slick-dots li button {
            display: block;
            height: 5px;
            width: 30px;
            background: var(--bg-tan);
            border: 0px;
            font-size: 0px;
        }

        .slick-dots li.slick-active button {
            background: #8B6A43 !important;
            /* active dot */
        }

        .slick-dots li button:before {
            font-size: 12px;
            color: #000;
        }

        .slick-dots li.slick-active button:before {
            color: green;
        }

        .section-title h2 {
            font-family: 'Libre Baskerville', serif;
            font-size: 36px;
            margin-bottom: 10px;
            color: #000;
            margin-top: 10px;
        }

        .section-label {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--green);
            font-family: 'Libre Baskerville', serif;
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .border-line {
            position: relative;
        }

        .border-line::before {
            background-color: #000;
            position: absolute;
            content: '';
            height: 100%;
            width: 1.1px;
            right: 0px;
        }

        .menu-item-1540 .nav-link {
            color: #000;
        }

        .sticky .menu-item-1540 .nav-link {
            color: #fff !important;
        }

        .site-footer .copyright a {
            color: #fff;
            text-decoration: none
        }


        .about_sec .row {
            align-items: center;
        }

        .about_sec .ab_img_1 img,
        .about_sec .ab_img_1 {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }

        .spa_elaxation {
            background-image: url(https://www.thespaateastern.com/wp-content/uploads/2026/06/Mask-group-19.jpg);
            background-repeat: no-repeat;
            position: relative;
            background-attachment: fixed;
            background-size: cover;
        }

        .spa_elaxation::before {
            content: "";
            position: absolute;
            background-color: rgb(0 0 0 / 62%);
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .spa_elaxation .right_side {
            position: relative;
            z-index: 9;
        }

        .spa_elaxation .right_side h2 {
            color: var(--white);
        }

        .spa_elaxation .right_side p {
            color: var(--white);
        }

        .cta {
            background: var(--bg-tan);

        }

        .cta .col-lg-8.mx-auto {
            text-align: center;
        }

        /* .cta .col-lg-8 h2,
.cta .col-lg-8 p {
    color: var(--white);
} */
        .inner-banner-image {
            display: none;
        }

        .service_card {
            background-color: var(--bg-tan);
            padding: 15px;
            position: relative;
            transition: all 0.3s ease-in-out;
        }

        .service_card:hover {
            background: var(--bg-light);
        }

        .service_card:hover .btn-green {
            background-color: var(--text);
        }

        .service_slider_ a {
            text-decoration: none;
        }

        .service_slider_ a .service_card {
            color: #000;
            height: 100%;
        }

        .service_img img {
            width: 100%;
        }

        .service_slider_ .service_img {
            margin-bottom: 20px;
        }

        .page-id-1122 .service_cn p {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .page-id-1122 .service_cn h3 {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;

        }

        .page-id-235 .testimonials-item {
            background: var(--bg-light);
            border-radius: 18px;
            padding: 25px 18px;
            height: 100%;
            margin-bottom: 22px;
        }

        .page-id-235 .testimonials-item span {
            font-weight: 600;
            font-size: 16px;
            font-family: 'Libre Baskerville', serif;
        }

        .page-id-235 .testimonials-item i {
            color: var(--heading);
        }

        .page-id-235 .testimonials-head {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 11px;
        }

        .blog-featured-img-wrapper img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .blog-sec-new .blog-box-content {
            background-color: var(--bg-tan);
            padding: 15px;
            transition: all 0.3s ease-in-out;
        }

        .post-item {
            color: #000;
            text-decoration: none;

        }

        .post-item:hover .blog-box-content {
            background-color: var(--bg-light);
        }

        .blog-sec-new .blog-content-wrapper span {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            color: #000 !important;
            text-decoration: none;
            font-weight: 300;
            font-family: 'Poppins', sans-serif;
        }

        .blog-date-wraper {
            padding: 15px 0;
        }


        .icon-bx-wraper {
            border: 0px;
            position: relative;
            padding: 25px 25px;
            transition: all 0.2s;
            width: 100%;
            max-width: 95%;
            display: flex;
            gap: 15px;
            align-items: center;
            background: var(--white);
            height: 100%;
        }

        .icon-bx-wraper .icon-bx {
            height: 70px;
            width: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            color: #000;
            -webkit-transition: all 0.2s;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
            flex: 0 0 70px;
            background: var(--green);
        }

        .icon-bx-wraper h5 {
            margin-top: 0;
            color: #000;
            font-weight: 600;
            text-transform: capitalize;
            letter-spacing: 2px;
            font-size: 22px;
            margin-bottom: 5px;
        }

        .icon-bx-wraper p {
            color: #000 !important;
            margin: 0;
        }

        .icon-bx-wraper .icon-content a {
            margin: 0px;
            font-size: 17px;
            color: #000;
            font-weight: 400;
            line-height: 0px;
            text-decoration: none;
        }

        .icon-cell i {
            color: #fff;
        }

        .page-id-77 .inner-banner {
            padding-bottom: 60px;
        }

        .contact-form-section {
            position: relative;
            background-attachment: fixed;
            background-image: url(https://www.thespaateastern.com/wp-content/uploads/2026/06/contact-1.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }


        .cater_form {
            padding: 50px 30px;
            background: var(--brown);
            border-radius: 0;
            box-shadow: 0 0 8px #857b7b42;
        }

        .contact-form-section .cater_form h2 {
            color: var(--white);
            font-weight: 600;
        }

        #contact-form {
            margin-top: -11px;
        }

        #contact-form h2 {
            color: var(--white);
            font-size: 30px;
            margin-bottom: 17px;
        }

        #contact-form .form-group input,
        #contact-form .form-group select,
        #contact-form .form-group textarea {
            width: 100%;
            border-radius: 0px;
            padding: 11px;
            border: 1px solid var(--white);
            color: var(--white);
            -webkit-appearance: none;
            -moz-appearance: none;
            font-size: 16px;
            background-color: transparent;
        }

        #contact-form .form-group select option {
            color: #000;
        }

        #contact-form .form-group input::-webkit-input-placeholder,
        #contact-form .form-group textarea::-webkit-input-placeholder {
            color: #ffffffb9;
        }

        #contact-form .row {
            row-gap: 20px;
        }


        .policy_text .wp-block-heading {
            background-color: var(--brown);
            display: flex;
            font-size: 30px;
            padding: 15px 15px 15px 20px;
            border-left: 5px solid var(--bg-tan);
            margin: 25px 0px 10px 0px !important;
            color: var(--white);
        }


        .app_ban {
            background: url(https://www.thespaateastern.com/wp-content/uploads/2026/06/4603.jpg) center / cover no-repeat fixed;
            min-height: 800px;
            display: grid;
            place-content: center;
            position: relative;
            margin-top: 118px;
        }

        .form-appointment {
            background-color: var(--green);
            color: var(--white);
            padding: 40px;
            /* background: rgba(255, 255, 255, .86); */
            box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
            box-shadow: 0px 0px 0 5px rgba(111, 127, 106, .52);
        }


        .form-appointment .btn.btn-dark-custom:hover {
            background-color: #fff;
            color: var(--green);
        }


        .left-side {
            height: 100%
        }

        .left-side img {
            height: 100%;
            object-fit: cover
        }

        .firm_facial_ .pa_add {
            padding: 40px 0 40px 0 !important;
            padding-left: 80px !important;
            align-items: center;
            display: flex;
            padding-right: 14vh !important
        }

        .firm_facial_ .section-title h2 {
            width: 100%;
            max-width: 680px;
            font-size: 38px
        }

        .firm_facial_ p {
            width: 100%;
            max-width: 665px
        }

        .firm_facial_ img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

        .firm_facial_ .row-reverse {
            flex-direction: row-reverse
        }

        .firm_facial_ .row-reverse .section-title {
            margin: 20px 0
        }

        .firm_facial_ .row-reverse .pa_add {
            justify-content: center !important
        }

        .firm_facial_ .row-reverse ul {
            padding-left: 15px
        }


        .firm_facial_ .row-reverse li strong,
        .firm_facial_ li strong,
        .firm_facial_ .row-reverse li b,
        .firm_facial_ li b {
            padding-right: 3px;
        }

        .firm_facial_ .row-reverse li,
        .firm_facial_ li {
            position: relative;
            margin: 8px 0;
            font-size: 16px;
        }

        .firm_facial_ .row-reverse li::marker,
        .firm_facial_ li::marker {
            font-size: 0;
        }

        .firm_facial_ .row-reverse li::after,
        .firm_facial_ li::after {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            background: var(--green);
            left: -2ch;
            top: 5px;
            border-radius: 80%
        }

        .firm_facial_ {
            background: var(--bg-light);
        }

        .firm_facial_ a {
            color: #8B6A43;
            font-weight: 500;
        }

        .firm_facial_ .btn-green {
            color: var(--white);
        }

        .gallery_sec .service_img {
            margin-bottom: 0;
        }

        .gallery_sec .service_img img {
            height: 200px;
            width: 100%;
            object-fit: cover;
        }

        .aerolase_sect.firm_facial_.pb-0 {
            padding: 0px;
        }

        .aerolase_sect.firm_facial_ {
            padding: 40px;
        }


        div#pageLoadModal .modal-body {
            position: relative;
            background-color: #ffffff;
        }

        div#pageLoadModal .modal-content {
            border-radius: 10px;
            overflow: hidden;
            border: none;
            margin: 0;
        }

        div#pageLoadModal .modal-content .modal_content {
            padding: 40px 35px 35px 10px;
        }

        div#pageLoadModal .modal-body .modal_image {
            height: 100%;
        }

        div#pageLoadModal .modal-body .modal_image img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

        div#pageLoadModal .modal-content .modal_content h2 {
            color: #8B6A43 !important;
            font-weight: 900;
            font-size: 32px;
            margin: 0 0 20px 0;
        }

        ul.pop_up_list {
            flex-direction: column;
            display: flex;
            row-gap: 8px;
            margin: 0 0 20px 0;
            padding-left: 0;
        }

        ul.pop_up_list li span {
            background-color: var(--text) !important;
            color: #fff;
            padding: 8px 8px;
            display: inline-block;
            margin: 0px 0px 0 7px;
            font-weight: 700;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 100px;
            font-size: 14px;
        }

        ul.pop_up_list li {
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            padding: 8px 8px;
            background-color: var(--green) !important;
        }

        ul.pop_up_list li p {
            margin: 0;
            font-size: 15px;
            width: calc(100% - 63px);
            color: #fff;
            font-weight: 500;
        }






        .page-id-905 .aerolase_sect.firm_facial_ .nav-tabs .nav-item.show .nav-link,
        .page-id-905 .aerolase_sect.firm_facial_ .nav-tabs .nav-link.active {
            color: #ffffff !important;
            background-color: #6f7f6a !important;
            border-radius: 0 !important;
        }


        .page-id-905 .aerolase_sect.firm_facial_ .nav-tabs .nav-link {
            background-color: #6f7f6a5e !important;
            border-radius: 0 !important;
            color: #000 !important;
            border: none;
        }

        .page-id-905 .aerolase_sect.firm_facial_ .nav.nav-tabs {
            border-bottom: none;
            margin-bottom: 0;
            padding-left: 0;
            gap: 12px;
        }

        .page-id-905 .aerolase_sect.firm_facial_ .nav.nav-tabs li {
            margin: 0;
        }

        .page-id-905 .aerolase_sect.firm_facial_ .nav.nav-tabs li:after {
            display: none;
        }

        .page-id-905 .aro_green {
            padding: 20px 20px;
            border: 2px solid #6f7f6a;
            background-color: rgba(115, 139, 105, 30%);
        }

        .page-id-905 .aerolase_sect.firm_facial_.bg_grey {
            background: var(--bg-cream);
        }

        header.entry-header.alignwide {
            display: none;
        }

        .single-post .blog-content img {
            background-color: var(--white);
            padding: 10px;
            height: 385px;
            width: 450px;
            float: right;
            object-fit: cover;
            margin-left: 40px;
            margin-bottom: 40px;
        }

        .single-post .blog-content a {
            color: #8B6A43;
            font-weight: 500;
            margin: 0 3px;
        }

        .single-post .blog-single-post ul {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

        .single-post .blog-single-post ul li {
            list-style: none;
            padding: 0px;
            color: #000;
            margin: 15px 0px;
            position: relative;
            padding-left: 28px;

        }

        .single-post .blog-single-post ul li::before {
            height: 10px;
            position: absolute;
            content: '';
            width: 10px;
            background-color: rgb(139 106 67);
            outline: 2px solid rgb(139 106 67);
            outline-offset: 2px;
            border-radius: 100px;
            left: 5px;
            top: 8px;
        }


        .single-post .blog-single-post.block h2 {
            background-color: var(--brown);
            display: flex;
            font-size: 30px;
            padding: 15px 15px 15px 20px;
            border-left: 5px solid var(--bg-tan);
            margin: 25px 0px 10px 0px !important;
            color: var(--white);
        }

        .single-post .blog-single-post {
            padding: 80px 0;
        }

        .single-post .blog-content ul li b,
        .single-post .blog-single-post.block ul li strong {
            margin-right: 4px;
        }

        .entry-footer.default-max-width,
        #comments,
        .single-post .navigation.post-navigation {
            max-width: 1353px;
            margin: auto;
        }

        .entry-footer .byline a,
        .entry-footer .post-taxonomies .cat-links a,
        .entry-footer .logged-in-as a {
            color: #8B6A43;
            font-weight: 500;

        }

        #comments #reply-title {
            background-color: var(--brown);
            display: flex;
            font-size: 30px;
            padding: 15px 15px 15px 20px;
            border-left: 5px solid var(--bg-tan);
            margin: 25px 0px 10px 0px !important;
            color: var(--white);
        }

        #comments .must-log-in a {
            color: #8B6A43;
            font-weight: 500;
        }

        #comments .comment-form-comment label {
            display: block;
        }

        #comments .comment-form-comment textarea {
            resize: none;
            width: 100%;
        }

        #comments .logged-in-as a {
            color: #8B6A43;
            font-weight: 500;
        }

        #comments .form-submit #submit {
            background: var(--green);
            color: var(--white);
            border: none;
            border-radius: 0;
            padding: 12px 20px;
            font-size: 16px;
            transition: all 0.3s ease-in-out;
        }

        #comments .form-submit #submit:hover {
            background: var(--text);
            color: #fff;
        }

        .single-post .navigation.post-navigation .post-title {
            display: none
        }

        .single-post .navigation.post-navigation .nav-links {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 16px;
        }






        /* ------------------------------
   MEGA MENU (FULL WIDTH)
--------------------------------*/
        .right-bx #navbar {
            position: inherit;
        }

        .has-mega-block {
            position: static !important;
        }

        .mega-block {
            position: absolute;
            left: 13%;
            top: 97%;
            width: 100%;
            background: #fff;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
            border-top: 2px solid #000000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            padding: 35px 0;
            /* padding: 0px 0; */
            z-index: 9;
            max-width: 1400px;
            /* max-width: 265px; */
        }

        .has-mega-block:hover .mega-block {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .mega-inner {
            max-width: calc(100% - 5%);
            margin: 0 auto;
            display: grid;
            gap: 40px;
            padding: 0 0px;
        }

        .mega-column {
            min-width: 200px;

        }

        .mega-title {
            font-size: 17px;
            color: #000;
            font-weight: 700;
            margin-bottom: 12px;
            border-bottom: 2px solid #000;
            display: inline-block;
            padding-bottom: 5px;
        }

        .mega-links {
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
            flex-wrap: wrap;
            gap: 0 !important;
        }

        .mega-column {
            display: grid;
            grid-template-columns: 60% 40%;
            /* grid-template-columns: 100%; */
            gap: 31px;
            justify-content: center;
            align-items: flex-start;
        }

        .mega-column .mega-links {
            display: grid;
            gap: 20px !important;
            grid-template-columns: 1fr 1fr;
            row-gap: 0 !important;
        }

        .mega-links li {
            width: 100%;
            text-align: left;
        }

        .mega-links li a {
            transition: all ease 0.5s;
            border-bottom: 1px solid #d1d1d1;
            text-decoration: none;
            font-style: normal;
            font-weight: 500 !important;
            font-size: 16px !important;
            line-height: 22px;
            color: #000000;
            position: relative;
            text-align: left;
            padding: 15px 10px 15px 40px !important;
            width: 100%;
            display: inline-block;
        }

        .mega-links li:last-child a {
            border-bottom: none;
        }

        .mega-block a {
            position: relative;
        }

        .mega-links li a:hover {
            background: #6f7f6ab0;
        }

        .mega-block .title-bx h3 {
            font-size: 25px;
            border-bottom: 1px solid #0000002e;
            display: block;
            text-align: left;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

        .mega-block a::before {
            height: 11px;
            width: 11px;
            position: absolute;
            content: "";
            background-color: var(--green);
            left: 15px;
            top: 21px;
            border-radius: 100px;
            outline: 2px solid var(--green);
            outline-offset: 2px;
        }

        .mega-block::before {
            height: 22px;
            width: 22px;
            background-color: #000;
            position: absolute;
            content: "";
            left: 42%;
            transform: translate(-50%, -50%);
            top: -2px;
            clip-path: polygon(50% 0, 0 59%, 100% 57%);
        }

        .menu-image-bx {
            width: 100%;
            height: 320px;
            position: relative;
        }

        .menu-image-bx img {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            width: 100%;
            /* transition: opacity 0.4s ease;
    opacity: 1; */
        }

        .menu-image-bx img.fade-out {
            opacity: 0;
        }

        /* .menu-image-bx {
  display: none;
} */






        #menu-item-2046 .nav-link i {
            font-size: 13px;
        }


        .services-section .service-card .min_bx {
            min-height: auto;
        }

        .home .service-card {
            background: #fff;
            padding: 15px;
            height: 100%;
        }

        .site-header #menu-main-menu-2026 li#menu-item-2046 {
            padding: 35px 0;
        }


        .bk_app .mt-4 a.bk-phn {
            color: var(--brown);
            font-weight: 600;
            font-size: 24px;
            transition: all 0.3s ease-in-out;
        }

        .bk_app .mt-4 a.bk-phn:hover {
            color: var(--green);
        }

        .bk_app .mt-4 span {
            font-size: 20px;
        }


        .top-bar {
            display: none;
            grid-template-columns: 50% 50%;
            gap: 0px;
            padding: 0px;
            text-align: center;
        }

        .entry-header .entry-title a {
            background-color: var(--brown);
            display: flex;
            font-size: 30px;
            padding: 15px 15px 15px 20px;
            border-left: 5px solid var(--bg-tan);
            margin: 25px 0px 10px 0px !important;
            color: var(--white);
            width: 100%;
        }


        .entry-header .post-thumbnail img {
            width: 100% !important;
            background-color: var(--white);
            padding: 10px;
            margin-bottom: 20px;
            max-width: 100% !important;
        }

        .tags-links a,
        .post-edit-link {
            color: #8B6A43;
            font-weight: 500;
        }

        .archive .nav-links {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 16px;
            width: 100%;
        }

        .archive .nav-links a {
            color: #000;
        }

        /* .menu_item_drop li .sub-menu {
    position: absolute;
    padding: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    min-height: 250px;
    overflow: auto;
    width: 360px;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.24);
    background-color: #8b6a43;
    padding: 20px 5px 20px 20px;
    row-gap: 10px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
    left: -20px;
    max-height: 50vh;
}
.menu_item_drop li.menu-item-has-children {
    padding-right: 30px !important;
    position: relative;
}
.menu_item_drop li.menu-item-has-children button.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 0;
}
.menu_item_drop li.menu-item-has-children button.sub-menu-toggle::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-size: contain;
    transition: all ease .5s;
    transform: scale(1);
}
.site-header.sticky .menu_item_drop li.menu-item-has-children button.sub-menu-toggle::after {
    filter: invert(1);
}
.menu_item_drop li.menu-item-has-children button.sub-menu-toggle[aria-expanded="true"]::after {
    transform: scale(-1);
}
.menu_item_drop li.menu-item-has-children button.sub-menu-toggle span {
    display: none;
}
.menu_item_drop li .sub-menu li a, .site-header.sticky .menu_item_drop li .sub-menu li a {
    color: #ffffff;
}
.menu_item_drop li .sub-menu li a:hover, .site-header.sticky .menu_item_drop li .sub-menu li a:hover {
    color: #FFEECD;
}
.menu_item_drop li.menu-item-has-children button.sub-menu-toggle[aria-expanded="true"] ~ .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
} */
        /*************** simple dropdown *****/

        body.page-template:not(.home) .si_drp::before {
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
        }

        .si_drp {
            position: relative;
        }

        .si_drp::before {
            position: absolute;
            width: 16px;
            height: 16px;
            top: 36px;
            left: 77px;
            content: '';
            background-image: url(https://www.thespaateastern.com/wp-content/uploads/2026/06/down-arrow-1.png);
            background-size: contain;
            background-repeat: no-repeat;
        }

        .site-header.sticky .si_drp::before {
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
        }

        .si_drp .sub-menu {
            position: absolute;
            max-width: max-content;
            padding: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            min-width: 306px;
            background: #5c7255;
            margin-top: 15px;
            box-shadow: 0px 0px 0 5px #6f7f6a6b !important;
            border-radius: 0;
            border: 1px solid #fff !important;
            z-index: 77;
            top: -18px;
            display: none;
            transition: all 0.5s;
            margin-top: 3px;
        }

        .si_drp .sub-menu li::marker {
            font-size: 0;
        }

        .si_drp:hover ul.sub-menu {
            display: block;
            transition: all 0.5s;
        }

        .si_drp .sub-menu::after {
            content: "";
            display: block;
            width: 28px;
            height: 28px;
            position: absolute;
            z-index: 0;
            top: -14px;
            right: 0;
            border-bottom: none;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-bottom: 14px solid #6f7f6a;
        }

        .si_drp .sub-menu li {
            position: relative;
            width: 100%;
            border-bottom: 1px solid rgb(255 255 255 / 14%);
            /* display: inline-block; */
            padding: 0 !important;
            transition: all 0.3s ease-in-out;
        }

        .si_drp .sub-menu-toggle {
            display: none;
        }

        .si_drp .sub-menu li:hover {
            background-color: #000;
        }

        .si_drp .sub-menu li a {
            padding: 9px 12px !important;
            transition: all 0.5s;
            display: block;
            color: #fff !important;
            text-transform: unset;
            font-size: 14px;
        }

        .facial_treatments ul.mesg {
            display: flex;
            flex-wrap: wrap;
            text-align: left;
            justify-content: center;
            margin-left: 74px;
            padding: 0px;
            margin: 0px;
            gap: 14px;
            flex-wrap: wrap;
        }

        .facial_treatments ul.mesg li {
            width: 28%;
            margin-bottom: 0px;
            position: relative;
        }

        .facial_treatments ul.mesg li::marker {
            font-size: 0;
        }

        .facial_treatments ul.mesg li::after {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            background: var(--green);
            left: -2ch;
            top: 5px;
            border-radius: 80%;
        }

        .page-id-557 .facial_treatments ul.mesg li::after {
            display: none;
        }

        .facial_treatments ul.mesg li {
            width: 28%;
            margin-bottom: 0px;
            position: relative;
            background: #fff;
            padding: 10px;
            border-left: 2px solid #6f7f6a;
            color: #000 !important;
        }

        .facial_treatments ul.mesg li a {
            color: #000 !important;
        }



        .facial_treatments ul.mesg li a {
            color: #8B6A43;
            font-weight: 500;
            transition: all .3s ease-in-out;
            font-size: 16px;
        }

        .aerolase_sect .tab-content ul li strong {
            margin-right: 5px;
        }

        .phone_ic {
            margin-top: 46px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .phone_img img {
            max-width: 35px;
            filter: brightness(0) saturate(100%) invert(53%) sepia(3%) saturate(2195%) hue-rotate(61deg) brightness(89%) contrast(86%);
        }

        .phone_cn span {
            display: block;
            color: #8b6a43;
            font-weight: 500;
        }

        .phone_ic a {
            color: #6f7f6a;
            font-size: 25px;
            font-weight: 600;
            text-decoration: none;
            text-decoration: blink;
            -webkit-animation-name: blinker;
            -webkit-animation-duration: .6s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-direction: alternate;
        }

        @-webkit-keyframes blinker {
            from {
                opacity: 1
            }

            to {
                opacity: 0
            }
        }

        .firm_facial_ li strong {
            margin-right: 6px;
        }

        .uder ul.mesg {
            margin-left: 0;
            text-align: center;
            gap: 2px;
        }

        .uder ul.mesg li {
            width: fit-content;
            margin-bottom: 14px;
            position: relative;
            background-color: #fff;
            border-bottom: 2px solid #6f7f6a;
            padding: 8px;
        }

        .uder ul.mesg li::after {
            display: none;
        }

        .laser-section {
            background: var(--green);
            position: relative;
        }

        .laser-section .section-label {
            color: var(--white);
        }

        .laser-section .section-label::before {
            background: var(--white) !important;
        }

        .laser-section .section-title h2,
        .laser-section p {
            color: var(--white);
        }

        .laser-section .btn-dark-custom:hover {
            background-color: #fff;
            color: var(--green);
        }

        .laser-section::before {
            height: 150px;
            width: 265px;
            position: absolute;
            content: '';
            background-image: url(https://www.thespaateastern.com/wp-content/uploads/2026/06/section-shape.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: unset;
            top: -17px;
        }


        .form-appointment select option {
            text-transform: uppercase;
        }

        .uwy.userway_p3 .userway_buttons_wrapper {
            bottom: 94px !important;
        }





        .firm_facial_ .row {
            padding: 0px;
            justify-content: space-around;

        }

        .firm_facial_ .container {
            padding: 0px;
        }

        #contact-form .row {
            margin-top: 34px !important;
        }

        .error-content {
            position: relative;
            z-index: 1;
            color: #fff;
        }

        .error-content a {
            margin-inline: auto;
            display: block;
            width: 100%;
            width: fit-content;
        }

        .error-content h1 {
            font-size: 70px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 6px;
        }

        .error-content p {
            font-size: 24px;
            margin: 0;
            color: #fff;
            text-align: center;
            text-transform: capitalize;
            margin-bottom: 29px;
        }

        .error-page {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--green);
        }

        .error404 .site-header {
            background: var(--bg-cream);
            position: unset;
        }

        .limit-box {
            display: flex;
            justify-content: space-between;
            margin: 4px 0px;
            font-size: 15px;
        }

        .select-arrow {
            position: relative;
        }

        .select-arrow::after {
            content: "\f107";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            color: #ffffff;
        }

        .date-icon {
            position: relative;
        }

        .date-icon::after {
            content: "\f073";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            color: #ffffff;
        }


        .time-icon {
            position: relative;
        }

        .time-icon::after {
            content: "\f017";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .page-id-1902 .service-sec2 .service_cn p {
            height: 59px;
        }

        .time-icon .form-control {
            text-transform: uppercase !important;
        }

        .menu-item-has-children {
            position: relative;
        }

        header .menu-item-has-children>.sub-menu {
            display: none;
            position: absolute;
            top: 94%;
            left: 44px;
            min-width: 250px;
            background: #fff;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            z-index: 999;
            padding: 0;
            margin: 0;
            list-style: none;
            background: #5c7255;
            margin-top: 0px;
            box-shadow: 0px 0px 0 5px #6f7f6a6b !important;
        }

        header .menu-item-has-children>.sub-menu::before {
            content: "";
            display: block;
            width: 28px;
            height: 28px;
            position: absolute;
            z-index: 0;
            top: -14px;
            right: 0;
            border-bottom: none;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-bottom: 14px solid #6f7f6a;
        }

        #menu-item-2046 li a {
            padding: 7px 5px !important;
            border-bottom: 1px solid #ffffff70;
            font-size: 15px !important;
            text-transform: uppercase;
        }

        #menu-item-2046 li a:hover {
            color: #000 !important;
        }


        .sub-menu li a {
            padding: 9px 12px !important;
            transition: all 0.5s;
            display: block;
            color: #fff !important;
            text-transform: unset;
            font-size: 14px;
        }

        s.menu-item-has-children:hover>.sub-menu {
            display: block;
        }

        .menu-item-has-children>.sub-menu li a {
            display: block;
            padding: 12px 15px;
            color: #333;
            text-decoration: none;
        }

        .menu-item-has-children>.sub-menu li a:hover {
            background: #f5f5f5;
        }

        header button.sub-menu-toggle {
            display: block;
        }


        #menu-item-2046 {
            padding: 34px 0px;
        }

        .page-id-612 .service_cn p,
        .page-id-697 .service_cn p {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .page-id-697 .service_slider_ .service_cn h3 {
            font-size: 22px;
            margin-bottom: 12px;
        }

        .mesg li:nth-child(4) a,
        .mesg li:nth-child(5) a {
            pointer-events: none;
            cursor: default;
        }

        .form_btn {
    margin-top: 15px;
}
        @media only screen and (max-width: 1320px) {
            .navbar-brand img {
                height: 65px;
                object-fit: contain;
            }


        }

        @media (max-width: 1269px) {
            button.sub-menu-toggle {
                position: absolute !important;
                top: 0 !important;
                right: 0 !important;
            }

            .top-bar {
                display: grid;
            }

            .top-bar a {
                font-size: .7rem
            }

            .top-bar a {
                background: #8B6A43;
                text-decoration: none;
                color: #fff;
                display: inline-block;
                padding: 10px 0px;
                font-size: 16px;
                letter-spacing: 0;
                transition: all .5s ease;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                position: relative;
                top: 0;
                font-weight: 400;
                border: 1px solid #8b6b4379
            }

            .top-bar a:last-child {
                background: var(--green);
                border: 0px;
                color: #fff;
                border: var(--green);
            }

            body .site-header {
                display: block !important;
            }

            #mainNav {
                display: none !important;
            }

            .navbar-toggler.bg-light {
                display: none;
            }

            body .mobmenur-container {
                position: absolute !important;
                right: 0px !important;
                background: #1f1f1f;
                top: 70px !important;
                margin-right: 16px !important;
                margin-top: 0px !important;
                padding: 5px 0;
            }

            .mobmenur-container i {
                line-height: 30px;
                font-size: 30px;
                float: right;
                color: var(--white) !important;
            }

            .mobmenu-right-panel {
                background-color: #8B6A43 !important;
            }

            .mobmenu-right-panel .mob-cancel-button {
                color: var(--white) !important;
                background-color: var(--green) !important;
                font-size: 22px !important;
            }

            .mobmenu-right-panel li,
            .rightmbottom,
            .rightmtop {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            .sub-menu-toggle {
                background-color: transparent;
                border: none;
            }

            .sub-menu-toggle .icon-plus,
            .sub-menu-toggle .icon-minus {
                display: none;
            }

            .mob-expand-submenu i {
                font-size: 18px !important;
            }

            .menu-item-1712 {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .mobmenu-content #mobmenuright li:hover,
            .mobmenu-content #mobmenuright>li>a:hover {
                background-color: var(--green) !important;
            }

            .mobmenu-content #mobmenuright .sub-menu {
                background-color: #765f44 !important;
            }

            .mob-menu-header-holder {
                background-color: transparent !important;
                height: auto !important;
                position: absolute !important;
            }

            .site-header {
                top: 50px;
            }

            .site-header.sticky {
                position: absolute !important;
            }

            .hero::before,
            .hero::after {
                max-width: 50% !important;
            }

            .border-line::before {
                right: 47px;
            }

            .about-section .about-text-block {
                padding: 70px 0px;
                padding-right: 0px;
            }

            .services-section .service-img {
                height: 240px;
            }

            .about_sec .ab_cn .stats .col-4 {
                width: 42.333333%;
            }

            .ab_img_2 {
                display: none;
            }

            .about_sec .row {
                row-gap: 16px;
            }

            .spa_elaxation .right_side h2 {
                font-size: 33px;
            }

            .left-side {
                height: 100%;
                width: 100%;
            }

            .left-side img {
                height: 100%;
            }

            .firm_facial_ .pa_add {
                padding-left: 30px !important;
                padding-right: 2vh !important;
            }

            .service_body .row.row_cus {
                row-gap: 22px;
            }

            body .nav-tabs {
                display: flex !important;
            }

            .icon-bx-wraper .icon-content a {
                word-break: break-all;
            }
        }

        @media (max-width: 768px) {
            .hero-title h1 {
                font-size: 40px;
                line-height: 49px;
            }

            .her-btn {
                flex-wrap: wrap;
            }

            .offer-section {
                grid-template-columns: 1fr 1fr;

            }

            .border-line::before {
                display: none;
            }

            .about-section .section-banner-image {
                position: relative;
                max-width: 100%;
            }

            .about-section .about-text-block {
                padding: 30px 0px;
            }

            .section-banner-image img {
                margin-top: 12px;
            }

            .services-section .flex-wrap .row {
                row-gap: 33px;
            }

            .laser-section .section-banner-image {
                max-width: 100% !important;
            }

            .laser-section .section-image {
                margin-top: 12px;
            }

            .laser-section .about-text-block {
                padding-top: 30px !important;
                padding-bottom: 30px !important;
            }

            .testimonials-section .row .col-lg-4 {
                margin-bottom: 20px;
            }

            .site-footer .footer-col.wow.zoomIn {
                display: none;
            }

            .site-footer .footer {
                grid-template-columns: 1fr 1fr !important;
            }

            .icon-bx-wraper {
                width: 100%;
                max-width: 100%;
            }

            .page-template-Contact .inner-banner .row {
                row-gap: 30px;
            }




        }


        @media (max-width: 767px) {
            .single-post .blog-single-post {
                padding: 40px 0;
            }

            .firm_facial_ .pa_add {
                padding-left: 18px !important;
            }

            .firm_facial_ .section-title h2 {
                font-size: 30px;
            }

            .section-title h2 {
                font-size: 30px;
            }

            .policy_text .wp-block-heading {
                margin: 0px 0px 10px 0px !important;
            }

            .policy_text .wp-block-heading,
            .single-post .blog-single-post.block h2,
            .entry-header .entry-title a {
                font-size: 20px;
            }

            .inner-banner .inner-banner-content {
                padding: 22px 0;
            }

            .hero::before,
            .hero::after {
                max-width: 0% !important;
            }

            .hero-container {
                grid-template-columns: 1fr !important;
            }

            .hero-container .hero-left {
                order: 2;
            }

            .hero-container .hero-right {
                order: 1;
            }

            .hero-right img {
                height: 100% !important;
            }

            .hero-left {
                padding: 20px !important;
            }

            .hero-title h1 {
                font-size: 34px;
                line-height: 39px;
            }

            .hero-slider .slick-dots {
                bottom: -16px !important;
                left: 0 !important;
                justify-content: center;
                right: 0 !important;
            }

            .hero {
                padding-top: 100px !important;
            }

            .navbar-brand img {
                width: 76%;
            }

            .site-header {
                top: 32px;
            }

            body .mobmenur-container {
                top: 73px !important;
            }

            .section {
                padding: 40px 0 !important;
            }

            .services-section .section-head {
                flex-wrap: wrap;
            }

            section.about-section {
                padding: 0 0 40px !important;
            }

            .offer-section .offer-item {
                width: 100%;
            }

            .inner-banner {
                margin-top: 100px;
            }

            .about_sec .ab_img_1 img,
            .about_sec .ab_img_1 {
                height: 100%;
            }

            .entry-footer.default-max-width,
            #comments,
            .single-post .navigation.post-navigation {
                width: 91%;
            }

            ul.pop_up_list li {
                flex-wrap: wrap;
            }

            ul.pop_up_list li span {
                margin-left: 0 !important;
            }

            ul.pop_up_list li p {
                width: 100%;
            }

            .her-btn {
                justify-content: center;
            }

            .hero-left {
                align-items: center !important;
                text-align: center;
            }
        }

        @media (max-width: 575px) {


            .offer-item div {
                text-align: center;
            }

            .services-section .service-card .min_bx {
                min-height: auto;
            }

            .services-section::after {
                display: none;
            }

            .testimonials-section .section-head,
            .services-section .section-head,
            .blogs-section .section-head {
                flex-wrap: wrap;
            }

            .site-footer .footer {
                grid-template-columns: 1fr !important;
            }

            .site-footer {
                padding: 40px 0 0 !important;
            }

            .copyright {
                margin-top: 0 !important;
            }

            .section-title h2 {
                font-size: 26px;
            }

            .about-section .about-text-block {
                padding: 30px 0px 0 !important;
            }

            .services-section .mb-5 {
                margin-bottom: 0 !important;
            }

            .contact_details_ .section-title h2 {
                font-size: calc(1.3rem + .6vw);
            }

            .aerolase_sect.firm_facial_ {
                padding: 8px;
            }

            .page-id-905 .aerolase_sect.firm_facial_ .pa_add {
                padding: 0px 0 0px 0 !important;
            }

            .page-id-905 .add_space {
                padding: 20px 8px !important;
            }

            .app_ban {
                margin-top: 100px;
            }

            .form-appointment {
                padding: 40px 16px;
            }
        }




        @media (max-width: 1800px) and (min-width: 1600px) {
            .hero::before {
                max-width: 70%;
            }
        }

        @media (max-width: 1600px) and (min-width: 1367px) {
            .hero::before {
                max-width: 74%;
            }
        }

        @media (max-width: 1440px) {
            .mega-block {
                left: 0;
            }
        }

        @media (max-width: 1366.98px) {

            .hero::before {
                max-width: 73%;
            }

            .about-text-block {
                padding: 70px 45px !important;
                padding-right: 30px;
            }

            .services-section::before,
            .laser-section::before {
                display: none;
            }

            .laser-section .about-text-block {
                padding-right: 20px;
                padding-left: 20px;
            }


        }

        @media (max-width: 1280.98px) {
            .section-title h2 {
                font-size: 33px;
            }

            .mega-block::before {
                left: 37%;
            }

            .hero {
                padding-top: 123px;
                padding-bottom: 60px;
            }
        }



        @media only screen and (max-width: 767px) {
            div#pageLoadModal .modal-content .modal_content {
                padding: 40px 35px 35px 35px;
            }


            .facial_treatments ul.mesg li {
                width: 100%;
            }

            .uder ul.mesg {
                gap: 0px;
            }
        }




        /* new css  */

        @media (max-width: 1269.98px) {
            .site-header {
                position: unset;
                background: #fff;
                padding: 0px;
            }

            @media (max-width:1269px) {
                .wp-mobile-menu li.mobile-active-menu {
                    background: #6f7f6a !important;
                }

                .wp-mobile-menu li.mobile-active-menu>a {
                    color: #fff !important;
                }
            }

        }


        @media (max-width: 1024.98px) {
            .hero-container {
                grid-template-columns: 1fr !important;
            }


            .hero::before,
            .hero::after {
                display: none;
            }

            .hero-left {
                order: 1;
                justify-content: center !important;
                align-items: center !important;
                padding-bottom: 0px !important;
                text-align: center !important;
            }

            .hero {
                background: #ffeecd;
            }

            .hero-slider .slick-dots {
                width: 100%;
                max-width: 100%;
                margin-inline: auto;
                position: unset !important;
                justify-content: center;
                margin-top: 23px !important;
            }

            .hero-title h1 {
                font-size: 45px !important;
                line-height: 55px !important;
            }

            .hero-title h1 br {
                display: none;
            }

            .offer-section {
                grid-template-columns: 1fr 1fr;
                align-items: unset !important;
            }

            .border-line::before {
                display: none;
            }

            .offer-item {
                text-align: center;
                border: 1px solid #000;
                padding: 15px;
            }

            .offer-item:last-child {
                grid-column: 1/3;
            }

            .offer-title h3 br {
                display: none;
            }

            .hero-right img {
                height: 600px;
            }

            .service_slider_ a {
                width: 100%;
                max-width: 100%;
            }

            .service_body .row.row_cus {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }

            .inner-banner {
                margin-top: 0px;
            }

            .contact-form-section {
                background-attachment: scroll;
            }

            .limit-box {
                flex-direction: column;
            }


        }


        @media (max-width: 991.98px) {


            .social-icons {
                justify-content: center !important;
            }

            .footer-col:nth-child(4) .main-block-bx {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
            }

            .footer .footer-col:nth-child(2),
            .footer .footer-col:nth-child(3) {
                display: none;
            }

            .footer .footer-col:nth-child(4) {
                border-top: 1px solid #000000;
                padding-top: 40px;
                margin-top: 40px;
            }

            .footer-col p {
                text-align: center;
            }

            .footer-title {
                text-align: center;
            }

            .social-icons {
                justify-content: center;
            }

            .site-footer .footer {
                grid-template-columns: 1fr !important;
            }

            .footer-logo {
                margin-inline: auto;
                display: block;
            }

            .cater_form .section-title h2 {
                font-size: 25px !important;
            }

            .cater_form {
                padding: 25px 19px !important;
            }


            .hero {
                padding: 45px 0px !important;
            }

            .hero-title h1 {
                font-size: 25px !important;
                line-height: 35px !important;
            }

            .her-btn a {
                width: 100%;
                max-width: 100%;
            }

            .her-btn {
                width: 100%;
                max-width: 100%;
            }

            .error-page {
                height: auto;
                padding: 100px 0px;
            }

            .error-content h1 {
                font-size: 40px;
            }

            .error-content p {
                font-size: 18px;
                margin-bottom: 16px;
            }

            ul.pop_up_list li {
                text-align: center;
                justify-content: center;
                gap: 14px;
            }

            .appoint-btnn {
                display: flex;
                justify-content: center;
            }

            div#pageLoadModal .modal-content .modal_content h2 {
                text-align: center !important;
                margin-bottom: 18px !important;
                font-size: 27px !important;
            }

            .hero-right img {
                height: 270px !important;
            }

            .firm_facial_ .row {
                padding: 0px 25px;
            }

            .facial_treatments ul.mesg {
                padding: 20px;
            }

            .facial_treatments ul.mesg {
                text-align: center;
            }

            /* 
            .facial_treatments ul.mesg li::after {
                display: none;
            } */
            */ .page-id-1902 .service-sec2 .service_cn p {
                height: auto;
            }
        }

        @media (max-width: 767.98px) {
            .service_body .row.row_cus {
                grid-template-columns: 1fr;
            }

            .offer-section {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
        }

        @media (max-width: 575.98px) {

            .blogs-section .section-head .section-label {
                justify-content: center !important;
            }

            .single-post .blog-content img {
                height: 250px;
                width: 100%;
                margin-bottom: 30px;
            }

            .services-section .section-head {
                justify-content: center !important;
                text-align: center !important;
            }

            .services-section .section-label {
                justify-content: center !important;
            }

            .testimonials-section .section-head {
                justify-content: center !important;
            }


            .testimonials-section .section-label {
                justify-content: center !important;
            }

            .blogs-section .section-head {
                flex-direction: column !important;
            }

            .app_ban {
                margin-top: 0px;
            }

            .testimonials-section .section-title h2 {
                text-align: center;
            }

            .section-banner-image .section-image .about-img {
                min-height: auto !important;
                margin-top: 45px;
            }

            .section-title h2 {
                font-size: 27px !important;
            }

            section.about-section {
                padding: 30px 0px !important;
            }

        }

        @media (max-width: 380.98px) {
            .top-bar a {
                font-size: 0.8rem !important;
            }
        }