.modal .close_img{position:absolute;background:rgba(0,0,0,.5)}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);justify-content:center;align-items:center;z-index:1000000}.modal img{max-width:90%;max-height:90%}.modal .close_img{top:28px;right:25px;color:#e5e2e2;border:none;border-radius:50%;width:30px;height:30px;font-size:28px;font-weight:700;cursor:pointer;z-index:1;display:flex;justify-content:center;align-items:center;text-align:center}button.nav-arrow{-webkit-tap-highlight-color:transparent;outline:0;background:0 0}button.nav-arrow:focus{outline:0;box-shadow:none}.nav-arrow{position:absolute;top:45%;transform:translateY(-50%);background:0 0;border:none;font-size:50px;cursor:pointer;z-index:1001;line-height:40px;text-align:center;color:#ce0b0b}.nav-arrow.prev{left:18px}.nav-arrow.next{right:18px}.modal-counter{position:absolute;background:rgba(0,0,0,.5);color:#fff;padding:8px 10px 4px;border-radius:12px;font-size:15px;font-family:sans-serif;z-index:1002;top:28px}.modal-dots{position:absolute;bottom:5px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:1002;height:10px}.modal-dots .dot{width:10px;height:10px;border-radius:50%;background-color:#ccc;transition:all .3s ease;flex-shrink:0}.modal-dots .dot.active{width:24px;border-radius:5px;background-color:#fff;transition:all .3s ease}.modal-image-wrapper{width:600px;height:600px;display:flex;justify-content:center;align-items:center;background-color:#ffffff94;border-radius:16px;overflow:hidden;position:relative}.modal-image-wrapper img{max-width:100%;max-height:100%;object-fit:cover}.modal-contentt{display:flex;flex-direction:column;align-items:center;position:relative;padding:20px}.ai-tag{position:absolute;bottom:15px;left:5px;width:310px;padding:10px 3px;border-radius:10px;font-size:11px;font-weight:500;color:#333;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ai-tag img{width:16px;height:16px;margin:0 0 0 6px;vertical-align:middle}.modal-btn-group-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px;margin:20px 0;position:relative;z-index:33}.modal-btn{padding:12px 20px;font-size:13px;border-radius:10px;font-weight:700;cursor:pointer;white-space:nowrap;border:none;transition:.2s ease;display:flex;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;width:49%}.modal-btn:hover,a.ai-tag:hover{transform:translateY(-1px);opacity:.95}@media (max-width:768px){.modal-image-wrapper{width:90vw;height:75vh}}@media (max-width:380px){.modal-btn{width:100%}}@keyframes pulse-slide{0%{transform:scaleX(1)}50%{transform:scaleX(1.4)}100%{transform:scaleX(1)}}.modal-dots .dot.active.animate{animation:pulse-slide .4s ease}
