/* ===============================
Hero Section
================================ */

:root{

    --bs-primary:#0052ff;

}

.hero-section{

    background:#f8fbff;

    overflow:hidden;

}

.hero-section h1{

    line-height:1.2;

}

.btn-primary{

    background:#0052ff;

    border-color:#0052ff;

}

.btn-primary:hover{

    background:#0045d6;

    border-color:#0045d6;

}

.text-primary{

    color:#0052ff !important;

}

.bg-primary{

    background:#0052ff !important;

}

.btn-outline-primary{

    color:#0052ff;

    border-color:#0052ff;

}

.btn-outline-primary:hover{

    background:#0052ff;

    border-color:#0052ff;

}

.hero-section .card{

    transition:.3s;

}

.hero-section .card:hover{

    transform:translateY(-8px);

}

/*==================================
FEATURES
==================================*/

.feature-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    border:1px solid #edf2f7;

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,82,255,.12);

}

.feature-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    background:linear-gradient(135deg,#0052ff,#4d88ff);

    color:#fff;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

}

.feature-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.feature-card p{

    color:#6c757d;

    margin-bottom:0;

}


/*==================================
PRODUCTS
==================================*/

.product-card{

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    position:relative;

    transition:.35s;

    border:1px solid #e9eef6;

    height:100%;

}

.product-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,82,255,.12);

}

.product-icon{

    width:90px;

    height:90px;

    border-radius:24px;

    background:linear-gradient(135deg,#0052ff,#3b82f6);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:38px;

    margin-bottom:25px;

}

.product-card h3{

    font-weight:700;

    margin-bottom:15px;

}

.product-card p{

    color:#6c757d;

    margin-bottom:25px;

    min-height:120px;

}

.product-badge{

    position:absolute;

    right:20px;

    top:20px;

    background:#0052ff;

    color:#fff;

    padding:6px 14px;

    border-radius:50px;

    font-size:13px;

}

/*==================================
COMMON
==================================*/

.section-padding{

    padding:100px 0;

}

.section-subtitle{

    color:#0052ff;

    font-weight:700;

    letter-spacing:2px;

    font-size:14px;

}

.section-title{

    font-size:44px;

    font-weight:700;

    margin:15px 0;

}

.section-description{

    color:#6c757d;

    font-size:18px;

}



/*==================================
SERVICES
==================================*/

.service-card{

    background:#fff;

    border-radius:22px;

    padding:40px;

    border:1px solid #edf2f7;

    transition:.35s;

    height:100%;

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,82,255,.12);

}

.service-icon{

    width:80px;

    height:80px;

    background:#0052ff;

    color:#fff;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:35px;

    margin-bottom:25px;

}

.service-card h4{

    font-weight:700;

    margin-bottom:18px;

}

.service-card p{

    color:#6c757d;

    margin-bottom:25px;

}

.service-card a{

    color:#0052ff;

    text-decoration:none;

    font-weight:600;

}

.service-card a i{

    transition:.3s;

}

.service-card:hover a i{

    margin-left:8px;

}

/*==================================
FAQ
==================================*/

.faq-accordion .accordion-item{

    border:0;

    margin-bottom:18px;

    border-radius:16px;

    overflow:hidden;

    box-shadow:0 8px 30px rgba(0,0,0,.05);

}

.faq-accordion .accordion-button{

    background:#fff;

    font-weight:600;

    font-size:18px;

    padding:22px 25px;

    box-shadow:none;

}

.faq-accordion .accordion-button:not(.collapsed){

    background:#0052ff;

    color:#fff;

}

.faq-accordion .accordion-button:focus{

    box-shadow:none;

}

.faq-accordion .accordion-body{

    padding:25px;

    color:#6c757d;

    line-height:1.8;

    background:#fff;

}

.faq-accordion .accordion-button::after{

    transition:.3s;

}

/*==================================
CONTACT
==================================*/

.contact-card{

    background:#fff;

    padding:40px;

    border-radius:24px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.contact-item{

    display:flex;

    align-items:flex-start;

    gap:20px;

    margin-bottom:30px;

}

.contact-icon{

    width:60px;

    height:60px;

    background:#0052ff;

    color:#fff;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    flex-shrink:0;

}

.contact-item h6{

    font-weight:700;

    margin-bottom:6px;

}

.form-control{

    border-radius:14px;

    padding:14px 16px;

    border:1px solid #dfe6ef;

}

.form-control:focus{

    border-color:#0052ff;

    box-shadow:0 0 0 .2rem rgba(0,82,255,.15);

}
/*==================================
FOOTER
==================================*/

.footer{

    background:#0f172a;

    color:#fff;

    padding:90px 0 30px;

}

.footer h5{

    margin-bottom:25px;

    font-weight:700;

}

.footer-about{

    color:#94a3b8;

    line-height:1.8;

    margin-bottom:30px;

}

.text-footer{

    color:#94a3b8;

}

.footer ul{

    padding:0;

    margin:0;

    list-style:none;

}

.footer ul li{

    margin-bottom:14px;

}

.footer ul li a{

    color:#94a3b8;

    text-decoration:none;

    transition:.3s;

}

.footer ul li a:hover{

    color:#fff;

    padding-left:5px;

}

.footer-contact li{

    color:#94a3b8;

}

.footer-contact i{

    color:#0052ff;

    margin-right:10px;

}

.footer-social{

    display:flex;

    gap:12px;

}

.footer-social a{

    width:45px;

    height:45px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#1e293b;

    color:#fff;

    border-radius:12px;

    text-decoration:none;

    transition:.3s;

    font-size:18px;

}

.footer-social a:hover{

    background:#0052ff;

    transform:translateY(-5px);

}

.footer-divider{

    margin:60px 0 30px;

    border-color:#1e293b;

}

.copyright{

    color:#94a3b8;

    margin:0;

}

.footer-bottom-link{

    color:#94a3b8;

    text-decoration:none;

    margin-left:20px;

}

.footer-bottom-link:hover{

    color:#fff;

}
.logo-title {
    font-family: "Syncopate", sans-serif;
    font-weight: 900 !important;
    letter-spacing: 1.5px;
}


.industry-card{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:16px;
    padding:35px 20px;
    transition:.3s;
    height:100%;
}

.industry-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-color:var(--bs-primary);
}

.industry-card i{
    transition:.3s;
}

.industry-card:hover i{
    transform:scale(1.15);
}

.industry-card h6{
    font-weight:600;
}

.process-wrapper{

    position:relative;

}

.process-line{

    position:absolute;

    left:8%;

    right:8%;

    top:36px;

    height:4px;

    background:linear-gradient(90deg,#0d6efd,#6ea8fe);

    z-index:0;

}

.step-card{

    position:relative;

    z-index:2;

    background:#fff;

    padding:35px 25px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.35s;

    border:1px solid rgba(13,110,253,.08);

    box-shadow:0 8px 30px rgba(0,0,0,.06);

}

.step-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(13,110,253,.18);

}

.step-circle{

    width:72px;

    height:72px;

    border-radius:50%;

    margin:auto;

    margin-top:-65px;

    margin-bottom:20px;

    background:#0d6efd;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    font-weight:700;

    border:6px solid #fff;

    box-shadow:0 0 0 6px rgba(13,110,253,.12);

}

.step-card i{

    font-size:42px;

    color:#0d6efd;

    margin-bottom:20px;

    display:block;

}

.step-card h5{

    font-weight:700;

    margin-bottom:12px;

}

.step-card p{

    color:#6c757d;

    margin:0;

}

@media(max-width:991px){

.process-line{

display:none;

}

.step-card{

margin-top:45px;

}

}


/*Development process */
.step-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:25px;
}

.step-text{
    font-size:.8rem;
    text-transform:uppercase;
    letter-spacing:1px;
    color:var(--bs-secondary-color);
    font-weight:600;
}

.step-circle{
    background:linear-gradient(135deg,#0052ff,#4d8dff);
    transition:.4s;
}

.step-card:hover .step-circle{
    transform:rotate(360deg) scale(1.08);
}

.step-icon{
    font-size:42px;
    color:#0052ff;
    margin-bottom:20px;
}

.step-arrow{
    margin-top:25px;
    color:#0052ff;
    font-size:20px;
    transition:.3s;
}

.step-card:hover .step-arrow{
    transform:translateX(8px);
}

@media (max-width:991px){
    .step-arrow{
        display:none;
    }
}