/*==========================================================
QUALITY PAGE
==========================================================*/

.section-padding{
    padding:100px 0;
}

.sub-title{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#ff8c32;
    text-transform:uppercase;
    margin-bottom:15px;
}


/*==========================================================
BANNER
==========================================================*/

.quality-banner{

    position:relative;
    background:#12325c;
    padding:120px 0;
    overflow:hidden;

}

.quality-banner .shape{

    position:absolute;
    right:-120px;
    top:-40px;
    width:340px;
    height:340px;
    background:#1d4d87;
    transform:rotate(45deg);

}

.banner-content{

    position:relative;
    z-index:2;

}

.banner-content h1{

    color:#fff;
    font-size:72px;
    font-weight:800;
    margin-bottom:20px;
    text-transform:uppercase;

}

.banner-content p{

    color:#d9e6f4;
    font-size:20px;
    line-height:34px;
    max-width:650px;

}

.breadcrumb-area{

    margin-bottom:35px;

}

.breadcrumb-area ul{

    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    gap:12px;
    align-items:center;

}

.breadcrumb-area li{

    color:#fff;
    font-size:14px;

}

.breadcrumb-area li:not(:last-child)::after{

    content:"/";
    margin-left:12px;
    color:#999;

}

.breadcrumb-area a{

    color:#b9d6ff;
    text-decoration:none;

}



/*==========================================================
PHILOSOPHY
==========================================================*/

.quality-philosophy{

    background:#fff;

}

.quality-philosophy h2{

    font-size:48px;
    font-weight:800;
    margin-bottom:25px;

}

.quality-philosophy p{

    font-size:19px;
    line-height:34px;
    color:#666;

}



/*==========================================================
QUALITY MANAGEMENT
==========================================================*/

.quality-management{

    background:#0d3558;
    padding:100px 0;
    color:#fff;

}

.quality-management h2{

    font-size:42px;
    font-weight:800;
    margin-bottom:30px;

}

.quality-list{

    list-style:none;
    padding:0;
    margin:0;

}

.quality-list li{

    margin-bottom:18px;
    font-size:18px;
    line-height:32px;

}

.quality-list i{

    color:#2ecc71;
    margin-right:12px;

}



/*==========================================================
PYRAMID
==========================================================*/

.quality-pyramid{

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-top:20px;

}

.pyramid-top{

    width:230px;
    height:140px;

    clip-path:polygon(50% 0%,100% 100%,0% 100%);
    border:3px solid #ff4f4f;

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

    font-size:20px;
    font-weight:700;

    transition:.4s;

}

.pyramid-middle{

    width:340px;
    height:170px;

    clip-path:polygon(15% 0%,85% 0%,100% 100%,0% 100%);
    border:3px solid #ff7f11;

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

    text-align:center;

    font-size:22px;
    font-weight:700;

    transition:.4s;

}

.pyramid-bottom{

    width:470px;
    height:180px;

    clip-path:polygon(10% 0%,90% 0%,100% 100%,0% 100%);
    border:3px solid #ffb703;

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

    text-align:center;

    font-size:24px;
    font-weight:700;

    transition:.4s;

}

.quality-pyramid div:hover{

    transform:translateY(-8px);
    background:#184b77;

}



/*==========================================================
PROCESS
==========================================================*/

.quality-process{

    background:#f8f9fc;

}

.section-title{

    margin-bottom:60px;

}

.section-title h2{

    font-size:46px;
    font-weight:800;
    margin-bottom:15px;

}

.section-title p{

    color:#666;
    font-size:18px;

}

.process-box{

    background:#fff;
    border-radius:18px;
    padding:35px 20px;
    text-align:center;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    margin-bottom:30px;

}

.process-box:hover{

    transform:translateY(-10px);

}

.process-box i{

    width:85px;
    height:85px;

    background:#12325c;
    color:#fff;

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

    border-radius:50%;

    font-size:34px;

    margin:auto;
    margin-bottom:20px;

}

.process-box h5{

    font-size:20px;
    font-weight:700;

}



/*==========================================================
WHY QUALITY
==========================================================*/

.why-quality{

    padding:100px 0;
    background:#fff;

}

.quality-card{

    padding:40px 30px;

    border-radius:15px;

    text-align:center;

    background:#fff;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.quality-card:hover{

    transform:translateY(-10px);

}

.quality-card h3{

    font-size:55px;
    color:#12325c;
    font-weight:800;

}

.quality-card h4{

    font-size:24px;
    font-weight:700;
    margin:20px 0;

}

.quality-card p{

    color:#666;
    line-height:30px;

}



/*==========================================================
CTA
==========================================================*/

.quality-cta{

    padding:100px 0;

    background:linear-gradient(135deg,#12325c,#1d4d87);

    color:#fff;

}

.quality-cta h2{

    font-size:48px;
    font-weight:800;
    margin-bottom:20px;

}

.quality-cta p{

    font-size:20px;
    margin-bottom:35px;

}

.quality-cta .theme-btn{

    background:#ff8c32;
    color:#fff;
    padding:16px 45px;
    border-radius:6px;
    display:inline-block;
    text-decoration:none;
    font-weight:700;
    transition:.3s;

}

.quality-cta .theme-btn:hover{

    background:#ff7417;

}



/*==========================================================
RESPONSIVE
==========================================================*/

@media(max-width:991px){

.banner-content h1{

font-size:48px;

}

.banner-content p{

font-size:17px;

}

.quality-management{

text-align:center;

}

.quality-management h2{

margin-top:40px;

}

.pyramid-bottom{

width:100%;

}

.pyramid-middle{

width:80%;

}

.pyramid-top{

width:60%;

}

}



@media(max-width:768px){

.section-padding{

padding:70px 0;

}

.banner-content h1{

font-size:38px;

}

.banner-content p{

font-size:16px;
line-height:28px;

}

.quality-philosophy h2,
.section-title h2,
.quality-management h2,
.quality-cta h2{

font-size:32px;

}

.process-box{

margin-bottom:25px;

}

.quality-card{

margin-bottom:25px;

}

.quality-banner{

padding:80px 0;

}

.quality-banner .shape{

width:220px;
height:220px;

right:-80px;

}

}