/* why-choose section */
.why-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    border: #0b7125 1px solid;
}

.why-card:hover{
    transform:translateY(-10px);
}

.why-card i{
    font-size:45px;
    color:#ff2222;
    margin-bottom:15px;
}

.why-card h4{
    font-weight:700;
    margin-bottom:10px;
}

    /* CSS CTA */
    .service-cta{
    padding:80px 0;
}

.cta-box{
    background: linear-gradient(135deg, #ff2222, #0b7125);
    color:#fff;
    text-align:center;
    padding:70px 30px;
    border-radius:25px;
}

.cta-box h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-box p{
    margin-bottom:30px;
}
/* ==========================
   INDUSTRIES WE SERVE
========================== */

.industries{
    padding:100px 0;
    background:#0f172a;
    position:relative;
    overflow:hidden;
}

.industries::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,34,34,.08);
    border-radius:50%;
    top:-250px;
    right:-200px;
}

.industries::after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,124,0,.06);
    border-radius:50%;
    bottom:-200px;
    left:-150px;
}

.industries .container{
    position:relative;
    z-index:2;
}

.industries h2{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.industries p{
    color:rgba(255,255,255,.75);
}

.industry-box{
    background:#1d3045;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    transition:.4s ease;
    height:100%;
}

.industry-box:hover{
    transform:translateY(-10px);
    border-color:#ff2222;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.industry-box i{
    font-size:50px;
    color:#ff2222;
    margin-bottom:20px;
    display:block;
}

.industry-box h5{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin:0;
}

/* Responsive */

@media(max-width:991px){

    .industries{
        padding:80px 0;
    }

    .industries h2{
        font-size:34px;
    }
}

@media(max-width:576px){

    .industries{
        padding:60px 0;
    }

    .industries h2{
        font-size:28px;
    }

    .industry-box{
        padding:30px 20px;
    }

    .industry-box i{
        font-size:40px;
    }

    .industry-box h5{
        font-size:18px;
    }
}
/* ==========================
   OUR SERVICE PROCESS
========================== */

.process-section{
    padding:100px 0;
    background:#f8fafc;
}

.process-section h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.process-box{
    background:#fff;
    padding:40px 25px;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s ease;
}

.process-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.process-box span{
    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 25px;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #ff2222,
        #0b7125
    );

    color:#fff;
    font-size:28px;
    font-weight:800;
}

.process-box h5{
    font-size:20px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:12px;
}

.process-box p{
    color:#64748b;
    margin:0;
    line-height:1.7;
}

/* Top Border Animation */

.process-box::before{
    content:"";
    position:absolute;

    top:0;
    left:0;

    width:0;
    height:4px;

    background:#ff2222;

    transition:.4s;
}

.process-box:hover::before{
    width:100%;
}

/* Connector Line Desktop */

.process-row{
    position:relative;
}

.process-row::before{
    content:"";
    position:absolute;

    top:65px;
    left:15%;
    right:15%;

    height:2px;

    background:
    linear-gradient(
        to right,
        #ff2222,
        #ff7b00
    );

    z-index:0;
}

.process-row .col-md-3{
    position:relative;
    z-index:2;
}

/* Responsive */

@media(max-width:991px){

    .process-section{
        padding:80px 0;
    }

    .process-section h2{
        font-size:34px;
    }

    .process-row::before{
        display:none;
    }
}

@media(max-width:576px){

    .process-section{
        padding:60px 0;
    }

    .process-section h2{
        font-size:28px;
    }

    .process-box{
        padding:30px 20px;
    }

    .process-box span{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .process-box h5{
        font-size:18px;
    }
}


.hero h1
{
    font-size:4rem;
    font-weight:700;
    color:#fff1eb;
    text-shadow:2px 2px 4px rgba(0,0,0,.5);
  
}
.hero p{
    font-size:1.2rem;
    color:#fff1eb;}
    
    .hero{
    background:#071c33;
      background: url('../img/hero4.jpg') center/cover no-repeat;
    color:#fff;padding:80px 0
}
.services-section{
    padding:100px 0;
    background:#7387b61f;
}

.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 70px;
}

.section-tag{
    display:inline-block;
    background:#e6f4ff;
    color:#0b63ce;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.section-header h2{
    font-size:48px;
    color:#0f172a;
    margin-bottom:20px;
}

.section-header p{
    color:#64748b;
    line-height:1.8;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
    transition:.4s ease;
    position:relative;
    overflow:hidden;
}

.service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#0066ff,#00c6ff);
    transform:scaleX(0);
    transition:.4s;
}

.service-card:hover::before{
    transform:scaleX(1);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 60px rgba(0,0,0,.1);
}

.service-icon{
    width:80px;
    height:80px;
    background:linear-gradient(135deg,#0066ff,#00c6ff);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.service-icon i{
    color:#fff;
    font-size:32px;
}

.service-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#0f172a;
}

.service-card p{
    color:#0b7125;
    line-height:1.8;
}

@media(max-width:991px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-header h2{
        font-size:38px;
    }
}

@media(max-width:768px){

    .services-section{
        padding:70px 0;
    }

    .services-grid{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:32px;
    }
}

@media(max-width:480px){

    .section-header h2{
        font-size:28px;
    }

    .service-card{
        padding:30px 25px;
    }
}

.card-img{
    height: 350px;
    object-fit: cover;
}