/* ==========================
   ISO 9001 NON IAF
========================== */

.iso9001-banner{
    /* background:#001b4f; */
    padding:40px 50px;
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:40px;
    align-items:center;
}

.iso9001-content h1{
    color:#fff;
    font-size:58px;
    font-weight:300;
    line-height:1.2;
    margin-bottom:30px;
}

.iso9001-content .yellow{
    color:#ffd600;
    font-weight:700;
}

.iso9001-content h2{
    color:#ffd600;
    font-size:38px;
    font-weight:700;
    margin-bottom:25px;
}

.iso9001-info{
    display:flex;
    gap:20px;
}

.iso-icons{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.icon-circle{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0046c8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
}

.iso-text p{
    color:#fff;
    font-size:20px;
    line-height:1.7;
    margin-bottom:15px;
}

.iso9001-image img{
    width:100%;
    border-radius:8px;
    display:block;
}

/* Responsive */

@media(max-width:991px){

    .iso9001-banner{
        grid-template-columns:1fr;
        text-align:center;
    }

    .iso9001-info{
        flex-direction:column;
        align-items:center;
    }

    .iso-icons{
        flex-direction:row;
    }

    .iso-text p{
        font-size:18px;
    }
}

@media(max-width:576px){

    .iso9001-banner{
        padding:25px;
    }

    .iso-text p{
        font-size:16px;
    }
}
/* ==========================
   APPLICATION PROCESS
========================== */

.iso-process-section{
    padding:60px 20px;
    text-align:center;
}

.process-title{
    display:inline-block;
    background:#003a9b;
    color:#ffd600;
    padding:15px 40px;
    border-radius:50px;
    font-size:22px;
    font-weight:700;
    margin-bottom:60px;
}

.process-steps{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:15px;
}

.step{
    flex:1;
    min-width:180px;
}

.process-icon{
    width:90px;
    height:90px;
    margin:0 auto 15px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    border:2px solid rgba(255,255,255,.4);
}

.process-icon.blue{
    background:#0b42b5;
    color:#fff;
}

.process-icon.yellow{
    background:#ffd600;
    color:#000;
}

.step-no{
    display:inline-block;
    padding:10px 25px;
    border-radius:30px;
    font-size:16px;
    margin-bottom:15px;
}

.blue-btn{
    background:#0b42b5;
    color:#fff;
}

.yellow-btn{
    background:#ffd600;
    color:#000;
}

.step h4{
    color: gold;
    font-size:18px;
    font-weight: 400;
    margin-bottom:10px;
}

.step p{
    color:#d9d9d9;
    font-size:15px;
    line-height:1.6;
}

.arrow{
    font-size:28px;
    color:#fff;
    margin-top:40px;
}

/* ==========================
   BENEFITS
========================== */

.iso-benefits-section{
    padding:80px 20px;
}

.iso-benefits-section h3{
    text-align:center;
    color: white;
    font-size:36px;
    font-weight:700;
    margin-bottom:50px;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:0;
}

.benefit-item{
    text-align:center;
    padding:20px;
    border-right:2px dotted rgba(255,255,255,.25);
}

.benefit-item:last-child{
    border-right:none;
}

.benefit-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#fff;
    color:#0b42b5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.benefit-item p{
    color:#d9d9d9;
    font-size:16px;
    line-height:1.6;
}

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

@media(max-width:992px){

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

@media(max-width:768px){

    .process-steps{
        flex-direction:column;
        align-items:center;
    }

    .arrow{
        display:none;
    }

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

@media(max-width:576px){

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

    .process-title{
        font-size:16px;
        padding:12px 20px;
    }
}
/* ==========================
   WHY ISO 9001 SECTION
========================== */

.iso9001-choice-section{
    padding:60px 30px;
    /* background-color:white; */
}

.choice-row,
.conclusion-row{
    display:grid;
    grid-template-columns:350px 1fr;
    gap:40px;
    align-items:center;
    margin-bottom:50px;
}

.choice-image img,
.conclusion-image img{
    width:100%;
    max-width:320px;
    display:block;
    margin:auto;
}

.choice-content h4{
    color: white;
    font-size:32px;
    font-weight:700;
    text-align:center;
    margin-bottom:20px;
    line-height:1.2;
}
.conclusion-content h5{
    color: white;
    font-size:28px;
    font-weight:700;
    text-align:center;
    margin-bottom:20px;
    line-height:1.2;
}

.choice-content p,
.conclusion-content p{
    font-size:18px;
    color:aliceblue !important;
    line-height:1.7;
    text-align:center;
}

.apply-now{
    text-align:center;
    margin-top:30px;
}

.apply-now a{
    display:inline-block;
    background:#0b42b5;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    padding:14px 30px;
    border-radius:40px;
    font-weight:500;
}

.apply-now a:hover{
    background:#08318a;
}

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

@media(max-width:991px){

    .choice-row,
    .conclusion-row{
        grid-template-columns:1fr;
        text-align:center;
    }

    .choice-content p,
    .conclusion-content p{
        font-size:18px;
    }
}

@media(max-width:576px){

    .iso9001-choice-section{
        padding:40px 15px;
    }

    .choice-content p,
    .conclusion-content p{
        font-size:16px;
    }

    .apply-now a{
        font-size:18px;
        padding:12px 20px;
    }
}