/*==============================
    Media Queries
================================*/

/* container settings */


@media all and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media all and (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media all and (max-width: 575px) {
    .container {
        max-width: none;
    }
}

/* responsiveness */

@media all and (max-width: 1366px) {

    .service-single-img img {
        width: 80%;
    }

    .service-2 .service-single-img {
        right: 0;
    }

    .service-3 .service-single-img {
        right: 0;
    }

    .certificates-list-inner {
        grid-template-columns: repeat(3, minmax(250px, 1fr));
    }

}

@media all and (max-width: 1200px) {

    nav ul {
        gap: 30px;
    }

    .logo a {
        max-width: 200px;
    }

    .metrics-single {
        padding: 10px 5%;
    }

    .metrics-single h3 {
        font-size: 32px;
        line-height: normal;
    }

    .services {
        margin: 48px auto 0;
    }

    .service-single {
        gap: 32px;
        justify-content: flex-start;
    }

    .service-single-img img {
        max-width: 180px;
        width: 100%;
    }

    .service-1 .service-single-img, .service-2 .service-single-img, .service-3 .service-single-img, .service-4 .service-single-img {
        position: unset;
        transform: none;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .service-1 .service-single-text, .service-2 .service-single-text, .service-3 .service-single-text, .service-4 .service-single-text {
        max-width: 100%;
        text-align: center;
    }

}

@media all and (max-width: 992px) {

    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-text-wrap {
        padding-bottom: 50px;
    }

    .banner-text-wrap h1 {
        font-size: 26px;
        font-weight: var(--semi-bold-weight);
        line-height: 32px;
        margin-bottom: 16px;
    }

    .banner-text-wrap h2 {
        font-size: 40px;
        font-weight: var(--bold-weight);
        line-height: 42px;
        margin-bottom: 16px;
    }

    .banner-text-wrap h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .banner-text-wrap p {
        margin-bottom: 16px;
        letter-spacing: normal;
    }

    nav ul {
        display: none;
        position: absolute;
        top: 91px;
        left: 0;
        width: 100%;
        background-color: #333333;
        padding: 24px 24px;
        border-radius: 8px;
        z-index: 9;
    }

    nav ul .btn-dark > a {
        background-color: var(--p-orange);
        max-width: fit-content;
    }

    nav ul li:not(:last-child) {
        margin-bottom: 16px;
    }

    .sec-head h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .sec-head p {
        font-size: 18px;
        letter-spacing: normal;
    }

    .expertise-slider-inner {
        gap: 40px;
    }

    .expertise-slider-inner .text-wrap h3 {
        font-size: 24px;
        line-height: normal;
    }

    .slider .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }

    .metrics-inner {
        flex-wrap: wrap;
    }

    .metrics-inner .metrics-single:not(:last-child) {
        border-right: none;
    }

    .metrics-single {
        width: 40%;
    }

    .service-single h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .services .services-row:nth-child(1), .services .services-row:nth-child(2) {
        grid-template-columns: 1fr 1fr;
    }

    .certificates-list {
        margin-top: 48px;
    }

    .certificates-list.slider .owl-dots {
        margin-top: 36px;
    }

    .slider .owl-dots {
        margin-top: 36px;
    }

    .reviews-list-inner.slider .owl-dots {
        display: block;
    }

    .sec-padd {
        padding: 80px 0;
    }

    .contact-details-wrap {
        gap: 30px;
    }

}

@media all and (max-width: 767px) {

    .banner-inner {
        grid-template-columns: 1fr;
        padding-top: 80px;
    }

    .banner-text-wrap {
        padding-bottom: 0;
        order: 1;
    }

    .banner-img-wrap {
        max-width: 280px;
        order: 2;
        margin: 0 auto;
    }

    .expertise-slider-inner {
        flex-direction: column;
    }

    .expertise-slider-inner .img-wrap {
        max-width: 200px;
        width: 100%;
    }

    .expertise-slider-inner .text-wrap {
        text-align: center;
    }
    
    .expertise-slider-inner .text-wrap {
        text-align: center;
    }

    .slider .owl-dots {
        margin-top: 20px;
    }

    .expertise-slider-inner .text-wrap h3 {
        font-size: 20px;
    }

    .sec-padd {
        padding: 80px 0;
    }

    .sec-head h2 {
        font-size: 26px;
    }

    .metrics-wrap {
        padding: 40px 0;
    }

    .metrics-single {
        padding: 10px;
    }

    .metrics-single h3 {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .clients-logos {
        row-gap: 32px;
        column-gap: 48px;
    }

    .clients-logos img {
        max-width: 150px;
        width: 100%;
    }

    .service-single {
        min-height: auto;
    }

    .services .services-row:nth-child(1), .services .services-row:nth-child(2) {
        grid-template-columns: 1fr;
    }

    .review-single {
        padding: 100px 24px 50px;
    }

    .review-img {
        width: 110px;
        height: 110px;
        border: 4px solid var(--p-light-orange);
    }

    .review-detail h3 {
        font-size: 20px;
    }

    .contact-details-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-details-wrap {
        gap: 60px;
    }

    .footer-inner {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .contact-details {
        padding: 24px;
    }

    .copyrights p {
        text-align: center;
    }

}

@media all and (max-width: 575px) {

    nav ul .btn-dark > a {
        max-width: 100%;
    }

    .banner-inner {
        padding-top: 60px;
        gap: 60px;
    }

    .btn-light {
        max-width: 100%;
    }

    .banner-text-wrap h2 {
        font-size: 36px;
        font-weight: var(--semi-bold-weight);
    }

    .metrics-inner {
        flex-direction: column;
        align-items: center;
    }

    .metrics-single {
        width: 100%;
    }

    .sec-head h2 {
        font-size: 22px;
        line-height: 33px;
    }

    .sec-head h2 br {
        display: none;
    }

    .cta-wrap {
        padding: 60px 16px;
    }

    .sec-padd {
        padding: 60px 0;
    }

    .clients-wrap {
        padding: 60px 0;
    }

    .services {
        margin: 36px auto 0;
    }

    .service-single h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .service-single h3 br {
        display: none;
    }

    .sec-head p {
        font-size: 16px;
    }

}







