/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 8 Feb 2026, 2:06 pm
*/

.foogallery-paging,
.foogallery-page-count,
.foogallery-caption-count {
    display: none !important;
}


.foogallery-container::after {
    content: "Mobil Training Program";
    display: block;
    text-align: center;
    font-weight: 600;
    margin-top: 8px;
}
