
  





.product-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    transition:.4s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.product-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.product-img{
    overflow:hidden;
}

.product-img img{
    width:100%;
    height:520px;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
}

.product-content h4{
    font-size:20px;
    color:#0c2340;
    margin-bottom:15px;
    font-weight:600;
}

.product-content p{
    /* color:#666;
    line-height:1.8; */
    margin-bottom:20px;
}

.product-btn{
    color:#c89b3c;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.product-btn:hover{
    color:#0c2340;
}

@media(max-width:768px){

.main-title{
    font-size:34px;
}

.product-img img{
    height:220px;
}


}



.industry-card{
    background:#fff;
    padding:35px 25px;
    border-radius:15px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 5px 25px rgba(0,0,0,.06);
    border-bottom:4px solid transparent;
}

.industry-card:hover{
    transform:translateY(-10px);
    border-color:#c79a3d;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.industry-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#f3f6fa;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.industry-icon i{
    font-size:36px;
    color:#0c2340;
}

.industry-card h4{
    font-size:22px;
    font-weight:600;
    margin-bottom:12px;
    color:#0c2340;
}

.industry-card p{
    /* color:#666; */
    margin:0;
    line-height:1.7;
}

.why-list{
    list-style:none;
    padding:0;
    margin:0;
}

.why-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
    /* font-size:16px;
    font-weight:500; */
}

.why-list li i{
    color:#C89B3C;
    font-size:20px;
    min-width:20px;
}




    .manufacturing-process{
    background:#f8f9fc;
}

.process-subtitle{
    color:#c89b3c;
    font-size:14px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.process-title{
    font-size:48px;
    font-weight:700;
    color:#0C2340;
    margin-top:10px;
}

.process-desc{
    max-width:700px;
    margin:auto;
    color:#666;
}

.process-card{
    position:relative;
    text-align:center;
    background:#fff;
    padding:30px 20px;
    border-radius:15px;
    height:100%;
    transition:.4s;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.process-icon{
    width:80px;
    height:80px;
    background:#0C2340;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}

.process-icon i{
    font-size:35px;
}

.process-card h5{
    color:#0C2340;
    font-weight:600;
    margin-bottom:10px;
    font-size: 20px;
}

/* .process-card p{
   color:#666;
    font-size:14px;
    margin:0; 
} */

/* Desktop Arrow */
@media(min-width:992px){

.process-card::after{
    content:"→";
    position:absolute;
    right:-18px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:#C89B3C;
    font-weight:bold;
}

.col-lg-2:last-child .process-card::after{
    display:none;
}

}

@media(max-width:768px){

.process-title{
    font-size:34px;
}

.process-icon{
    width:65px;
    height:65px;
}

.process-icon i{
    font-size:28px;
}

}


 
        .company-counter-section {
            background: linear-gradient(rgba(12, 35, 64, .92),
                    rgba(12, 35, 64, .92)),
                url('../newimg/banner3.jpg');
            background-size: cover;
            background-position: center;
            color: #fff;
        }

        .counter-subtitle {
            color: #C89B3C;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .counter-title {
            font-size: 48px;
            font-weight: 700;
            margin-top: 10px;
            color: #fff;
        }

        .counter-desc {
            max-width: 700px;
            margin: auto;
            color: #d6d6d6;
        }

        .counter-box {
            text-align: center;
            padding: 40px 20px;
            border: 1px solid rgba(255, 255, 255, .15);
            border-radius: 20px;
            backdrop-filter: blur(5px);
            transition: .4s;
        }

        .counter-box:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, .05);
        }

        .counter-box i {
            font-size: 50px;
            color: #C89B3C;
            margin-bottom: 15px;
            display: block;
        }

        .counter-box h2 {
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #fff;
        }

        .counter-box h5 {
            font-size: 18px;
            margin: 0;
            color: #f5f5f5;
        }

        @media(max-width:768px) {

            .counter-title {
                font-size: 34px;
            }

            .counter-box h2 {
                font-size: 40px;
            }

        }
    


