/*==================================================
PAGE BANNER
==================================================*/

.about-banner{

    background:linear-gradient(135deg,#10273f,#173f63,#128C97);

    padding:80px 0;

    position:relative;

    overflow:hidden;

}

.about-banner::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.15);

}

.banner-content{

    position:relative;

    z-index:2;

    text-align:center;

}

.banner-content h1{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:15px;

}

.breadcrumb-custom{

    color:#fff;

    font-size:15px;

}

.breadcrumb-custom a{

    color:#fff;

    text-decoration:none;

}

.breadcrumb-custom span{

    margin:0 8px;

}



/*==================================================
ABOUT COMPANY
==================================================*/

.about-company-section{

    padding:90px 0;

    background:#ffffff;

}

.about-wrapper{

    max-width:1100px;

    margin:auto;

}

.section-title span{

    color:#ff8c00;

    font-size:14px;

    letter-spacing:2px;

    font-weight:700;

}

.section-title h2{

    font-size:42px;

    font-weight:800;

    margin-top:15px;

    color:#222;

    line-height:1.3;

}

.section-title h2 span{

    display:block;

    color:#128C97;

    font-size:42px;

    letter-spacing:0;

}

.title-line{

    width:90px;

    height:4px;

    background:#128C97;

    border-radius:30px;

    margin:25px auto 50px;

}

.about-content{

    max-width:980px;

    margin:auto;

}

.about-content p{

    color:#666;

    font-size:17px;

    line-height:34px;

    text-align:center;

    margin-bottom:28px;

}

.about-content strong{

    color:#128C97;

}



/*==================================================
Responsive
==================================================*/

@media(max-width:991px){

.banner-content h1{

    font-size:38px;

}

.section-title h2{

    font-size:34px;

}

.section-title h2 span{

    font-size:34px;

}

.about-content p{

    text-align:left;

}

}

@media(max-width:768px){

.about-banner{

    padding:60px 0;

}

.banner-content h1{

    font-size:30px;

}

.section-title h2{

    font-size:28px;

}

.section-title h2 span{

    font-size:28px;

}

.about-content p{

    font-size:15px;

    line-height:28px;

}

}



.about-main-heading{
    font-size:46px;
    font-weight:800;
    color:#222;
    line-height:1.25;
    text-align:center;
    margin-bottom:25px;
}

.about-main-heading span{
    display:block;
    color:#128C97;
}

.about-content p{
    max-width:980px;
    margin:0 auto 25px;
    font-size:17px;
    line-height:34px;
    color:#666;
    text-align:center;
}

.about-content strong{
    color:#128C97;
    font-weight:700;
}

@media(max-width:991px){

    .about-main-heading{
        font-size:36px;
    }

    .about-content p{
        text-align:left;
    }

}

@media(max-width:768px){

    .about-main-heading{
        font-size:28px;
    }

    .about-content p{
        font-size:15px;
        line-height:28px;
    }

}


/*==================================
WHAT WE MANUFACTURE
===================================*/

.manufacture-section{

    padding:90px 0;

    background:#ffffff;

}

.section-title{

    max-width:800px;

    margin:auto;

}

.section-title span{

    color:#ff8c00;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-title h2{

    font-size:45px;

    font-weight:800;

    margin:15px 0;

    color:#222;

}

.section-title h2 span{

    color:#128C97;

}

.section-title p{

    color:#666;

    line-height:30px;

    font-size:16px;

}

.product-box{

    background:#fff;

    padding:30px;

    border-radius:15px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    border-top:4px solid #128C97;

    transition:.35s;

    height:100%;

}

.product-box:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.product-box h5{

    font-weight:700;

    color:#222;

    margin-bottom:12px;

}

.product-box p{

    color:#666;

    margin:0;

    line-height:28px;

}



/*==============================
WHO WE ARE
==============================*/

.who-we-are{

    padding:90px 0;

    background:#f8fbfd;

}

.section-tag{

    color:#ff8c00;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-heading{

    font-size:44px;

    font-weight:800;

    color:#222;

    margin:15px 0 30px;

    line-height:1.2;

}

.section-heading span{

    color:#128C97;

}

.who-we-are p{

    color:#666;

    font-size:17px;

    line-height:32px;

    margin-bottom:20px;

    text-align:justify;

}

.feature-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.feature-card{

    background:#fff;

    padding:35px 20px;

    text-align:center;

    border-radius:15px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

    border-bottom:4px solid #128C97;

}

.feature-card:hover{

    transform:translateY(-8px);

}

.feature-card h3{

    color:#128C97;

    font-size:30px;

    font-weight:700;

    margin-bottom:10px;

}

.feature-card span{

    color:#666;

    font-size:14px;

    font-weight:600;

}

@media(max-width:991px){

.feature-grid{

margin-top:40px;

}

}

@media(max-width:767px){

.section-heading{

font-size:32px;

}

.feature-grid{

grid-template-columns:1fr;

}

}



/*==============================
Vision & Mission
==============================*/

.vision-mission{
    background:#eef5f8;
    padding:90px 0;
}

.vm-card{
    background:#fff;
    padding:45px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    border-top:5px solid #128C97;
}

.vm-card:hover{
    transform:translateY(-8px);
}

.vm-icon{
    width:70px;
    height:70px;
    background:#128C9715;
    color:#128C97;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
}

.vm-card h3{
    font-size:30px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.vm-card p{
    color:#666;
    font-size:16px;
    line-height:30px;
    margin:0;
    text-align:justify;
}

.mission-list{
    margin:0;
    padding-left:20px;
}

.mission-list li{
    margin-bottom:15px;
    color:#666;
    line-height:28px;
    font-size:16px;
}

.mission-list li::marker{
    color:#128C97;
}

@media(max-width:768px){

.vm-card{
    padding:30px;
}

.vm-card h3{
    font-size:24px;
}

}



/*==================================
QUALITY SECTION
===================================*/

.quality-section{
    padding:90px 0;
    background:#ffffff;
}

.quality-text{
    font-size:16px;
    line-height:30px;
    color:#666;
    margin-bottom:25px;
    text-align:justify;
}

.certificate-card{
    background:#fff;
    padding:30px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    border-bottom:4px solid #128C97;
    transition:.35s;
    height:100%;
}

.certificate-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.certificate-card i{
    font-size:40px;
    color:#128C97;
    margin-bottom:20px;
}

.certificate-card h5{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
}

.certificate-card p{
    margin:0;
    color:#666;
    line-height:26px;
    font-size:15px;
}

@media(max-width:991px){

    .quality-section{
        padding:70px 0;
    }

    .certificate-card{
        margin-top:10px;
    }

}


/*==================================
WHY CHOOSE US
===================================*/

.why-choose-section{
    padding:90px 0;
    background:#f8fbfd;
}

.section-subtitle{
    max-width:750px;
    margin:20px auto 0;
    color:#666;
    line-height:30px;
    font-size:16px;
}

.choose-card{
    background:#fff;
    border-radius:16px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    border-top:4px solid #128C97;
    transition:.35s;
}

.choose-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.choose-card i{
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#128C9715;
    color:#128C97;
    font-size:30px;
    margin-bottom:20px;
}

.choose-card h5{
    font-size:20px;
    font-weight:700;
    color:#222;
    margin:0;
    line-height:30px;
}

@media(max-width:991px){

    .why-choose-section{
        padding:70px 0;
    }

}

@media(max-width:767px){

    .choose-card{
        padding:30px 20px;
    }

    .choose-card h5{
        font-size:18px;
    }

}