@media screen and (max-width: 1440px){
    header p {
        font-size: 17px;
    }
    .banner-title h1 {
        font-size: 50px;
        line-height: 1;
    }
    .banner-content p {
        font-family: 'Montserrat-Regular';
        color: #f5f5f5;
        line-height: 2;
        margin-bottom: 0;
        font-size: 17px;
        padding-right: 34px;
    }
    .banner-content::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 15px;
        width: 2px;
        height: 109px;
        background: #ECBB00;
    }
    .banner img {
        position: relative;
        top: -50px;
        left: -105px;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: 500px;
        width: 100%;
        height: auto;
    }
    .b-content {
        padding: 0 !important;
        float: left;
        position: relative;
        z-index: 3;
        top: 115px;
        left: -30px;
    }
    .about-us-title h2, .service-title h2 {
        font-family: 'Montserrat-Bold';
        font-size: 35px;
        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: 17px;
    }
    .au-content {
        padding: 0;
        padding-left: 100px;
        padding-right: 110px;

        color: #f5f5f5;
    }
    .service-image::before {
        content: "";
        position: absolute;
        top: 18%;
        left: -215px;
        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: 450px;
        width: 100%;
        top: 28px;
        left: -49px;
    }

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

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

    .services-include h2
    {
        font-size: 35px;
        margin-bottom: 75px;
    }

    .service-cards {
        width: min(100%, 1800px);

        grid-template-columns:
            repeat(7, 170px);
        row-gap: 70px;
        column-gap: 0px;
    }

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

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

    .service-card p {
        font-size: 12px;
        padding: 0 20px;
        margin-top: 6px;
    }
    .service-cta-box {
        width: min(100%, 850px);
        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, 24px);
        margin-bottom: clamp(30px, 5vw, 44px);
    }
    .service-cta-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 134px;
        height: 34px;
        background: linear-gradient(180deg, #FFD900 0%, #F7B319 100%);
        color: #000;
        font-family: 'Montserrat-Bold';
        font-size: 12px;
        text-decoration: none;
        border-radius: 4px;
    }
    .our-features {
        min-height: 100vh;
        box-sizing: border-box;
        padding: 45px 8%;
        position: relative;
        overflow: hidden;
        background: radial-gradient(circle at 3% 3%, #f78f19 -100%, rgba(19, 19, 12, 0) 27%), radial-gradient(circle at 89% 100%, #f78f19 -100%, rgba(19, 19, 12, 0) 30%), #13130C;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .our-features::before {
        content: "";
        position: absolute;
        top: -561px;
        left: 5px;
        width: clamp(1200px, 140vw, 1400px);
        height: clamp(900px, 100vw, 1900px);
        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: 18px;
        padding: 0 8px;
        margin-top: -38px;
    }
    .our-features-title h2{
        font-size: 35px;
    }

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

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

    .off-boxes img {
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        width: 100%;
        max-width: 100px;
        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% - -10px);
        height: 305px;
    }

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

    .of-features {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 80px 70px;
        width: 100%;
        margin-top: 150px;
        margin-bottom: -5px;
        padding: 0;
    }

    .contact-us::before {
        content: "";
        position: absolute;
        top: -552px;
        left: 5px;
        width: clamp(1200px, 140vw, 1600px);
        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: 35px;
        margin-bottom: clamp(10px, 5vw, 9px);
    }

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

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

    .cu-right .contact-us-form input::placeholder {
        font-size: 14px;
    }

    .cu-right p {
        margin-bottom: 10px;
    }

    .contact-us-form input {
        font-family: 'Montserrat-Regular';
        color: #f5f5f5;
        font-size: 14px;
        background: transparent;
        border: 0;
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .contact-us-content p {
        font-size: 17px;
        top: -30px;
    }

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

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

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

    .privacy-policy p {
        font-family: 'Montserrat-Regular' !important;
        font-size: 13px !important;
        margin-bottom: 0 !important;
        text-align: center;
        margin-top: 20px;
    }
        .footer-info-navigation-title p {
        font-family: 'Montserrat-SemiBold';
        color: #f5f5f5;
        font-size: 18px;
        margin-bottom: 20px;
    }
        .footer-info-navigation-text p, .footer-info-navigation-text ul li a {
        font-family: 'Montserrat-Regular';
        font-size: 15px;
        color: #f5f5f5;
        line-height: 1.8;
        text-decoration: none;
        margin-bottom: 0 !important;
    }
        .footer-info-navigation-socials p {
        font-family: 'Montserrat-SemiBold';
        font-size: 18px;
        color: #f5f5f5;
        margin-bottom: 22px;
    }
    .footer-info-navigation-image img {
    width: 275px;
    margin-left: 0 !important;
}
.form-group input {
    width: 310px;
    height: 35px;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    font-size: 11px;
    margin-bottom: 0 !important;
}
.footer-form button{
    height: 35px;
}
.footer-form {
    display: flex;
    gap: 35px;
    margin-bottom: 65px;
}
.footer-form button {
    width: 79px;
    height: 35px;
    flex-shrink: 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #ECBB00 !important;
    border-color: #ECBB00 !important;
    color: #000000;
    border-radius: 4px;
}
    .footer-promo-banner-content p {
        font-family: 'Montserrat-Bold';
        font-size: 26px;
        line-height: 0.3;
        color: #000000;
        float: left;
        width: 100%;
        margin-left: 10%;
        margin-top: 15px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }
}