.sc-gallery-item {
    background: #FFFFFF0F;
    backdrop-filter: blur(67px);
    border: 1px solid #585857;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 30px;
    transition: all .3s ease-in-out;
}

.sc-gallery-item p{
    font-weight: 400;
    font-size: 25px;
    line-height: 50px;
    color: #FFFFFF;
	margin-bottom: 0px;
}
.owl-item.active .sc-gallery-item p {
	transition: all .3s ease-in-out;
}

.owl-item.active + .owl-item.active .sc-gallery-item p {
    min-width: 121px;
}
.sc-gallery-item h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.sc-gallery-info {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top:20px;
}
.sc-gallery-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-gallery-info-left {
    display: flex;
    align-items: center;
}
.sc-gallery-lightbox-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.sc-gallery-info-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}
.sc-gallery-info-right {
    display: flex;
    align-items: center;
}


.sc-gallery .owl-nav button {
    background: #FFFFFF0F !important;
    backdrop-filter: blur(67px);
    border: 1px solid #585857 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 16px !important;
    transition: all .3s ease-in-out;
}
.sc-gallery .owl-nav button + button{
    margin-left: 20px;
}
.sc-gallery .owl-nav button:hover {
    opacity:.8;
}
.sc-gallery-wrap{
    position: relative;
}

.sc-gallery .owl-nav {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
}
.sc-gallery-info-img img {
    width: 100%;
    height: 100%;
}
.sc-gallery-info-left h3 {
    margin: 0;
}
.sc-gallery-info-content {
    margin-bottom: 20px;
}
@media(max-width:991px){
   .sc-gallery-item {
        border-radius: 20px;
        padding: 30px;
    }
    .sc-gallery-info-right img {
        max-width: 20px;
    }

   
    .sc-gallery-info-img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}
@media(max-width:767px){
    .sc-gallery-item {
        padding: 20px;
    }
    .sc-gallery-info {
        display: block;
    }
    .sc-gallery-info-right {
        max-width: 150px;
        margin-top: 15px;
    }
 
}
button.mfp-arrow {
    width: 100px;
    padding: 0;
    height: auto;
    background: transparent;
    border: none;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: #fff;
    opacity: 1;
    color: #000;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    right: 0;
    top: 7px;
}

.sc-gallery-lightbox-link {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
a.sc-gallery-lightbox-link img {
    border-radius: 10px;
}
.sc-gallery-lightbox-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000054;
    transition: all .3s ease-in-out;
    opacity: 1;
    border-radius: 10px;
}

.sc-gallery-lightbox-link:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("https://ament.shehabpro.online/wp-content/uploads/2026/02/zoom-in.png");
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    opacity:1;
    position: absolute;
}

.sc-gallery-lightbox-link:hover:after, a.sc-gallery-lightbox-link:hover:before {
    opacity: 1;
}