@media (max-width: 1120px) {
    .hero_area {
        height: auto;
    }

    .hero_btn-box {
        margin-bottom: 150px;
    }


}

@media (max-width: 992px) {
    .custom_nav-container {
        flex-direction: row;
    }
}
    .courts-section {
        padding: 80px 8%;
        background: #f8fafc;
    }

    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .section-title h2 {
            font-size: 2.5rem;
            color: #00B140; 
            margin-bottom: 10px;
        }

        .section-title p {
            color: #64748b;
            max-width: 700px;
            margin: auto;
        }

    .courts-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
    }

    .info-card {
        background: #fff;
        padding: 35px;
        border-radius: 18px;
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
        transition: all .3s ease;
        border-top: 5px solid #00b140;
    }

        .info-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,.12);
        }

    .icon {
        width: 60px;
        height: 60px;
        background: #00b140;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .info-card h3 {
        color: #0f172a;
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .info-card ul {
        padding-left: 20px;
    }

    .info-card li {
        margin-bottom: 10px;
        color: #475569;
    }

    .info-card p {
        color: #475569;
        line-height: 1.7;
    }
.install-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    margin-top: 15px;
}
    @media (max-width: 768px) {
        .about_section .about_container .container {
            flex-direction: column;
        }

        .about_section .about_container {
            width: 90%;
        }

        .about_section .about_container .container>div {
            width: 95%;
        }

        .about_section .detail a {
            margin: 25px auto 35px auto;
        }

        .about_section .detail a {
            background-color: #ffffff;
        
        }

        .client_section .client_container {
            width: 100%;
        }

        .client_section .carousel-indicators {
            justify-content: center;
        }
    }

@media (max-width: 576px) {
    .hero_section h1 {
        font-size: 58px;
    }

    .product_section .container {
        flex-direction: column;
        align-items: center;
    }

    .product_section .img-box.box-1,
    .product_section .img-box.box-3,
    .product_section .img-box.box-2,
    .product_section .img-box.box-4 {
        width: auto;
        margin: 15px 25px;

    }

    .client_section .client_container {
        flex-direction: column;
    }

    .client_section .img_box {
        margin-bottom: 25px;
    }

    .client_section .detail_box {
        flex-direction: column;
        text-align: center;
    }

    .client_section .detail_box h5 {
        flex-direction: row;
    }

}

@media (max-width: 480px) {
    .hero_section h1 {
        font-size: 36px;
    }
}

@media (max-width: 420px) {}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}