@import url('../fonts/font-style.css');

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 18px;
    background: #101010;
}

.top-header {
    margin: 0;
    display: block;
    padding: 10px 0;
    width: 100%;
    position: relative;
    z-index: 1030;
    background: #101010;
}

html:has(.mfp-iframe-holder),
html:has(.mfp-zoom-out-cur) {
    overflow: auto !important;
    margin: 0 !important;
}

.header-part-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.top-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #101010;
}

.right-part {
    float: right;
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Ajax Search Lite in header */
.header-search-wrap {
    display: flex;
    align-items: center;
}

.header-search-wrap .asl_w {
    min-width: 220px;
    max-width: 260px;
}

.header-search-wrap .probox {
    background: transparent !important;
    border: 1px solid rgba(166, 113, 138, 0.5) !important;
    border-radius: 4px !important;
}

.header-search-wrap .probox .proinput input {
    background: transparent !important;
    color: #fff !important;
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
}

.header-search-wrap .probox .proinput input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.header-search-wrap .probox .probutton {
    background: transparent !important;
    color: #A6718A !important;
}

.top-logo {
    max-width: 394px;
    float: left;
    margin: 0 56px 0 0;
    position: relative;
}

.top-logo a {
    padding: 0;
    margin-right: 0px;
}

.top-logo a img {
    max-width: 100%;
    border: 0;
}

.top-header .navbar {
    padding: 10px 16px;
}

.top-header.fixed .navbar {
    border-color: transparent;
}

.top-store-info {
    min-height: 57px;
    background-color: #EDFED8;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: -1px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    float: right;
}

.header-menu-part {
    float: right;
    clear: both;
    margin: 0 0;
}

/* === RESET === */
#main-menu ul {
    margin: 0;
    padding: 0;
    align-items: center;
}

#main-menu ul li {
    padding: 0 10px;
    margin: 0;
}

#main-menu ul li a {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    line-height: 25.95px;
    letter-spacing: 6.106px;
    text-transform: uppercase;
    padding: 0 4px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-menu ul li a:hover,
#main-menu ul li.current-menu-item a {
    color: #A6718A;
    font-weight: 300;
}

#main-menu ul li.btn-spl a {
    border: 1px solid;
    padding: 12px;
}

/* === MENU ITEM POSITIONING === */
.menu-item-has-children {
    position: relative;
}

.sub-menu .menu-item-has-children {
    position: relative;
}

/* === DROPDOWN DEFAULT STATE === */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    background: #002F87;
    border-radius: 10px;
    padding: 0px 6px;
    min-width: 250px;
    z-index: 999;
}

.sub-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    background: #002F87;
    border-radius: 10px;
    padding: 0px 6px;
    min-width: 300px;
    z-index: 999;
}

/* === SUB-SUB POSITION (RIGHT) === */
.sub-menu .sub-sub-menu {
    top: 0;
    left: 100%;
    margin-left: 6px;
}

/* === SHOW ON HOVER === */
.menu-item-has-children:hover>.sub-menu,
.sub-menu .menu-item-has-children:hover>.sub-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* === NAV LINK STYLE INSIDE DROPDOWN === */
#main-menu .sub-menu li {
    margin: 12px 0;
}

#main-menu .sub-menu li a {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    text-decoration: none;
}

#main-menu .sub-menu li a:hover {
    color: #A6718A;
}

.dropdown-toggle-icon {
    margin-left: 5px;
}



/**/

.top-search img {
    max-width: 100%;
}

.top-right-link {
    margin: 0;
    padding: 0;
}

.right-btn-link {
    margin: 0;
    display: flex;
}

.right-btn-link li {
    list-style-type: none;
    display: inline-block !important;
    margin: 0 22px !important;
}

.right-btn-link li:last-child {
    margin-right: 0 !important;
}

.right-btn-link li a {
    border-radius: 50px;
    padding: 30px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    border: 1px solid #D163CE;
}

.right-btn-link li.cta-stud a {
    background: #D163CE;
    color: #fff !important;
}

.right-btn-link li.cta-stud a:hover {
    color: #002F87 !important;
}

.right-btn-link li.cta-cal a {
    color: #000;
    border: 1px solid #D163CE;
}

.right-btn-link li.cta-cal a:hover {
    color: #000 !important;
    background: #D163CE;
}

.right-btn-link li.cta-cal a img {
    max-width: 24px;
    width: 100%;
}

.right-btn-link li.cta-cal a:hover img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}


/**main-footer**/
.main-footer {
    /* border-top: 1px solid #e38080; */
    /* background-color: #fff; */
    padding: 30px 0;
    clear: both;
    width: 100%;
    position: relative;
    width: 100%;
    display: block;
}

.footer-inner {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center; */
}



/****/
.footer-content-data {
    position: relative;
}

.footer-content-data p a,
.footer-content-data p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.footer-content-data p a {
    text-decoration: none;
}

.footer-content-data p a:hover {
    text-decoration: none;
    color: #c14e4f;
}

.footer-menu-info ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

.footer-menu-info ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.footer-menu-info ul li a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 25.95px;
    letter-spacing: 6.106px;
    text-transform: uppercase;

}

.footer-menu-info ul li a:focus,
.footer-menu-info ul li a:hover {
    color: #A6718A;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
}

.copyright-text {
    position: relative;
}

.copyright-text p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    text-decoration: none !important;
    line-height: normal;
    text-underline-offset: auto !important;
}

.footer-social a img {
    max-width: 100%;
    width: 20px;
    height: 20px;
}

.footer-social a:focus img,
.footer-social a:visited img,
.footer-social a:hover img {
    filter: invert(45%) sepia(20%) saturate(600%) hue-rotate(290deg);
}

/***/
/**Banner**/
.inner-bannr-con-info {
    position: relative;
    z-index: 1;
    height: 768px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-bannr-con-info::before {
    opacity: 0.56;
    background: #151619;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    z-index: 11;
}

.main-banner-content {
    position: relative;
    max-width: 1177px;
    width: 100%;
    text-align: center;
    z-index: 1111;
}

.background-video {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;

}

.baner-title-text h1 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 5.98px;
    text-transform: uppercase;
    margin: 0 0 45px;
    opacity: 0.3;
}

.baner-desc-info {
    display: block;
}

.baner-desc-info .cta-btn {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 15.13px;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 36px;
    border: 1px solid #FFF;
}

.baner-desc-info .cta-btn:hover {
    color: #A6718A;
}


/**testimonial-full-con**/

.testimonial-full-con {
    position: relative;
    width: 100%;
    display: block;
    padding: 20px 0;
}

.testimonial-list {
    position: relative;
    text-align: center;
    height: 100%;
}

.testimonial-list .stars {
    color: #6E3F58;
    font-size: 18px;
    margin: 25px 0;
    gap: 6px;
    display: flex;
    justify-content: center;
}

.testimonial-list p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 30px;
}

.testimonial-list .t-name {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px;
}

.testimonial-info .slick-arrow {
    border: 0px;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.testimonial-info .slick-arrow svg {
    width: 35px;
    height: 35px;
}

.testimonial-info .slick-arrow.slick-prev {
    left: -30px;
}

.testimonial-info .slick-arrow.slick-next {
    right: -30px;
}

.testimonial-list-items {
    position: relative;
    border: 1px solid #A6718A;
    padding: 15px 30px;
    margin: 0;
}

/* Make slick slides equal height */
#testimonial-slider .slick-track {
    display: flex;
}

#testimonial-slider .slick-slide {
    height: auto;
}

.testimonial-list {
    height: 100%;
    display: flex;
}

.testimonial-list-items {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Default slide */
#testimonial-slider .slick-slide .testimonial-list-items {
    transform: scale(0.92);
    transition: all 0.4s ease;
    opacity: 0.8;
}

/* Center (active) slide */
#testimonial-slider .slick-center .testimonial-list-items {
    transform: scale(1.05);
    /* INCREASE SIZE */
    opacity: 1;
}

.testimonial-info .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    padding: 0;
}

.testimonial-info .slick-dots li {
    margin: 0 6px;
    line-height: normal;
    list-style-type: none;
}

.testimonial-info .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 50%;
    background: #6E3F58;
    opacity: 1;
    text-indent: -9999px;
    border: 0px;
}

.testimonial-info .slick-dots li button:before {
    display: none;
}

.testimonial-info .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    background: #A6718A;
    opacity: 1;
    border: 0;
}

.inner-page-banner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;

}

.inner-banner-desc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.inner-banner-desc::before {
    content: " ";
    opacity: 0.56;
    background: #151619;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.inner-banner-desc h1 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 26px;
    ;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 5.98px;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}

/**/
.about-content-sec {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 60px 0;
}

.about-content {
    text-align: center;
    display: block;
}

.about-content h2 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 30px;
    letter-spacing: normal;
}

.about-content h3 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.about-content p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 30px;
}


/**/
.exp-content-info {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 60px;
}

.exp-inner-con {
    position: relative;
    align-items: center;
    margin-bottom: 80px;
}

.exp-inner-con:last-child {
    margin-bottom: 0
}

.exp-inner-con .top-title {
    display: block;
    position: relative;
}

.exp-inner-con .top-title h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.exp-inner-con .exp-desc {
    position: relative;
    margin: 0 0 45px;
}

.exp-inner-con .exp-desc p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
}

.exp-inner-con .exp-more-info {
    display: block;
    clear: both;
    position: relative;
}

.exp-inner-con .exp-more-info .cta-out-line {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 15.13px;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    padding: 12px 30px;
    text-decoration: none;
    border: 1px solid #fff;
}

.exp-inner-con .exp-more-info .cta-out-line:hover {
    background: rgba(110, 63, 88, 0.50);
    border: 1px solid #6E3F58;
    color: #fff;
}


/**/
.our-mission-info {
    position: relative;
    width: 100%;
    display: block;
}

.our-misson-inner-info {
    position: relative;
    background-color: #191919;
}

.our-mission-media {
    position: relative;
}

.our-mission-media img {
    max-width: 100%;
}

.our-misson-med-image {
    position: relative;
    padding-right: 0;
}

.our-misson-data {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
}

.our-misson-data h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.our-misson-data h4 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.our-misson-data p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 20px;
}

.cta-btn-app {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 15.13px;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 12px 15px;
}

.our-mis-cta-info {
    clear: both;
    display: block;
    /* margin: 15px 0; */
}

.cta-btn-app:hover {
    background: rgba(110, 63, 88, 0.50);
    border: 1px solid #6E3F58;
    color: #fff;
}

/***/
.comman-lout-info {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.top-title-info h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.comman-desc {
    position: relative;
    display: block;
}

.comman-desc h4 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.comman-desc p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 20px;
}


/***/

.skin-concerns-intro {
    position: relative;
    width: 100%;
    display: block;
    padding: 60px 0 0;
}

.skin-concerns-intro .intro-content {
    position: relative;
}

.skin-concerns-intro .intro-content h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.skin-concerns-intro .intro-content p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.18px;
    margin: 0 0 30px;
}

.skin-concerns-filter {
    position: relative;
    padding: 60px 0 0;
}

.filter-wrapper {
    position: relative;
    display: flex;
    gap: 30px;
}

.filter-label {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.filter-select-wrapper {
    position: relative;
    max-width: 350px;
    width: 100%;
}

.filter-select-wrapper {
    position: relative;
    max-width: 340px;
    width: 100%;
}


/* ── Filter Wrapper ── */
.filter-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ── Dropdown Container ── */
.filter-dropdown-wrapper {
    position: relative;
    max-width: 350px;
    width: 100%;
}

/* ── Toggle Button ── */
.filter-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    outline: none;
    gap: 12px;
}

.filter-dropdown-toggle:hover,
.filter-dropdown-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.filter-dropdown-toggle.open {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.4);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* ── Chevron Animation ── */
.dropdown-chevron {
    flex-shrink: 0;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(255, 255, 255, 0.6);
}

.filter-dropdown-toggle.open .dropdown-chevron {
    transform: rotate(180deg);
}

/* ── Dropdown Menu ── */
.filter-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(20, 20, 25, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 999;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    max-height: 260px;
    overflow-y: auto;

    /* Hidden by default */
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-dropdown-menu.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Scrollbar styling */
.filter-dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

.filter-dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}

.filter-dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

/* ── Dropdown Items ── */
.filter-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.filter-dropdown-item:hover {
    background: #6E3F5857;

    color: #fff;
}

.filter-dropdown-item.active {
    color: #fff;
    background: #6E3F58;
    font-weight: 600;
}

.filter-dropdown-item.active .item-dot {
    background: #fff;
    transform: scale(1);
}

/* ── Dot Indicator ── */
.item-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    transform: scale(0.8);
}

.filter-dropdown-item:hover .item-dot {
    border-color: rgba(255, 255, 255, 0.7);
    transform: scale(1);
}

/* ── Hidden native select ── */
.filter-select-hidden {
    display: none;
}

.skin-concerns-grid {
    position: relative;
    padding: 60px 0px;

}

.service-card {
    position: relative;
    padding: 0;
    border: 1px solid #FFF;
    overflow: hidden;
}

.service-card img {
    max-width: 100%;

}

.service-card::after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.service-card:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 2.7s, 2.7s, 2.15s;
    transition-timing-function: ease;
}

.treatment-item {
    margin: 0 0 30px;
}

.service-card .category-tag {
    background: #6E3F58;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    padding: 8px 16px;
    z-index: 1;
}

.service-card .card-content {
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: center;
    z-index: 1;
}

.service-card .card-content .card-title-box {
    border: 1px solid #999;
    background: rgba(110, 63, 88, 0.50);
    padding: 10px 0;
    display: flex;
    margin: 0 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}

.service-card .card-content .card-title-box h3 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 15.1px;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    margin: 0;
}

.service-card .card-content .card-title-box .arrow-icon {
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.service-card:hover .card-content .card-title-box .arrow-icon {
    transform: translateX(8px);
}

.service-card:hover .card-content .card-title-box {
    background: rgba(0, 0, 0, 0.50);
}

.skin-concerns-pagination {
    position: relative;
    text-align: center;
    padding: 60px 0 0;
}

.skin-concerns-pagination .pagination-link {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    text-decoration: none;
    cursor: pointer;

}

.skin-concerns-pagination .page-counter {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.5px;
    border: 1px solid #fff;
    padding: 10px;
    margin: 0 4px;
}

.skin-concerns-pagination .pagination-link:hover {
    color: #A6718A;
}

.skin-concerns-grid .no-results-message p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 20px;

}


/* ================= Patient Lounge Style ================= */
.patient-lounge-wrapper {
    padding: 80px 0 00px;
}

.patient-lounge-sidebar {
    padding: 20px 0 40px;
}

.patient-lounge-sidebar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
}

.patient-lounge-sidebar ul .sidebar-category-list {
    background: #502A3E;
    list-style-type: none;
    padding: 10px 30px;
}

.patient-lounge-sidebar ul .sidebar-category-list.active {
    background: #A6718A;
    padding: 10px 60px;
}

ul .sidebar-category-list a {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.95px;
    letter-spacing: 1px;
    text-decoration: none;
}

.patient-lounge-content {
    padding: 20px 0 0;
}

.top-head {
    padding: 20px 0 60px;
}

.top-head h3 {
    color: #A6718A;
    font-family: "Open Sans";
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.top-head p {
    color: #F2F2F2;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.18px;
}

.real-result {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 80px;
}

/* IMAGE */
.real-result .real-result-column {
    display: none;
}

.real-result .real-result-column.show {
    display: block;
}

.real-result .real-result-column .image-section {
    position: relative;
    overflow: hidden;
}

.real-result .real-result-column .image-section:hover .slider-image {
    left: 4%;
}

.real-result .real-result-column .image-section:hover .alt-image {
    clip-path: inset(0 0 0 0);
}

.real-result .real-result-column .image-section .main-image {
    width: 770px;
    height: 380px;
    object-fit: cover;
    display: block;
}

.real-result .real-result-column .image-section .alt-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 770px;
    height: 380px;
    object-fit: cover;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 1.5s ease;
}

.real-result .real-result-column .image-section .slider-image {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    width: 1.042vw;
    height: 380px;
    transition: left 1.5s ease;
    z-index: 2;
}

.results-content {
    padding: 20px 0;
}

.results-content h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.results-content h4 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 16px;
}

.results-content p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    max-width: 570px;
}

.patient-lounge-content .load-more {
    text-align: center;
    margin: 50px 0;
}

#loadMoreBtn {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.95px;
    /* 144.167% */
    letter-spacing: 6.106px;
    text-transform: uppercase;
    border: 1px solid #FFF;
    background: transparent;
    padding: 12px;
}

#loadMoreBtn:hover {
    border: 1px solid;
    color: #A6718A;
}

/* Pre Treatment Style */
.pretreatment-item {
    display: none;
}

.pretreatment-item.show {
    display: block;
}

.pre-treatment-row {
    padding: 80px 0;
}

.even-row-pretreatment {
    background-color: #472B3A;
}

.odd-row-pretreatment {
    background-color: #101010;
}

.pre-treatment-content h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.pre-treatment-content li {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.18px;
}

#loadMorePretreatment {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.95px;
    letter-spacing: 6.106px;
    text-transform: uppercase;
    background: transparent;
    border: unset;
}

#loadMorePretreatment:hover {
    color: #A6718A;
}

.load-more {
    text-align: center;
    margin-top: 30px;
}

.load-more button {
    position: relative;
    padding: 14px 28px;
    border: 1px solid #311725;
    background: transparent;
    color: #311725;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Background slide effect */
.load-more button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: transparent;
    z-index: 0;
    transition: height 0.4s ease;
}

.load-more button:hover::after {
    height: 100%;
}

/* Keep text above animation */
.load-more button {
    z-index: 1;
}

.load-more button i,
.load-more button {
    position: relative;
}

/* Text color change */
.load-more button:hover {
    color: #fff;
}

/* Arrow animation */
.load-more button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.load-more button:hover i {
    transform: translateX(6px);
}

.load-more button:active {
    transform: scale(0.95);
}

.pretreatment-bottom-content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 80px;
}

.pretreatment-bottom-content h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.pretreatment-bottom-content p {
    color: #F2F2F2;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 80px;
}

.pretreatment-bottom-content a {
    border: 1px solid #FFF;
    padding: 12px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.95px;
    letter-spacing: 6.106px;
    text-transform: uppercase;
    text-decoration: none;
}

.pretreatment-bottom-content a:hover {
    border: 1px solid;
    color: #A6718A;
}

.pre-treatment-btn:hover {
    border: 1px solid;
    color: #101010 !important;
}


/*  ================= Single Package Page Style========================  */

/* package-content-sec */
.package-content-sec {
    padding: 80px 0 0;
}

.package-content-sec h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.package-content-sec p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 1190px;
}

.primary-btn {
    background: #6E3F58;
    padding: 12px 25px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.1px;
    /* 107.857% */
    letter-spacing: 4.4px;
    text-transform: uppercase;
    display: inline-block;
}

.primary-btn:hover {
    background: #A6718A;
    color: #FFF;
}

/* package-about */
.package-about-treatment-sec {
    padding: 60px 0;
}

.package-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.package-about-image img {
    width: 100%;
}

.package-about-treatment-content h5 {
    color: #A6718A;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 5px;
}

.package-about-treatment-content h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.package-about-treatment-content p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

/* STEPS */
.package-steps-sec {
    background: #311725;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.package-steps-sec h5 {
    color: #A6718A;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.package-steps-sec h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.package-steps-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 60px;
}

.package-step-box {
    width: 23%;
    position: relative;
    text-align: center;
}

.package-step-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 35px;
    right: -50%;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.package-step-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #dcdcdc;
    color: #311725;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.package-step-box h4 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.package-step-box p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 auto;
    max-width: 326px;
}

/* INITIAL STATE (hidden) */
.package-step-box {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

/* ACTIVE (when visible) */
.package-step-box.active {
    opacity: 1;
    transform: translateY(0);
}

/* STAGGER DELAY */
.package-step-box:nth-child(1) {
    transition-delay: 0.3s;
}

.package-step-box:nth-child(2) {
    transition-delay: 0.5s;
}

.package-step-box:nth-child(3) {
    transition-delay: 0.7s;
}

.package-step-box:nth-child(4) {
    transition-delay: 0.8s;
}

/* HOVER EFFECT */
.package-step-box:hover {
    transform: translateY(-10px) scale(1.02);
}

/* CIRCLE PULSE */
.package-step-circle {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* BENEFITS */
.package-benefits-sec {
    padding: 60px 0;
    overflow: hidden;
}

.package-benefits-sec h5 {
    color: #A6718A;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.package-benefits-sec h2 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.package-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 60px 0;
}

.benefits-grid h3 {
    color: #311725;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.package-benefits-content ul {
    list-style: none;
    padding: 0;
}

.package-benefits-content li {
    padding: 14px 0;
    color: #311725;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #311725;
    max-width: 640px;
}

.package-benefits-content li:last-child {
    border-bottom: none;
}

/* INITIAL STATE */
.package-benefits-content {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s ease;
}

/* ACTIVE */
.package-benefits-content.active {
    opacity: 1;
    transform: translateX(0);
}

/* BACKGROUND ZOOM EFFECT */
.package-benefits-grid {
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    transition: transform 1.5s ease;
}

.package-benefits-grid.active {
    transform: scale(1);
}

/* LIST ITEMS ANIMATION */
.package-benefits-content li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

/* STAGGER DELAY */
.package-benefits-content li:nth-child(1) {
    transition-delay: 0.2s;
}

.package-benefits-content li:nth-child(2) {
    transition-delay: 0.4s;
}

.package-benefits-content li:nth-child(3) {
    transition-delay: 0.6s;
}

.package-benefits-content li:nth-child(4) {
    transition-delay: 0.8s;
}

.package-benefits-content li:nth-child(5) {
    transition-delay: 1s;
}

.package-benefits-content li:nth-child(6) {
    transition-delay: 1.2s;
}

.package-benefits-content.active li {
    opacity: 1;
    transform: translateY(0);
}

.package-benefits-content li:hover {
    padding-left: 10px;
    transition: all 0.3s ease;
}

/* PRICING */
.pricing-section {
    padding: 20px 0 60px;
}

.pricing-bar {
    background: #311725;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 60px 30px;
    color: #fff;
}

.pricing-left {
    max-width: 70%;
}

.pricing-subtitle {
    color: #A6718A;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.pricing-list-inline {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.pricing-list-inline li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.pricing-list-inline li {
    margin-right: 20px;
    padding-right: 20px;
}

.pricing-list-inline li::after {
    content: "—";
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.6);
}

.pricing-list-inline li:last-child::after {
    content: "";
}

.price-text {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.pricing-right {
    text-align: right;
}


/* --- Our Mission Vision Section --- */
.our-mission-vision-section {
    position: relative;
    padding: 80px 0 0 0;
    /* Removing bottom padding so image touches the bottom */
    overflow: hidden;
    background: #F4E8E0;
    /* soft beige background similar to the image */
}

/* Create the blurred blob background dynamically */
.our-mission-vision-section .mission-bg-blob {
    position: absolute;
    width: 65%;
    height: 90%;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FBF3ED;
    border-radius: 50%;
    filter: blur(147px);
    z-index: 0;
    pointer-events: none;
}

.our-mission-vision-section .z-1 {
    z-index: 1;
}

.mission-media-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.mission-media-wrapper img.mission-portrait {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    aspect-ratio: 187/296;
    object-fit: cover;
    object-position: bottom center;
    /* keep the person anchored to bottom */
}

.mission-text-wrapper {
    padding-left: 30px;
    padding-bottom: 80px;
    /* Add the padding bottom to the text so the layout still has breathing room */
}

.mission-text-wrapper .mission-title {
    color: #1F1F1F;
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.mission-text-wrapper .mission-description {
    color: #1F1F1F;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 26px;
}

.mission-text-wrapper .mission-description p {
    margin-bottom: 20px;
}

/* Style the last paragraph as a signature */
.mission-text-wrapper .mission-description p:last-child {
    font-family: 'Rage Italic', cursive, serif;
    font-size: 36px;
    color: #151619;
    margin-top: 40px;
    margin-bottom: 0;
}

.exp-media-info .img-fluid {
    width: 100%;
    max-width: 600px;
}

.common-grid-section {
    position: relative;
    display: block;
    margin: 0;
    padding: 60px 0;
}

.common-grid-section .exp-inner-con .exp-desc p {
    margin-bottom: 20px;
}

p.bold-color-text {
    color: #A6718A !important;
    font-size: 22px !important;
}

.header-search-wrap .asl_w_container,
.header-search-wrap .asl_w {
    min-width: 150px !important;
    max-width: 200px !important;
}