.logo_h img {
    max-width: 86px;
    max-height: 85px;
}

.logo_h span {
    font-family: "Heebo", sans-serif;
    color: #2a2a2a;
}

.home_banner {
    /* height: 400px !important; */
    background-image: url('../images/sgt_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-color: rgb(62, 156, 249);
    display: flex;
}

.banner_inner {
    background-color: rgba(175, 207, 248, 0.452);
    z-index: 1;
    width: 100%;
}

.banner_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.baner_tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
    color: rgb(240, 255, 255);
}

@media screen and (max-width: 767px) {
    .baner_tex {
        align-items: center;
    }
}

.baner_tex h3 {
    font-size: 45px;
}

.baner_tex h4 {
    font-size: 20px;
}

.baner_tex a {
    width: 200px;
}

.baner_img {
    max-height: 600px;
    max-width: 350px;
    box-shadow: 18px 16px 13px -4px #f2f2f26a;
    overflow: hidden;
    margin: 20px 0;
}

.baner_img img {
    height: 100%;
    width: 100%;
}

.footer_content {
    text-align: center;
    padding: 20px 0;
}

.footer_content h3 {
    font-family: "Heebo", sans-serif;
    color: #bdbdbd;
}

.footer_content img {
    width: 100px;
}

.material {
    padding-top: 50px !important;
    margin-bottom: 50px;
}

.pdf-container {
    width: 100%;
    height: 800px;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.pdf-container .pdf {
    width: 100%;
    height: 100%;
    border: none;
    aspect-ratio: 4 / 3;
}

.post_item img {
    width: 100px;
    height: 130px;
}

.marerial_baner {
    background-image: url('../images/baner-1.webp') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.marerial_baner_filter {
    background: rgba(255, 255, 255, 0.307) !important;
}

.thumb {
    width: 350px;
    height: 500px;
}

.thumb img {
    width: 100%;
    height: 100%;
}

.material_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.2em * 4);
    line-height: 1.2em;
}

.page_banner {
    min-height: 200px !important;
}

.section-padding {
    padding: 40px 0;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.cat_product_area .latest_product_inner {
    padding-top: 0 !important;
}

.footer_content a {
    text-decoration: none;
}

/*--------filters------------*/

.filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr 0.5fr;
    gap: 16px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 3px;
    align-items: end;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-group > label {
    font-family: var(--bs-font-sans-serif);
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

.filter-group > select, input {
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.filter-group > button {
    padding: 10px 20px;
    background-color: #38a4ff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.reset_button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #f8b600;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
