.elementor-kit-7{--e-global-color-primary:#00AEEF;--e-global-color-secondary:#FF2D8F;--e-global-color-text:#1A1A1A;--e-global-color-accent:#FFD400;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* badge */

.hero-badge{
background:#eef2f3;
display:inline-block;
padding:8px 16px;
border-radius:30px;
font-size:14px;
color:#555;
margin-bottom:20px;
}

/* title */

.elementor-heading-title{
font-size:60px;
font-weight:800;
line-height:1.1;
}

/* gradient word */

.gradient-text{
background:linear-gradient(90deg,#3ab5ff,#ff3d9a,#ff8c2a);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

/* whatsapp button */

.btn-whatsapp a{
background:#25D366!important;
color:white!important;
border-radius:40px!important;
padding:14px 26px!important;
font-weight:600;
}

/* tarifs button */

.btn-tarifs a{
background:#111!important;
color:white!important;
border-radius:40px!important;
padding:14px 26px!important;
}

/* open card */

.open-card{
background:white;
padding:14px 18px;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
position:absolute;
bottom:20px;
left:20px;
}

/* floating whatsapp */

.whatsapp-float{
position:fixed;
bottom:30px;
right:30px;
background:#25D366;
color:white;
width:55px;
height:55px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}
/* SECTION */
.services-section{
    background:#f7f7f7;
    padding:90px 0;
}

/* TITLE */
.services-title .elementor-heading-title{
    text-align:center;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
    color:#1d1d1d;
    letter-spacing:-1px;
    margin:0;
}

.services-subtitle,
.services-subtitle p{
    text-align:center;
    font-size:16px;
    line-height:1.6;
    color:#8f8f8f;
    margin:14px 0 0 0;
}

/* GRID */
.services-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
    margin-top:48px;
}

/* CARD */
.service-card{
    background:#ffffff;
    border:1px solid #e9e9e9;
    border-radius:18px;
    padding:28px 28px 26px 28px;
    min-height:202px;
    box-shadow:0 1px 0 rgba(0,0,0,0.01);
    transition:all .3s ease;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 30px rgba(0,0,0,0.06);
    border-color:#e3e3e3;
}

/* ICON */
.service-card .elementor-icon-wrapper,
.service-card .elementor-widget-icon{
    margin-bottom:18px;
}

.service-card .elementor-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:linear-gradient(135deg,#24c9f5 0%, #ff1493 58%, #ffb21a 100%);
    color:#fff;
    font-size:24px;
    box-shadow:0 10px 20px rgba(255,45,143,0.14);
}

/* TITLE INSIDE CARD */
.service-card .elementor-heading-title{
    font-size:22px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
    color:#1f1f1f !important;
    margin:0 0 12px 0 !important;
}

/* TEXT INSIDE CARD */
.service-card .elementor-text-editor,
.service-card .elementor-text-editor p{
    font-size:15px;
    line-height:1.6;
    color:#8c8c8c;
    margin:0;
}

/* LINK */
.services-link{
    text-align:center;
    margin-top:36px;
}

.services-link .elementor-button,
.services-link a{
    background:transparent !important;
    color:#12bff0 !important;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    border:none !important;
    box-shadow:none !important;
    padding:0 !important;
}

.services-link .elementor-button:hover,
.services-link a:hover{
    color:#0aa7d3 !important;
}

/* TABLET */
@media (max-width:1024px){
    .services-grid{
        grid-template-columns:repeat(2, 1fr);
        gap:22px;
    }

    .services-title .elementor-heading-title{
        font-size:38px;
    }
}

/* MOBILE */
@media (max-width:767px){
    .services-section{
        padding:65px 0;
    }

    .services-grid{
        grid-template-columns:1fr;
        gap:18px;
        margin-top:32px;
    }

    .services-title .elementor-heading-title{
        font-size:30px;
    }

    .services-subtitle,
    .services-subtitle p{
        font-size:14px;
    }

    .service-card{
        min-height:auto;
        padding:22px;
        border-radius:16px;
    }

    .service-card .elementor-icon{
        width:52px;
        height:52px;
        font-size:22px;
        border-radius:14px;
    }

    .service-card .elementor-heading-title{
        font-size:20px !important;
    }

    .service-card .elementor-text-editor,
    .service-card .elementor-text-editor p{
        font-size:14px;
    }
}/* End custom CSS */