/* .gv-gallery-tabs{text-align:center;margin-bottom:15px}
.gv-gallery-tabs .tab-btn{padding:8px 16px;margin:5px;border:none;background:#eee;border-radius:20px;cursor:pointer}
.gv-gallery-tabs .tab-btn.active,.gv-gallery-tabs .tab-btn:hover{background:#2E7D32;color:#fff}

.gvCoverflow .swiper-slide{width:280px;height:340px;border-radius:12px;overflow:hidden}
.gvCoverflow .swiper-slide img{width:100%;height:100%;object-fit:cover}

.gvCoverflow .swiper-pagination {
    position: relative;
    text-align:center;
	top : 0px;
}


.swiper-pagination-bullet-active {
    background: #2E7D32 !important;
}
 */

/* ---------------------------------------
   FILTER TABS
---------------------------------------- */
.gv-gallery-tabs {
    text-align: center;
    margin-bottom: 15px;
}

.gv-gallery-tabs .tab-btn {
    padding: 8px 16px;
    margin: 5px;
    border: none;
    background: #eee;
    border-radius: 20px;
    cursor: pointer;
}

.gv-gallery-tabs .tab-btn.active,
.gv-gallery-tabs .tab-btn:hover {
    background: #2E7D32;
    color: #fff;
}

/* ---------------------------------------
   COVERFLOW SLIDES
---------------------------------------- */

/* DESKTOP / BIG SCREEN — Reduce slide width */
.gvCoverflow .swiper-slide {
    width: 220px !important;    /* Smaller width = fewer visible slides */
    height: 340px;
    border-radius: 12px;
    overflow: hidden;
}

.gvCoverflow .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------------------------------------
   RESPONSIVE SLIDE WIDTH
---------------------------------------- */

/* Mobile — full width look */
@media only screen and (max-width: 768px) {
    .gvCoverflow .swiper-slide {
        width: 70% !important;   /* so center slide looks larger */
        height: 320px;
    }
}

/* Tablet */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .gvCoverflow .swiper-slide {
        width: 180px !important;
        height: 330px;
    }
}

/* ---------------------------------------
   PAGINATION DOTS
---------------------------------------- */

.gvCoverflow .swiper-pagination {
    position: relative;
    top: 5px;         
    text-align: center;
}

.swiper-pagination-bullet-active {
    background: #2E7D32 !important;
}

/* Make bullets look uniform */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
}
