/*!
Theme Name: MyAesthetics
Theme URI: https://them.es/starter
Author: Tidal Digital
Author URI: https://tidal.digital/
Description: 
Version: 2.2.5
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: my-aesthetics
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

img.w-100.membership-image {
    display: block;
    height: auto;
    width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Pricing Page Style Start */

.price-appoitment-heading {
    line-height: 64px;
    padding-bottom: 12px;
}

.price-hero-description,
.price-appoitment-description {
    color: var(--Black, #333);
    text-align: right;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.price-appoitment-section {
    background: #E5E0D8 !important;
    padding-bottom: 32px;
}

.appoitment-images-wrapper {
    display: flex;
    align-items: center;
    gap: 23px;
}

.appoitment-images-wrapper img {
    height: 266px;
    border-radius: 16px;
}

.price-appoitment-text-content {
    padding-left: 80px !important;
}

.price-appoitment-image-content {
    padding-right: 80px !important;
}

/* Price Table */
.pricing-section {
    width: 100%;
    background: #E5E0D8;
    padding: 0px 0px 32px 0px;
}

.pricing-container {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.pricing-table-wrapper {
    width: 100%;
}

.pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px 6px;
    table-layout: fixed;
}

.pricing-table thead th,
.pricing-table tbody tr td {
    border-radius: 4px;
    background: var(--Color, #C8C3BC);
    text-align: center;
    padding: 8px;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    width: 100%;
}

.pricing-table tbody tr {
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 6px;
    /* gap: 8px; */
}

.pricing-table tbody tr td {
    background: #EEEEED;
    font-weight: 400;
    text-align: left;
}

.pricing-sub-heading {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}


/* CTA Section  */
.cta-section {
    background: #E5E0D8;
    padding: 32px 0;
}

.cta-content {
    color: var(--Black, #333);
    font-family: "DM Serif Display", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.cta-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;
}

.cta-buttons .btn {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.cta-buttons .btn-dark {
    display: flex;
    padding: 17px 24px;
    border: none !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #000;
    color: var(--White, #eee);
}

.cta-buttons .btn-dark:hover {
    background: #837f73;
    color: #fff;
}

.cta-buttons .btn-outline-dark {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1.5px solid #000;
    color: var(--White, #000);
}

/* Pricing Page Style End */

/* Membership Page Style Start */
.membership-image {
    position: sticky;
    object-fit: cover;
    height: 100vh !important;
}

.hero-membership-content {
    display: flex;
    padding: 80px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    background: #E5E0D8;
}

.hero-membership-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.hero-membership-content-description {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.membership-card {
    display: flex !important;
    padding: 16px 24px;
    flex-direction: column !important;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 16px !important;
    border: 1px solid #837F73 !important;
    background: #FFF;
}

.membership-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding: 0px !important;
}

.membership-card-title {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.membership-card-price {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.membership-card-description {
    color: #646464;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

/* membership perk  */

.membership-perk {
    padding: 32px 0px;
    background: var(--Color-4, #E5E0D8);
}

.membership-perk-heading {
    color: var(--Black, #222);
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 40px;
}

.membership-perk .perk-item {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
}

.membership-perk .perk-item-one {
    padding-left: 0px;
    padding-right: 10px;
}

.membership-perk .perk-item-four {
    padding-left: 10px;
    padding-right: 0px;
}

.membership-perk .perk-icon {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: rgba(229, 224, 216, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-perk .perk-icon img {
    mix-blend-mode: multiply;
    height: 40px;
    width: 40px;
}

.membership-perk .perk-title {
    color: #222;
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.membership-perk .perk-description {
    color: #646464;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/* Membership Page Style End */

/* Location Page Style End */

.coming-soon-section {
    background: #E5E0D8;
}

.coming-soon-image-container img {
    width: 100%;
    height: 738px;
    object-fit: cover;
}

.coming-soon-content {
    padding: 80px !important;
}

.coming-soon-content .coming-soon-content-wrapper{
    max-width: 560px;
}

.coming-soon-btn.btn-dark {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.coming-soon-btn.btn-dark:hover {
    background: #837f73;
    color: #fff;
}

.coming-soon-btn.btn-dark {
    padding: 16px 46px !important;
    border-radius: 16px;
    background: #000;
    color: var(--White, #eee);
}

.coming-soon-heading {
    margin-bottom: 32px;
}

.coming-soon-description,
.location-about-right .description,
.location-about-middle .description {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.location-about-right .description,
.location-about-middle .description {
    font-size: 16px;
    line-height: 28px;
}

.location-about-section {
    padding: 32px 80px 32px 80px !important;
    background: var(--Color-4, #E5E0D8);
}

.location-our-story-section {
    --bs-gutter-x: 80px !important;
}

.location-about-middle,
.location-about-right {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.location-about-heading {
    color: var(--Black, #222);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.location-about-social-icons {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
}


.location-about-subheading {
    color: var(--Color-2, #837F73);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.location-about-middle .description {
    margin-bottom: 32px !important;
}

.location-about-right .description {
    margin-bottom: 20px !important;
}

/* Location Page Style End */

/* Home Page V2 Style Start */
.home-hero-section,
.about-hero-section {
    display: flex;
    height: calc(100vh - 50px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.home-hero-video,
.about-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.home-hero-section::before,
.about-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 224, 216, 0.2);
    z-index: 2;
}

.home-hero-content,
.about-hero-content {
    position: relative;
    z-index: 3;
}

.home-hero-title {
    color: var(--Black, #333);
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    max-width: 622px;
    margin: 0 auto;
}

.home-hero-v2 {
    padding-top: 32px;
}

.solutions-movement-heading {
    color: #333;
    font-family: "DM Serif Display", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

.solution-card,
.solution-card-reverse {
    color: var(--White, #FFF);
    padding: 16px;
    border-radius: 16px;
    opacity: 0.5;
    background: var(--Grey, #837F73);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 140px;
    max-height: 145px;
}

.solution-card:hover,
.solution-card-reverse:hover,
.solution-card.active,
.solution-card-reverse.active {
    background: var(--Grey, #837F73);
    opacity: 1 !important;
}

.solutions-card-wrapper,
.solutions-card-wrapper-reverse {
    gap: 8px;
}

.solution-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solution-card-content {
    max-height: 115px;
    overflow-y: auto;
    padding-right: 10px;
}

.solution-card-content::-webkit-scrollbar {
    width: 6px;
}

.solution-card-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}


/* Mission and Values Section */

.mission-values-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E5E0D8;
    padding: 32px 0px;
}

.mission-values-card:hover {
    background: #555146;
}

.mission-values-section .container {
    gap: 80px;
}

.mission-values-content {
    display: flex;
    width: 100%;
    max-width: 580px;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

.mission-values-subtitle {
    color: #837F73;
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mission-values-title {
    color: #222;
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
}

.mission-values-description {
    color: #646464;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}

.mission-values-card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: #837F73;
    height: 100%;
    width: 100%;
    gap: 18px;
}

.mission-values-section .mission-values-card {
    background-color: #5C6D67;
}

.mission-values-section .mission-values-card:hover,
.mission-values-section.bg-light .mission-values-card:hover {
    background: #555146;
}

.mission-values-section.bg-light .mission-values-card {
    background-color: #C8C3BC;
}

.card-heading,
.solution-card-title {
    color: #FFF;
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.card-text,
.solution-card-text {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.solutions-movement-section {
    display: flex;
    padding: 32px 150px 32px 150px;
    flex-direction: column;
    align-items: flex-start;
    background: #E5E0D8;
}

.solutions-movement-section .row {
    border-radius: 16px;
    overflow: hidden;
}

.solution-card-icon img {
    width: 24px !important;
    height: 24px !important;
}

.solutions-main-image {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
}

.solution-left-column {
    background: #E5E0D8;
    padding: 80px !important;
    gap: 40px;
}

.solution-right-column {
    padding: 0px !important;
}

.media-text-v2-row {
    --bs-gutter-x: 160px !important;
}

/* Instgram social  */
.social-feed-img-wrapper2 .ti-widget-card {
    border-radius: 0px !important;
}

.social-feed-img-wrapper2 .ti-layout-container {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.social-feed {
    background: #E5E0D8;
    padding: 32px 0;
}

.social-feed__title {
    color: #000;
    font-family: "DM Serif Display", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.5px;
}

.social-feed__text {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.social-feed__btn {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1.5px solid #000;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.social-feed__btn:hover {
    background-color: #000;
    color: #fff;
}

.social-feed__img {
    height: 280px;
    object-fit: cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}

.social-feed-img-wrapper .owl-stage-outer {
    border-radius: 16px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}

/* Home Page V2 Style End */


/* Blog Page Style End */
.hero-post-wrapper,
.secondary-post-wrapper {
    background: #FAFAFA;
    border-radius: 16px !important;
    overflow: hidden;
}

.secondary-post-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.hero-post-wrapper {
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.blog-page-section {
    background: #F2F2F2;
    padding: 32px 0px 32px 0px;
}

.hero-post-content {
    padding: 80px 100px 80px 0px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.hero-post-image {
    padding-right: 100px !important;
    padding-left: 0px !important;
}

.secondary-post-image,
.secondary-post-image img {
    height: 100%;
}

.hero-post-image img {
    height: 100%;
    width: 100%;
}

.hero-post-heading {
    color: var(--Dark-Grey, #292929);
    font-family: "DM Serif Display", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.secondary-post-heading {
    color: var(--Dark-Grey, #292929);
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.hero-post-description,
.secondary-post-description {
    color: var(--Dark-Grey, #292929);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.secondary-post-description {
    line-height: 130% !important;
}

.secondary-post-image {
    padding-right: 32px !important;
    padding-left: 0px !important;
}

.secondary-post-content .card-body {
    padding: 24px 32px 24px 0px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.secondary-post-row>div:nth-child(1) {
    padding-right: 20px;
    padding-left: 0px;
}

.secondary-post-row>div:nth-child(2) {
    padding-right: 0px;
    padding-left: 20px;
}

.secondary-post-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.small-card-section {
    margin-top: 40px;
}

.small-card-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.small-card-wrapper {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background-color: white;
}

.search-result-section{
    background-color: #E5E0D8 !important;
}

.search-result-section .small-card-section {
    margin-top: 20px;
}

.search-result-section .search-result-section {
    max-height: 400px;
    height: 385px;
}

.small-card-img img {
    width: 100%;
    height: auto;
    background-color: #d3d3d3;
}

.small-card-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    background-color: white;
}

.small-card-title {
    color: var(--Dark-Grey, #292929);
    font-family: "DM Serif Display", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.small-card-text {
    color: var(--Dark-Grey, #292929);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.btn-outline.dark {
    border: 1.5px solid #000 !important;
    color: black;
}

.btn-more-post {
    margin-top: 40px;
}

/* Blog Page Style End */

/* team expert section Start  */
.team-expert-section {
    padding: 32px 0;
    background: #E5E0D8;
}

.team-expert-title {
    color: #000;
    font-family: "DM Serif Display", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.5px;
}

.team-expert-subtitle {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.team-expert-card {
    border-radius: 16px;
    background: #EEEEED;
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.team-expert-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.small-expert-img {
    width: 142px !important;
    height: 142px;
    object-fit: cover;
    border-radius: 16px;
    margin-left: 8px;
}

.team-expert-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-expert-name {
    color: var(--Black, #222);
    font-family: "DM Serif Display", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.5px;
}

.team-expert-position {
    color: var(--Color-2, #837F73);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.team-expert-description,
.team-expert-more {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
}

.team-read-more {
    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.team-expert-read-button {
    display: flex;
    padding: 20px 0px 16px 0px;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
}

/* team expert section End  */
.about-hero-title {
    color: var(--Black, #333);
    font-family: "DM Serif Display", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.about-hero-description {
    color: var(--Black, #333);
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.logo-section-about-bg {
    background: #EEEEED !important;
}

.treatments-heading-text,
.media-heading-text {
    line-height: 64px;
}

.treatments-description-text {
    line-height: 32px;
    max-width: 412px;
}

.media-description-text {
    line-height: 32px;
    font-size: 16px;
}

.media-text-section-v2 .v2-image-2,
.media-text-section-v2 .v2-image-3 {
    display: none;
}

.treatments-main-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.testimonial-content-inner {
    padding-top: 20px !important;
}

.testimonial-section .container,
.results-section .container-fluid {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.single-treatment-title {
    font-size: 40px;
}

.single-treatment-content-wrapper .product-btn-wrapper .text-md {
    font-size: 14px
}

.results-section .results-main-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.results-section .result-main-description {
    max-width: 412px;
    line-height: 32px;
}



/* Header styling Start */
.nav-link.dropdown-toggle::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-right: 0px;
    vertical-align: middle;
    border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    z-index: 9999;
}

.m-navbar-mobile {
    width: 333px !important;
}

.nav-link,
.dropdown-item {
    transition: color 0.2s ease, font-weight 0.2s ease !important;
}

.nav-link.active,
.nav-link.show,
.dropdown-item.active,
.nav-link:hover,
.dropdown-item:hover {
    font-weight: 600 !important;
    background-color: transparent !important;
    color: #000 !important;
}

.hero-newsletter-section {
    background: #E5E0D8 !important;
}

.news-letter .aj-nl-wrapper {
    margin-top: 38px;
}

.m-navbar-mobile .navbar-collapse {
    padding: 32px 16px;
}

.m-navbar-mobile .navbar-collapse .navbar-nav {
    gap: 40px;
    margin-bottom: 40px;
}

.talk-to-us-heading {
    color: var(--Black, #333);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.talk-to-us {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    border-top: 1px solid #000;
}

.m-navbar-social {
    border-top: 1px solid #000;
    padding-top: 40px;
}

/* Fixed header styling */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}

.m-navbar-mobile .navbar-collapse {
    height: 100vh;
    overflow-y: scroll;
}

body.navbar-open {
    overflow: hidden;
}

/* V2 Header  */
.navbar {
    position: fixed !important;
    top: 10; 
    width: 100%;
    z-index: 9999;
    background-color: transparent !important;
    transition: background-color 0.3s ease, top 0.3s ease;
}

.page-id-744 .navbar .container,
.page-id-790 .navbar .container {
    border-bottom: 1px solid #E5E0D8;
}

.page-id-744 .home-hero-section,
.page-id-790 .about-hero-section {
    position: relative;
}

.navbar.scrolled {
    background-color: #E5E0D8 !important;
    top: 0 !important; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.membership-hero, .my-page-banner,
.coming-soon-section,
.single-blog-post-banner,
.single-treatment-banner,
.serach-result-banner{
    padding-top: 80px;
}

/* Mobile navbar  */
.navbar-toggler {
    width: 1.5em;
    height: 1.5em;
    position: relative;
}

.navbar-toggler .close-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    color: #000;
}

.navbar-toggler.open .navbar-toggler-icon {
    display: none;
}

.navbar-toggler.open .close-icon {
    display: flex;
}

.navbar-toggler:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}


/* Header styling End */

/* Contact Us Form CSS Start */
#wpcf7-f848-p276-o1 .small-contact-form {
    max-width: 100% !important;
    width: 363px;
    font-family: "DM Sans", sans-serif;
}

#wpcf7-f848-p276-o1 .input-box {
    position: relative;
    margin-bottom: 20px;
}

#wpcf7-f848-p276-o1 .wpcf7-form-control {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #837F73;
    border-radius: 8px;
    background: transparent;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

#wpcf7-f848-p276-o1 .wpcf7-form-control:focus {
    border-color: #000;
}

#wpcf7-f848-p276-xzo1 .wpcf7-textarea {
    height: 120px;
    resize: none;
}

#wpcf7-f848-p276-o1 .wpcf7-submit {
    background: #000;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 22px 30px !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

#wpcf7-f848-p276-o1 .wpcf7-submit:hover {
    background: #837f73;
}

.wpcf7-not-valid-tip {
    color: #d90000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid #d90000 !important;
    background-color: #fff0f0;
}

.wpcf7-response-output {
    color: #d90000;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d90000;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    background: #fff0f0;
}

.contact-details span.icon-wrapper{
    background-color: hsl(37deg 22.41% 72.6% / 20%) !important;
}

/* Contact Us Form CSS End */

/* Footer CSS Start */
p.copyright,
footer .col-12 ul li a,
footer .col-12 ul li {
    color: #BABABA !important;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 16.8px */
}

p.copyright a {
    color: #BABABA !important;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
}

/* Footer CSS End */

/* Banner slider mobile  */
.banner-slider-v2 .owl-dot span {
    border-radius: 8px;
    background: #E5E0D8 !important;
    width: 33.5px !important;
    height: 4px !important;
}

.media-text-v2-image{
    height: 650px !important;
}

.media-slider .owl-dot span {
    border-radius: 8px;
    background: #fff !important;
    width: 33.5px !important;
    height: 4px !important;
}

.blog-posts-section .owl-dots .owl-dot span {
    background: #fff !important;
}

.banner-slider-v2 .owl-dot.active span,
.media-slider .owl-dot.active span {
    background: var(--Color-2, #837F73) !important;
    width: 67px !important;
}

.banner-slider-v2 .owl-dots {
    text-align: center !important;
    margin-top: 20px !important;
}

.banner-slider-v2 .owl-nav {
    position: absolute;
    bottom: 118px;
    left: 260px;
    width: fit-content;
}

.hero-newsletter-wrapper.py-120,
.treatments-section .py-120,
.media-text-section-v2 .py-120,
.blog-posts-section .py-120,
.news-letter .py-120,
.contact-details-section .py-120,
.faq-section-main .py-120 {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
}

.bg-light, .blog-posts-section,
.product-list-section,
.contact-details-section,
.media-text-section-v2,
.news-letter,
.treatments-section,
.faq-section-main,
.media-text-variation-section,
.testimonial-section,
.membership-hero,
.price-membership-button{
    background-color: #E5E0D8 !important;
}

.testimonial-content-wrapper {
    background-color: #EEEEED;
}

.testimonial-section .py-120 {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
}

.faq-section-main .aj-faq-closed{
    border: 1px solid #aeb2b7 !important;
    
}

.faq-section-main .aj-faq-open{
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;  
}

.seacrh-wrapper{
    position: fixed !important;
}

.nav-link:focus-visible{
    box-shadow: none !important;
}

.treatments-slider-v2 .owl-nav button {
    margin: 0px !important;
}

.treatments-section .owl-dots{
    display: none !important;
}

.home-hero-section-btn .btn{
    font-family: "DM Sans", sans-serif !important;
}

/* Custom Responsive Style  */

@media(max-width:1400px) {
    .banner-slider-v2 .owl-nav {
        bottom: 118px !important;
    }
}

@media (max-width: 1200px) {
    .price-appoitment-text-content {
        padding-left: 40px !important;
    }

    .price-appoitment-image-content {
        padding-right: 40px !important;
    }

    .cta-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        align-items: center;
    }

    .hero-membership-content {
        padding: 50px !important;
    }

    .mission-values-section .container {
        gap: 40px;
    }

    .solution-left-column {
        padding: 40px !important;
    }

    .solutions-movement-section {
        padding: 80px 100px 40px 100px !important;
    }

    .hero-post-content {
        padding: 50px 60px 50px 0px !important;
    }

    .hero-post-image {
        padding-right: 60px !important;
    }

    .secondary-post-content .card-body {
        padding: 24px 20px 24px 0px !important;
    }

    .secondary-post-first {
        padding-right: 10px;
        padding-left: 0px;
    }

    .secondary-post-second {
        padding-right: 0px;
        padding-left: 10px;
    }

    .secondary-post-image {
        padding-right: 20px !important;
    }

    .small-expert-img {
        width: 115px !important;
        height: 115px;
    }

    .banner-slider-v2 .owl-nav {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .price-appoitment-text-content {
        padding: 0px !important;
    }

    .price-appoitment-image-content {
        padding: 0px 0px 40px 0px !important;
    }

    .membership-perk .perk-item {
        margin-bottom: 40px !important;
    }

    .membership-perk .perk-item-one {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }

    .membership-perk .perk-item-two {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    .membership-perk .perk-item-three {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }

    .membership-perk .perk-item-four {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    .coming-soon-content {
        padding: 40px !important;
    }

    .coming-soon-image-container img {
        height: 538px;
    }

    .solution-left-column {
        padding: 16px !important;
    }

    .solutions-card-wrapper {
        position: relative;
        overflow: hidden;
    }

    .solutions-card-wrapper .owl-stage-outer{
        padding-left: 0px !important;
        margin-left: -20px;
    }

    .expert-team-carousel .owl-stage-outer{
        padding-left: 0px !important;
        margin-left: -30px;
    }

    .solutions-movement-section {
        padding: 80px 80px 40px 80px !important;
    }

    .solution-right-column {
        margin-top: -190px !important;
    }

    .solution-left-column {
        background: transparent;
    }

    .solutions-movement-heading {
        margin-bottom: 25px;
    }

    .solutions-main-image {
        border-radius: 16px !important;
    }

    .hero-post-content {
        padding: 50px 60px 50px 16px !important;
        width: 100%;
    }

    .hero-post-image {
        padding-right: 0px !important;
    }

    .secondary-post-row>div:nth-child(1) {
        padding: 0px !important;
    }

    .secondary-post-row>div:nth-child(2) {
        padding: 0px !important
    }

    .secondary-post-row {
        gap: 40px;
    }

    .hero-section {
        padding: 16px 16px 0px 16px;
    }

    .hero-section .container {
        background-image: none !important;
        background: #CFCFD1;
        padding: 32px 16px 0px 16px !important;
    }

    .hero-mobile-image {
        width: 100%;
        height: 430px;
        background: linear-gradient(180deg, #CFCFD1 0%, rgba(207, 207, 209, 0.00) 7.85%);
    }

    .hero-section .banner-slider-v2 h1,
    .hero-section .banner-slider-v2 p {
        /* max-width: 90%; */
        display: inline-block;
        white-space: normal;
        overflow: visible;
    }

    .hero-section .text-lg-start h1 {
        font-size: 40px;
        line-height: 44px;
        margin: 0px !important;
    }

    .hero-section .text-lg-start p {
        color: #646464;
        text-align: center;
        font-family: "DM Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0px !important;
    }

    .hero-section .banner-slider-v2 {
        padding: 0px !important;
        width: 100% !important;
        margin: 0 auto;
    }

    .hero-section .banner-slider-v2 .owl-stage-outer {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .hero-section .banner-slider-v2 .owl-stage {
        display: flex;
        justify-content: center;
    }

    .hero-section .banner-slider-v2 .owl-item {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .hero-section .banner-slider-v2 .item .banner-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
        padding: 0px !important;
    }

    .hero-section .btn-primary {
        margin-top: 0px !important;
    }

    .home-hero-v2 {
        padding-top: 0px !important;
    }
}

@media (max-width: 768px) {

    .media-text-v2-image{
        height: 500px !important;
    }

    .results-section .result-main-sub-text {
        font-size: 12px;
    }

    .single-treatment-content-wrapper .product-excerpt,
    .results-section .result-main-description {
        font-size: 16px;
    }

    .single-treatment-title,
    .result-main-title {
        font-size: 36px;
    }

    .testimonial-section .container,
    .results-section .container-fluid {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }


    .membership-image {
        height: 375px !important;
    }

    .treatments-section .container,
    .media-text-section-v2 .container,
    .social-feed,
    .hero-newsletter-section .py-120,
    .blog-posts-section .py-120,
    .news-letter .py-120,
    .contact-details-section .py-120,
    .faq-section-main .py-120 {
        padding-bottom: 16px !important;
        padding-top: 16px !important;
    }

    .treatments-sub-text,
    .media-sub-text {
        font-size: 12px;
    }

    .treatments-heading-text,
    .media-heading-text {
        line-height: 48px;
    }

    .treatments-description-text,
    .media-description-text {
        line-height: 28px;
    }

    #wpcf7-f848-p276-o1 .wpcf7-submit {
        width: 100% !important;
    }

    #map {
        height: 350px !important;
    }

    .cta-section {
        padding: 32px 0 32px 0;
    }

    .cta-buttons {
        flex-direction: row !important;
        justify-content: center;
    }

    .cta-content {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
    }

    .price-hero-description,
    .price-appoitment-description,
    .coming-soon-description {
        font-size: 16px;
        line-height: 28px;
    }

    .appoitment-images-wrapper {
        gap: 15px;
    }

    .appoitment-images-wrapper img {
        height: 165px;
        border-radius: 10px;
    }

    .price-appoitment-heading {
        line-height: 48px;
        padding-bottom: 12px;
    }

    .price-appoitment-section {
        padding: 16px;
    }

    .pricing-section {
        padding: 0px 16px 16px 16px;
    }

    .pricing-container {
        gap: 19px;
    }

    .hero-membership-content {
        padding: 32px 16px !important;
    }

    .text-lg-start {
        font-size: 40px;
    }

    .banner-slider-v2 h1 {
        max-width: 90%;
        display: inline-block;
        white-space: normal;
        overflow: visible;
    }

    .membership-perk {
        padding: 16px 0px;
    }

    .membership-perk-heading {
        margin-bottom: 20px;
    }

    .membership-perk .perk-item {
        align-items: center;
        text-align: center;
    }

    .coming-soon-heading {
        margin-bottom: 32px;
    }

    .coming-soon-content {
        display: flex;
        padding: 40px 16px !important;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }

    .location-about-section {
        padding: 16px 0px 16px 0px !important;
    }

    .location-our-story-section {
        --bs-gutter-x: 0px !important;
    }

    .coming-soon-image-container img {
        height: 343px;
    }

    .location-about-heading,
    .about-hero-title {
        font-size: 36px;
        line-height: 48px;
    }

    .location-about-subheading {
        font-size: 12px;
    }

    .mission-values-description,
    .about-hero-description {
        font-size: 16px;
        line-height: 150%;
    }

    .mission-values-section {
        padding: 16px 0px;
    }

    .mission-values-title,
    .solutions-movement-heading {
        font-size: 36px;
        line-height: 48px;
    }

    .home-hero-title {
        font-size: 42px;
        line-height: 42px;
        white-space: normal;
    }

    .home-hero-video,
    .about-hero-video {
        object-fit: cover;
        height: 100%
    }

    .home-hero-section,
    .about-hero-section {
        height: 600px !important;
        padding: 100px 16px !important;
    }

    .solutions-movement-section {
        padding: 16px 16px !important;
    }

    .solutions-movement-section .container {
        padding: 16px !important;
    }

    .solution-left-column {
        padding: 0px;
    }

    .solution-right-column {
        margin-top: -185px !important;
    }

    .solutions-main-image {
        width: 100%;
        height: auto;
    }

    .home-hero-v2 {
        padding-top: 60px;
    }

    .social-feed__title {
        font-size: 30px;
        line-height: 45px;
        text-align: left;
    }

    .social-feed__text {
        font-size: 16px;
        text-align: left;
        margin-bottom: 16px;
    }

    .social-feed__btn {
        width: 100%;
    }

    .social-feed .d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .hero-post-content {
        padding: 40px 16px 40px 16px !important;
    }

    .blog-page-section {
        background: #F2F2F2;
        padding: 32px 0px 32px 0px;
    }

    .hero-post-heading {
        font-size: 24px;
    }

    .secondary-post-wrapper {
        flex-direction: column !important;
    }

    .secondary-post-image img {
        padding-right: 0px !important;
        width: 100% !important;
        height: auto !important;
    }

    .secondary-post-image,
    .secondary-post-content {
        width: 100% !important;
        height: auto;
        padding: 0px !important;
    }

    .secondary-post-content .card-body {
        padding: 24px 16px 24px 16px !important;
    }

    .small-card-content a,
    .secondary-post-content a,
    .hero-post-content a {
        font-size: 14px !important;
        border-radius: 8px;
        padding-bottom: .7rem !important;
        padding-top: .7rem !important;
        padding-left: 1.7rem !important;
        padding-right: 1.7rem !important;
    }

    .secondary-post-content .secondary-post-heading,
    .hero-post-content .hero-post-heading {
        font-size: 16px;
    }

    .secondary-post-content .secondary-post-description,
    .hero-post-content .hero-post-description {
        font-size: 14px;
    }

    .team-expert-title {
        font-size: 32px;
        line-height: 48px;
    }

    .team-expert-subtitle {
        font-size: 16px;
    }

    .small-expert-img {
        width: 100px !important;
        height: 100px;
        object-fit: cover;
        border-radius: 12px;
    }

    /* Mobile dropdown container */
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
        border: none !important;
        padding-left: 20px !important;
    }

    /* Dropdown menu items */
    .dropdown-menu .dropdown-item {
        padding: 10px 0;
        color: var(--Black, #333);
        font-family: "DM Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .nav-link.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

    .nav-link.dropdown-toggle.show::after{
        top: 15% !important;
    }

    .nav-link.dropdown-toggle {
        position: relative;
        padding-right: 20px;
        line-height: 1.5;
    }

    .nav-link.dropdown-toggle::after {
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        vertical-align: middle !important;
    }

    .media-text-section-v2 .media-sub-text{
        text-align: center !important;
    }

    .expert-team-carousel .owl-stage-outer{
        padding-left: 0px !important;
        margin-left: -20px;
    }

    .treatments-section .owl-dots{
        display: block !important;
    }
    

}

@media (max-width: 575px) {
    .price-appoitment-text-content {
        padding: 0px 0px 40px 0px !important;
    }

    .price-appoitment-image-content {
        padding: 0px 0px 40px 0px !important;
    }

    .membership-perk .perk-item {
        padding: 0px !important;
    }

    .membership-perk .row {
        padding: 0px 16px !important;
    }
}

@media (max-width: 496px) {
    .solution-right-column {
        margin-top: -180px !important;
    }
}

@media(min-width: 992px) {
    .navbar.navbar-expand-lg li.menu-item-has-children {
        position: initial !important;
    }

    .navbar.navbar-expand-lg li.menu-item-has-children .dropdown-menu.show {
        width: 100%;
        left: 0;
        margin-top: 0px;
        border-radius: 0px 0px 16px 16px;
        border-top: 1px solid var(--Color-4, #F2F5F6);
        background: #EEEEED;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        padding: 20px 150px;
        justify-content: center;
        align-items: center;
    }
}

/* @media(max-width: 456px) {
    .solution-right-column {
        margin-top: -205px !important;
    }
}

@media (max-width: 400px) {
    .solution-right-column {
        margin-top: -225px !important;
    }
}

@media(max-width: 381px) {
    .solution-right-column {
        margin-top: -200px !important;
    }
} */

@media (max-width: 347px) {
    /* .solution-right-column {
        margin-top: -265px !important;
    } */

    .m-navbar-mobile {
        width: 270px !important;
    }
}

/* @media (max-width: 330px) {
    .solution-right-column {
        margin-top: -260px !important;
    }
}

@media (max-width: 306px) {
    .solution-right-column {
        margin-top: -230px !important;
    }
} */

/* Solutions Movement Mobile Carousel */
.solutions-mobile-carousel {
    margin: 0;
    padding: 0 16px;
}

.mobile-solution-slide {
    padding: 1rem 0.8rem 0px 0.8rem;
    background: #C9C5BD;
    border-radius: 16px;
    overflow: hidden;
}

.solutions-mobile-carousel .owl-stage {
    padding-left: 0;
}

.solutions-mobile-carousel .owl-item {
    padding-right: 16px;
}

.solutions-mobile-carousel .owl-stage-outer {
    overflow: visible;
    margin: 0 -16px;
}

.solutions-mobile-carousel .owl-dots,
.treatments-section .owl-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px !important;
    gap: 8px !important;
}

.solutions-mobile-carousel .owl-dot,
.treatments-section .owl-dot {
    display: inline-block !important;
    margin: 0 !important;
}

.solutions-mobile-carousel .owl-dot span {
    display: block !important;
    border-radius: 8px !important;
    background: whitesmoke !important;
    width: 33.5px !important;
    height: 4px !important;
    transition: all 0.3s ease !important;
}

.treatments-section .treatments-slider-v2 .owl-dot span {
    display: block !important;
    border-radius: 8px !important;
    background: whitesmoke !important;
    width: 20px !important;
    height: 4px !important;
    transition: all 0.3s ease !important;
}

.solutions-mobile-carousel .owl-dot.active span {
    background: var(--Color-2, #837F73) !important;
    width: 67px !important;
}

.treatments-section .treatments-slider-v2 .owl-dot.owl-dot.active span {
    background: var(--Color-2, #837F73) !important;
    width: 40px !important;
}

/* skincare-conditions-section */

.skincare-conditions-section {
    padding: 60px 0;
    background: #e5e0d8 !important;
}

.skincare-conditions-section .skincare-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
}

.skincare-conditions-section .skincare-description {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.skincare-conditions-section .expand-btn {
    background: none;
    border: none;
    border-top: 1px solid #abaaaa !important;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.skincare-conditions-section .expand-btn:hover {
    background-color: #f1f1f1;
}

.skincare-conditions-section .expand-icon {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.skincare-conditions-section .expand-btn[aria-expanded="true"] .expand-icon {
    transform: rotate(45deg);
}

.skincare-conditions-section .collapse-content {
    padding-top: 15px;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}


@media (max-width: 991px) {
    .solutions-movement-section {
        padding: 32px 16px;
    }
}