@media screen and (max-width: 1920px) {
    header p {
        font-size: 21px;
    }
    .banner-title h1 {
        font-size: 60px;
        line-height: 1;
    }
    .banner-content::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 19px;
        width: 2px;
        height: 130px;
        background: #ECBB00;
    }
    .banner-content p {
        font-family: 'Montserrat-Regular';
        color: #f5f5f5;
        line-height: 2;
        margin-bottom: 0;
        font-size: 21px;
        padding-right: 34px;
    }
    .b-content{
        top: 15px;
    }
    .banner img {
        position: relative;
        top: -40px;
        left: -25px;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: 500px;
        width: 100%;
        height: auto;
    }

    .about-us-title h2, .service-title h2 {
        font-family: 'Montserrat-Bold';
        font-size: 40px;
        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: 21px;
    }

    .au-image img {
        position: relative;
        z-index: 2;
        max-width: 450px;
        width: 100%;
        top: 23px;
        left: 60px;
    }
    .service-section {
        padding: 0;
        padding-right: 50px;
        padding-left: 130px;
    }

    .service-image::before {
        content: "";
        position: absolute;
        top: 23%;
        left: -59px;
        transform: translateY(-50%);
        width: 1000px;
        height: 820px;
        background: url(../images/polygon_service.webp) center center / contain no-repeat;
        opacity: 0.65;
        pointer-events: none;
        z-index: 0;
    }

    .service-image img {
        position: relative;
        z-index: 2;
        max-width: 550px;
        width: 100%;
        top: 28px;
        left: -49px;
    }

    .services-include {
        padding: 40px 8% 150px;
    }

    .services-include::before {
        top: -701px;
        left: 4px;
        width: 1900px;
        height: 1800px;
        opacity: 0.42;
    }

    .services-include h2
     {
        font-size: 40px;
        margin-bottom: 65px;
    }

    .service-cards {
        width: min(100%, 1800px);
        grid-template-columns:
            repeat(7, 190px);
        row-gap: 50px;
        column-gap: 1px;
    }

    .service-card {
        width: 270px;
        height: 260px;
        border-radius: 20px;
        padding-top: 16px;
    }

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

    .service-card p
     {
        font-size: 14px;
        padding: 0 20px;
        margin-top: 13px;
    }

    .service-cta-box {
        width: min(100%, 1000px);
        height: 300px;
        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, 28px);
        margin-bottom: clamp(30px, 5vw, 50px);
    }

    .service-cta-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 147px;
        height: 36px;
        background: linear-gradient(180deg, #FFD900 0%, #F7B319 100%);
        color: #000;
        font-family: 'Montserrat-Bold';
        font-size: 13px;
        text-decoration: none;
        border-radius: 4px;
    }

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

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

    .our-features-title h2
     {
        font-size: 40px;
        margin-bottom: 21px;
    }

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

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

    .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% - 75px);
        height: 320px;
    }

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

    /* CONTACT US */
    .contact-us {
        min-height: 100vh;
        box-sizing: border-box;
        padding: 45px 8%;
        top: -45px;
        position: relative;
        background:
            radial-gradient(circle at 3% 3%,
                #f78f19 -100%,
                rgba(19, 19, 12, 0) 27%
            ),
            radial-gradient(circle at 92% 120%,
                #f78f19 -100%,
                rgba(19, 19, 12, 0) 30%
            ),
            #13130C;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .contact-us::before {
        content: "";
        position: absolute;
        top: -721px;
        left: 5px;
        width: clamp(1200px, 140vw, 2100px);
        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;
    }

    .cu-content,
    .cu-form {
        position: relative;
        z-index: 2;
    }

    .contact-us-title h2 {
        color: #ECBB00;
        font-family: 'Montserrat-Bold';
        font-size: 40px;
        margin-bottom: clamp(10px, 5vw, 9px);
    }

    .contact-us p {
        color: #f5f5f5;
        font-size: 16px;
        line-height: 1.5;
        padding: 0px 0px;
        margin: 1px 0 0;
    }

    .contact-us-content p{
        font-size: 20px;
        top: -30px;
    }
    .contact-us-content-form {
        margin-top: 60px;
    }
    .contact-us-content-form p{
        font-size: 16px;
        text-align: left !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1.4;
    }
    .cu-left .contact-us-title h3 {
        text-align: left;
    }

    .cu-content {
        margin: 0 auto 0px;
        padding: 0;
        text-align: center;
        width: 100%;
        top: -45px;
    }

    .cu-form {
        margin: auto;
        display: flex;
        z-index: 2;
        max-width: 750px;
        width: 80%;
        height: 620px;
        top: -26px;
        border-radius: 16px;
    }

    .cu-left,
    .cu-right {
        width: 50%;
        flex-grow: 0;
    }

    .cu-left {
        background: #ECBB00;
        color: #f5f5f5;
        padding: 35px;
        border-radius: 21px 0 0 21px;
    }

    .cu-right {
        background: #3B3A22;
        color: #f5f5f5;
        padding: 35px;
        border-radius: 0 21px 21px 0;
    }

    .contact-us-content-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 75px;
        margin-bottom: 45px;
    }

    .contact-us-content-wrapper img {
        width: 26px;
        height: 26px;
        margin: 0 !important;
        flex-shrink: 0;
    }

    .contact-us-content-wrapper p {
        padding: 0 75px 0 40px;
    }

    .contact-us-content-wrapper:last-child {
        margin-bottom: 0;
    }

    .contact-us-content img {
        max-width: 36px;
        width: 100%;
        margin: 0 !important;
    }

    .contact-us-form input {
        font-family: 'Montserrat-Regular';
        color: #f5f5f5;
        font-size: 16px;
        width: 100%;
        background: transparent;
        border: 0;
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .cu-right .contact-us-form input::placeholder {
        font-size: 16px;
    }

    .contact-us-form label {
        font-family: 'Montserrat-Regular';
        width: 100% !important;
        margin-bottom: 0;
        align-items: center;
    }

    label,
    input[type="checkbox"] {
        display: flex;
        margin-right: 10px;
        margin-bottom: 0;
        height: 30px;
        font-size: 16px;
        width: 5%;
    }

    .contact-us-form input::placeholder {
        font-family: 'Montserrat-Regular';
        color: #f5f5f5;
        font-size: 16px;
    }

    .contact-us-form .contact-send {
        background: linear-gradient(180deg, #FFD900 0%, #F7B319 100%);
        width: 125px;
        height: 41px;
        display: block;
        margin: 30px auto 15px;
    }

    .contact-us-form .contact-send:active {
        background: #ECBB00;
        border-color: #ECBB00;
    }

    .contact-us-form .contact-send p {
        font-family: 'Montserrat-Bold';
        color: #000;
        font-size: 18px;
        margin-bottom: 0 !important;
    }

    .contact-us-title h3 {
        font-family: 'Montserrat-SemiBold';
        font-size: 30px;
        margin-bottom: 33px !important;
    }

    .privacy-policy p {
        font-family: 'Montserrat-Regular' !important;
        font-size: 15px !important;
        margin-bottom: 0 !important;
        text-align: center;
        margin-top: 20px;
    }

    .cu-map {
        border-radius: 30px;
        max-width: 1800px;
        width: 100%;
        height: 450px;
    }

    .contact-us-map {
        min-height: 50vh;
        box-sizing: border-box;
        padding: 70px 8%;
        background:
        radial-gradient(circle at 3% -10%,
            #f78f19 -100%,
            rgba(19, 19, 12, 0) 27%
        ),
        radial-gradient(circle at 92% 120%,
            #f78f19 -100%,
            rgba(19, 19, 12, 0) 30%
        ),
        #13130C;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-info-navigation-title p {
    font-family: 'Montserrat-SemiBold';
    color: #f5f5f5;
    font-size: 21px;
    margin-bottom: 20px;
}
.footer-info-navigation-text p, .footer-info-navigation-text ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: #f5f5f5;
    line-height: 1.8;
    text-decoration: none;
    margin-bottom: 0 !important;
}
.footer-info-navigation-socials p {
    font-family: 'Montserrat-SemiBold';
    font-size: 21px;
    color: #f5f5f5;
    margin-bottom: 22px;
}
.footer-promo-banner-content p {
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    line-height: 0.3;
    color: #000000;
    float: left;
    width: 100%;
    margin-left: 40%;
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
}