 .gallery-slider-wrapper {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin: 0 auto !important;
}
    .gallery-slider {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .slick-track {
      display: flex !important;
      align-items: center;
	 height: 410px !important;
    }
.slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    opacity: 9;
    transition: opacity 0.3s ease;
}
	.gallery-slide-inner img {
		object-fit: cover !important;
		width: 100% !important;
		height: 100% !important;
	}
.slick-slide.slick-active {
    height: 410px !important;
}
.slick-active img {
    width: 584px !important;
    height: 410px !important;
}
.slick-track .gallery-popup-slide.slick-slide.slick-current.slick-active img {
    width: 100% !important;
    height: auto !important;
}
    .slick-center {
      opacity: 1 !important;
      z-index: 2;
    }
    .gallery-slide-inner {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      background: #222;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .gallery-slide-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }
    .slick-center .gallery-slide-inner {
      width: 584px !important;
      height: 410px !important;
    }
    .gallery-slick-medium .gallery-slide-inner {
      width: 246px !important;
      height: 314px !important;
    }
    .gallery-slick-small .gallery-slide-inner {
      width: 146px !important;
      height: 186px !important;
    }
    .gallery-slide-caption {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 16px 20px;
      color: #fff;
      font-size: 16px;
      border-radius: 0 0 12px 12px;
      display: none;
      text-align: center;
    }
.gallery-slide-caption h6, .popup-text h6 {
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: "Inter", Sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: -0.24px;
    color: #FFF;
}
.gallery-slide-caption p, .popup-text p {
    margin-top: 4px;
    margin-bottom: 0px;
    font-family: "Inter", Sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    color: #FFF;
}
	.slick-center .gallery-slide-caption {
		display: block;
		background: rgba(0, 0, 0, 0.20);
		-webkit-backdrop-filter: blur(12px); /* <- add this */
		backdrop-filter: blur(12px);
	}
    .slick-prev, .slick-next {
      display: none !important;
    }
    .gallery-slider-controls {
      margin-top: 36px;
      display: flex;
      justify-content: center;
      gap: 12px;
    }
	.gallery-custom-prev.slick-arrow, .gallery-custom-next.slick-arrow {
		border-radius: 100px;
		background: var(--Color-Surface-Surface-Secondary, rgba(255, 255, 255, 0.10));
		display: flex;
		width: 48px;
		height: 48px;
		padding: 2px 12px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		aspect-ratio: 1/1;
}
.gallery-slider-controls .slick-arrow:hover, .gallery-slider-controls .slick-arrow:focus {
    background-color: #F0374B;
}
/*.gallery-custom-prev, .gallery-custom-next {
    background: #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Color-Surface-Surface-Secondary, rgba(255, 255, 255, 0.10));
    line-height: 48px !important;
}*/
	#gallery-fullscreen-popup {
		position: fixed;
		inset: 0;
		display: none;
		justify-content: center;
		align-items: center;
		z-index: 9999;
		flex-direction: column;
		padding: 20px;
		background: #00000038;
		backdrop-filter: blur(100px);
	}
    #gallery-fullscreen-popup.show {
      display: flex;
      animation: fadeIn 0.3s ease;
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    .gallery-popup-slider {
      width: 90%;
    }
    .gallery-popup-slide {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }
    .gallery-popup-slide img {
      max-width: 100%;
      max-height: 80vh;
      border-radius: 12px;
      object-fit: contain;
    }
    .gallery-popup-caption {
      margin-top: 20px;
      font-size: 20px;
    }
    #gallery-popup-close {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 28px;
      color: #fff;
      cursor: pointer;
      z-index: 10000;
      user-select: none;
    }
    .slick-prev, .slick-next {
      display: block !important;
    }
	.gallery-popup-caption {
    position: absolute;
    bottom: -2px;
    margin: 0 auto !important;
    text-align: center !important;
}
	.popup-text {
		width: 689px !important;
		background: rgba(0, 0, 0, 0.20);
		backdrop-filter: blur(12px);
		padding-top: 8px;
		padding-bottom: 8px;
	}
.gallery-popup-slider .slick-prev.slick-arrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
	padding: 24.3px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path d='M5 12.5527H19M5 12.5527L11 18.5527M5 12.5527L11 6.55273' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
    background-color: #ffffff1a;
    border-radius: 100px;
}
	.gallery-popup-slider .slick-next.slick-arrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
	padding: 24.3px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path d='M5 12.5527H19M19 12.5527L13 18.5527M19 12.5527L13 6.55273' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
    background-color: #ffffff1a;
    border-radius: 100px;
	}
	.gallery-popup-slider .slick-next.slick-arrow:hover::before, .gallery-popup-slider .slick-prev.slick-arrow:hover::before, .gallery-popup-slider .slick-next.slick-arrow:focus::before, .gallery-popup-slider .slick-prev.slick-arrow:focus::before {
		background-color: #F0374B;
	}
.gallery-slick-medium .gallery-slide-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40));
    z-index: 1;
}
.gallery-slick-small .gallery-slide-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80));
    z-index: 1;
}
.gallery-popup-slider .slick-next.slick-arrow {
    right: -55px !important;
}
.gallery-popup-slider .slick-prev.slick-arrow {
    left: -80px !important;
}
#gallery-fullscreen-popup .slick-track {
    height: auto !important;
}
.gallery-slider-controls .slick-arrow:hover {
    cursor: pointer;
}
    @media (max-width: 768px) {
      .slick-center .gallery-slide-inner {
        width: 90vw !important;
        height: auto !important;
      }
      .gallery-slick-medium .gallery-slide-inner,
      .gallery-slick-small .gallery-slide-inner {
        display: none;
      }
      .gallery-slide-inner {
        width: 70% !important;
        height: auto !important;
      }
      #gallery-fullscreen-popup {
        display: none !important;
      }
    }
@media only screen and (min-device-width : 768px) and (max-device-width : 1025px) {
	.gallery-slide-inner img {
    width: 100% !important;
}
}