.elementor-30 .elementor-element.elementor-element-75d5e52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f6302c4 */{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

:root{
    --medical-blue:#0057B8;
    --medical-blue-dark:#003E82;
    --gold:#D4AF37;
    --white:#FFFFFF;
    --text:#1E293B;
    --gray:#64748B;
}

body{
    background:#fff;
    overflow-x:hidden;
}

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:80px 8%;
    background:linear-gradient(
        135deg,
        #ffffff 0%,
        #f8fbff 50%,
        #eef5ff 100%
    );
}

.container{
    width:100%;
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.hero-content{
    flex:1;
    max-width:580px;
}

.badge{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(0,87,184,.08);
    color:var(--medical-blue);
    border:1px solid rgba(0,87,184,.15);
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:48px;
    line-height:1.15;
    font-weight:700;
    color:var(--text);
    margin-bottom:20px;
}

.hero-content h1 span{
    color:var(--gold);
}

.hero-content p{
    font-size:15px;
    line-height:1.9;
    color:var(--gray);
    margin-bottom:35px;
}

.buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    text-decoration:none;
    padding:15px 30px;
    border-radius:12px;
    font-size:15px;
    font-weight:600;
    transition:0.3s ease;
}

.btn-primary{
    background:var(--medical-blue);
    color:#fff;
    box-shadow:0 15px 35px rgba(0,87,184,.20);
}

.btn-primary:hover{
    background:var(--medical-blue-dark);
    transform:translateY(-3px);
}

.btn-secondary{
    border:2px solid var(--gold);
    color:var(--gold);
    background:#fff;
}

.btn-secondary:hover{
    background:var(--gold);
    color:#fff;
    transform:translateY(-3px);
}

.hero-image{
    flex:1;
    display:flex;
    justify-content:center;
    position:relative;
}

.hero-image::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        rgba(0,87,184,.10),
        rgba(212,175,55,.15)
    );
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.hero-image img{
    width:100%;
    max-width:550px;
    border-radius:25px;
    position:relative;
    z-index:2;
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

@media(max-width:1100px){

    .container{
        flex-direction:column;
        text-align:center;
    }

    .hero-content{
        max-width:100%;
    }

    .buttons{
        justify-content:center;
    }

    .hero-content h1{
        font-size:42px;
    }
}

@media(max-width:768px){

    .hero{
        padding:60px 6%;
    }

    .hero-content h1{
        font-size:32px;
    }

    .hero-content p{
        font-size:14px;
    }

    .hero-image img{
        max-width:100%;
    }

    .hero-image::before{
        width:260px;
        height:260px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22e5de9 */.services{
    padding:100px 8%;
    background:#F8FAFC;
}

.section-header{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-header h2{
    font-size:42px;
    color:#1E293B;
    margin:15px 0;
}

.section-header p{
    color:#64748B;
    line-height:1.8;
}

.services-grid{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.service-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,87,184,.12);
}

.icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    background:rgba(0,87,184,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
}

.service-card h3{
    color:#0057B8;
    margin-bottom:15px;
}

.service-card p{
    color:#64748B;
    line-height:1.8;
}
/* ===== SECTION SERVICES ===== */

.services{
    padding:80px 5%;
    background:#f8fafc;
}

.section-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 50px;
}

.section-tag{
    display:inline-block;
    background:#003E82;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-header h2{
    font-size:42px;
    line-height:1.2;
    color:#003E82;
    margin-bottom:15px;
}

.section-header p{
    font-size:17px;
    color:#555;
    line-height:1.7;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.service-card{
    background:#fff;
    padding:35px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

.service-card:hover{
    transform:translateY(-5px);
}

.service-card .icon{
    font-size:45px;
    margin-bottom:15px;
}

.service-card h3{
    color:#003E82;
    margin-bottom:12px;
    font-size:22px;
}

.service-card p{
    color:#666;
    line-height:1.6;
    font-size:15px;
}

/* ===== TABLETTE ===== */

@media (max-width: 1024px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-header h2{
        font-size:34px;
    }
}

/* ===== MOBILE ===== */

@media (max-width: 768px){

    .services{
        padding:60px 20px;
    }

    .section-header{
        margin-bottom:35px;
    }

    .section-header h2{
        font-size:28px;
    }

    .section-header p{
        font-size:15px;
    }

    .services-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .service-card{
        padding:25px 20px;
    }

    .service-card h3{
        font-size:20px;
    }

    .service-card p{
        font-size:14px;
    }

    .service-card .icon{
        font-size:38px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d11336 *//* ABOUT SECTION */

.about-section{
    padding:100px 8%;
    background:#ffffff;
}

.about-container{
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:80px;
}

.about-image{
    flex:1;
}

.about-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,0.10);
}

.about-content{
    flex:1;
}

.section-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(0,87,184,.08);
    color:#0057B8;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.about-content h2{
    font-size:40px;
    color:#1E293B;
    margin-bottom:20px;
    line-height:1.2;
}

.about-content p{
    font-size:16px;
    color:#64748B;
    line-height:1.9;
    margin-bottom:20px;
}

.about-stats{
    display:flex;
    gap:20px;
    margin-top:35px;
}

.stat-box{
    flex:1;
    background:#F8FAFC;
    padding:25px;
    border-radius:18px;
    text-align:center;
    border-bottom:4px solid #D4AF37;
}

.stat-box h3{
    color:#0057B8;
    font-size:32px;
    margin-bottom:10px;
}

.stat-box span{
    color:#64748B;
    font-size:14px;
}

@media(max-width:992px){

    .about-container{
        flex-direction:column;
    }

    .about-content{
        text-align:center;
    }

    .about-stats{
        flex-direction:column;
    }

    .about-content h2{
        font-size:32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46707ac */.faq-section {
    padding: 100px 8%;
    background: #f8fafc;
}

.faq-section .container {
    max-width: 1100px;
    margin: auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header span {
    color: #D4AF37;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-header h2 {
    font-size: 38px;
    color: #003E82;
    margin: 15px 0;
}

.section-header p {
    color: #666;
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-container details {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.faq-container details:hover {
    transform: translateY(-3px);
}

.faq-container summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #003E82;
    list-style: none;
    position: relative;
    padding-right: 30px;
}

.faq-container summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #D4AF37;
}

.faq-container details[open] summary::after {
    content: "−";
}

.faq-container p {
    margin-top: 15px;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 30px;
    }

    .faq-container summary {
        font-size: 16px;
    }
}/* End custom CSS */