/* Galeri Section Styles */

.galeri-area {
    padding-top: 80px;
    padding-bottom: 50px;
}

/* Filter Styles */
.site-filters.center {
    text-align: center;
}

.filters {
    display: inline-block;
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
}

.filters li {
    display: inline-block;
}

.filters li.btn {
    padding: 10px 15px;
    background-color: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.filters li.btn:after {
    content: "/";
    margin-left: 15px;
    color: #CED4DA;
    font-weight: 300;
}

.filters li.btn:last-child:after {
    display: none;
}

.filters li.btn.active, 
.filters li.btn:hover {
    color: #009142; /* Reference green */
}

.filters li.btn a {
    color: inherit;
    text-decoration: none !important;
}

.filters li.btn a:hover {
    color: inherit;
    text-decoration: none !important;
}

.filters li.btn span {
    text-decoration: none !important;
}

.filters li input {
    display: none;
}

/* Gallery Box Styles */
.galeri-box {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.galeri-box:hover {
    transform: translateY(-5px);
}

.galeri-info {
    padding: 20px;
}

.galeri-info .title {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

.galeri-info .description {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

/* Overlay Icon Styles */
.overlay-icon {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.overlay-icon .check-km {
    width: 60px;
    height: 60px;
    background: #FFFFFF !important;
    color: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.overlay-icon .check-km:hover {
    background: #f8f9fa !important;
    transform: scale(1.1);
}

.dlab-img-overlay1:before {
    background: rgba(0, 145, 66, 1) !important; /* Adjusted green overlay */
}

/* Masonry Overrides */
.card-container {
    transition: all 0.5s ease-in-out;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .filters li.btn {
        padding: 5px 10px;
        font-size: 13px;
    }
}

/* Rabu Ceria Section */
.section-head .dlab-separator-outer {
    margin-top: 15px;
}

.dlab-box {
    transition: all 0.3s ease;
}

.dlab-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.dlab-title a {
    color: #333;
    text-decoration: none;
}

.dlab-title a:hover {
    color: #009142;
}

/* Detail Page Styles */
.green-bullets {
    list-style: none;
    padding-left: 0;
}

.green-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.green-bullets li:before {
    content: "•";
    color: #009142;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.green-quote-box blockquote {
    background-color: #009142 !important; /* Green background */
    border-left: none;
    color: #fff;
}

.green-quote-box .blockquote-footer {
    color: rgba(255, 255, 255, 0.8) !important;
}

.event-meta ul li i {
    color: #009142; /* Green icons */
}

.event-meta ul li {
    font-size: 14px;
    font-weight: 500;
}
