.aamil-gallery-wrapper{position:relative;margin-bottom:50px}.aamil-gallery-container{width:100%;height:100%;overflow:hidden;position:relative}.swiper-slide{display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;box-sizing:border-box}.aamil-gallery-item{display:block;width:100%;height:100%;position:relative;overflow:hidden;color:#fff;text-decoration:none;cursor:pointer}.aamil-item-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.aamil-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.gradient-style-overlay .aamil-item-image{z-index:1}.gradient-style-overlay .aamil-item-overlay{z-index:2}.gradient-style-background .aamil-item-image{z-index:2}.gradient-style-background .aamil-item-overlay{z-index:3;background:0 0 !important}.aamil-gallery-wrapper[data-hover-effect=zoom] .aamil-gallery-item:hover .aamil-item-image{transform:scale(1.05)}.aamil-gallery-wrapper[data-hover-effect=brighten] .aamil-item-image{filter:brightness(1);transition:filter .3s ease-in-out}.aamil-gallery-wrapper[data-hover-effect=brighten] .aamil-gallery-item:hover .aamil-item-image{filter:brightness(1.2)}.aamil-gallery-wrapper[data-hover-effect=grayscale] .aamil-item-image{filter:grayscale(100%);transition:filter .3s ease-in-out}.aamil-gallery-wrapper[data-hover-effect=grayscale] .aamil-gallery-item:hover .aamil-item-image{filter:grayscale(0%)}.aamil-gallery-wrapper[data-hover-effect=slide-up] .aamil-item-content{transform:translateY(20px);opacity:0;transition:transform .3s ease,opacity .3s ease}.aamil-gallery-wrapper[data-hover-effect=slide-up] .aamil-gallery-item:hover .aamil-item-content{transform:translateY(0);opacity:1}.aamil-gallery-wrapper.is-hovered .swiper-slide{filter:blur(3px) brightness(.8);transform:scale(.95);opacity:.7;transition:filter .4s ease,transform .4s ease,opacity .4s ease}.aamil-gallery-wrapper.is-hovered .swiper-slide.is-active-hover{filter:blur(0) brightness(1);transform:scale(1);opacity:1}.aamil-item-overlay{display:flex;padding:20px;box-sizing:border-box;pointer-events:auto}.aamil-item-content{width:100%;color:#fff;pointer-events:none}.aamil-item-title{margin:0 0 5px;font-weight:700;padding:10px 5px 0;display:inline-block;line-height:1.2;pointer-events:auto}.aamil-item-desc{margin:0;line-height:1.5}.swiper-pagination{position:static !important;margin-top:20px;text-align:center}.swiper-pagination-bullet-active{background:#0073aa}.aamil-gallery-wrapper .swiper-button-prev,.aamil-gallery-wrapper .swiper-button-next{position:absolute;bottom:-45px;width:40px;height:40px;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:filter .3s ease;top:auto;margin:0}.aamil-gallery-wrapper .swiper-button-prev svg,.aamil-gallery-wrapper .swiper-button-next svg{fill:currentColor;width:24px;height:24px}.aamil-gallery-wrapper .swiper-button-prev{right:55px;left:auto}.aamil-gallery-wrapper .swiper-button-next{right:10px;left:auto}.aamil-gallery-wrapper .swiper-button-prev.swiper-button-disabled,.aamil-gallery-wrapper .swiper-button-next.swiper-button-disabled{opacity:.5;cursor:not-allowed}.aamil-lightbox{display:none;position:fixed;z-index:2147483647;left:0;top:0;width:100%;height:100%;overflow-y:auto;background-color:rgba(0,0,0,.85);padding:40px 20px;box-sizing:border-box}.aamil-lightbox.active{display:flex}.aamil-lightbox-content{position:relative;background-color:#fff;padding:0;border-radius:8px;width:100%;max-width:900px;margin:auto;max-height:calc(100vh - 80px);box-shadow:0 4px 8px rgba(0,0,0,.2),0 6px 20px rgba(0,0,0,.19);animation-name:animatetop;animation-duration:.4s;display:flex;flex-direction:column;overflow:hidden}@keyframes animatetop{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.aamil-lightbox-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:15;transition:background-color .3s ease;padding:0}.aamil-lightbox-close:hover{background:#000}.aamil-lightbox-close svg{width:20px;height:20px;fill:currentColor}.aamil-lightbox-header,.aamil-lightbox-footer{width:100%;box-sizing:border-box;flex-shrink:0;position:relative;z-index:5}.aamil-lightbox-header{background:rgba(80,80,80,.7);padding:15px 20px;color:#fff}.aamil-lightbox-title{margin:0;font-size:1.5em;line-height:1.2}.aamil-lightbox-body{width:100%;flex-grow:1;overflow:auto;display:flex;justify-content:center;align-items:center;padding:10px;box-sizing:border-box}.aamil-lightbox-image{display:block;margin:0;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.aamil-lightbox-footer{padding:20px;background-color:#f9f9f9;overflow-y:auto;max-height:30%}.aamil-lightbox-description{margin:0;color:#333;line-height:1.6}.aamil-lightbox-button-wrapper{margin-top:15px}.aamil-lightbox-button{display:inline-block;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;transition:filter .3s ease}.aamil-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);left:15px;right:15px;display:flex;justify-content:space-between;z-index:10;pointer-events:none}.aamil-lightbox-nav button{background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;width:44px;height:44px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease,filter .3s ease;padding:0;pointer-events:auto}.aamil-lightbox-nav button:hover{background-color:rgba(0,0,0,.8)}.aamil-lightbox-nav button svg{width:28px;height:28px;fill:currentColor}@media (max-width:768px){.aamil-lightbox{padding:0}.aamil-lightbox-content{width:100%;height:100%;max-height:100%;border-radius:0}.aamil-lightbox-nav{left:5px;right:5px}.aamil-lightbox-nav button{width:40px;height:40px}}