/* Audit and Assurance Page Stylesheet */

.service-area {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
}

.service-area .section-header {
    margin-bottom: 0 !important;
}

.service2-area {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
    background: #ffffff;
}

.service2-area .section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.service2-area .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #122620;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.service2-area .subtitle img {
    width: 10px;
    height: 10px;
}

.service2-items {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
}

.service2-box {
    flex: 1;
    max-width: 320px;
}

.service2-box .title {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    font-weight: 400;
    color: #122620;
    margin-bottom: 22px;
    display: flex;
    align-items: baseline;
    gap: 14px;
    letter-spacing: 0.2px;
}

.service2-box .title span {
    font-family: 'Marcellus', serif;
    font-size: 19px;
    color: #bfa175;
    font-weight: 400;
}

.service2-box .title a {
    font-family: 'Marcellus', serif;
    font-size: 17px;
    font-weight: 400;
    color: #122620;
    text-decoration: none;
    transition: color 0.3s;
}

.service2-box .title a:hover {
    color: #bfa175;
}

.service2-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 2;
    font-weight: 500;
    color: #555555;
    margin: 0;
}

h1.title {
    pointer-events: none;
}

/* Desktop sizing for image & section margins */
.about6-area {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.about6-area .left .box-anim img {
    max-width: 420px !important;
    height: auto !important;
}

.about6-area .right .content p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14.5px !important;
    line-height: 1.85 !important;
    color: #333333 !important;
    margin-bottom: 22px !important;
    text-align: left !important;
}

.about6-area .right .content p:last-child {
    margin-bottom: 0 !important;
}

/* Mobile Responsiveness for Audit and Assurance - Only <= 767px */
@media (max-width: 767px) {
    .service-area {
        padding-top: 100px !important;
        padding-bottom: 30px !important;
    }

    .service2-area {
        padding-top: 35px !important;
        padding-bottom: 45px !important;
    }

    .service2-area .section-heading {
        margin-bottom: 30px !important;
    }

    .service2-area .subtitle {
        font-size: 14px !important;
        letter-spacing: 3.5px !important;
        line-height: 1.8 !important;
        max-width: 290px !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .service2-area .subtitle img {
        width: 10px !important;
        height: 10px !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
    }

    .service2-items {
        flex-direction: column !important;
        gap: 25px !important;
    }

    .service2-box {
        max-width: 100% !important;
        width: 100% !important;
    }

    .about6-area {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .about6-area .custom-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 25px !important;
    }

    .about6-area .custom-row .left,
    .about6-area .custom-row .right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        text-align: left !important;
    }

    .about6-area .left .box-anim {
        margin: 0 !important;
        text-align: left !important;
        display: flex !important;
        justify-content: flex-start !important;
        max-width: 80% !important;
    }

    .about6-area .left .box-anim img,
    .about6-area .left img,
    .about8-area .img-box img,
    .about8-area .img-box .main-img {
        margin: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        border-radius: 0px !important;
        align-self: flex-start !important;
    }
}