.product_banner {
    position: relative;
    width: 100%;
    height: 250px;
    background: url('../images/Product.jpg') center/cover no-repeat;
}

.product_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.508);
}



.about-banner_text h2 {
    color: #ffffff;
    z-index: 2;
}

.category-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.category-btn a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background: linear-gradient(45deg, #007bff, #00d4ff);
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.category-btn a:hover {
    background: linear-gradient(45deg, #0056b3, #0088cc);
    transform: scale(1.05);
}

.Corporate-container {
    line-height: 24px;
}

.Corporate-container .sub-title p {
    font-size: 15px;
    line-height: 23px;
}

.Corporate-container .sub-title h6 {
    font-size: 20px;
    padding: 5px 0 5px;
}

.product-card h5 {
    font-size: 20px;
    font-weight: bold;
}

.product-card p {
    font-size: 14px;
    line-height: 24px;
}

.product-card {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    width: auto;
    padding: 20px;
    margin-bottom: 15px;
    height: 325px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}


a.card-link {
    text-underline-offset: none;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 13px #15c1ad30;
    text-decoration: none;
}

.product-card img {
    height: auto;
    width: 100px;
    margin-bottom: 15px;
}

.contact-con {
    padding: 60px 184px;
}

.banner-con .banner_content {
    width: 635px;
    padding: 91px 0 16px;
}

@media (max-width: 768px) {
    .category-btn-container {
        padding: 20px;
    }

    .product-card h5 {
        font-size: 11px;
    }

    .category-btn a {
        font-size: 10px;
        padding: 10px 20px;
    }

    .Corporate-container .sub-title p {
        font-size: 15px;
        line-height: 23px;
    }

    .product-card img {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .product-card {
        margin-bottom: 20px;
        height: 300px;
    }

    .contact-con {
        padding: 60px 0px;
    }

    .banner_content .aos-init {
        font-family: 30px;
    }

    .Corporate-container .sub-title h6 {
        font-size: 19px;
        padding: 1px 0 6px;
        line-height: 30px;
    }

    .banner-con .banner_content {
        width: 303px;
        padding: 25px 0 16px;
    }

    .product_banner {
        height: 183px;
    }


    .product-card p {
        font-size: 10px;
        line-height: 14px;
    }
}