@media screen and (max-width: 425px){
    header p {
        font-size: 12px;
    }
    .banner-title h1 {
        font-size: 35px;
        line-height: 1;
    }
    .banner-content p {
        font-family: 'Montserrat-Regular';
        color: #f5f5f5;
        line-height: 2;
        margin-bottom: 0;
        font-size: 12px;
        padding-right: 34px;
    }
    .banner-content::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 15px;
        width: 2px;
        height: 94px;
        background: #ECBB00;
    }
    .b-content {
        left: 5px;
        top: 130px;
    }
    .banner-wrapper::after {
        content: "";
        position: absolute;
        top: -240px;
        right: 1px;
        width: 650px;
        height: 100%;
        background: url(../images/polygon_home.webp) center center / contain no-repeat;
        opacity: 0.45;
        z-index: 2;
        pointer-events: none;
    }
    .banner img {
        position: relative;
        top: 30px;
        left: -110px;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: 283px;
        width: 135%;
        height: auto;
    }
    .au-image img {
        position: relative;
        z-index: 2;
        max-width: 270px;
        width: 100%;
        top: -65px;
        left: -10px;
    }
    .about-us-title h2, .service-title h2 {
        font-family: 'Montserrat-Bold';
        font-size: 25px;
        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: 12px;
    }
    .service {
        min-height: 100vh;
        padding: 20px 66px;
        box-sizing: border-box;
        align-items: center;
        position: relative;
        overflow: hidden;
        background: radial-gradient(circle at 94% -39%, #f78f19 -100%, #13130C 55%);
    }
    .services-include {
        padding: 25px 8% 150px;
    }

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

    .services-include h2 {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .service-cards {
        width: min(100%, 1800px);
        grid-template-columns:
            repeat(2, 10px);
        row-gap: 40px;
        column-gap: 0px;
    }

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

    .service-card:nth-child(n) {
        grid-column: 1;
    }

    .service-card:nth-child(1) { grid-row: 1; }
    .service-card:nth-child(2) { grid-row: 2; }
    .service-card:nth-child(3) { grid-row: 3; }
    .service-card:nth-child(4) { grid-row: 4; }
    .service-card:nth-child(5) { grid-row: 5; }
    .service-card:nth-child(6) { grid-row: 6; }
    .service-card:nth-child(7) { grid-row: 7; }

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

    .service-card p {
        font-size: 10px;
        padding: 0 14px;
        margin-top: 4px;
    }
    .service-image::before {
        content: "";
        position: absolute;
        top: 105%;
        left: -215px;
        transform: translateY(-50%);
        width: 600px;
        height: 620px;
        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: -25px;
        left: 10px;
    }
    .service-cta {
        min-height: 40vh;
        box-sizing: border-box;
        padding: 80px 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;
    }
    .service-cta-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        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;
    }
    .service-cta-box {
        width: min(100%, 500px);
        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, 54px);
    }

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

    .our-features {
        min-height: 100vh;
        box-sizing: border-box;
        padding: 30px 8%;
        position: relative;
        overflow: hidden;
        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;
        align-items: center;
    }

    .our-features-title h2 {
        font-size: 25px;
        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: 12px;
    }

    .off-boxes-content-title h3 {
        font-size: 14px;
        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 0px;
        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% - -120px);
        height: 215px;
    }

    .off-boxes img {
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        width: 100%;
        max-width: 65px;
        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: 45px 25px;
        width: 100%;
        margin-top: 75px;
        margin-bottom: -25px;
        padding: 0;
    }

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

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

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

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

    .cu-form {
        margin: auto;
        display: flex;
        z-index: 2;
        max-width: 750px;
        width: 113%;
        height: 570px;
        border-radius: 16px;
        top: -35px;
    }
    .cu-left {
        background: #ECBB00;
        color: #f5f5f5;
        padding: 9px;
        border-radius: 14px 0 0 14px;
    }
    .cu-right {
        background: #3B3A22;
        color: #f5f5f5;
        padding: 8px;
        border-radius: 0 14px 14px 0;
    }
    .contact-us-title h3 {
        font-family: 'Montserrat-SemiBold';
        font-size: 14px;
        margin-bottom: 34px !important;
    }
    .contact-us-content-form {
        margin-top: 50px;
    }
    .contact-us-form input {
        font-family: 'Montserrat-Regular';
        color: #f5f5f5;
        font-size: 12px;
        background: transparent;
        border: 0;
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: 10px;
        padding: 11px 0;
    }
    .contact-us-content-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        margin-bottom: 45px;
    }
    .contact-us-content-wrapper img {
        width: 20px;
        height: 20px;
        margin: 0 !important;
        flex-shrink: 0;
    }
    .contact-us p {
        color: #f5f5f5;
        font-size: 12px;
        line-height: 1.5;
        padding: 0px 0px;
        margin: 1px 0 0;
    }
    .contact-us-form .contact-send {
        background: linear-gradient(180deg, #FFD900 0%, #F7B319 100%);
        width: 100px;
        height: 35px;
        display: block;
        margin: 30px auto 22px;
    }
    .contact-us-form .contact-send p {
        font-family: 'Montserrat-Bold';
        color: #000;
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    .privacy-policy p {
        font-family: 'Montserrat-Regular' !important;
        font-size: 10px !important;
        margin-bottom: 0 !important;
        text-align: center;
        margin-top: 20px;
    }
    .map-wrapper {
        width: 100%;
        max-width: 1455px;
        height: 280px;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer-promo-banner-wrapper {
        flex-direction: row;
    }
    .footer-promo-banner-image {
        width: 0px;
        height: 70px;
        padding: 0;
        margin: 0;
        flex-shrink: 0;
    }
    .footer-promo-banner-image img {
        width: 250px;
        height: 70px;
        max-width: none;
        max-height: none;
        object-fit: cover;
        display: block;
        padding: 0;
        margin-left: 11px !important;
    }
    .footer-promo-banner-content {
        width: 100%;
        padding-top: 20px;
    }
    .footer-promo-banner-content p {
        font-family: 'Montserrat-Bold';
        font-size: 13px;
        line-height: 0;
        color: #000000;
        float: left;
        width: 100%;
        margin-left: 22%;
        margin-top: 4px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }
    .footer-info-navigation {
        flex-direction: column;
        padding: 50px 30px;
        gap: 40px;
    }
    .footer-info-navigation-image {
    margin-bottom: 60px;
}
    .footer-info-navigation-image img {
        width: 220px;
        margin-left: 0 !important;
    }
        .footer-info-navigation-title p {
        font-family: 'Montserrat-SemiBold';
        color: #f5f5f5;
        font-size: 14px;
        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: 14px;
        color: #f5f5f5;
        margin-bottom: 22px;
    }
    .footer-info-navigation-socials ul li a {
    width: 20px;
    height: 20px;
    background: #0077b5;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
}