body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}
.header {
    background-color: white;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #e9ecef;
}
.header img {
    max-width: 100%;
    height: auto;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.top-bar .left-section {
    display: flex;
    align-items: center;
}
.top-bar .right-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-bar .right-section a {
    margin-left: 10px;
    text-decoration: none;
    color: #00aeef;
}
.top-bar .social-icons a {
    margin-left: 5px;
    color: #343a40;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border: 4px solid orange;
}
.search-bar {
    background-color: #f1f1f1;
    padding: 20px 0;
}
.categories {
    margin: 30px 0;
}
.category-box {
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}
.category-box:hover {
    transform: scale(1.05);
}
.title{
    border-bottom: 3px solid #00aeef;
    border-bottom: 3px solid #00aeef;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    position: relative;
    padding-top: 15px;
}
.table{
    margin-top: 10px;
}
.table ul li
{
    list-style: none;
    text-align: left;
    color: #00aeef;
    margin-top: 10px;
    font-size: 12px;
}
.table ul li strong{
    font-size: 17px;
    color: orange;
}
.advertisement img {
    max-width: 100%;
    height: auto;
}
footer {
    background-color: #343a40;
    color: white;
    padding: 20px;
    text-align: center;
}
.footer a {
    text-decoration: none;
    color: #00aeef;
}
.footer a:hover {
    text-decoration: underline;
}
.footer h5 {
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 600;
}
