/* Our Certificate Section Start */

.our-certifications {
    padding-top: 70px;
    padding-bottom: 70px;
}

.our-certifications .certificate-box {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 100%;
    min-height: 310px;
    margin-bottom: 20px;
    opacity: 0; 
    transform: translateY(50px);
}

.our-certifications .certificate-box:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.our-certifications .certificate-box .img-box {
    margin-bottom: 30px;
    width: auto;
    height: 120px;
}

.our-certifications .certificate-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-certifications .certificate-box .certificate-text {
    font-family: "Area-Normal-Semibold, sans-serif";
    margin-bottom: 20px;
    font-size: 20px;
    color: #4b4b4b;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .our-certifications {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) { 
    .our-certifications {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/* Our Certificate Section End */

/* Global Audit Section Start */

.gobal-audits {
    padding-top: 70px;
    padding-bottom: 70px;
}

.gobal-audits .logo-box {
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #c2c2c2;
    min-height: 300px;
}

.gobal-audits .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border-right: none;
}

.gobal-audits .image-container img {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.gobal-audits .logo-box .text {
    font-family: "Area-Normal-Semibold, sans-serif";
    margin-bottom: 20px;
    font-size: 20px;
    color: #4b4b4b;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gobal-audits {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) { 
    .gobal-audits {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}


/* Global Audit Section End */

/* Commitment to Excellence Start */

.commitment-excellence {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #aad04e;
}

.commitment-excellence .list {
    list-style: disc;
    padding-left: 30px;
}

.commitment-excellence .list li::marker {
    font-size: 24px;
    color: #000;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .commitment-excellence {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) { 
    .commitment-excellence {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/* Commitment to Excellence End */
