/* Custom Global Rules */
:root {
    --brand-purple: #9c27b0;
    --white: #FFF;
    --light: #E1E1E1;
    --text: #696969;
    --bgWhite: #FFFBE9;
    --black: #333333;
    --grey: #C7C7C7;
    --brand-purple-hover: #7b1fa2;
    --top-bar-border: rgba(255, 255, 255, 0.15);
    --title-font: "Philosopher", sans-serif;
    --base-font: "Lato", sans-serif;
}

body {
    font-family: "Lato", sans-serif !important;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

.title {
    font-family: var(--title-font);
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000 !important;
    border: 0;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16.5px);
}

.hero-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.heroSlider {
    background-size: cover !important;
    background-position: center !important;
    padding: 120px 0 50px;
    height: 800px;
}

.heroSlider.innerBanner {
    height: 400px;
}

.title_descp {
    color: #696969;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Header Utilities */
.top-bar {
    border-bottom: 1px solid var(--top-bar-border);
    color: var(--light);
}

.top-bar .contact-info {
    font-size: 16px;
}

.top-bar a {
    color: var(--light);
    margin-right: 7px;
    font-size: 0.9rem;
    transition: color 0.3s;
    text-decoration: none;
}

.top-bar a:hover {
    color: var(--white);
}

.top-bar .social-links a {
    display: inline-flex;
    border: 1px solid var(--light);
    color: var(--light);
    width: 30px;
    height: 30px;
    border-radius: 60px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.top-bar .social-links a:hover {
    background-color: var(--bgWhite);
    color: var(--brand-purple);
}

.brand-title {
    font-family: var(--title-font);
    font-size: 2rem;
    color: var(--white);
    line-height: 1;
    display: block;
}

header.scroller {
    background-color: #150018;
    border: 0;
    box-shadow: 0 3px 10px #00000047;
    padding: 5px 0;
}

header.scroller .nav_logo {
    max-height: 55px;
}

header.scroller .top-bar {
    display: none !important;
}

header .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 20px 15px;
    border-bottom: 3px solid transparent;
    min-height: 70px;
}

header .navbar-dark .navbar-nav .nav-link.active,
header .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--white);
}

header .navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 3px solid var(--brand-purple);
}

header .navbar-brand {
    padding: 0;
}

.nav_logo {
    max-height: 67px;
}

.mainTitle {
    color: var(--black);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: -0.7px;
}

.subtitle {
    color: var(--brand-purple, #9c27b0);
    letter-spacing: 1.5px;
    font-family: var(--title-font);
    font-size: 16px;
}

.btn-purple {
    background-color: var(--brand-purple);
    border: 1px solid var(--brand-purple);
    color: var(--white) !important;
    font-weight: 500;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-purple:hover {
    background-color: var(--brand-purple-hover);
    border-color: var(--brand-purple-hover);
    transform: translateY(-1px);
}

.btn-white-outline {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
}

.btn-white-outline:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

/* Content Layout Alignment */
.banner-section {
    flex-grow: 1;
    padding: 0px;
    position: relative;
}

.banner-section .sub-heading {
    font-family: var(--title-font);
}

.heroSlider::after {
    opacity: 0.6;
    background: #112015;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: ' ';
    display: inline-block;
    height: 100%;
    z-index: 0;
}

.banner-section .bannerCont {
    position: relative;
    z-index: 100 !important;
}

.header-content-z {
    z-index: 2;
}

.primary_btn {
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.2px;
    min-width: 130px;
}

.hero-main-title {
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0px;
}

.py-2_5 {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
}

.hero-description {
    max-width: 540px;
    line-height: 1.6;
}

.fs-7 {
    font-size: 0.8rem;
}

.btn-white {
    background-color: var(--white);
}

.banner-section .btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    min-width: 170px;
    min-height: 50px;
}

.banner-section .btn-white:hover {
    border-color: var(--white);
}
.navbar .custom-logo{
    max-height: 65px;
    width: auto;
    max-width: 100%;
}
.avatar-placeholder i {
    color: var(--brand-purple);
    font-size: 20px;
}
.breadcrumb {
    justify-content: center;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #e1e1e1a8;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.breadcrumb a:hover {
    color: var(--white);
}

.banner-section .innerBanner .bannerCont {
    padding: 70px 0 0;
    justify-content: center;
    text-align: center;
}

.breadcrumb-item.active {
    color: var(--white);
}

.slick-dots li button {
    width: 12px;
    height: 7px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background-color: #e1e1e14f;
    border: 0;
    outline: 0;
    border-radius: 60px;
}

.slick-dots li {
    list-style: none;
    font-size: 0;
}

.slick-dots li.slick-active button {
    width: 30px;
    background-color: var(--white);
}

ul.slick-dots.custom-slick-dots {
    position: absolute;
    right: 50px;
    bottom: 20px;
    display: flex;
    align-items: center;
}

.preview-card-wrapper {
    position: relative;
    max-width: 320px;
}

.image-mask-container {
    width: 100%;
    border-radius: 25px 140px 25px 25px;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.image-mask-container img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.video-play-btn {
    position: absolute;
    bottom: 25px;
    left: -25px;
    width: 80px;
    height: 80px;
    background-color: var(--brand-purple);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 9999 !important;
    pointer-events: auto !important;
    cursor: pointer;

    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s, outline 0.3s;
    outline: 0px solid rgba(156, 39, 176, 0);
    animation: playPulse 2s infinite;
}

.video-play-btn:hover {
    transform: scale(1.1) !important;
    background-color: var(--brand-purple-hover);
    box-shadow: 0 10px 25px rgba(156, 39, 176, 0.5) !important;
}

.video-play-btn img {
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    max-width: 80%;
    pointer-events: none;
}

@keyframes playPulse {
    0% {
        outline: 0px solid rgba(156, 39, 176, 0.6);
    }

    70% {
        outline: 16px solid rgba(156, 39, 176, 0);
    }

    100% {
        outline: 0px solid rgba(156, 39, 176, 0);
    }
}

.review-floating-card {
    position: absolute;
    bottom: -70px;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.avatar-group {
    margin-left: 6px;
}

.avatar-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -8px;
    border: 2px solid #2b2b2b;
}

.avatar-placeholder {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #e0e0e0;
    margin-left: -8px;
    border: 2px solid #2b2b2b;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* About Section Specific Styling */
.about-section {
    background-color: var(--bgWhite);
    color: #2b2b2b;
}

.about-text-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.about-text-content .highlighting-para {
    color: #556b2f;
    font-weight: 500;
    font-size: 1.05rem;
}

.about-section .primary_btn {
    min-width: 150px;
}

.about-img-frame {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.whiteBxs {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.26);
    min-height: 100px;
    padding: 30px 35px 35px 35px;
    border-radius: 20px 100px 20px 20px;
    margin: 25px 0 0;
}

.whiteBxs .titles {
    font-size: 24px;
    font-family: var(--title-font);
    margin: 0 0 15px;
    padding: 0;
}

.whiteBxs p {
    margin: 0 0 10px;
}

.about-img-frame .h-100,
.about-img-frame .img-fluid.w-100 {
    height: 100%;
    transition: transform 0.5s ease;
}

.about-img-frame.small-frame {
    height: 50vh;
}

.about-img-frame:hover img {
    transform: scale(1.04);
}

.tall-frame {
    height: calc(100vh + 1rem);
}

/* Quote Section Styling */
.quote-banner-section {
    position: relative;
    width: 100%;
    min-height: 420px;
    background: url(../../images/others/Background.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    overflow: hidden;
}

.quote-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #112015;
    z-index: 1;
}

.quote-content-z {
    z-index: 2;
}
.quote-icon-wrapper.mb-3 {
    margin: 0 !important;
}
.decorative-quote {
    font-family: 'Playfair Display', serif;
    font-size: 8.5rem;
    line-height: 0;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    height: 40px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.quote-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.95);
}

.author-signature {
    font-family: 'Great Vibes', cursive;
    font-size: 2.2rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.author-title {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    display: block;
}

.videoPops iframe {
    width: 100% !important;
}

.treatmentList {
    background-color: var(--white) !important;
}

.treatmentList .nav-tabs {
    justify-content: center;
    gap: 30px;
}

.treatmentList .nav-tabs .nav-link {
    color: rgba(51, 51, 51, 0.60);
    font-family: var(--title-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    border-bottom: 4px solid transparent;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
}

.treatmentList .nav-tabs .nav-link.active {
    color: var(--black);
    border-bottom: 4px solid var(--brand-purple);
}

.treatmentList .heritage-img-wrapper {
    height: 260px;
}

.treatmentList .heritage-card .heritage-card-body .text-muted {
    font-size: 16px;
}
.about-img-frame.treatment-img{
    height: 100vh;
}
.about-img-frame.treatment-img{
    height: 100%;
}



/* ========================================== */
/* OUR PROCESS STYLING                        */
/* ========================================== */
.process-section {
    background-color: #fcfaf2;
    /* Soft warm ivory cream tint from design */
}

.process-card {
    background-color: transparent;
    border: 1px solid #C4C4C4;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(44, 62, 46, 0.04);
    background-color: var(--white);
}

.step-number {
    font-family: var(--title-font);
    color: var(--brand-purple, #9c27b0);
    font-size: 1.3rem;
    font-weight: 500;
}

.step-title {
    font-family: var(--title-font);
    font-size: 1.5rem;
    color: var(--black);
    font-weight: 500;
}

.step-text {
    line-height: 24px;
    font-size: 16px;
    color: var(--text);
}

/* ========================================== */
/* WHY CHOOSE US STYLING                      */
/* ========================================== */
.why-choose-section {
    background: linear-gradient(to bottom, #fcfaf2 50%, var(--brand-purple, #9c27b0) 50%);
    padding-bottom: 60px;
}

.features-banner-container {
    border-radius: 10px;
    background: url(../../images/others/bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.features-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #112015;
    z-index: 1;
}

.z-3 {
    z-index: 3;
}

.choose-main-title,
.choose-subtitle {
    color: var(--white);
}

.border-grid-item {
    position: relative;
}

/* Generate vertical/horizontal divider rule logic using CSS outlines */
@media (min-width: 768px) {
    .border-grid-item {
        border-right: 1px solid #c4c4c473;
        border-bottom: 1px solid #c4c4c473;
    }

    .border-grid-item:nth-child(3n) {
        border-right: none;
    }

    .border-grid-item:nth-child(n+4) {
        border-bottom: none;
    }
}

/* Feature Interior Properties */
.feature-icon-box {
    font-size: 2rem;
    color: #ffffff;
    opacity: 0.95;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.feature-desc {
    line-height: 1.5;
    color: var(--grey);
    font-size: 16px !important;
    font-weight: 400;
}



.treatments-section {
    background-color: var(--bgWhite);
}
.treatments-section.py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.max-w-md {
    max-width: 440px;
}

.treatment-card {
    background-color: #FAF9F7;
    border: 1px solid #DBDBDB;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(44, 62, 46, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.treatment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(156, 39, 176, 0.06);
}

.card-image-side {
    width: 42%;
    min-height: 260px;
    border-radius: 20px 100px 20px 20px;
    overflow: hidden;
}

.card-text-side {
    width: 58%;
}

.treatment-card .card-text-side .text-muted,
.heritage-card .heritage-card-body .text-muted {
    color: #585B59 !important;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}

/* Interior Component Details */
.treatment-icon {
    font-size: 1.6rem;
    color: var(--brand-purple, #9c27b0);
    opacity: 0.85;
}

.card-treatment-title {
    font-family: var(--title-font);
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--black);
    letter-spacing: -0.2px;
}

.treatment-link {
    color: var(--brand-purple, #9c27b0);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: color 0.2s ease;
}

.treatment-link:hover {
    color: var(--brand-purple-hover, #7b1fa2);
    text-decoration: underline;
}



/* Container Frame Level Properties */
.appointment-testimonial-section {
    background-color: var(--bgWhite);
}
.appointment-testimonial-section.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.main-purple-frame {
    background-color: var(--brand-purple, #9c27b0);
    border-radius: 25px 100px 25px 25px;
}

.appointment-testimonial-section .bg-white-card {
    border-radius: 20px 100px 20px 20px;
}

/* Dynamic custom curve override pattern for the outer framing layout if desired: */
@media (min-width: 992px) {
    .main-purple-frame {
        border-top-right-radius: 120px;
    }
}

/* Left Column Form Container Box Styling */
.bg-white-card {
    background-color: #fbfbfa;
    border-radius: 35px;
}

@media (min-width: 576px) {
    .bg-white-card {
        border-top-right-radius: 100px;
        /* Custom internal white asset asymmetry */
    }
}

.form-main-title {
    font-size: 2.4rem;
}

/* Minimalist Underline Input Fields CSS */
.form-line-input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background: transparent;
    padding: 10px 4px;
    font-size: 0.9rem;
    color: #333;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-line-input:focus {
    border-bottom-color: var(--brand-purple, #9c27b0);
}

.form-line-input::placeholder {
    color: #999;
}

/* Clean Select Down-Arrow Formatting */
.style-select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23777' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}

.btn-dark-submit {
    background-color: #2b2b2a;
    color: var(--white);
    border: none;
    transition: background-color 0.2s ease;
}

.btn-dark-submit:hover {
    background-color: #1a1a19;
    color: var(--white);
}

/* Right Column Testimonial Styling Details */
.testimonial-header p.small {
    font-size: 15px;
    line-height: 22px;
}

.form-container.p-sm-5 {
    padding-top: 2.8rem !important;
}

.testimonial-main-title {
    color: var(--white);
    font-size: 46px;
    line-height: 46px;
}

.testimonial-subtitle {
    color: var(--white);
}

.max-w-sm {
    max-width: 480px;
}

.testimonial-card-white {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-quote-text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    min-height: 170px;
    display: flex;
    align-items: center;
}

.testimonial-slick-slider-wrapper .slick-dots {
    display: flex;
    justify-content: end;
    margin: 15px 0 0;
}

.fs-8 {
    font-size: 0.78rem;
}

/* Custom Slide Indicator Dots Overrides */
.carousel-indicators-custom {
    position: relative;
    z-index: 15;
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel-indicators-custom button {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 6px;
    padding: 0;
    margin-right: 0px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    border: 0;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-indicators-custom button.active {
    width: 32px;
    background-color: #ffffff;
    opacity: 1;
}

.carousel-item {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.testimonial-card-white {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    min-height: 300px;
}

.heritage-section {
    background-color: var(--bgWhite);
}

.btn-purple-outline {
    border: 1px solid var(--brand-purple, #a832b2);
    color: #ffffff;
    transition: all 0.3s ease;
}

.btn-purple-outline:hover {
    background-color: var(--brand-purple, #a832b2);
    color: #ffffff;
}

.heritage-card {
    border-radius: 30px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    border: 1px solid #DBDBDB;
    border-radius: 20px 100px 20px 20px;
}

.heritage-card:hover {
    transform: translateY(-6px);
}

.heritage-img-wrapper {
    height: 360px;
    width: 100%;
    overflow: hidden;
}

.heritage-img-wrapper img {
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}

.heritage-card:hover .heritage-img-wrapper img {
    transform: scale(1.04);
}

.corner-leaf-curl {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.85) 50%, #ffffff 100%);
    border-bottom-left-radius: 20px;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.heritage-card-title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 1.5rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--black);
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heritage-section.teamBox {
    background-color: var(--white);
}

.teamBox .heritage-card-body.p-4 {
    padding: 1.3rem 1.5rem 1.5rem !important;
}

.teamBox .heritage-card-title {
    font-weight: 600 !important;
    font-size: 24px !important;
    min-height: auto !important;
    margin: 0 0 5px !important;
}

.teamBox .heritage-card p.text-muted {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
}

.heritage-card-link {
    color: var(--brand-purple, #a832b2);
    text-decoration: none;
    display: inline-block;
    transition: letter-spacing 0.2s ease;
    font-size: 16px;
    font-weight: 600;
}

.heritage-card-link:hover {
    color: var(--brand-purple-hover, #7b1fa2);
    letter-spacing: 0.5px;
}



/* FAQ Section Outer Frame Canvas */
.faq-section {
    background-color: #FDFDFD;
}
.faq-section .container.py-4{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.faq-image-wrapper {
    border-radius: 28px;
    min-height: 460px;
}

.faq-image-wrapper .h-100 {
    height: 100vh !important;
    transition: transform 0.5s ease;
}

.faq-image-wrapper .h-100:hover {
    transform: scale(1.04);
}
.accordion-header, .accordion-body{
    background-color: transparent;
}
.accordion-custom .accordion-item {
    background-color: var(--white);
    overflow: hidden;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
}

.accordion-custom .accordion-button {
    background-color: var(--white);
    font-weight: 700;
    font-size: 16px;
    color: #696969;
    padding: 1.25rem 1.5rem;
    box-shadow: none !important;
    line-height: 24px;
    font-family: var(--title-font);
}

.accordion-custom .accordion-button::after {
    background-image: none !important;
    content: '+';
    font-family: var(--title-font);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.accordion-custom .accordion-button:not(.collapsed)::after {
    content: '—';
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
    transform: none;
}

.accordion-custom .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: #fdfcf7;
}

.accordion-custom .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    line-height: 24px;
    font-size: 16px;
    color: #696969 !important;
}

/* ========================================== */
/* CONTACT-PAGE                 */
/* ========================================== */

.contactForms {
    background-color: var(--white);
}

.contactForms .cont_header,
.contactForms .cont_header .mainTitle,
.contactForms .cont_header .subtitle {
    color: var(--white);
}

.contactForms .cont_header .mainTitle {
    line-height: 44px;
}

.contactForms .cont_header p {
    line-height: 19px;
}

.contactForms .cont_header p small {
    font-size: 14px;
}

.addressArea .circle.img-circle {
    background: rgba(255, 255, 255, 0.20);
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    min-height: 52px;
    min-width: 52px;
}

.addressArea .circle.img-circle img {
    max-height: 26px;
    max-width: 22px;
}

.addressArea .dtl_title {
    font-size: 26px;
    font-weight: 400;
    margin: 7px 0 0;
    padding: 0;
    font-family: var(--title-font);
}

.addressArea a {
    color: var(--white);
}

.addressArea .dtlsRow p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.maps iframe {
    width: 100%;
    height: 460px;
    border-radius: 20px;
}

.prdctDetail .mainTitle {
    font-size: 44px;
    line-height: 44px;
}

.prdctDetail .benifits li {
    position: relative;
    list-style: none;
    padding: 0 0 0 5px;
    width: 49%;
    display: inline-block;
    margin: 8px 0 12px;
}

.prdctDetail .benifits li::before {
    background: url(../../images/icons/tick.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -27px;
}

.prdctDetail .benifits h4 {
    color: var(--black);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 30px;
    line-height: 58px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 10px 0;
}

.prdctDetail .benifits h6 {
    font-size: 22px;
    font-weight: 400;
    color: var(--brand-purple);
    font-family: var(--title-font);
    margin: 0;
    padding: 0;
}

.prdctDetail .benifits ul {
    margin: 10px 0;
    padding: 0 0 0 30px;
}

.prdctDetail .benifits p {
    color: var(--text);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.facilitiesWraps .facilitiesRow .treatment-icon {
    border-radius: 60px;
    background: rgba(146, 49, 144, 0.10);
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px 0;
}

.facilitiesWraps .facilitiesRow .card-treatment-title {
    font-size: 30px;
}

.facilitiesWraps .facilitiesRow .treatment-card {
    background-color: var(--white);
    border-radius: 20px 100px 20px 20px;
}

.facilitiesWraps .facilitiesRow .treatment-card .card-image-side {
    border-radius: 0px 100px 0px 0px;
}

.facilitiesWraps .facilitiesRow .treatment-card:nth-child(even) {
    border-radius: 100px 20px 20px 20px;
    display: flex !important;
    flex-direction: row-reverse !important;
}

.facilitiesWraps .facilitiesRow .treatment-card:nth-child(even) .card-image-side {
    border-radius: 100px 0px 0px 0px;
}

.facilitiesWraps .facilitiesRow {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.facilitiesWraps .facilitiesRow .card-text-side p {
    font-size: 18px;
    line-height: 26px;
    -webkit-line-clamp: inherit;
    overflow: inherit;
}

.facilitiesWraps .mainTitle {
    line-height: 50px;
}

.bg-color {
    background-color: var(--bgWhite);
}

.whiteBg {
    background-color: var(--white);
}

.grecaptcha-badge {
    bottom: 104px !important;
}







/* ========================================== */
/* SITE FOOTER BASE STYLING                   */
/* ========================================== */
.site-footer {
    background-color: #000000 !important;
    font-family: var(--base-font);
    color: var(--grey);
}

.site-footer .footer-serif-title {
    font-family: var(--title-font);
}

.copyright.w-done {
    display: none;
}

.site-footer .text-white-50 {
    color: var(--grey);
}

.ftrdescp,
.site-footer .form-line-input {
    font-family: var(--base-font);
    color: var(--grey);
}

.brand-logo {
    font-family: var(--title-font);
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.logo-icon-purple {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: var(--brand-purple, #9c27b0);
    border-radius: 50% 10% 50% 50%;
    opacity: 0.9;
}

.footer-serif-title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 1.45rem;
    letter-spacing: 0.2px;
}

.social-circle-btn {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.social-circle-btn:hover {
    border-color: #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

.newsletter-form .form-line-input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.newsletter-form .form-line-input:focus {
    border-bottom-color: #ffffff;
}

.newsletter-submit-btn {
	
    position: absolute;
    right: 0;
    top: -20px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

.newsletter-submit-btn:hover {
    color: var(--white);
}

footer .wpcf7-response-output{
text-align: center;    
border: 1px solid #ea35352b !important; 
font-size: 13px;  
background-color: #c836360f;
border-radius: 60px;
padding: 5px 14px;
color: #a35050;
}

footer .wpcf7 form.sent .wpcf7-response-output{
    text-align: center;
    border: 1px solid #46b45029 !important;
    font-size: 13px;
    background-color: #46b4500f;
    border-radius: 60px;
    padding: 5px 14px;
    color: #46b450;
}
.newsletter-input::selection {
  background: transparent !important;
  color: inherit;
}

.footer-links-list,
.copyright,
.workstimeWrap p {
    font-family: var(--base-font);
}

.ftrAlign {
    align-items: end;
    display: flex;
}

.footer-links-list li {
    margin-bottom: 0.5rem;
}

.footer-links-list li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links-list li a:hover {
    color: #ffffff;
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.text-white-25 {
    color: rgba(255, 255, 255, 0.25) !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.max-w-xs {
    max-width: 280px;
}
.footer-brand img{
    max-width: 200px;
}

.staticPages h2{
    margin: 20px 0 10px;
    color: var(--black);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.7px;
    padding: 0;
}
.staticPages  dl, .staticPages  ol, .staticPages  ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 0 0 25px;
    color: var(--text);
}
.staticPages p.PDq2pG_selectionAnchorContainer {
    color: var(--black);
    font-size: 18px;
    line-height: 28px;
}
.staticPages p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text);
    margin: 0 0 10px;
}


/* ========================================== */
/* MOBILE RESPONSIVE                 */
/* ========================================== */

@media (max-width: 991px) {
    .faq-main-title {
        font-size: 2.5rem;
    }

    .faq-image-wrapper {
        min-height: 300px;
        height: 320px;
    }

    .heritage-main-title {
        font-size: 2.5rem;
    }

    .testimonial-main-title {
        font-size: 2.3rem;
    }

    .navbar-collapse {
        background: rgb(21 0 24);
        padding: 20px;
        border-radius: 12px;
        margin-top: 10px;
    }

    .review-floating-card {
        position: relative;
        bottom: 0;
        margin-top: 40px;
        width: max-content;
    }

    .process-main-title,
    .choose-main-title {
        font-size: 2.4rem;
    }
    .prdctDetail .row.align-items-top {
        flex-direction: column;
    }
    .prdctDetail .row.align-items-top .col-md-5, .prdctDetail .row.align-items-top .col-md-7 {
        width: 100%;
    }
    .prdctDetail .benifits li {
        width: 100%;
    }
    .prdctDetail  .about-img-frame.treatment-img {
        height: 100%;
        margin-bottom: 15px;
    }
    .prdctDetail  .col-sm-12.benifits {
        padding-top: 0px !important;
        margin-top: 10px !important;
    }
     ul.navbar-nav.gap-3{
        gap: 0 !important;
    }
}

@media (max-width: 767px) {
    .quote-banner-section {
        min-height: auto;
        padding: 60px 0;
    }    
    .prdctDetail .about-img-frame.treatment-img {
        margin-bottom: 0;
    }

    .main-purple-frame.p-4 {
        padding: 1rem !important;
    }
   
    .testimonial-card-white {
        padding: 20px 20px !important;
        margin: 0 !important;
    }

    .nav_logo {
        max-height: 55px;
    }

    header.scroller .nav_logo {
        max-height: 40px;
    }

    header {
        padding: 5px 0;
    }

    header .navbar-toggler {
        border: 0;
        padding: 0;
        box-shadow: inherit;
    }

    .image-mask-container img {
        height: 200px;
    }

    .heroSlider {
        height: 700px;
        padding: 50px 0;
    }

    .banner-section .bannerCont {
        height: 100% !important;
        min-height: auto !important;
    }
    .banner-section .innerBanner .bannerCont {
        text-align: center;
        justify-content: center;
    }

    .alignBanner {
        flex-direction: row !important;
        gap: 20px;
    }

    .persistent-review-card {
        padding-top: 1rem !important;
        padding-right: 20px;
    }

    .heritage-card-body {
        padding: 1.2rem !important;
    }

    .copyright.m-done {
        display: none;
    }

    .copyright.w-done {
        display: block;
    }

    .workstimeWrap {
        margin-top: 0;
    }

    header.scroller {
        padding: 15px 0;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .heritage-card-title {
        min-height: auto;
    }

    .py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .alignReview {
        flex-direction: column;
        justify-content: left;
        align-items: normal !important;
    }

    .hero-description {
        font-size: 18px !important;
        max-width: 100%;
        line-height: 25px;
        margin-bottom: 2rem !important;
    }

    .hero-main-title {
        line-height: 50px;
        margin-bottom: 1rem !important;
    }

    header .navbar-dark .navbar-nav .nav-link {
        padding: 15px 15px;
        min-height: auto;
    }

    .navbar-collapse {
        padding: 10px 20px;
    }

    header .btn.btn-purple {
        margin: 0 0 15px;
    }

    .quote-text {
        font-size: 1rem;
        line-height: 1.4;
    }

    .author-signature {
        font-size: 2.3rem;
    }

    .border-grid-item {
        border-bottom: 1px solid #c4c4c473;
    }

    .border-grid-item:last-child {
        border-bottom: none;
    }

    .card-image-side {
        border-radius: 40px 40px 0 0;
        width: 100%;
        height: 220px;
        min-height: auto;
    }

    .card-text-side {
        width: 100%;
    }

    .treatment-main-title {
        font-size: 2.5rem;
    }

    .features-banner-container.p-5 {
        padding: 2rem 1rem !important;
    }

    p.title_descp.align-middle {
        text-align: left;
    }

    .heroSlider.innerBanner {
        height: 250px;
    }

    ol.breadcrumb {
        font-size: 14px;
        justify-content: center;
    }

    .prdctDetail .mainTitle {
        font-size: 26px;
        line-height: 30px;
        margin: 15px 0 !important;
        padding: 0;
    }

    .prdctDetail .benifits h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .prdctDetail .benifits li {
        width: 100%;
    }

    .prdctDetail .benifits h6 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .facilitiesWraps .facilitiesRow .treatment-card,
    .facilitiesWraps .facilitiesRow .treatment-card:nth-child(even) {
        flex-direction: column !important;
    }

    .facilitiesWraps .facilitiesRow .card-text-side.py-4.px-5 {
        padding: 20px 25px !important;
    }

    .facilitiesWraps .mainTitle {
        font-size: 46px;
    }

    .facilitiesWraps .facilitiesRow .treatment-card:nth-child(even),
    .facilitiesWraps .facilitiesRow .treatment-card {
        border-radius: 20px 100px 20px 20px;
    }

    .facilitiesWraps .facilitiesRow .treatment-card:nth-child(even) .card-image-side {
        border-radius: 0px 100px 20px 20px;
    }
    .alignBanner {
        display: none !important;
    }
    .bannerCont .col-lg-7.text-white {
        margin-top: 0;
    }
    .quote-icon-wrapper.mb-3 {
        margin: 59px 0 -20px !important;
    }

}
@media (max-width: 575px) {
    .tall-frame {
        height: 280px;
        margin-top: 1rem;
    }

    .mainTitle {
        font-size: 2.3rem;
        line-height: 40px;
    }

    .subtitle {
        font-size: 14px;
    }

    .abtImg-frame {
        flex-direction: row !important;
    }

    .abtImg-frame .w-100 {
        width: 100% !important;
        height: 100%;
    }

    .faq-image-wrapper {
        min-height: auto;
        height: 300px !important;
    }

    .faq-image-wrapper .h-100 {
        height: 100% !important;
    }

    .heritage-img-wrapper {
        height: 275px;
    }

    header .navbar-dark .navbar-nav .nav-link {
        border-bottom: 0px;
    }

    header .navbar-dark .navbar-nav .nav-link.active {
        border-bottom: 0px solid var(--brand-purple);
        background-color: var(--brand-purple-hover);
    }
    .about-img-frame.small-frame {
        height: 27vh;
    }
    header .btn-purple {
        background-color: var(--white);
        color: var(--black) !important;
        margin: 15px 15px !important;
        max-width: calc(100% - 30px);
    }

    header .navbar-collapse {
        padding: 0px;
    }

    header .navbar-dark .navbar-nav .nav-link {
        padding: 12px 25px;
    }

    header .navbar-nav.gap-3 {
        gap: 0.3rem !important;
    }

    .whiteBxs {
        padding: 20px 15px;
    }

    .teamBox .heritage-card-body.p-4 {
        padding: 1rem 1rem !important;
    }

    .teamBox .heritage-card-title {
        font-size: 20px !important;
    }

    .teamBox .heritage-card p.text-muted {
        font-size: 14px;
    }

    .faq-section .g-5,
    .faq-section .gy-5 {
        --bs-gutter-y: 2rem;
    }

    .accordion-custom .accordion-button {
        padding: 15px;
        line-height: 20px;
    }

    .accordion-custom .accordion-body {
        padding: 0 15px 15px;
        line-height: 22px;
        font-size: 14px;
    }

    .about-section .container.py-4 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .testimonial-slick-slider-wrapper .slick-dots {
        justify-content: center;
    }

    .treatmentList .nav-tabs .nav-link {
        font-size: 20px;
        letter-spacing: 0;
        width: 100%;
    }

    .treatmentList .nav-tabs li.nav-item {
        width: 100%;
    }

    .treatmentList .nav-tabs {
        justify-content: center;
        gap: 15px;
    }

    .treatmentList .container.py-4 {
        padding-top: 0 !important;
    }

    .treatmentList .heritage-card .heritage-card-body .text-muted {
        font-size: 14px;
    }

    .heritage-card-link {
        font-size: 15px;
    }

    .prdctDetail .col-md-5.mt-1 {
        margin-top: 1.5rem !important;
    }

    .facilitiesWraps .facilitiesRow .card-treatment-title {
        font-size: 24px;
    }

    .facilitiesWraps .facilitiesRow .card-text-side p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px !important;
    }

    .facilitiesWraps .facilitiesRow .treatment-icon {
        width: 65px;
        height: 65px;
    }

    .facilitiesWraps .facilitiesRow .treatment-icon img {
        max-width: 40px;
        max-height: 40vpx;
    }

    .facilitiesWraps .mainTitle {
        line-height: 41px;
    }
    .hero-main-title {
        line-height: 38px !important;
    }

    .navbar  img.custom-logo {
        max-height: 50px;
        width: auto;
    }
    .author-signature {
        font-size: 1.5rem;
    }
    .quote-icon-wrapper.mb-3 {
        margin-bottom: 0rem !important;
    }
    .newsletter-submit-btn img {
        max-width: 16px;
    }
    .footer-brand img{
        max-height: 65px;
    }
    .staticPages p.PDq2pG_selectionAnchorContainer {
        font-size: 16px;
        line-height: 24px;
    }


}

@media (max-width: 370px) {

    .tall-frame {
        margin: 0;
    }

    .abtImg-frame.gap-3 {
        gap: 0.5rem !important;
    }

    .mainTitle {
        font-size: 1.8rem;
        line-height: 32px;
    }

    .form-main-title.mainTitle {
        font-size: 1.5rem;
    }

    .treatment-link {
        font-size: 14px;
    }

    header .btn-purple {
        width: 100%;
    }

    .decorative-large-quote,
    .alignBanner {
        display: none !important;
    }

    .heroSlider.innerBanner {
        height: 210px;
    }

    .banner-section .btn {
        width: 100%;
    }

    .hero-main-title {
        line-height: 33px;
        font-size: 32px;
    }

    .banner-section .sub-heading {
        margin-bottom: 0.7rem !important;
    }

    .abtImg-frame {
        flex-direction: column !important;
    }

    .about-img-frame.small-frame {
        height: 180px;
    }

    .mt-4.newsletter-form {
        margin-top: 0.5rem !important;
    }

    .testimonial-quote-text {
        font-size: 14px;
        line-height: 22px;
    }

    .appointment-testimonial-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    ol.breadcrumb {
        font-size: 12px;
        justify-content: center;
    }

    .py-6 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .about-text-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .whiteBxs {
        margin: 17px 0 0;
    }

    .whiteBxs .titles {
        font-size: 22px;
        margin: 0 0 8px;
    }

    .subtitle {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .subtitle img {
        width: 14px;
        height: 14px;
    }

    .contactForms .main-purple-frame {
        border-radius: 0;
        padding: 2rem 1rem !important;
    }

    .addressArea .circle.img-circle {
        width: 40px;
        height: 40px;
        min-height: 40px;
        min-width: 40px;
    }

    .addressArea .circle.img-circle img {
        max-height: 21px;
        max-width: 18px;
    }

    .addressArea .dtl_title {
        font-size: 22px;
    }

    .addressArea .dtlsRow p {
        font-size: 15px;
        line-height: 20px;
    }

    .contactForms .cont_header .mainTitle {
        line-height: 35px;
    }

    .appointment-testimonial-section.contactForms {
        padding-top: 0 !important;
    }

    .form-line-input {
        font-size: 14px;
    }

    .form-container .g-4 {
        --bs-gutter-y: 1rem;
    }

    .form-container .col-12.mt-5 {
        margin-top: 1.5rem !important;
    }

    .btn-dark-submit {
        width: 100%;
    }

    .border-grid-item {
        padding: 1rem 0 !important;
    }

    .step-title,
    .heritage-card-title,
    .card-treatment-title,
    .feature-title {
        font-size: 1.3rem;
    }

    .feature-desc {
        line-height: 20px;
        font-size: 14px !important;
    }

    .bannerCont .col-lg-7.text-white {
        padding: 0;
    }

    .nav_logo {
        max-height: 42px;
    }

    header.scroller .nav_logo {
        max-height: 36px;
    }

    .step-text,
    .prdctDetail .benifits p {
        line-height: 20px;
        font-size: 14px;
    }

    .prdctDetail .benifits h6 {
        font-size: 18px;
    }

    .prdctDetail .benifits li::before {
        width: 18px;
        height: 18px;
    }

    .facilitiesWraps .facilitiesRow .card-text-side p {
        font-size: 14px;
        line-height: 20px;
    }

    .facilitiesWraps .facilitiesRow .card-treatment-title {
        font-size: 20px;
    }

    .facilitiesWraps .mainTitle {
        line-height: 33px;
    }
    .about-section .row.g-3 .col-sm-6 {
        margin-top: 0.5rem !important;
    }
    .about-section  .col-lg-6.ps-lg-5{
            --bs-gutter-y: 2rem;
    }

}