@media screen and (max-width: 1024px) {
        header p {
        font-size: 15px;
    }
    header ul li{
        margin-right: 10px;
    }
    .h-logo img {
        float: left;
        min-width: 210px;
        max-width: 250px;
        width: 100%;
        height: auto;
    }
    .banner-title h1 {
        font-size: 40px;
        line-height: 1;
    }
    .b-content{
        left: 35px;
        top: 130px;
    }
    .banner img {
        position: relative;
        top: -50px;
        left: -105px;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: 350px;
        width: 100%;
        height: auto;
    }
    .banner-wrapper::after{
        top: -197px;
    }
    .au-image::before {
        content: "";
        position: absolute;
        top: 13%;
        left: -80px;
        transform: translateY(-50%);
        width: 600px;
        height: 720px;
        background: url(../images/polygon_about.webp) center center / contain no-repeat;
        opacity: 0.65;
        pointer-events: none;
        z-index: 0;
    }
    .au-image img {
        position: relative;
        z-index: 2;
        max-width: 400px;
        width: 100%;
        top: 23px;
        left: -10px;
    }
    .au-content {
        padding: 0;
        padding-left: 40px;
        padding-right: 50px;
        color: #f5f5f5;
    }
    .service-image img {
        position: relative;
        z-index: 2;
        max-width: 450px;
        width: 100%;
        top: -60px;
        left: 30px;
    }
    .service-image::before {
        content: "";
        position: absolute;
        top: -15%;
        left: -215px;
        transform: translateY(-50%);
        width: 800px;
        height: 820px;
        background: url(../images/polygon_service.webp) center center / contain no-repeat;
        opacity: 0.65;
        pointer-events: none;
        z-index: 0;
    }
    .service-section {
        padding-right: 45px;
        padding-left: 20px;
        top: -30px;
    }
    .services-include {
        padding: 50px 8% 150px;
    }

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

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

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

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

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

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

    .service-card p {
        font-size: 12px;
        padding: 0 16px;
        margin-top: 4px;
    }
    .service-cta-box {
        width: min(100%, 700px);
        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, 21px);
        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 15% 2%, #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: -397px;
        left: 5px;
        width: clamp(900px, 140vw, 1000px);
        height: clamp(900px, 100vw, 1300px);
        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 20px;
        margin-top: -38px;
    }
    .our-features-title h2{
        font-size: 35px;
        margin-bottom: 5px;
    }

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

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

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

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

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

    #contact, #about, #service{
        scroll-margin-top: 90px;
    }
    .contact-us{
        top: 6px;
    }
    .contact-us::before {
        content: "";
        position: absolute;
        top: -363px;
        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;
    }
    .cu-form {
        margin: auto;
        display: flex;
        z-index: 2;
        max-width: 750px;
        width: 80%;
        height: 570px;
        border-radius: 16px;
        top: -35px;
    }

    .cu-map {
        border-radius: 12px;
        max-width: 1400px;
        width: 100%;
        height: 350px;
    }
    .footer-promo-banner-image {
        width: 520px;
        height: 77px;
        padding: 0;
        margin: 0;
        flex-shrink: 0;
    }
    .footer-promo-banner-image img {
        width: 500px;
        height: 77px;
        max-width: none;
        max-height: none;
        object-fit: cover;
        display: block;
        padding: 0;
        margin-left: 11px !important;
    }
    .footer-info-navigation-title p {
        font-family: 'Montserrat-SemiBold';
        color: #f5f5f5;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .footer-info-navigation-text p, .footer-info-navigation-text ul li a {
        font-family: 'Montserrat-Regular';
        font-size: 12px;
        color: #f5f5f5;
        line-height: 1.8;
        text-decoration: none;
        margin-bottom: 0 !important;
    }
    .footer-info-navigation-socials p {
        font-family: 'Montserrat-SemiBold';
        font-size: 15px;
        color: #f5f5f5;
        margin-bottom: 22px;
    }
    .form-group input {
        width: 290px;
        height: 30px;
        padding: 0 10px;
        border: none;
        border-radius: 3px;
        font-size: 11px;
        margin-bottom: 0 !important;
    }
    .footer-form {
        display: flex;
        gap: 10px;
        margin-bottom: 65px;
    }
    .footer-form button {
        width: 60px;
        height: 30px;
        flex-shrink: 0;
        font-size: 14px !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: 18px;
        line-height: 0.3;
        color: #000000;
        float: left;
        width: 100%;
        margin-left: 38%;
        margin-top: 6px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }
}