.elementor-2 .elementor-element.elementor-element-468e187{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-ea9dcee{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-901f82f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-62b75fe{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-4492568{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-20b29a1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-3cc20da{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2 .elementor-element.elementor-element-ea25f8e{--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;}.elementor-2 .elementor-element.elementor-element-052988d{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-ea25f8e{--width:50%;}.elementor-2 .elementor-element.elementor-element-052988d{--width:50%;}}@media(max-width:1024px){.elementor-2 .elementor-element.elementor-element-ea9dcee{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-ea9dcee{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-9831ba9 *//*==========================
RESET
==========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:"Poppins",sans-serif;
    background:#111;
    color:#fff;
    overflow-x:hidden;
}

/*==========================
HERO
==========================*/

.hero{

    position:relative;

    min-height:100vh;

    display:flex;
    align-items:center;

    padding:140px 0 180px;

    background:url("/wp-content/uploads/2026/07/765617b8-e00a-4cb2-9591-55655f676a5b.png") center center;

    background-size:cover;

    overflow:hidden;

}

.hero::before{

    content:"";

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.92) 0%,
        rgba(0,0,0,.80) 25%,
        rgba(0,0,0,.45) 55%,
        rgba(0,0,0,.10) 100%
    );

}

.hero-container{

    position:relative;

    z-index:5;

    width:1280px;

    max-width:90%;

    margin:auto;

}

.hero-content{

    width:640px;

}

.hero-subtitle{

    display:inline-block;

    color:#ff7b00;

    font-size:15px;

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:25px;

    text-transform:uppercase;

}

.hero h1{

    font-size:72px;

    line-height:1.05;

    font-weight:800;

    margin-bottom:35px;

}

.hero h1 span{

    color:#ff7b00;

}

.hero p{

    color:#d8d8d8;

    font-size:20px;

    line-height:1.8;

    margin-bottom:45px;

}

/*==========================
BOUTONS
==========================*/

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:70px;

}

.btn{

    padding:18px 36px;

    border-radius:8px;

    font-size:17px;

    font-weight:600;

    text-decoration:none;

    transition:.35s;

}

.btn-primary{

    background:#ff7b00;

    color:#fff;

}

.btn-primary:hover{

    background:#ff922e;

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(255,123,0,.35);

}

.btn-secondary{

    border:2px solid rgba(255,255,255,.30);

    color:#fff;

    backdrop-filter:blur(8px);

}

.btn-secondary:hover{

    background:#fff;

    color:#111;

}

/*==========================
BARRE BAS
==========================*/

.hero-features{

position:absolute;

bottom:25px;

left:50%;

transform:translateX(-50%);

width:92%;

max-width:1450px;

display:grid;

grid-template-columns:repeat(6,1fr);

background:rgba(20,20,20,.94);

backdrop-filter:blur(15px);

border-radius:10px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,.45);

z-index:30;

}

.feature-icon{

width:70px;

height:70px;

background:#2b1b0e;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#ff7b00;

font-size:24px;

transition:.3s;

}

.feature:hover{

background:#222;

}

.feature:hover .feature-icon{

background:#ff7b00;

color:white;

transform:scale(1.08);

}

.feature{

position:relative;

}

.feature:not(:last-child)::after{

content:"";

position:absolute;

right:0;

top:22px;

bottom:22px;

width:1px;

background:rgba(255,255,255,.08);

}
.feature-icon{

width:70px;

height:70px;

background:#2b1b0e;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#ff7b00;

font-size:24px;

transition:.3s;

}

.feature{

    display:flex;

    align-items:center;

    gap:18px;

    padding:28px;

    border-right:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.feature:last-child{

    border-right:none;

}

.feature:hover{

    background:#1f1f1f;

}

.feature-icon{

    width:62px;

    height:62px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#2b1b0e;

    color:#ff7b00;

    font-size:24px;

    flex-shrink:0;

}

.feature-text h3{

    font-size:16px;

    font-weight:700;

    margin-bottom:5px;

}

.feature-text span{

    color:#9c9c9c;

    font-size:14px;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:1200px){

.hero h1{

font-size:58px;

}

.hero-features{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.hero{

padding:100px 0;

}

.hero-content{

width:100%;

}

.hero h1{

font-size:42px;

}

.hero p{

font-size:17px;

}

.hero-buttons{

flex-direction:column;

}

.hero-features{

position:relative;

grid-template-columns:1fr;

}

.feature{

border-right:none;

border-bottom:1px solid rgba(255,255,255,.08);

}

}

/*=================================
ANIMATIONS
=================================*/

.hero-subtitle{
    opacity:0;
    transform:translateY(30px);
    animation:fadeUp .8s ease forwards;
}

.hero h1{
    opacity:0;
    transform:translateY(35px);
    animation:fadeUp .8s ease .2s forwards;
}

.hero p{
    opacity:0;
    transform:translateY(35px);
    animation:fadeUp .8s ease .4s forwards;
}

.hero-buttons{
    opacity:0;
    transform:translateY(35px);
    animation:fadeUp .8s ease .6s forwards;
}

.hero-features{
    opacity:0;
    animation:fade .8s ease 1s forwards;
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(35px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes fade{

    from{
        opacity:0;
    }

    to{
        opacity:1;
    }

}

/*=================================
EFFETS
=================================*/

.hero::after{

    content:"";

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at 20% 35%, rgba(255,123,0,.12), transparent 45%),
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.05), transparent 35%);

    pointer-events:none;

}

.btn{

    position:relative;

    overflow:hidden;

}

.btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );

    transform:skewX(-25deg);

    transition:.7s;

}

.btn:hover::before{

    left:160%;

}

.feature{

    cursor:default;

}

.feature:hover{

    transform:translateY(-5px);

}

.feature-icon{

    transition:.35s;

}

.feature:hover .feature-icon{

    transform:rotate(8deg) scale(1.08);

    box-shadow:0 10px 25px rgba(255,123,0,.25);

}

.feature-text h3{

    transition:.3s;

}

.feature:hover h3{

    color:#ff7b00;

}

/*=================================
RESPONSIVE
=================================*/

@media (max-width:992px){

    .hero{

        min-height:auto;

        padding:120px 0 280px;

    }

    .hero-content{

        width:100%;

        max-width:650px;

    }

    .hero h1{

        font-size:52px;

    }

    .hero-features{

        grid-template-columns:repeat(2,1fr);

    }

}

@media (max-width:768px){

    .hero{

        padding:90px 0 0;

    }

    .hero h1{

        font-size:40px;

        line-height:1.15;

    }

    .hero p{

        font-size:16px;

    }

    .hero-buttons{

        flex-direction:column;

        align-items:stretch;

    }

    .btn{

        justify-content:center;

        text-align:center;

    }

    .hero-features{

        position:relative;

        grid-template-columns:1fr;

    }

    .feature{

        border-right:none;

        border-bottom:1px solid rgba(255,255,255,.08);

    }

    .feature:last-child{

        border-bottom:none;

    }

}

@media (max-width:480px){

    .hero{

        padding-top:70px;

    }

    .hero h1{

        font-size:34px;

    }

    .hero-subtitle{

        font-size:12px;

        letter-spacing:2px;

    }

    .btn{

        width:100%;

        padding:16px 24px;

    }

    .feature{

        padding:22px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-901f82f *//*====================================
RESET
====================================*/

*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{

    scroll-behavior:smooth;
    overflow-x:hidden;

}

body{

    font-family:'Poppins',sans-serif;
    color:#111;
    background:#fff;
    overflow-x:hidden;

}

img{

    max-width:100%;
    display:block;

}

a{

    text-decoration:none;

}

ul{

    list-style:none;

}

/*====================================
CONTAINER
====================================*/

.container{

    width:100%;
    max-width:100%;

    margin:auto;

    padding:0 20px;

}

/*====================================
SERVICES
====================================*/

.services{

    position:relative;

    background:#fafafa;

    padding:110px 0;

    overflow:hidden;

}

.section-subtitle{

    display:block;

    text-align:center;

    color:#ff7b00;

    text-transform:uppercase;

    letter-spacing:3px;

    font-size:14px;

    font-weight:700;

    margin-bottom:18px;

}

.services h2{

    text-align:center;

    font-size:58px;

    line-height:1.15;

    font-weight:800;

    margin-bottom:70px;

    color:#111;

}

/*====================================
GRID
====================================*/

.services-grid{

    display:grid;

    grid-template-columns:repeat(6,minmax(0,1fr));

    gap:22px;

    width:100%;

}

/*====================================
CARD
====================================*/

.service-card{

    position:relative;

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    border:1px solid #ececec;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

    transition:.35s;

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 28px 60px rgba(0,0,0,.12);

}

.service-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:#ff7b00;

    transform:scaleX(0);

    transition:.35s;

    transform-origin:left;

}

.service-card:hover::before{

    transform:scaleX(1);

}

/*====================================
ICONE
====================================*/

.service-icon{

    width:92px;
    height:92px;

    margin:35px auto 25px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff4eb;

    color:#ff7b00;

    font-size:42px;

    transition:.35s;

}

.service-card:hover .service-icon{

    background:#ff7b00;

    color:#fff;

    transform:translateY(-6px) rotate(8deg);

}

/*====================================
TITRE
====================================*/

.service-card h3{

    font-size:18px;

    font-weight:800;

    text-transform:uppercase;

    color:#111;

    margin-bottom:22px;

    text-align:center;

    width:100%;

    padding:0 15px;

    transition:.3s;

}

.service-card:hover h3{

    color:#ff7b00;

}

/*====================================
LISTE
====================================*/

.service-card ul{

    padding:0 28px;

    margin-bottom:28px;

}

.service-card li{

    color:#666;

    font-size:15px;

    line-height:2;

    transition:.25s;

}

.service-card:hover li{

    color:#444;

}

/*====================================
IMAGE
====================================*/

.service-card img{

    width:100%;

    height:150px;

    object-fit:cover;

    transition:.5s;

}

.service-card:hover img{

    transform:scale(1.08);

}

/*====================================
OVERLAY IMAGE
====================================*/

.service-card{

    display:flex;

    flex-direction:column;

}

.service-card img{

    margin-top:auto;

}

/*====================================
OMBRE
====================================*/

.service-card::after{

    content:"";

    position:absolute;

    inset:0;

    box-shadow:0 0 0 0 rgba(255,123,0,.20);

    transition:.35s;

    pointer-events:none;

}

.service-card:hover::after{

    box-shadow:0 0 0 2px rgba(255,123,0,.20);

}

/*====================================
TRANSITIONS
====================================*/

.service-card,
.service-card *,
.service-card::before,
.service-card::after{

    transition:.35s;

}

/*====================================
APPARITION
====================================*/

.service-card{

    opacity:0;

    transform:translateY(40px);

    animation:serviceFade .8s ease forwards;

}

.service-card:nth-child(1){animation-delay:.10s;}
.service-card:nth-child(2){animation-delay:.20s;}
.service-card:nth-child(3){animation-delay:.30s;}
.service-card:nth-child(4){animation-delay:.40s;}
.service-card:nth-child(5){animation-delay:.50s;}
.service-card:nth-child(6){animation-delay:.60s;}

@keyframes serviceFade{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

/*====================================
HOVER PREMIUM
====================================*/

.service-card{

    cursor:pointer;

}

.service-card:hover{

    transform:translateY(-14px);

}

.service-card:hover img{

    transform:scale(1.12);

}

.service-card:hover .service-icon{

    box-shadow:0 15px 35px rgba(255,123,0,.35);

}

.service-card:hover::before{

    height:5px;

}

/*====================================
SECTION
====================================*/

.services{

    position:relative;

}

.services::before{

    content:"";

    position:absolute;

    left:0;

    right:0;

    top:0;

    height:1px;

    background:#ececec;

}

.services::after{

    content:"";

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    height:1px;

    background:#ececec;

}

/*====================================
RESPONSIVE
====================================*/

@media (max-width:1400px){

    .services-grid{

        grid-template-columns:repeat(3,minmax(0,1fr));

    }

}

@media (max-width:992px){

    .services{

        padding:90px 0;

    }

    .services h2{

        font-size:42px;

        margin-bottom:50px;

    }

    .services-grid{

        grid-template-columns:repeat(2,minmax(0,1fr));

        gap:20px;

    }

}

@media (max-width:768px){

    .services{

        padding:70px 0;

    }

    .services h2{

        font-size:34px;

        line-height:1.2;

    }

    .services-grid{

        grid-template-columns:1fr;

    }

    .service-card{

        max-width:450px;

        width:100%;

        margin:auto;

    }

}

@media (max-width:480px){

    .container{

        padding:0 16px;

    }

    .services h2{

        font-size:28px;

    }

    .service-icon{

        width:72px;
        height:72px;

        font-size:32px;

    }

    .service-card h3{

        font-size:18px;

    }

    .service-card li{

        font-size:14px;

    }

    .service-card img{

        height:170px;

    }

}

html,
body{
    overflow-x:hidden;
}

*{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2de3751 *//*=============================
POURQUOI CHOISIR
=============================*/

.why-us{

    padding:110px 0;

    background:#fff;

}

.why-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.why-image{

    overflow:hidden;

    border-radius:14px;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.why-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    transition:.5s;

}

.why-image:hover img{

    transform:scale(1.06);

}

.why-content h2{

    font-size:50px;

    line-height:1.15;

    margin:20px 0;

    color:#111;

}

.why-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:40px;

    font-size:16px;

}

.why-list{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:22px;

    margin-bottom:45px;

}

.why-item{

    display:flex;

    gap:18px;

    align-items:flex-start;

}

.why-item i{

    width:60px;

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#fff5ee;

    color:#ff7b00;

    font-size:24px;

    flex-shrink:0;

    transition:.35s;

}

.why-item:hover i{

    background:#ff7b00;

    color:#fff;

    transform:rotate(10deg);

}

.why-item h4{

    margin-bottom:6px;

    font-size:18px;

    color:#111;

}

.why-item span{

    color:#777;

    font-size:15px;

    line-height:1.6;

}

.btn-orange{

    display:inline-block;

    padding:18px 38px;

    background:#ff7b00;

    color:#fff;

    font-weight:700;

    border-radius:6px;

    transition:.35s;

}

.btn-orange:hover{

    background:#111;

}

@media(max-width:992px){

    .why-grid{

        grid-template-columns:1fr;

        gap:50px;

    }

    .why-image img{

        height:450px;

    }

}

@media(max-width:768px){

    .why-content h2{

        font-size:36px;

    }

    .why-list{

        grid-template-columns:1fr;

    }

}

.btn-orange{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 36px;

    background:#ff7b00;

    color:#fff;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    border-radius:6px;

    transition:.35s;

    border:2px solid #ff7b00;

}

.btn-orange:hover{

    background:#111;

    border-color:#111;

    color:#fff;

}

/*==============================
ANIMATIONS
==============================*/

.why-image{

    position:relative;

}

.why-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.08));

    pointer-events:none;

}

.why-item{

    transition:.35s;

}

.why-item:hover{

    transform:translateX(8px);

}

.why-content{

    animation:fadeRight .8s ease;

}

.why-image{

    animation:fadeLeft .8s ease;

}

@keyframes fadeLeft{

    from{

        opacity:0;

        transform:translateX(-50px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}

@keyframes fadeRight{

    from{

        opacity:0;

        transform:translateX(50px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fa2496 *//*==============================
REALISATIONS
==============================*/

.projects{

    padding:110px 0;

    background:#f8f8f8;

}

.projects h2{

    text-align:center;

    font-size:50px;

    margin-bottom:70px;

    color:#111;

}

.projects-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

.project-card{

    position:relative;

    overflow:hidden;

    border-radius:12px;

    cursor:pointer;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.project-card img{

    width:100%;

    height:340px;

    object-fit:cover;

    transition:.5s;

}

.project-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.85));

    display:flex;

    justify-content:flex-end;

    flex-direction:column;

    padding:30px;

    transition:.35s;

}

.project-overlay span{

    color:#ff7b00;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:8px;

}

.project-overlay h3{

    color:#fff;

    font-size:26px;

}

.project-card:hover img{

    transform:scale(1.12);

}

.project-card:hover .project-overlay{

    background:linear-gradient(180deg,rgba(255,123,0,.15),rgba(0,0,0,.9));

}

.projects-btn{

    text-align:center;

    margin-top:55px;

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:992px){

.projects-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.projects{

padding:80px 0;

}

.projects h2{

font-size:36px;

}

.projects-grid{

grid-template-columns:1fr;

}

.project-card img{

height:300px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20b29a1 *//*=================================
NOTRE METHODE
=================================*/

.process{

    padding:110px 0;

    background:#fff;

}

.process h2{

    text-align:center;

    font-size:50px;

    margin-bottom:70px;

}

.process-grid{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:30px;

    position:relative;

}

.process-grid::before{

    content:"";

    position:absolute;

    top:42px;

    left:10%;

    right:10%;

    height:2px;

    background:#ececec;

}

.process-item{

    position:relative;

    text-align:center;

    z-index:2;

}

.process-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#fff;

    border:2px solid #ececec;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    color:#ff7b00;

    transition:.35s;

}

.process-item:hover .process-icon{

    background:#ff7b00;

    color:#fff;

    transform:translateY(-8px);

}

.process-item span{

    display:inline-block;

    margin-top:20px;

    width:34px;

    height:34px;

    line-height:34px;

    border-radius:50%;

    background:#ff7b00;

    color:#fff;

    font-size:14px;

    font-weight:700;

}

.process-item h3{

    margin:18px 0 12px;

    font-size:22px;

}

.process-item p{

    color:#666;

    line-height:1.7;

    font-size:15px;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:992px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

.process-grid::before{

display:none;

}

}

@media(max-width:768px){

.process{

padding:80px 0;

}

.process-grid{

grid-template-columns:1fr;

}

.process h2{

font-size:36px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-384bba7 */.contact-box{

    background:#fff;

    padding:50px;

    border-radius:14px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.contact-box h2{

    font-size:46px;

    margin:18px 0 25px;

    line-height:1.15;

}

.contact-text{

    color:#666;

    line-height:1.9;

    margin-bottom:40px;

}

.contact-info{

    display:flex;

    flex-direction:column;

    gap:25px;

    margin-bottom:45px;

}

.contact-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

}

.contact-item i{

    width:58px;

    height:58px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff4eb;

    color:#ff7b00;

    font-size:22px;

    transition:.35s;

}

.contact-item:hover i{

    background:#ff7b00;

    color:#fff;

    transform:rotate(10deg);

}

.contact-item strong{

    display:block;

    color:#111;

    margin-bottom:6px;

    font-size:17px;

}

.contact-item span{

    color:#666;

    line-height:1.7;

}

.contact-box .btn-orange{

    width:100%;

    text-align:center;

}/* End custom CSS */