#testimonails p {
    font-size: 18px; 
    line-height: 1.5; 
}

html {
    scroll-behavior: smooth;
}

.activity-item {
    margin-bottom: 30px;
    font-size: 18px;
}

.activity-item .eng {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

#filters .filter {
    cursor: pointer;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    transition: 0.3s;
}
#filters .filter:hover {
    background-color: #ffe6cc;
    transform: scale(1.02);
}
#filters .filter.active {
    background-color: #ffcc99;
}
#filters .eng {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

h1{
    text-align: center;
}

#top-header container{
    text-align: left;
}

.bottom-footer {
    text-align: center;
}

.main-footer .row {
    display: flex;
    justify-content: center;
}

.centered-footer {
    text-align: center;
}

.heading-content{
    padding-top: 20px;
}

#filters .filter {
    vertical-align: middle;
    padding: 10px;
    background-color: #f9f9f9;
    font-weight: bold;
    text-align: center;
}

#filters .filter .eng {
    font-weight: normal;
    font-size: 0.9em;
    color: #555;
}

#products-post .container{
    max-width: 1000px;
    margin: 0 auto;
}