.gse-slide-image {
    position: relative;
    overflow: hidden;
}

.gse-blurred img {
    cursor: pointer;
    transition: filter 0.3s ease;
}

.gse-slide-image img {
    transition: filter 0.3s ease;
}

.gse-reveal-prompt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 50px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 10;
    transition: opacity 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

.gse-eye-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.gse-blurred .gse-reveal-prompt {
    opacity: 1;
}

.gse-slide-image:not(.gse-blurred) .gse-reveal-prompt {
    opacity: 0;
    display: none;
}

.gse-slide-caption-wrap {
    display: flex;
    flex-direction: column;
}

.gse-slide-title {
    display: block;
}

.gse-slide-caption {
    display: block;
}
.gse-slide-image img{
	width:100%;
	object-fit:cover;
}
/* Hide default Swiper arrows when custom icons are chosen */
.gse-custom-arrows .swiper-button-prev:after,
.gse-custom-arrows .swiper-button-next:after {
    display: none;
}

.gse-custom-arrows .swiper-button-prev,
.gse-custom-arrows .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gse-custom-arrows .swiper-button-prev i,
.gse-custom-arrows .swiper-button-next i {
    color: inherit;
    font-size: inherit;
}

.gse-custom-arrows .swiper-button-prev svg,
.gse-custom-arrows .swiper-button-next svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}

.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    top: calc(42% - 14px) !important;
}
@media screen and (max-width:1399px){
	.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    	top: calc(42% - 20px) !important;
	}
}
@media screen and (max-width:1299px){
	.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    	top: calc(42% - 22px) !important;
	}
}
@media screen and (max-width:1199px){
	.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    	top: calc(42% - 24px) !important;
	}
}
@media screen and (max-width:992px){
	.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    	top: calc(42% - 29px) !important;
	}
}
@media screen and (max-width:880px){
	.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    	top: calc(42% - 44px) !important;
	}
}
@media screen and (max-width:767px){
	.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    	top: calc(42% - 12px) !important;
	}
}
@media screen and (max-width:576px){
	.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    	top: calc(42% - 24px) !important;
	}
}
@media screen and (max-width:460px){
	.team-gallery-carousel-slider .swiper-button-next, .team-gallery-carousel-slider .swiper-button-prev {
    	top: calc(42% - 24px) !important;
	}
}