/* style.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    /* overflow-x: hidden; */
}


header,
footer {
    background-color: #004d00;
    color: #fff;
    height: 150px;
    /* Increase this value to make the header taller */
    /* Other styles */


}

footer {
    height: 90px;
    /* Adjust the height as needed */
    padding: 10px 0;
    /* Adjust the padding as needed */
    /* Optionally, you can add more styling */
}

.sidebar {
    background-color: #6c757d;
    color: #fff;
    height: 100vh;
    position: sticky;
    top: 0;
    padding-top: 20px;

}

.sidebar a {
    color: #fff;
}

.sidebar a.active {
    font-weight: bold;
    background-color: #28a745;
}

main {
    margin-left: 17%;
    padding: 20px;
}

.table-container {
    margin-top: 20px;
}

td img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

h1 {
    font-size: x-large;
    text-align: center;
}

.respsidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.respsidebar a.active {
    font-weight: bold;
    background-color: #28a745;
}

.respsidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #004d00;
    display: block;
    transition: 0.3s;
}

.respsidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #FFF;
    color: #000;
    padding: 10px 15px;
    border: none;
}

div#main button.openbtn {
    border: 1px solid #004d00;
    border-radius: 5px;
    color: #fff;
    margin: 10px;
    background: #004d00;
}

.openbtn:hover {
    background-color: #fff;
    color: #004d00;
    border: 1px solid #004d00;
}

div#main {
    display: none;
}

div#mySidebar {
    display: none;
}

.footer-text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}



@media only screen and (max-width: 1400px) {
    .product-table td img {
        width: 100% !important;
        object-fit: contain;
    }

    .about-me-page main {
        margin-left: 0;
    }

    table.products-page img {
        margin: 0;
    }

    table.products-page {
        width: 100%;
    }

    table.products-page img {
        width: 100%;
    }

    table.blogs-table {
        width: 100%;
    }
}


@media only screen and (max-width: 1200px) {
    .about-me-page table {
        width: 780px;
    }

    .video-container video {
        width: 100%;
    }

    .qna-table {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    header h5 {
        font-size: 18px;
    }

    header h1 {
        font-size: 24px;
    }

    .about-me-page table {
        width: 536px;
    }

    table.qna-table h5 {
        font-size: 20px;
    }

    table.qna-table p {
        font-size: 14px;
    }

    table.products-page img {
        height: 100%;
        object-fit: contain;
    }

    main.how-to-purchase h2 {
        font-size: 28px;
    }

    main.how-to-purchase h3 {
        font-size: 24px;
        text-align: left !important;
    }

    main.how-to-purchase h4 {
        font-size: 21px;
        text-align: left !important;
    }
}

@media only screen and (max-width: 768px) {
    header h5 {
        font-size: 15px;
    }

    #sidebar {
        display: none;
    }

    div#main {
        display: block;
    }

    div#mySidebar {
        display: block;
    }

    /* footer p {
        margin: 0;
    } */
    header h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    main {
        padding-left: 0;
        margin-left: 0;
    }

    .product-table td img {
        height: 100%;
    }

    .about-me-page table img {
        width: 140px;
        object-fit: contain;
    }

    .about-me-page table {
        width: 430px;
    }
        header h5 {
        font-size: 14px;
        margin-left: -130px;
    }
    .aabout-text {margin-left: 20px;}
    main.blogs-page {
    padding: 10px !important;
}
}

@media only screen and (max-width: 450px) {}