@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ================= Fonts ================= */
#service-filter select {
    padding: 8px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/**page service loader*/
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #eee;
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}
/* CONTACT MAP SECTION */
.contact-info-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-info-box h3 {
    margin-bottom: 15px;
}

.contact-address {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.contact-details li {
    margin-bottom: 8px;
    font-size: 14px;
}

.map-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #000;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.map-box iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 12px;
}


@font-face {
    font-family: 'Melodrama';
    src: url('../font/Melodrama-Bold.woff2') format('woff2'),
        url('../font/Melodrama-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Melodrama';
    src: url('../font/Melodrama-Light.woff2') format('woff2'),
        url('../font/Melodrama-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Melodrama';
    src: url('../font/Melodrama-Medium.woff2') format('woff2'),
        url('../font/Melodrama-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Melodrama';
    src: url('../font/Melodrama-Regular.woff2') format('woff2'),
        url('../font/Melodrama-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Melodrama';
    src: url('../font/Melodrama-Semibold.woff2') format('woff2'),
        url('../font/Melodrama-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ================= Global ================= */
.myClass {
    overflow: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #f5f1ea;
    color: #111111;
    overflow-x: hidden;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Melodrama';
}

.btn-primary-custom {
    background: #eabfad;
    border-radius: 0;
    padding: 15px 40px;
    transition: 0.4s;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid #eabfad;
    text-decoration: none;
    display: inline-block;
    color: #000 !important;
}

.btn-primary-custom:hover {
    background: transparent;
    border: 1px solid #fff;
    transition: 0.4s;
    color: #fff !important;
}

.btn-primary-custom-new {
    background: #000000;
    border-radius: 0;
    padding: 15px 40px;
    transition: 0.4s;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid #000000;
    text-decoration: none;
    display: inline-block;
    color: #fff !important;
}

a.navbar-brand {
    width: 65px;
    transition: 0.5s;
}

.navbar {
    padding: 10px 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    background: transparent;
    z-index: 1000;
}

.navbar.scrolled {
    background: rgb(255 255 255 / 61%) !important;
    padding: 10px 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.nav-link {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff !important;
    margin: 0 15px;
    font-weight: 500;
    transition: 0.5s;
    border-bottom: 4px solid transparent;
}

.nav-link:hover {
    border-bottom: 4px solid #eabfad;
    transition: 0.5s;
}

.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand {
    color: #000 !important;
}
.navbar-scroll {
    background: #fff !important;
}

.navbar-scroll .btn-primary-custom:hover {
    background: transparent;
    border: 1px solid #bd8e7b;
    transition: 0.4s;
    color: #bd8e7b !important;
}

.navbar-scroll .btn-primary-custom:hover::after {
    right: -10px;
    background: #bd8e7b;
    transition: 0.5s;
}
/* ================= Hero Section ================= */

.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #323232;
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.55);
}

.hero-title {
    font-size: 50px;
    color: white;
    font-weight: 300;
    letter-spacing: 12px;
    text-transform: uppercase;
}



/* Split Hero Section */

.hero-split {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Left Background Image */
.hero-left {
    height: 100vh;
    background: url('../img/img1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transform: rotate(180deg);
}

/* Right Background Image */
.hero-right {
    height: 100vh;
    background: url('../img/img7.jpg') center center / cover no-repeat;
}

/* Dark Overlay for luxury feel */
.hero-split::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 96%) 0%, rgb(0 0 0 / 39%) 40%, rgb(0 0 0 / 37%) 60%, rgb(0 0 0 / 46%) 100%);
    z-index: 1;
}

/* Center Content */
.hero-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    max-width: 100%;
    width: 100%;
}

.hero-title {
    font-size: 85px;
    font-weight: 400;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 16px;
    max-width: 514px;
    margin: 0 auto 30px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 28px;
}

/* ================= Global Elements ================= */

.sub-title {
    color: #ffffff !important;
    letter-spacing: 6px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.btn-lux {
    border: 1px solid #c6a75e;
    padding: 16px 45px;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c6a75e;
    text-decoration: none;
    transition: 0.5s ease;
    display: inline-block;
}

.btn-lux:hover {
    background: #c6a75e;
    color: white;
}


.feature-section {
    background: #fff;
    transition: all 0.4s ease;
    padding-bottom: 80px;
    padding-top: 80px;
}

.feature-box {
    padding: 0px 0 0 0;
    transition: all 0.4s ease;
    border-right: 0px solid #e3e3e300;
}

.br-none {
    border: none;
}

.icon-wrapper {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    transition: all 0.4s ease;
    align-items: center;
    justify-content: center;
}




.feature-heading h6 {
    font-family: 'Montserrat';
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #212121;
    margin-bottom: 0;
    margin-top: 15px;
}

/* Hover Effect */
.feature-box:hover .icon-inner img {
    transform: scale(1.15);
    transition: 0.5s;
}

.feature-box:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.feature-box:hover .icon-inner img {
    filter: brightness(0) saturate(100%);
    transition: 0.5s;
    transform: scale(1.1);
}

.icon-inner img {
    transition: 0.5s;
}


/* ================= About ================= */

.overlap-container {
    position: relative;
    padding: 60px 0;
}

.img-main {
    width: 100%;
    height: 700px;
    object-fit: cover;
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.05);
}

.floating-content {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 70px;
    max-width: 500px;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.04);
    z-index: 2;
}

/* ================= Services ================= */

.services-scroll {
    display: flex;
    overflow-x: auto;
    gap: 40px;
    padding: 20px 0;
    scrollbar-width: none;
}

.services-scroll::-webkit-scrollbar {
    display: none;
}

.service-card {
    min-width: 450px;
}

.service-card img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    filter: grayscale(0.1);
    transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover img {
    filter: grayscale(0);
    transform: scale(1.03);
}

/* ================= Results ================= */

.ba-section {
    background: #efece8;
}

/* ================= Footer ================= */

footer {
    background: #000000;
    color: rgba(255, 255, 255, 0.7);
    padding: 50px 0 20px 0;
}

.footer-logo {
    margin-bottom: 30px;
    max-width: 140px;
    margin: 0 auto;
    padding-bottom: 50px;
}













.services-section {
    background: #ffffff;
    overflow-x: auto;
    padding: 90px 10px;
    transition: 0.5s;
}

.services-section .row {
    display: flex;
    gap: 0 10px;
}

.service-item {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.service-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.6s ease;
    border-radius: 170px;
}



.service-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(2 2 2 / 18%);
    border-radius: 170px;
    transition: 0.4s ease;
    transition: 0.5s;

}

.service-item:hover::after {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 170px;
    transition: 0.5s;
}

/* Text */
.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: white;
    width: 100%;
    height: 41%;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 170px 170px;
    background: #00000000;
}

.service-item:hover .service-content {
    width: 100%;
    height: 100%;
    border-radius: 170px;
    background: #00000087;
    transition: 0.5s;
}

.service-content h3 {
    font-family: 'Montserrat';
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.5s;
    width: 100%;
    text-align: center;
}

/* Bottom 50% Dotted */


section#about {
    background: #fbfbfb;
    padding: 120px 0;
    position: relative;
}

.leftsvg svg {
    position: absolute;
    max-width: 160px;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.5;
}

.rightsvg svg {
    position: absolute;
    max-width: 215px;
    bottom: 0px;
    right: 0;
    z-index: 9;
    opacity: 0.5;
}

.editorial-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 56px;
    font-style: normal;
    letter-spacing: 2px;
    color: #212121;
    margin-bottom: 30px;
}

.section-title {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #212121;
}

/* Elegant underline */
.section-title::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #c6a75e;
    display: block;
    margin: 20px auto 0;
}

.about-hero {
    background: #fbfbfb;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.about-content {
    position: relative;
    padding-right: 40px;
}

.about-title {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
    position: relative;
    color: #212121;
}

.about-content p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 20px;
    font-weight: 400;
    color: #212121;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.about-btn {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2e3d3f;
    text-decoration: none;
    position: relative;
}

.about-btn::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #c6a75e;
    display: block;
    margin-top: 8px;
    transition: 0.4s ease;
}

.about-btn:hover::after {
    width: 90px;
}

/* IMAGE SIDE */
.about-image {
    position: relative;
    padding: 0;
}


.about-image img {
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Vertical Side Text */
.vertical-text {
    position: absolute;
    left: -43px;
    top: 80px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 4px;
    font-size: 13px;
    color: #96672b;
    text-transform: uppercase;
}

.about-content a:hover {
    background: #00000000 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary-custom {
    position: relative;
}



.btn-primary-custom::after {
    content: "";
    position: absolute;
    top: 47%;
    right: 10px;
    width: 22px;
    height: 1px;
    background: #000000;
    transition: 0.5s;
    transform: translateY(-50%);
}

.why-spa-section {
    width: 100%;
}

/* Box */
.why-box {
    position: relative;
    height: 600px;
    overflow: hidden;
}

/* Image */
.why-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

/* Hover zoom */
.why-box:hover img {
    transform: scale(1.1);
}

/* Dark overlay */
.why-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.31);
    transition: 0.4s ease;
}

.why-box:hover::after {
    background: rgba(0, 0, 0, 0.6);
}

/* Content */
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 2;
    width: 100%;
    max-width: 90%;
}

.overlay-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 500;
}

.overlay-content p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 0px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.4px;
    line-height: 28px;
}

a.click_btn {
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    margin-top: 20px;
}



.testimonial-section {
    background: #ffffff;
    padding: 120px 0;
    text-align: center;
}

.testimonial-content {
    max-width: 800px;
    margin: auto;
}

.quote-icon {
    font-size: 80px;
    color: #cfd6d5;
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    color: #212121;
    margin-bottom: 30px;
    opacity: 0.7;
}

.testimonial-content h6 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}

/* Dots style */
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.4;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #96672b;
    opacity: 1;
}

.testi_img svg {
    max-width: 125px;
    fill: #c3c3c3;
    margin-bottom: 30px;
}

.before-after-wrapper {
    position: relative;
}

.before-after-img {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.before-after-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.after-img {
    clip-path: inset(0 50% 0 0);
}

/* line */
.slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* handle */
.slider-handle {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    cursor: ew-resize;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* invisible range */
.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 3;
}

.before-after-label {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 4px;
    background: #212121;
    color: #ffffff;
    padding: 20px;
}

.after-img {
    filter: grayscale(100%) brightness(0.9) contrast(1.1);
}

section.beauty-section {
    overflow: hidden;
    background: #fbfbfb;
    padding: 120px 0;
    position: relative;
}

h2.beauty-title {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
    position: relative;
    color: #212121;
}

p.beauty-text {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 20px;
    font-weight: 400;
    color: #212121;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.beauty-search-form input[type="email"] {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
    color: #000;
    border: 1px solid #212121;
    width: 65%;
    background: transparent;
}

.beauty-search-form button {
    font-size: 16px;
    background: #000000;
    border-radius: 0;
    padding: 13px 20px;
    transition: 0.4s;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid #000000;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

.footer-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    justify-content: center;
}

.footer-item i {
    font-size: 18px;
    color: #b48a78;
}

.footer-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links a:hover {
    color: #eabfad;
    padding-left: 5px;
}

.footer-copy {
    font-size: 11px;
    opacity: 0.7;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #ffffff6e;
    padding-top: 40px;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social a {
    color: #b9b9b9;
    font-size: 22px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #eabfad;
    transform: translateX(4px);
}

.navbar.scrolled a.navbar-brand {
    width: 53px;
    transition: 0.5s;
}

section.content_inner_page_hero {
    height: 80vh;
    background-size: cover !important;
    background-position: center;
    background: #00000000;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 0 0 6% 0;
    background-repeat: no-repeat;
}

.breadcrumb-item.active {
    color: rgb(255 255 255 / 75%);
}

li.breadcrumb-item a {
    color: #ddb5a3;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

span.slash {
    margin-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

h1.hero-title-inner {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scrolled .btn-primary-custom:hover {
    background: transparent;
    border: 1px solid #000000;
    transition: 0.4s;
    color: #000 !important;
}

button.navbar-toggler {
    box-shadow: none !important;
}

.contact-wrapper {
    background: #fff;
    padding: 90px 0;
}

.contact-wrapper .contact-tag {
    border: 1px solid #eabfad;
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 20px;
    color: #e2b8a7;
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.contact-wrapper .contact-title {
    font-size: 56px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    color: #212121;
}

.contact-wrapper .contact-title span {
    color: #eabfad;
    font-style: italic;
    font-weight: bold;
}

.contact-wrapper .contact-desc {
    color: #212121;
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 16px;
    max-width: 80%;
    line-height: inherit;
}

.contact-wrapper .contact-info {
    margin-bottom: 15px;
    font-size: 15px;
}

.contact-wrapper .contact-info i {
    color: #2ac3ff;
    margin-right: 10px;
}

.contact-wrapper .social-icons {
    margin-top: 25px;
}

.contact-wrapper .social-icons i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7bdab;
    border-radius: 50%;
    margin-right: 10px;
    padding: 5px;
    cursor: pointer;
    color: #000;
}

.contact-wrapper .contact-form-box {}

.contact-wrapper .form-group {
    margin-bottom: 25px;
}

.contact-wrapper label {
    font-size: 12px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 1px;
}

.contact-wrapper .form-control {
    background: #fbf6f0c2;
    border: none;
    border-bottom: 1px solid #eabfad;
    border-radius: 0;
    color: #000000;
}

.contact-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #2ac3ff;
}

.contact-wrapper textarea {
    height: 120px;
    resize: none;
}

.contact-wrapper .form-note {
    font-size: 12px;
    color: #686868;
    margin-top: 10px;
}

.contact-wrapper .send-btn {
    margin-top: 15px;
    padding: 12px 28px;
    color: #fff;
    font-weight: 500;
    background: #212121;
    border-radius: 0;
    padding: 15px 40px;
    transition: 0.4s;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid #212121;
    text-decoration: none;
    display: inline-block;
}

.grid-box {
    position: relative;
    flex: 1;
}

.grid-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-box {
    height: 350px;
}

.large-box {
    height: 700px;
}

/* content overlay */

.grid-content {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 46px;
    background: #00000000;
}

.grid-content h3 {
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    color: #fff;
    text-align: center;
}











/* vd */


.hero_vd {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

video#hero-video-in {
    object-fit: cover;
    height: 100vh;
    width: -webkit-fill-available;
}


.hero_vd .hero-content {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.hero_vd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.text_idea_block a.btn-primary-custom.text-white.btn-primary-custom-new:hover {
    background: #00000000 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}


.btn-primary-custom:hover::after {

    right: -10px;
    background: #ffffff;
    transition: 0.5s;
}

.navbar.scrolled .btn-primary-custom:hover::after {
    right: -10px;
    background: #000000 !important;
    transition: 0.5s;
}

.hero-content .btn-primary-custom::after {
    background: #ffffff;
}

.hero-content .btn-primary-custom:hover::after {
    background: #ffffff;
}

.text_idea_block .btn-primary-custom::after {
    background: #ffffff;
}

.text_idea_block .btn-primary-custom:hover::after {
    background: #000000;
}

.about-hero .btn-primary-custom::after {
    background: #ffffff;
}

.about-hero .btn-primary-custom:hover::after {
    background: #000000;
}







.grid-box {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.large-box {
    height: 700px;
}

.grid-box img,
.grid-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.grid-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-content {
    position: absolute;
    bottom: 0;
    left: 30px;
    color: #fff;
    z-index: 2;
}

.grid-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 1%);
}

.bg-white1 {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #efefef !important;
}

/* SERVICES */

.spa-services-heading {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    color: #212121;
}

.spa-services-subtext {
    max-width: 600px;
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 0px;
    font-weight: 400;
    color: #212121;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.spa-service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    height: 100%;
}

.spa-service-card:hover {
    transform: translateY(-6px);
}

.spa-service-img img {
    width: 100%;
    height: 371px;
    object-fit: cover;
}

.spa-service-content {
    padding: 20px;
    text-align: center;
}

.spa-service-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-size: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    color: #212121;
    text-align: center;
}

.spa-service-content p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #212121;
}

.spa-read-btn {
    text-decoration: none;
    border-bottom: 1px solid #eabfad;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

/* PRICING */

.spa-pricing-area {
    background: #212121;
    padding: 120px 0;
}

.spa-pricing-heading {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
    position: relative;
    color: #eabfad;
    text-transform: uppercase;
}

.spa-pricing-left p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 0px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.spa-price-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eabfad;
    font-size: 18px;
}

.spa-price-row h5 {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.spa-price-row span {
    font-weight: 600;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

section.spa-services-area {
    padding: 120px 0;
    background: #ffffff;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.page-link {
    color: #000000;
    padding: 10px 20px;
    font-size: 18px;
    box-shadow: none !important;
}

.single-service-area {
    padding: 120px 0;
    background: #fff;
}

.service-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #212121;
}

.service-desc {
    margin-bottom: 20px;
    color: #555;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.service-features li {
    margin-bottom: 10px;
    font-size: 16px;
}

.service-features i {
    color: #c8a27a;
    margin-right: 8px;
}

.service-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefit-box {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s;
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefit-box i {
    font-size: 30px;
    color: #c8a27a;
    margin-bottom: 10px;
    display: block;
}


.single-service-content .btn-primary-custom:hover {
    background: #00000000 !important;
    border: 1px solid #000000 !important;
    transition: 0.4s;
    color: #000000 !important;
}

.single-service-content .btn-primary-custom {
    padding: 12px 40px;
    letter-spacing: 2px;
}

.single-service-content .btn-primary-custom:hover::after {
    right: -10px;
    background: #000000;
    transition: 0.5s;
}



/*new_20/03*/
     a.navbar-brand {
    width: 65px;
    transition: 0.5s;
    padding: 0;
    margin: 0;
}



.navbar-scroll a.navbar-brand {
    width: 55px;
    transition: 0.5s;
    padding: 0;
    margin: 0;
}

.beauty-search-form p {
    display: flex;
    align-items: center;
}
.beauty-search-form p br{
    display: none !important;

}
.beauty-search-form p .wpcf7-form-control-wrap {
    display: contents;
}
.navbar-scroll a.nav-link {
    color: #000 !important;
}
.am-fs__main-inner .am-button-continue {
    background: #eabfad !important;
    color: #000 !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat' !important;
    border-color: #eabfad !important;
    border-radius: 0 !important;
    padding: 25px 40px !important;
    letter-spacing: 2px !important;
}
.am-fs__main-inner span.am-button__inner {
    font-family: 'Montserrat' !important;
    letter-spacing: 1px !important;
    font-size: 16px;
    font-weight: 400 !important;
}

.service-sidebar .btn-primary-custom:hover {
    background: #000000;
    border: 1px solid #000000;
    transition: 0.4s;
    color: #ffffff !important;
}
@media only screen and (max-width: 991px) {
  html.myClass .navbar-toggler-icon {
         background: black !IMPORTANT;
    }
    .navbar-scroll .navbar-toggler-icon {
    background: black !IMPORTANT;
}
.btn-primary-custom::after {
    right: 6px;
    width: 16px;
}
       .hero-title {
        font-size: 50px;
        letter-spacing: 4px;
    }

    .feature-heading h6 {
        letter-spacing: 1px;
    }

    .editorial-title {
        font-size: 26px;
        line-height: 48px;
        letter-spacing: 1px;
    }

    .leftsvg svg {
        max-width: 137px;
    }

    .rightsvg svg {
        max-width: 165px;
    }

    .section-title {
        font-size: 38px;
    }

    .col.service-item {
        width: 48%;
        display: inline-block;
    }

    .services-section .row {
        flex-wrap: wrap !important;
    }

    .col {
        flex: auto;
    }

    .service-item::after {
        background: rgb(2 2 2 / 42%);
        border-radius: 0px;
    }

    .service-item::after {
        border-radius: 0;
    }

    .service-item img {
        border-radius: 0;
    }

    .services-section .row {
        gap: 30px;
    }

    .service-content h3 {
        font-size: 24px;
    }

    .services-section {
        padding: 80px 30px;
    }

  .about-title {
    font-size: 38px;
    text-align: center;
}
.about-content p {
    text-align: center;
}
.about-content {
    padding-right: 0;
}
.about-content {
    text-align: center;
}
    .about-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h2.beauty-title {
        font-size: 38px;
    }

    .before-after-wrapper {
        margin-top: 40px;
    }

    .row.footer-info {
        justify-content: center;
    }

    .footer-social {
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }

    .navbar.scrolled .navbar-toggler-icon {
        filter: invert(0);
    }

    .testimonial-section {
        padding: 80px 0;
    }
ul.navbar-nav {
    background: #fff !important;
    padding: 35px 0 10px 0;
}

.nav-link {
    color: #000 !important;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 0 15px 0 !important;
    border: none !important;
}


    .navbar.scrolled .nav-link,
    .navbar.scrolled .navbar-brand {
        color: #ffffff !important;
    }

    .btn-primary-custom {
        padding: 12px 25px;
        letter-spacing: 2px;
    }

    section.content_inner_page_hero {
        height: 70vh;
        justify-content: center;
        padding-top: 80px;
        align-items: center;
    }
     .navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-left: 15px;
}
    .navbar-toggler span.navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 3px;
    display: block;
    background-color: white;
    margin: 5px 0px;
    transition: .5s all;
}
.navbar-toggler.togle span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    position: relative;
    top: 2px;
    transition: .5s all;
}
    .navbar-toggler.togle span:nth-child(2) {
    display: none;
    margin: 0;
    transition: .5s all;
}
    .navbar-toggler.togle span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: .5s all;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
html.myClass .navbar {
    background: white !important;
}
}


@media only screen and (max-width: 767px) {
    .vertical-text {
        position: relative;
        left: 0;
        top: 0;
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
    }

    .beauty-search-form .form-group {
        display: flex;
    }

    .beauty-search-form input[type="email"] {
        width: 100%;
    }

    .beauty-search-form button {
        padding: 13px 13px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    section.beauty-section {
        padding: 80px 0;
    }

    .testi_img svg {
        max-width: 100px;
        margin-bottom: 20px;
    }

    a.navbar-brand {
        width: 48px;
        padding: 0;
        margin-right: 0;
    }

    .feature-box {
        padding: 15px 10px;
        transition: all 0.4s ease;
        border-right: 0px solid #e3e3e3;
    }

    .feature-section {
        padding: 65px 0;
    }

    .service-item::after {
        border-radius: 0;
    }

    .service-item img {
        border-radius: 0;
    }


    .about-hero {
        padding: 80px 0;
    }

    .before-after-img {
        height: 385px;
    }

    .before-after-img {
        height: 300px;
    }

    .contact-wrapper .contact-title {
        font-size: 48px;
    }

    .contact-wrapper .contact-desc {
        margin-top: 20px;
        margin-bottom: 35px;
        font-size: 16px;
        max-width: 100%;
    }

    .contact-wrapper .social-icons {
        margin-bottom: 60px;
    }

    .contact-wrapper {
        padding: 80px 0;
    }

    .sub-title {
        letter-spacing: 4px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .btn-primary-custom::after {
        right: 5px;
        width: 15px;
    }

    .grid-content h3 {
        font-size: 35px;
    }

  .spa-pricing-left {
    margin-bottom: 40px;
    text-align: center;
}

    .spa-pricing-area {
        padding: 90px 0;
    }

    section.spa-services-area {
        padding: 90px 0;
    }
    .single-service-area {
    text-align: center;
    padding: 90px 0;
}
.contact-wrapper .contact-title {
    text-align: center;
}
.contact-wrapper .contact-desc {
    text-align: center;
}
.contact-wrapper .social-icons {
    text-align: center;
}
.contact-wrapper .contact-tag {
    text-align: center;
    letter-spacing: 2px;
    display: block;
    max-width: fit-content;
    margin: 0 auto 25px auto;
}
}