@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/fonts/Montserratarm-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
.home_page_background{
    background-image: url('/images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.main-logo{
    width: 200px;
    height: 110px;
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
    .service-details{
        width: 100% !important;
        margin-top: 300px;
    }
}
@media (min-width: 320px) {
    .home_page_background{
        background-image: url('/images/banner.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.contact_background{
    background-image: url('/images/contactBackground.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.pagination li.active a {
    background-color: blue;
    color: white; /* Optionally change text color */
}
/*GOODS*/
#goods{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}
.goods-table{
    width: 100%;
}
.goods-table th,
.goods-table td{
    width: 30%;
    padding: 15px;
    border: 1px solid #00064e;
    text-align: center;
}
.goods-column-size a{
    text-decoration: none;
    color: inherit;
}
.goods-details-table{
    width: 100%;
}
.goods-details-table th,
.goods-details-table td{
    width: 50%;
    padding: 15px;
    border: 1px solid #00064e;
}
.single-product-slide-area{
    width: 100%;
    max-height: 800px;
}
.single-product-slide{
    height: 70%;
}
.single-product-slide-item{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product-slide-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.single-product-thumb {
    height: 30%;
}
.single-product-slide-item-thumb{
    width: 105px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 0.5px solid #DE9500;
    border-radius: 16px;
    padding: 10px;

}
.single-product-slide-item-thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
techdescription {
    display: block;
}
techDescription > table,
techDescription > table  tr,
techDescription > table  tr  td {
    border: 1px solid black!important;
    border-style: solid!important;
}
