.elementor-15 .elementor-element.elementor-element-24f2164{--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:-108px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-15 .elementor-element.elementor-element-f27c897{--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-15 .elementor-element.elementor-element-5fbd57e{--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-15 .elementor-element.elementor-element-3107567{--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-15 .elementor-element.elementor-element-5b8b626{--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-15 .elementor-element.elementor-element-e38b169{--display:flex;}@media(min-width:768px){.elementor-15 .elementor-element.elementor-element-f27c897{--width:100%;}.elementor-15 .elementor-element.elementor-element-5fbd57e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-3381a3b */.cv-services{
    padding:90px 0;
    background:#f8fbff;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#0d6efd;
    font-weight:600;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    margin:15px 0;
}

.section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:28px;
}

.service-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:30px;

}

.service-card{

    background:#fff;

    padding:35px;

    border-radius:18px;

    transition:.4s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.service-card:hover{

    transform:translateY(-8px);

}

.icon{

    width:70px;

    height:70px;

    background:#0d6efd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:15px;

    font-size:28px;

    margin-bottom:20px;

}

.service-card h3{

    margin-bottom:15px;

}

.service-card p{

    color:#666;

    line-height:28px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55f279b *//* ==========================================
   WHY CHOOSE CODE VEINS
========================================== */

.why-us{
    padding:90px 0;
    background:#ffffff;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin-top:50px;
}

.why-grid div{
    background:#f8fbff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s ease;
    border-top:4px solid #0d6efd;
}

.why-grid div:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(13,110,253,.15);
}

.why-grid h3{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
}

.why-grid p{
    color:#666;
    line-height:28px;
    font-size:16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-802577b *//* ==========================================
   LEARNING PROCESS
========================================== */

.process{
    padding:90px 0;
    background:#f8fbff;
}

.steps{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
    margin-top:60px;
}

.step{
    background:#fff;
    padding:40px 30px;
    border-radius:18px;
    text-align:center;
    position:relative;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.step:hover{
    transform:translateY(-10px);
}

.step h3{
    width:70px;
    height:70px;
    margin:auto;
    margin-bottom:20px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:700;
}

.step h4{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
}

.step p{
    color:#666;
    line-height:28px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d6a458 *//* ==========================================
   TECHNOLOGIES
========================================== */

.tech{
    padding:90px 0;
    background:#ffffff;
}

.tech-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    margin-top:50px;
}

.tech-grid span{
    background:#f1f7ff;
    color:#0d6efd;
    padding:14px 28px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.35s;
    cursor:default;
    border:1px solid #dbe9ff;
}

.tech-grid span:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-5px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b19ab28 *//* ==========================================
   CALL TO ACTION
========================================== */

.cta{
    padding:100px 20px;
    background:linear-gradient(135deg,#0d6efd,#0056d2);
    color:#fff;
    text-align:center;
}

.cta h2{
    font-size:42px;
    margin-bottom:20px;
    font-weight:700;
}

.cta p{
    max-width:700px;
    margin:0 auto 35px;
    line-height:30px;
    font-size:18px;
    opacity:.95;
}

.cta .btn{
    display:inline-block;
    background:#fff;
    color:#0d6efd;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    transition:.35s ease;
}

.cta .btn:hover{
    background:#ffd54f;
    color:#222;
    transform:translateY(-4px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d6fa18 */.cv-wa{
position:fixed;
right:20px;
bottom:20px;
display:flex;
align-items:center;
background:#fff;
padding:8px;
border-radius:60px;
text-decoration:none;
box-shadow:0 10px 30px rgba(0,0,0,.12);
z-index:999999;
transition:box-shadow .25s ease;
}

.cv-wa:hover{
box-shadow:0 15px 35px rgba(0,0,0,.18);
}

.cv-wa-icon{
width:58px;
height:58px;
border-radius:50%;
background:#25D366;
display:flex;
justify-content:center;
align-items:center;
color:#fff;
font-size:30px;
flex-shrink:0;
}

.cv-wa-text{
display:flex;
flex-direction:column;
margin-left:12px;
margin-right:10px;
}

.cv-wa-text strong{
font-size:18px;
color:#222;
line-height:1;
}

.cv-wa-text span{
font-size:13px;
color:#666;
margin-top:6px;
}

@media(max-width:768px){

.cv-wa{
padding:0;
width:60px;
height:60px;
border-radius:50%;
justify-content:center;
}

.cv-wa-text{
display:none;
}

.cv-wa-icon{
width:60px;
height:60px;
font-size:30px;
}

}/* End custom CSS */