/* Mobile Responsiveness */
@media all and (max-width: 1400px) {
    .banner-text {
        align-items: center;
    }
    .banner-heading h1 {
        font-size: 70px;
    }
    .banner-heading h1 br {
        display: none;
    }
    .testimonials-inner {
        align-items: center;
    }
    .testimonials-slider .owl-nav {
        top: -10px;
    }
}
@media all and (max-width: 1200px) {
    nav ul a {
        font-family: 'cr-medium', sans-serif;
        font-size: 16px;
        color: #ffffff;
        position: relative;
        border-bottom: 2px solid transparent;
    }
    a.button, button[type="submit"] {
        font-size: 16px;
        padding: 13px 26px 12px;
    }
    .banner-image {
        height: 370px;
    }
    .header-banner-wrap::before {
        height: 82%;
    }
    .banner-heading h1 {
        font-size: 54px;
        line-height: normal;
    }
    h2 {
        line-height: 48px;
    }
    .sec-head {
        font-size: 36px;
        margin-bottom: 16px;
    }
    .home-about-inner {
        gap: 36px;
    }
    .home-about-wrap {
        padding: 100px 0 120px;
    }
    .home-services-inner {
        padding-top: 100px;
    }
    .home-process-wrap {
        padding: 120px 0;
    }
    .testimonials-inner {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }
    .testimonial-slide-single {
        max-width: 100%;
    }
    .testimonials-slider .owl-nav {
        top: auto;
        bottom: -60px;
        margin: 0 auto;
        left: 0;
        right: 0;
        justify-content: center;
    }
    .testimonials-wrap {
        padding: 100px 0 160px;
    }
    .testimonials-inner {
        gap: 70px;
    }
    .footer-cta-text p {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .footer-cta-text h4 {
        font-size: 40px;
        line-height: unset;
    }
    .footer-links-wrap {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        padding: 60px 0 60px;
    }
    .inner-banner-text h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .inner-banner {
        padding: 60px 0 170px;
    }
    .contact-inner {
        gap: 40px;
    }
    .header-banner-wrap.no-banner {
        padding: 53px 0;
    }
}
@media all and (max-width: 992px) {
    .header-btn {
        display: none;
    }
    nav ul li:last-child {
        display: block;
    }
    .menu-btn-wrap {
        display: block;
    }
    nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--p-dark-green);
        padding: 20px 30px;
        border-radius: 0 0 8px 8px;
    }
    nav ul li:not(:last-child) {
        margin-bottom: 16px;
    }
    nav ul a:hover::after,
    nav ul a.active::after {
        display: none;
    }
    .banner-text {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .banner-inner {
        padding: 60px 0 0;
    }
    .banner-heading h1 {
        font-size: 50px;
        text-align: center;
        line-height: unset;
    }
    .info-text p {
        line-height: 30px;
        text-align: center;
    }
    .info-point-single {
        text-align: center;
    }
    .banner-image {
        height: 290px;
        border-radius: 20px;
    }
    .header-banner-wrap::before {
        height: 86%;
    }
    .brands-wrap {
        padding-top: 70px;
    }
    .home-about-inner {
        grid-template-columns: 1fr;
    }
    .home-about-text {
        order: 1;
    }
    .home-about-img {
        order: 2;
        max-height: 300px;
    }
    .home-about-text .sec-head br {
        display: none;
    }
    .home-about-wrap {
        padding: 100px 0 100px;
    }
    .home-services-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
        margin-top: 50px;
    }
    .home-services-inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .home-services-wrap::before {
        height: 100%;
    }
    .home-process-list {
        gap: 60px;
    }
    .home-projects-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 40px;
    }
    .footer-links-wrap {
        grid-template-columns: 2fr 1fr;
    }
    .footer-cta-text h4 {
        font-size: 30px;
    }
    .inner-banner {
        padding: 40px 0 150px;
    }
    .inner-banner-text h1 {
        font-size: 32px;
        line-height: 44px;
    }
    .contact-wrap {
        padding: 80px 0;
    }
    .contact-text h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .contact-text p {
        font-size: 18px;
        line-height: 28px;
    }
    button[type="submit"] {
        font-family: 'cr-regular', sans-serif;
    }
    .info-pg-wrap h2 {
        font-size: 32px;
        line-height: initial;
        margin-bottom: 12px;
    }
    .agreement-outer {
        padding: 80px 0 80px;
    }
    .agreement-wrap h1 {
        font-size: 24px;
        margin-bottom: 32px;
    }
    .agreement-wrap .agreement-text:not(:last-child) {
        margin-bottom: 24px;
    }
    .agreement-text h2 {
        font-size: 20px;
    }
    .agreement-text p, .agreement-text p a {
        font-size: 16px;
        line-height: 26px;
    }
    .agreement-text ul li {
        font-size: 16px;
        line-height: 26px;
    }
}
@media all and (max-width: 768px) {
    .banner-inner {
        padding: 40px 0 0;
    }
    .banner-text {
        gap: 30px;
    }
    .banner-image {
        margin: 70px 0 0;
        height: 250px;
    }
    a.link {
        font-size: 18px;
    }
    span.small-head {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .brands-inner {
        gap: 0;
        row-gap: 30px;
        column-gap: 40px;
    }
    .home-process-list {
        grid-template-columns: repeat(1, 1fr);
        margin: 50px auto 0;
        gap: 40px;
    }
    .home-process-list::before {
        display: none;
    }
    .home-process-wrap {
        padding: 100px 0;
    }
    .home-process-single h3 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .home-process-single img {
        margin-bottom: 16px;
    }
    .home-process-head h2 {
        margin-bottom: 6px;
    }
    .home-projects-wrap {
        padding: 0 0 120px;
    }
    .home-project-single-img {
        height: 400px;
    }
    .footer-links-wrap {
        grid-template-columns: 1fr;
        padding: 60px 0 0;
    }
    .footer-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .footer-inner {
        padding-top: 80px;
    }
    .footer-links-wrap .footer-links:nth-child(1) {
        max-width: 100%;
    }
    .inner-banner {
        padding: 20px 0 130px;
    }
    .inner-banner-text h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .header-banner-wrap.inner::after {
        width: 111px;
        height: 216px;
    }
    .contact-inner {
        grid-template-columns: 1fr;
    }
    .footer-cta-text p {
        font-family: 'cr-regular', sans-serif;
        font-size: 18px;
        margin-bottom: 12px;
    }
    .footer-cta-text h4 {
        font-size: 24px;
    }
    .info-pg-outer.pg-404 .info-pg-wrap h3 {
        font-size: 24px;
    }
}
@media all and (max-width: 575px) {
    .banner-heading h1 {
        font-size: 34px;
        padding: 0 40px;
    }
    .banner-text {
        gap: 24px;
    }
    .info-text p {
        font-size: 18px;
        padding: 0 24px;
    }
    .banner-wrap {
        padding-top: 110px;
    }
    .info-point-single h2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .info-point-single p {
        font-size: 16px;
    }
    .banner-image {
        margin: 50px 0 0;
    }
    .header-banner-wrap::before {
        height: 84%;
    }
    .brands-wrap {
        padding-top: 60px;
    }
    .sec-head {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .home-about-text p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .home-service-single h3 {
        font-size: 20px;
        color: var(--p-black);
        margin-bottom: 10px;
    }
    .home-service-single p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .home-process-head p {
        font-size: 20px;
        line-height: 30px;
    }
    .home-process-wrap {
        padding: 80px 0 100px;
    }
    .home-projects-list {
        margin-top: 30px;
    }
    .home-project-single-text>a:first-child {
        margin-bottom: 8px;
    }
    .home-project-single-text p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .home-project-single-img {
        height: 320px;
    }
    .testimonials-wrap {
        padding: 80px 0 150px;
    }
    .testimonial-slide-single::before {
        width: 54px;
        height: 36px;
        top: -20px;
    }
    .testimonials-inner {
        gap: 70px;
    }
    h2 {
        line-height: 40px;
    }
    .home-about-inner,
    .home-process-inner {
        padding: 0 10px;
    }
    .home-project-single {
        padding: 10px 10px 24px;
    }
    .home-project-single-text {
        margin-top: 16px;
        padding: 0 10px 0;
    }
    .inner-banner {
        padding: 20px 12px 100px;
    }
    .inner-banner-text h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .header-banner-wrap.inner::after {
        width: 61px;
        height: 166px;
    }
    .contact-inner {
        padding: 0 12px;
    }
    .contact-form {
        padding: 30px 18px;
    }
    .header-inner {
        padding: 32px 12px;
    }
    .footer-inner {
        padding-left: 12px;
        padding-right: 12px;
    }
    .contact-info .text a {
        word-break: break-all;
    }
    .contact-text h2 {
        font-size: 24px;
    }
    .info-pg-outer {
        padding: 60px 0;
    }
    .info-pg-wrap h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .info-pg-wrap p {
        font-size: 18px;
        line-height: 28px;
    }
    .info-pg-wrap img {
        margin: 30px auto;
    }
    .info-pg-wrap h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .info-pg-wrap a.button {
        margin-top: 16px;
    }
    .agreement-outer {
        padding: 70px 0 70px;
    }
    .agreement-wrap h1 {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .agreement-text h2 {
        font-size: 18px;
    }
}
@media all and (max-width: 475px) {
    .brands-inner {
        flex-direction: column;
        gap: 30px;
    }
    .brand-single img {
        width: 100%;
    }
    .banner-heading h1 {
        font-size: 26px;
    }
    .inner-banner-text h1 {
        padding-right: 100px;
    }
    .inner-banner-text h1 br {
        display: none;
    }
    .contact-text h2 {
        font-size: 22px;
    }
    .contact-info .icon i {
        font-size: 13px;
        width: 34px;
        height: 34px;
    }
}
@media all and (max-width: 375px) {
    .banner-heading h1 {
        padding: 0;
    }
    .info-text p {
        font-size: 16px;
        padding: 0;
        line-height: 28px;
    }
    .banner-text {
        gap: 16px;
    }
    .contact-text h2 {
        font-size: 20px;
    }
    .contact-wrap {
        padding: 70px 0;
    }
}