/* General Styling */
body {
    margin: 0;
    font-family: "Prompt", serif;
    line-height: 1.5;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    transition: background 0.3s, backdrop-filter 0.3s;
    z-index: 1000;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.social-media a {
    /* color: #000000;
    margin-right: 10px; */
    display: none;
}

.social-media {
    min-width: 167.21px;
}

.logo img {
    height: 180px;
}

.phone-button button {
    background: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 1rem;
}

nav {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 40px;
    padding: initial;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #000000;
    font-size: 1.2rem;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 180px;

}


.dropdown-menu a:hover {
    background-color: #000000;
    color: white;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

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

.content {
    margin-top: 300px;
    text-align: center;
}

.titles {
    display: flex;
    margin-bottom: 50px;
    flex-direction: column;
}

.title-form {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    justify-self: center;


}

.hero-section {
    position: relative;
    width: 100%;
    height: 38vh;
    background: url('./img/amas.jpeg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 20px;
}

.hero-section span {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.hero-section p {
    font-size: 1.5rem;
    margin-top: 10px;

}

.saviez-vous {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    justify-self: center;
    margin-top: 100px;
}



.question-mark {
    font-size: 5rem;
    color: #000000;
}

.saviez-vous span {
    font-size: 2.5rem;
    margin-top: 20px;
    font-family: "Cormorant Garamond", serif;
}

.saviez-vous p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.structure-poil {
    margin-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 100px;
}

.structure-poil-ul {
    list-style-type: none;

}

.structure-poil-ul li {
    font-size: 1rem;
}

.poil-title {
    font-size: 1.1rem;



}

.desciption-amas {
    text-align: center;
    padding: 50px 100px;
    background-color: #efefef;
}


.img-causes {
    width: 40%;
    height: auto;
}

.relachementSectionWrapper {
    margin: 0 200px;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    border: 0.3px solid;

}

/* Title */
.relachementTitleUnique {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    color: #000000;
}

/* Subtitles and Text Blocks */
.relachementSubtitleUnique {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #222;
    /* Fade in + slide up animation */
    animation: fadeInUp 1s ease forwards;
}

.relachementTextBlock {
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease forwards;
}

/* Keyframes for the fadeInUp animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

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

.background-couches {
    background-color: #efefef;
    padding: 20px;
    margin: 20px;
    border-radius: 25px;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.img-poils-ex {
    width: 60%;
    align-self: center;
    margin: 20px;
}

.description-poil {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 50px;
}

.content-container h1 {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
}

.inco-title-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inco-title {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;

}

.title-inco-slider {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;

}

.routine-list li {
    justify-items: center !important;
}

.stages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.stage {
    flex: 1;
    min-width: 250px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.stage:hover {
    transform: scale(1.05);
}

.stage-title {
    font-size: 24px;
    font-style: italic;
    color: #333;
    display: flex;
    align-items: center;
}

.stage-title span {
    font-size: 28px;
    margin-right: 10px;
    font-style: italic;
    color: #000000;
}

.stage-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
}

li {
    font-size: 14px;
    color: #444;
}



.tissue-adipeux-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;

}

.tissue-adipeux-title {
    text-align: center;
    margin-bottom: 1em;
}

/* Wrapper for all cards */
.tissue-adipeux-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

/* Base card styling */
.tissue-adipeux-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    flex: 1 1 calc(33% - 20px);
    min-width: 280px;
    /* helps prevent cards from getting too narrow */
}

.tissue-adipeux-card h3,
.tissue-adipeux-card h4 {
    margin-top: 0;
}

/* Subsection headings (e.g. "> Fonctions principales :") */
.tissue-adipeux-card h4 {
    margin-bottom: 0.5em;
    font-weight: bold;
}

/* Lists inside cards */
.tissue-adipeux-card ul {
    margin: 0;
    padding-left: 1.5em;
    list-style: disc;
    text-align: left;
}

.tissue-adipeux-card li {
    margin-bottom: 0.5em;
}

.slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.slider {
    display: flex;
    align-items: flex-start;
    /* Prevent slides from stretching vertically */
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: auto;
    /* Override any potential fixed heights */
    padding-bottom: 20px;
    /* Add some spacing between slides */

}

.two-types-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;

}

.two-types-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.two-types-text {
    flex: 1;
}

.two-types-text span {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.two-types-text p {
    margin-bottom: 1em;
    line-height: 1.5;
}

.two-types-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-types-image img {
    width: 100%;
    height: auto;
    max-width: 500px;
    /* optional max width for the image */
    border-radius: 8px;
    display: block;
}

.fat-section {
    width: 90%;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.fat-image img {
    width: 60%;
    height: auto;
    border-radius: 8px;
}

.fat-title {
    color: #000000;
}

.fat-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.highlight {
    font-weight: bold;
    color: #000000;
}

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

.check-list li::before {
    color: #000000;
}

.causes-section {
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;

}

.causes-image img {
    width: 50%;
    height: auto;
    border-radius: 8px;
}

.causes-title {
    color: #000000;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 100px;
}

.causes-text {
    font-size: 16px;
    line-height: 1.6;
}

.causes-list {
    padding-left: 20px;
}

.causes-list li {
    margin-bottom: 8px;
    padding-left: 10px;
    text-align: left;

}

.wrapper-solutions {
    max-width: 1200px;
    margin: 0 auto;
}

.heading-solutions {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 20px;
}

.layout-solutions {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.box-solution {
    border: 0.5px solid gray;
    padding: 15px;
    border-radius: 8px;
    flex: 1;
}

.box-solution ul {
    padding-left: 20px;
    text-align: left;
}

.cryolipolyse-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;

}

.cryolipolyse-main-title {
    color: #000000;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Cormorant Garamond", serif;
}

.cryolipolyse-content-section {
    margin-bottom: 40px;
    line-height: 1.7;
}

.cryolipolyse-fat-list {
    list-style: none;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 25px 0;
}

.cryolipolyse-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.cryo {
    width: 40%;
}

.img-cryo-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-step-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.process-step-image {
    /* Remove fixed height */
    min-height: 200px;
    border-radius: 8px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    /* Fallback background */
}

.process-step-image img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    padding: 10px;
}

/* Keep existing hover effect */
.process-step-card:hover img {
    transform: scale(1.05);
}

.process-step-card p {
    text-align: center;
    padding: 0 10px;
    margin: 10px 0;
    font-size: 0.95rem;
    color: #2c3e50;
    line-height: 1.4;
}

.slide img {
    width: auto;
    height: 20%;
    border-radius: 10px;
}

.slide h2 {
    margin: 10px 0;
    font-size: 22px;
}

.slide p {
    font-size: 16px;
    color: #555;
    padding: 0 100px;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.prev {
    left: 150px;
}

.next {
    right: 150px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.poils-pq {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
}

.title-poils-pq {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.5rem;
}


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

.info-block {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.info-block:hover {
    transform: scale(1.02);
}

.info-block h2 {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.info-block p {
    display: none;
    margin-top: 10px;
    font-size: 1rem;
}

.toggle-icon {
    transition: transform 0.3s ease-in-out;
}

.expanded .toggle-icon {
    transform: rotate(180deg);
}

.expanded p {
    display: block;
}

.highlight-box {
    border: 0.5px solid;
    padding: 15px;
    border-radius: 10px;
    margin: 30px;
}

.content-wrapper-2 {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.info-block-2 {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.info-block-2:hover {
    transform: scale(1.02);
}

.info-block-2 h2 {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.info-block-2 p {
    display: none;
    margin-top: 10px;
    font-size: 1rem;
}

.toggle-icon {
    transition: transform 0.3s ease-in-out;
}

.expanded .toggle-icon {
    transform: rotate(180deg);
}

.expanded p {
    display: block;
}


.image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.image-gallery img {
    width: 100%;
    border-radius: 10px;
}

.laser-wrapper {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.laser-wrapper span {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.toggle-btn {
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-btn:hover {
    background-color: #f4f4f4;
}

.toggle-content {
    padding: 15px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.toggle-content li {
    list-style-type: none;
}

.slide li {
    list-style-type: none;
}

.visible {
    display: block;
}

#slider3 {
    margin-top: 150px;
}

.contre-indications-title {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.accordion-title {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
}

.accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}

.accordion-button {
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: #f8f8f8;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.accordion-button:hover {
    background-color: #e7e7e7;
}

.accordion-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content p,
.accordion-content ul {
    margin: 10px 0;
}

.accordion-content ul {
    padding-left: 20px;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    /* Adjust based on content size */
    padding: 15px;
}

.laser-effects-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.effect-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.effect-card:hover {
    transform: scale(1.02);
}

.laser-effects-title {
    font-size: 2.5rem;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.effects-listing {
    list-style-type: none;
    padding: 0;
}

.effects-listing li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.post-session-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    width: 100%;
    justify-self: center;
}

.post-session-card h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333;
}

.post-session-card ul {
    list-style-type: none;
    padding: 0;
}

.post-session-card ul li {
    margin-bottom: 10px;
    font-size: 1em;
    color: #555;
}

.post-session-card ul li::before {
    content: "✔";
    color: #4CAF50;
    margin-right: 10px;
}

.laser-test-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
}

.laser-test-content {
    width: 50%;
    padding: 25px;
    text-align: left;
}

.laser-test-content span {
    font-size: 2.5rem;
    color: #000000;

    font-family: "Cormorant Garamond", serif;
}

.laser-test-content p {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}

.laser-test-image {
    width: 50%;
    text-align: center;
}

.laser-test-image img {
    max-width: 100%;
    border-radius: 10px;
}

.sessions {
    display: flex;
    flex-direction: row;
}

.prep-session,
.action-session,
.aftercare-session {
    position: relative;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    color: white;
    overflow: hidden;
    align-content: center;
}

.prep-session::before,
.action-session::before,
.aftercare-session::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.prep-session div,
.action-session div,
.aftercare-session div {
    position: relative;
    z-index: 1;
}

.prep-session {
    background: url('./img/avant-seance.jpeg') center/cover;
}

.action-session {
    background: url('./img/img-laser-avant-seance.jpeg') center/cover;
}

.aftercare-session {
    background: url('./img/apres-seance.jpeg') center/cover;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.prep-title,
.action-title,
.aftercare-title {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
}

.prep-content,
.action-content,
.aftercare-content {
    font-size: 1em;
    line-height: 1.6;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 20px;
}

.menopause-container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.menopause-title {
    text-align: center;
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
    padding-bottom: 10px;
}

.menopause-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.unique-accordion-header {
    background-color: #f5f5f5;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-icon {
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s;
}

.unique-accordion-content {
    display: none;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
}

.hormones-container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hormones-title {
    text-align: center;
    font-size: 2.5rem;
    padding: 15px;
    font-family: "Cormorant Garamond", serif;
    background: #fff;
    margin-bottom: 20px;
}

.hormones-list {
    list-style-type: none;
}

.hormones-section {
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.hormones-section strong {
    color: #000000;
}

.hormones-list {
    padding-left: 20px;
}

.white-hair-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.causes-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px;
}

.cause-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.text-step {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);

}

.step-number {
    color: #000000;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.step-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #060606;
}

.contraindications-section {
    padding: 2rem;
    border-radius: 10px;
    margin: 3rem 0;
    border: 1px solid #000000;
}

.contraindications-main-title {
    color: rgb(0, 0, 0);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.contraindications-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 2.5rem;
}

.medical-contra-list {
    columns: 2;
    column-gap: 2rem;
}

.medical-contra-list li {
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
    position: relative;
    break-inside: avoid;
    text-align: left;

}



.side-effects-group {
    display: grid;
    gap: 1.5rem;
}

.side-effects-card {
    padding: 1.5rem;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}


.effects-subtitle {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
}

.img-cards {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.title-poils-blanc {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

p {
    color: #000000;
}

.bodysculpt-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bodysculpt-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.bodysculpt-title h2 {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", serif;
    color: #000000;
    margin-bottom: 0.5rem;
}

/* Flex container for image & content */
.bodysculpt-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.bodysculpt-image {
    flex: 1 1 600px;
    max-width: 600px;
    text-align: left;
}

.bodysculpt-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.bodysculpt-content {
    flex: 1 1 500px;
}

.bodysculpt-content p {
    margin-bottom: 1rem;
}

.bodysculpt-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
    color: #444;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.25rem;
}

.footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.footer img {
    width: 120px;
    /* Adjust size as needed */
    margin-bottom: 10px;
}

.footer p {
    margin: 5px 0;
    font-size: 0.7rem;
    color: #b7b7b7;
    margin-top: 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Responsive Design Fix for Navbar Right */
@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        align-items: center;
    }

    .social-media {
        display: none;

    }

    .phone-button {
        margin-top: 10px;
    }

    nav {
        display: flex;
        justify-content: flex-start;
        margin-left: 20px;

    }

    .logo img {
        height: 135px;
    }

    .phone-button button {
        font-size: 0.7rem;
    }

    .phone-button button {
        font-size: 0.7rem;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }


    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: contents;
        position: fixed;
    }

    .dropdown-menu {
        position: static;
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown.active .dropdown-menu {
        display: block;
    }

    .title-form {
        font-size: 1.8rem;
    }

    .titles {
        margin: 0px;
    }

    .hero-section {
        padding: 0px;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section p {
        font-size: 1.2rem;
    }

    .stages {
        flex-direction: column;
    }

    .saviez-vous {
        margin: 0px;
    }

    .structure-poil {
        margin-top: 50px;
        padding: 0px 10px;
    }

    .img-poils-ex {
        width: 90%;
    }

    .stage {
        flex: 1 1 100%;
    }

    .stage-title {
        font-size: 22px;
    }

    .stage-description {
        font-size: 14px;
    }

    li {
        font-size: 16px;
    }

    .slide h2 {
        font-size: 20px;
    }

    .slide p {
        font-size: 14px;
    }

    .prev,
    .next {
        width: 30px;
        height: 30px;
        font-size: 16px;
        top: 135px;
    }

    .prev {
        left: 10px;
        /* Smaller spacing for smaller screens */
    }

    .next {
        right: 10px;
        /* Smaller spacing for smaller screens */
    }

    .post-session-card {
        padding: 15px;
    }

    .post-session-card h2 {
        font-size: 1.3em;
    }

    .post-session-card ul li {
        font-size: 0.9em;
    }

    .laser-test-section {
        flex-direction: column;
    }

    .laser-test-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .laser-test-content h2 {
        font-size: 1.5em;
    }

    .laser-test-content p {
        font-size: 0.9em;
    }

    .laser-test-image {
        flex: 1 1 100%;
    }

    .prep-session,
    .action-session,
    .aftercare-session {
        padding: 15px;
        margin: 10px;
    }

    .aftercare-session {
        grid-template-columns: 1fr;
    }

    .prep-title,
    .action-title,
    .aftercare-title {
        font-size: 1.4em;
    }

    .causes-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .slider-container {
        transition: height 0.3s ease-in-out;
        /* Smooth height transitions */
    }

    /* Mobile-first approach */
    .slider {
        align-items: flex-start;
        /* Allow slides to have different heights */
    }

    .slide {
        height: auto !important;
        /* Override any JavaScript-set heights */
        padding: 20px 0;
        /* Add vertical spacing */
    }

    .slide h2 {
        font-size: 18px;
        margin: 17px;
    }

    .slide p {
        font-size: 14px;
        padding: 0 10px;
    }

    .slide img {
        max-width: 60%;
        height: auto;

    }

    .laser-wrapper img {
        width: 100%;
    }

    .toggle-btn {
        width: auto;
    }

    .laser-wrapper {
        width: auto;
    }

    .info-block-2 h2 {
        font-size: 1.3rem;
    }

    .post-session-card {
        width: 80%;
    }

    .laser-test-content {
        width: 100%;
        padding: 0;
    }

    .laser-test-content span {
        font-size: 1.8rem;

    }

    .sessions {
        display: flex;
        flex-direction: column;
    }

    .laser-test-image {
        width: 100%;
    }

    .accordion-item {
        width: 80%;
        justify-self: center;
    }

    .menopause-title,
    .accordion-title,
    .title-poils-blanc,
    .laser-effects-title,
    .contre-indications-title,
    .title-poils-pq,
    .inco-title,
    .title-inco-slider,
    .laser-wrapper span {
        font-size: 1.8rem;
    }

    .inco-title-div {
        margin: 0px 50px;
    }

    .hormones-title {
        font-size: 1.8rem;
        margin: 0px;
    }

    .content-wrapper {
        padding: 14px;
    }

    .poils-pq {
        margin: 10px 0px;
        padding: 0px 20px;
    }

    #slider3 {
        margin-top: 50px;
    }

    .causes-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

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

    .bodysculpt-image,
    .bodysculpt-content {
        margin-top: 0;
        flex: none;
    }

    .bodysculpt-title h2 {
        font-size: 1.8rem;
    }

    .relachementTitleUnique {
        font-size: 1.6rem;
    }

    .relachementSubtitleUnique {
        font-size: 1.1rem;
    }

    .tissue-adipeux-card {
        flex: 1 1 100%;
    }

    .two-types-container {
        flex-direction: column;
    }

    .two-types-image {
        margin-top: 20px;
    }

    .fat-section {
        padding: 15px;
    }

    .layout-solutions {
        flex-direction: column;
    }

    .cryolipolyse-main-title {
        font-size: 2rem;
    }

    .cryolipolyse-process-steps {
        grid-template-columns: 1fr;
    }



    .process-step-card p {
        font-size: 0.9rem;
    }

    .process-step-image {
        aspect-ratio: 1/1;
    }

    .text-step {
        padding: 20px;
    }

    .step-number {
        font-size: 1.1rem;
    }

    .contraindications-grid {
        grid-template-columns: 1fr;
    }

    .medical-contra-list {
        columns: 1;
    }

    .contraindications-section {
        padding: 1.5rem;
    }

    .desciption-amas {
        padding: 30px;
    }

    .saviez-vous {
        padding: 15px;
    }

    .causes-image img {
        width: 100%;
    }

    .causes-title {
        margin: 0px;
    }

    .cryo {
        width: 100%;
    }

    .contraindications-section {
        border: none;
    }

}