@media screen and (max-width: 768px){
    .banner-content::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 15px;
        width: 2px;
        height: 150px;
        background: #ECBB00;
    }
    .banner img {
        position: relative;
        top: -50px;
        left: -140px;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: 280px;
        width: 100%;
        height: auto;
    }
    .about-us-title h2, .service-title h2 {
        font-family: 'Montserrat-Bold';
        font-size: 30px;
        margin-bottom: 30px !important;
    }
        .about-us p, .service p {
        font-family: 'Montserrat-Regular';
        color: #f5f5f5;
        line-height: 1.5;
        margin-bottom: 0 !important;
        font-size: 15px;
    }
    .au-image::before{
        top: -11px;
        width: 450px;
    }
    .au-image img {
        position: relative;
        z-index: 2;
        max-width: 400px;
        width: 100%;
        top: -80px;
        left: -10px;
    }
    .service-section {
        padding-right: 30px;
        padding-left: 15px;
        top: -30px;
    }
    .au-content {
        padding: 0;
        padding-left: 35px;
        padding-right: 3px;
        top: 50px;
        color: #f5f5f5;
    }
    .services-include {
        padding: 50px 8% 150px;
    }

    .services-include::before {
        top: -508px;
        left: 4px;
        width: 900px;
        height: 1200px;
        opacity: 0.42;
    }

    .services-include h2 {
        font-size: 30px;
        margin-bottom: 33px;
    }

    .service-cards {
        width: min(100%, 1800px);
        grid-template-columns:
            repeat(3, 225px);
        row-gap: 30px;
        column-gap: 0px;
    }
    .service-card:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }

    .service-card:nth-child(7) {
        grid-column: 2;
    }

    .service-card {
        width: 200px;
        height: 190px;
        border-radius: 15px;
        padding-top: 16px;
    }

    .service-card h3 {
        font-size: 12px;
    }

    .service-card p {
        font-size: 11px;
        padding: 0 9px;
        margin-top: 4px;
    }
    .service-cta-box {
        width: min(100%, 600px);
        height: 250px;
        padding: 42px 30px;
        border: 3px solid rgba(185, 149, 0, 0.55);
        border-radius: 12px;
        background: rgba(56, 57, 35, 0.35);
        text-align: center;
    }
    .service-cta-box h2 {
        color: #fff;
        font-family: 'Montserrat-Bold';
        font-size: clamp(18px, 4vw, 18px);
        margin-bottom: clamp(20px, 5vw, 50px);
    }

    #features{
        scroll-margin-top: 110px;
    }

    .our-features::before {
        content: "";
        position: absolute;
        top: -363px;
        left: 5px;
        width: clamp(800px, 140vw, 850px);
        height: clamp(900px, 100vw, 900px);
        background: url(../images/polygon_features.webp) center center / contain no-repeat;
        opacity: 0.45;
        pointer-events: none;
        z-index: 1;
    }

    .our-features-title h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .our-features p {
        color: #f5f5f5;
        font-size: clamp(12px, 1vw, 18px);
        line-height: 1.5;
        padding: 0px 0px;
        margin: 5px 0 0;
    }

    .our-features-content p {
        font-size: 15px;
    }

    .off-boxes-content-title h3 {
        font-size: 16px;
        padding: 0 0px;
        margin-top: -38px;
    }

    .off-boxes-content {
        background: linear-gradient(0deg, #0000 0%, #3b3a22 70%);
        border-radius: 20px;
        text-align: center;
        padding: 70px 5px 30px;
        flex-grow: 1;
    }

    .off-boxes {
        margin: 0;
        padding: 20px;
        position: relative;
        border: solid 2px #ECBB00 !important;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(25% - -39px);
        height: 230px;
    }

    .off-boxes img {
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        width: 100%;
        max-width: 80px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }

    .of-features {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 105px 25px;
        width: 100%;
        margin-top: 120px;
        margin-bottom: -25px;
        padding: 0;
    }

    #contact {
        scroll-margin-top: 100px;
    }

    .contact-us::before {
        content: "";
        position: absolute;
        top: -339px;
        left: 5px;
        width: clamp(900px, 140vw, 1200px);
        height: clamp(900px, 100vw, 2200px);
        background: url(../images/polygon_contact_us.webp) center center / contain no-repeat;
        opacity: 0.45;
        pointer-events: none;
        z-index: 1;
    }
    .contact-us-title h2 {
        color: #ECBB00;
        font-family: 'Montserrat-Bold';
        font-size: 30px;
        margin-bottom: clamp(10px, 5vw, 9px);
    }
    .contact-us-content p {
        font-size: 15px;
        top: -30px;
    }
    .cu-form {
        margin: auto;
        display: flex;
        z-index: 2;
        max-width: 750px;
        width: 100%;
        height: 570px;
        border-radius: 16px;
        top: -35px;
    }
    .cu-left {
        background: #ECBB00;
        color: #f5f5f5;
        padding: 35px;
        border-radius: 14px 0 0 14px;
    }
    .contact-us-title h3 {
        font-family: 'Montserrat-SemiBold';
        font-size: 24px;
        margin-bottom: 33px !important;
    }
    .cu-right {
        background: #3B3A22;
        color: #f5f5f5;
        padding: 8px;
        border-radius: 0 14px 14px 0;
    }
    label, input[type="checkbox"] {
        display: flex;
        margin-right: 10px;
        margin-bottom: 0;
        height: 30px;
        font-size: 12px;
        width: 5%;
    }
    .contact-us-form .contact-send {
        background: linear-gradient(180deg, #FFD900 0%, #F7B319 100%);
        width: 105px;
        height: 38px;
        display: block;
        margin: 30px auto 22px;
    }
    .contact-us-content-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 58px;
        margin-bottom: 45px;
    }
    .cu-map {
        border-radius: 12px;
        max-width: 1200px;
        width: 100%;
        height: 280px;
    }
    .footer-promo-banner-wrapper {
        flex-direction: row;
    }
    .footer-promo-banner-content p {
        font-family: 'Montserrat-Bold';
        font-size: 16px;
        line-height: 0.3;
        color: #000000;
        float: left;
        width: 100%;
        margin-left: -14%;
        margin-top: 5px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }
}