/* ===== GALLERY SECTION ===== */
.tabs {
    margin-bottom: 20px;
}

.heading-section {
    color: #1a202c;
}

.text {
    color: #1a202c !important;
}

.tab-btn {
    padding: 8px 10px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    width: 100%;
}

.tab-btn.active {
    background-color: #6dbd42;
    color: white;
}

.tab-btn:hover {
    background-color: #6dbd42;
    color: white;
}

.gallery-container a{
    width:200px;
    height:120px;
    overflow:hidden;
    border-radius:8px;
    position:relative;
}

.gallery-container img{
    width:100%;
    height:100%;
}

.gallery-item {
    height: 200px;
}

.gallery-img {
    height: 200px;
}