* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Barlow", sans-serif;
    letter-spacing: 0.09rem;
    overflow-x: hidden;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: background 0.3s, backdrop-filter 0.3s;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: background 0.3s, backdrop-filter 0.3s;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo {
    margin: 0 auto;
}

.logo img {
    height: 100px;
    display: block;
}

.phone {
    font-size: 14px;
    color: #6D5952;
}

.book {
    border-radius: 50px;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background-color: #6D5952;
}

.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.header-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.header-nav a {
    text-decoration: none;
    color: #6D5952;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    white-space: nowrap;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #fff;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
}

.mobile-menu a {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-decoration: none;
    color: #6D5952;
}


.hero-section {
    width: 100%;
    padding: 3rem 1rem;
    box-sizing: border-box;
    text-align: center;
}

.hero-container {
    margin: 0 auto;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.6rem;
}

.hero-subtitle {
    font-size: 2rem;
    font-style: italic;
}


.hero-video-wrapper {
    width: 100%;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.sculptface-card {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1200px;
    margin: 2rem auto;
}

.sculptface-info {
    flex: 1 1 300px;
    padding: 2rem;
    align-content: center;

}

.sculptface-info h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #695a53;
    justify-self: center;
}

.sculptface-list {
    list-style: none;
    margin: 0;
    padding: 0;
    place-self: center;
}

.sculptface-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #695a53;
    padding: 0.75rem 0;
    font-size: 1rem;
    color: #555;
}

.sculptface-list li strong {
    display: inline-block;
    width: 8.5rem;
    /* enough to line up text */
    font-weight: 600;
    color: #333;
}

.sculptface-image {
    position: relative;
    flex: 1 1 300px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.sculptface-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.sculptface-image .ce-logo {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 40px;
    opacity: 0.7;
}

.technology-section {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
    text-align: center;
    color: #333;
}

.technology-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.technology-section p {
    font-size: 1rem;
    font-style: italic;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.technology-image-container {
    border-radius: 24px;
    overflow: hidden;
    padding: 1rem;
}

.technology-image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.treatment-section {
    max-width: 1000px;
    margin: 0 auto;
}

/* --- HIFES SECTION --- */
.treatment-hifes {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
}

.treatment-rf h2 {
    font-weight: 400;
}

.hifes-text h2 {
    font-weight: 400;
}

.treatment-hifes img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.treatment-hifes .hifes-text {
    font-size: 1rem;
    color: #444;
    font-weight: 400;
}

/* --- RF SECTION --- */
.treatment-rf {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.treatment-rf .rf-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.treatment-rf img {
    width: 50%;
    border-radius: 8px;
}

.treatment-rf .rf-step {
    background: #e1cec3;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
}

.treatment-rf .rf-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.rf-step__number {
    font-size: 1.25rem;
    font-weight: bold;
    color: #6D5952;
    margin-bottom: .5rem;
}

.rf-step__img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: .75rem;
}

.rf-step__desc {
    font-size: .95rem;
    color: #555;
}

.why-sculptface {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 0 1rem;
    color: #333;
    gap: 2rem;
}

.why-sculptface__media {
    position: relative;
    flex: 1 1 320px;
    max-width: 480px;
    border-radius: 16px;
    overflow: hidden;
    background: #e2d8d0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.why-sculptface__media video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.why-sculptface__content {
    flex: 1 1 320px;
    max-width: 520px;
}

.why-sculptface__content h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.why-sculptface__content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #444;
}

.confort-section {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 1rem;
    text-align: center;
}

.confort-section h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #222;
}

.confort-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.confort-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confort-card__icon {
    width: 48px;
    height: 48px;
    background: #e1cec3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.confort-card__title {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #111;
}

.confort-card__text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
}

.application-section {

    padding: 3rem 1rem;
}

.application-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

/* IMAGE + PULSING POINTS */
.application-image {
    position: relative;
}

.application-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: block;
    background: #e1cec3;
}

.pulse-point {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #ffffff71;
    border: 2px solid #6D5952;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.8s ease-out infinite;
}

/* roughly position your three zones: adjust % to fit your image */
.pulse-point.point-1 {
    top: 34%;
    left: 22%;
}

.pulse-point.point-2 {
    top: 52%;
    left: 51%;
}

.pulse-point.point-3 {
    top: 71%;
    left: 37%;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(84, 47, 17, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(68, 52, 47, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(59, 29, 12, 0);
    }
}

/* TEXT CONTENT */
.application-content h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #222;
}

.application-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #444;
}

.bodysculpt-tech-section {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: 'Barlow', sans-serif;
}

.bodysculpt-tech-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    gap: 80px;
}

.bodysculpt-tech-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    height: 60vh;
}

.bodysculpt-tech-content {
    flex: 1;
    min-width: 300px;
}

.bodysculpt-tech-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.bodysculpt-tech-intro,
.bodysculpt-tech-description {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.bodysculpt-tech-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.bodysculpt-tech-list li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
}

.bodysculpt-reserve-button {
    margin-top: 25px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    color: #ffffff;
    background-color: #6D5952;
    transition: all 0.3s ease;
    font-weight: bold;
}

.bodysculpt-reserve-button:hover {
    background-color: #5a4844;
}




.endosphere-science-section {
    padding: 4rem 1rem;

    text-align: center;
    font-family: 'Barlow', sans-serif;
}

.endosphere-science-container {
    max-width: 900px;
    margin: 0 auto;
}

.endosphere-science-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.endosphere-science-intro {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.endosphere-science-benefits {
    text-align: left;
    list-style: disc;
    margin: 1rem auto 2rem;
    max-width: 600px;
    padding-left: 1.2rem;
}

.endosphere-science-benefits li {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    color: #6d5952;
}

.endosphere-science-note {
    font-size: 1.05rem;
    margin: 1rem auto 2rem;
}

.endosphere-science-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.endosphere-science-button {
    background-color: #6D5952;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 40px;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}




.bodysculpt-facts-section {
    padding: 60px 20px;
    background-color: #e1cec3;
    ;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}

.bodysculpt-facts-content {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.bodysculpt-facts-icon {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.bodysculpt-facts-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.bodysculpt-facts-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.bodysculpt-results-section {
    text-align: center;
    padding: 50px 20px;
    font-family: 'Barlow', sans-serif;
}

.bodysculpt-results-title {
    font-size: 1.6rem;
    max-width: 800px;
    margin: 0 auto 40px;
}

.cellulite-education-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.education-main-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.video-explainer {
    text-align: center;
}

.explainer-drainage {
    width: 50%;
    margin: 20px;
}

.cellulite-types-carousel {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.carousel-content-display {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    min-height: 300px;
}

.carousel-navigation-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.carousel-nav-button {
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #666;
}

.carousel-nav-button:hover {
    border-color: #333;
    background: #f9f9f9;
    color: #333;
}

.visual-representation-area {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.textual-information-section {
    flex: 1;
}

.slide-title-heading {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.slide-description-paragraph {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.recognition-guide-section h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.symptoms-characteristics-list {
    list-style: none;
}

.symptom-list-item {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
}

.symptom-list-item::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 16px;
}

.slide-indicator-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.indicator-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator-dot.active-dot {
    background: #333;
}

.indicator-dot:hover {
    background: #666;
}

.body-benefits-section {
    background-color: #d1bfae;
    padding: 60px 20px;
    text-align: center;
}

.body-benefits-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.body-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.benefit-item p {
    font-size: 1rem;
    color: #000;
    line-height: 1.4;
}


/* Hide all slides by default */
.slide-content {
    display: none;
}

.slide-content img {
    width: 100%;
}


.slide-content.active-slide {
    display: block;
}

.bodysculpt-zone-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.zone-btn {
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease;
}

.zone-btn span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid transparent;
    transition: border 0.3s;
    align-content: center;
}

.zone-btn.active span {
    border-color: #6D5952;

}

.zone-btn span {
    display: block;
    margin-top: 8px;
    font-weight: bold;
    font-size: 0.95rem;
}

.zone-btn:hover {
    transform: scale(1.05);
}

.bodysculpt-before-after {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.bodysculpt-before-after .before,
.bodysculpt-before-after .after {
    max-width: 300px;
}

.bodysculpt-before-after img {
    width: 100%;
    border-radius: 15px;
    transition: opacity 0.3s ease;
}

.bodysculpt-zones-section {
    padding: 60px 20px;
    font-family: 'Barlow', sans-serif;
}

.bodysculpt-zones-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.bodysculpt-body-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;

}

.body-zones-image {
    position: relative;
    max-width: 400px;
    flex: 1;
}

.body-image {
    width: 100%;
    border-radius: 10px;
    background-color: #e1cec3;
}

.treatment-point {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 2;
}

.treatment-point .dot {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #b59884;
    border-radius: 50%;
    animation: blink 1.8s infinite;
}

.treatment-point span {
    margin-left: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6d5952;
    white-space: nowrap;
    pointer-events: none;
}

@keyframes blink {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
}

.bodysculpt-zones-text {
    flex: 1;
    min-width: 250px;
    max-width: 425px;
    align-self: center;
}

.bodysculpt-zones-word-isolated {
    font-size: 1.5rem;
    color: #b59884;
    font-style: italic;
}

.bodysculpt-zones-text p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}

.bodysculpt-zones-text ul {
    list-style: disc;
    padding-left: 20px;
    color: #6D5952;
    font-size: 1rem;
}

.bodysculpt-zones-text li {
    margin: 8px;
}

.point-bras {
    top: 13%;
    left: 33%;
    flex-direction: column;
}


.point-abdomen {
    top: 36%;
    left: 55%;
}

.point-fessiers {
    top: 43%;
    left: 32%;
    flex-direction: column;

}

.point-cuisses {
    top: 53%;
    left: 38%;
    flex-direction: column;
}


.point-mollets {

    top: 35%;
    left: 38%;
    flex-direction: column;
}

.point-hanche {
    top: 45%;
    left: 54%;
    flex-direction: column;
}

.point-dos {

    top: 26%;
    left: 36%;
    flex-direction: column;
}

.point-flancs {

    top: 36%;
    left: 37%;
    flex-direction: column;
}


.bodysculpt-pricing-section {
    padding: 60px 20px;
    font-family: 'Barlow', sans-serif;
    background-color: #fff;
}

.bodysculpt-pricing-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.pricing-column {
    background-color: #e1cec3;
    border-radius: 12px;
    padding: 25px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pricing-column h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #6D5952;
}

.subtitle {
    font-size: 0.95rem;
    color: #ffffff;
    margin-bottom: 25px;
}

.pricing-list {
    list-style: none;
    padding: 0;
}

.pricing-list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: color 0.3s;
    border-bottom: 0.1px solid #cab5ad;
}

.pricing-list li:hover {
    color: #6D5952;
}

.old {
    text-decoration: line-through;
    color: #ffffff;
    margin-right: 10px;
}

.bodysculpt-tabs-section {
    padding: 60px 20px;
    max-width: 900px;
    margin: auto;
}

.tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.tab-btn {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    padding: 14px 24px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-btn.active {
    border-color: #6D5952;
    color: #6D5952;
}

.tab-wrapper {
    position: relative;
    min-height: 200px;
}

.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.tab-content.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.highlight {
    font-size: 1.1rem;
    color: #000;
    padding: 20px;
    border-radius: 8px;
    line-height: 1.6;
}

.contra-list {
    list-style: disc;
    padding-left: 20px;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}


.contra-list li {
    margin: 16px;
}

.bodysculpt-video-section {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Barlow', sans-serif;
}

.video-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.video-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.bodysculpt-faq-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.faq-title {

    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
    color: #6d5952;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
    transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.faq-answer p {
    padding: 10px 0 20px;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}


.footer-contact {
    position: relative;
    background-color: #f3e6d5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 2rem;
    flex-wrap: wrap;
    color: #000;

}

.footer-contact-content {
    position: relative;
    z-index: 2;
    max-width: 400px;
}

.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.footer-contact-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.footer-contact-links li a {
    color: #6D5952;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s, text-decoration 0.3s;
}

.footer-contact-links li a:hover {
    color: #090909;
    text-decoration: underline;
}

.footer-contact-info li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-contact-info i {
    font-size: 1.4rem;
    margin-right: 0.8rem;
    color: #50403a;
}

.footer-contact-socials {
    list-style: none;
    display: flex;
    gap: 1.2rem;
    padding: 0;
    margin: 0;
    color: #50403a;
}

.footer-contact-socials li {
    font-size: 1.4rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.footer-contact-socials li:hover {
    transform: scale(1.2);
}

/* Background Image */
.footer-contact-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45%;
    background-image: url('./img/footer-img.jpeg');
    /* Replace with your actual image */
    background-size: cover;
    background-position: center;
    z-index: 1;

}

.footer-contact-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Adjust opacity here */
    z-index: 2;
}



/* Responsive */
@media (max-width: 768px) {
    .header-nav {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .phone.desktop-only {
        display: none;
    }

    .hero-section {
        padding: 0;
    }



    .hero-title {
        font-size: 1.8rem;
        padding: 0 1rem;
    }

    .bodysculpt-tech-section {
        padding: 20px 20px;
    }

    .bodysculpt-body-wrapper {
        flex-direction: column;
    }

    .bodysculpt-zones-text {
        max-width: 372px;
    }

    .bodysculpt-pricing-section {
        padding: 0px 20px;
    }

    .bodysculpt-tech-container {
        flex-direction: column-reverse;
    }

    .footer-contact-background::after {
        background-color: rgb(0 0 0 / 0%);
    }


    .footer-contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-contact-background {
        position: static;
        width: 100%;
        height: 250px;
        margin-top: 2rem;
        background-position: center top;
    }

    .endosphere-science-benefits {
        text-align: left;
        padding-left: 1.5rem;
    }

    .endosphere-science-button {
        font-size: 0.9rem;
        padding: 0.8rem 1.6rem;
    }

    .carousel-content-display {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        min-height: auto;
    }

    .carousel-navigation-panel {
        flex-direction: row;
        justify-content: center;
        order: -1;
    }

    .cellulite-types-carousel {
        padding: 25px;
    }

    .education-main-heading {
        font-size: 20px;
    }

    .slide-title-heading {
        font-size: 20px;
    }

    .visual-representation-area {
        width: 120px;
        height: 120px;
    }

    .visual-placeholder {
        width: 120px;
        height: 120px;
    }

    .sculptface-card {
        flex-direction: column;
    }

    .sculptface-info {
        padding: 1.5rem;
    }

    .sculptface-image {
        padding: 1rem;
    }

    .treatment-hifes {
        grid-template-columns: 1fr;
    }

    .treatment-hifes img {
        max-height: 250px;
        object-fit: cover;
    }

    .application-container {
        grid-template-columns: 1fr;
    }

    .application-content h2 {
        text-align: center;
    }
}