.Videos-module__Hz9UNW__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:18px 0;display:grid}.Videos-module__Hz9UNW__card{cursor:pointer;aspect-ratio:16/10;background:#fafafa;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #0206170f}.Videos-module__Hz9UNW__media{object-fit:cover;width:100%;height:100%;display:block}.Videos-module__Hz9UNW__loading,.Videos-module__Hz9UNW__empty{text-align:center;color:#555;padding:24px}.Videos-module__Hz9UNW__lightbox{z-index:9999;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Videos-module__Hz9UNW__lightboxContent{max-width:90%;max-height:90%}.Videos-module__Hz9UNW__lightboxContent img,.Videos-module__Hz9UNW__lightboxContent video{border-radius:8px;max-width:100%;max-height:80vh;display:block}.Videos-module__Hz9UNW__close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:22px;position:absolute;top:8px;right:8px}.Videos-module__Hz9UNW__arrowButton{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff512f,#dd2476);border:none;border-radius:50px;margin-top:8px;padding:10px 20px;font-weight:700;transition:all .3s}.Videos-module__Hz9UNW__arrowButton:hover{transform:scale(1.05);box-shadow:0 8px 15px #0000004d}.Videos-module__Hz9UNW__mediaImage{object-fit:cover;cursor:pointer;border-radius:12px;width:100%;height:200px;transition:transform .3s;box-shadow:0 4px 10px #0000001a}.Videos-module__Hz9UNW__mediaImage:hover{transform:scale(1.05)}.Videos-module__Hz9UNW__hero{text-align:center;color:#fff;background-color:#0000;background-image:linear-gradient(#0b3c5db3,#0b3c5db3),url(https://res.cloudinary.com/dpwuym7xg/image/upload/v1758898506/zannya/uploads/images/ilyhjfpy0s8u8zvgbueg.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;height:90vh;padding:0 20px;display:flex}.Videos-module__Hz9UNW__heroContent h1{max-width:800px;font-size:48px}.Videos-module__Hz9UNW__heroContent p{max-width:600px;margin:20px auto;font-size:18px}.Videos-module__Hz9UNW__heroButtons{margin-top:20px}.Videos-module__Hz9UNW__heroOverlay h1{margin-bottom:20px;font-size:3rem;font-weight:700}.Videos-module__Hz9UNW__heroOverlay p{max-width:600px;margin:auto;font-size:1.2rem;line-height:1.6}.Videos-module__Hz9UNW__heroButtons{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px;display:flex}.Videos-module__Hz9UNW__heroButtons button{cursor:pointer;color:#fff;background:#ff6b35;border:none;border-radius:30px;padding:14px 28px;font-size:16px;transition:all .3s}.Videos-module__Hz9UNW__heroButtons button:hover{background:#ff4c12;transform:translateY(-3px)}.Videos-module__Hz9UNW__navbar{z-index:1000;background:#fff;justify-content:space-between;align-items:center;padding:25px 8%;display:flex;position:sticky;top:0}.Videos-module__Hz9UNW__logo{color:var(--primary);font-size:22px;font-weight:700}.Videos-module__Hz9UNW__navLinks{align-items:center;gap:25px;display:flex}.Videos-module__Hz9UNW__navLinks a{color:var(--primary);font-weight:500;text-decoration:none}.Videos-module__Hz9UNW__active{display:flex}.Videos-module__Hz9UNW__hamburger{cursor:pointer;font-size:24px;display:none}.Videos-module__Hz9UNW__btnPrimary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:25px;padding:10px 22px;transition:all .3s}.Videos-module__Hz9UNW__btnPrimary:hover{opacity:.8}.Videos-module__Hz9UNW__btnOutline{color:#fff;background:0 0;border:2px solid #fff;border-radius:25px;margin-left:10px;padding:10px 22px}@media (max-width:768px){.Videos-module__Hz9UNW__navLinks{background:#fff;flex-direction:column;padding:20px;display:none;position:absolute;top:80px;right:8%}.Videos-module__Hz9UNW__active{display:flex}.Videos-module__Hz9UNW__hamburger{display:block}.Videos-module__Hz9UNW__heroContent h1{font-size:32px}}.Videos-module__Hz9UNW__modalOverlay{z-index:999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:15px;display:flex;position:fixed;top:0;left:0}.Videos-module__Hz9UNW__modalContent{background:#fff;border-radius:10px;flex-direction:column;width:100%;max-width:520px;max-height:75vh;padding:22px;animation:.25s Videos-module__Hz9UNW__fadeIn;display:flex;overflow:hidden}.Videos-module__Hz9UNW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Videos-module__Hz9UNW__closeBtn{cursor:pointer;background:0 0;border:none;font-size:22px}.Videos-module__Hz9UNW__resourceList{flex-direction:column;gap:15px;padding-right:5px;display:flex;overflow-y:auto}.Videos-module__Hz9UNW__resourceItem{background:#f4f4f4;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}@media (max-width:600px){.Videos-module__Hz9UNW__modalContent{max-width:95%;max-height:85vh;padding:18px}.Videos-module__Hz9UNW__resourceItem{flex-direction:column;align-items:flex-start;width:100%}.Videos-module__Hz9UNW__resourceItem a{text-align:center;width:100%}}@keyframes Videos-module__Hz9UNW__fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Videos-module__Hz9UNW__dropdown{position:relative}.Videos-module__Hz9UNW__dropdownTitle{cursor:pointer;font-weight:500}.Videos-module__Hz9UNW__dropdownMenu{z-index:1000;background:#fff;border-radius:10px;flex-direction:column;min-width:200px;margin-top:1px;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #00000026}.Videos-module__Hz9UNW__dropdownItem{color:#333;padding:12px 15px;font-size:15px;text-decoration:none;transition:background .3s;display:block}.Videos-module__Hz9UNW__dropdownItem:hover{background:#f5f5f5}.Videos-module__Hz9UNW__dropdown:hover .Videos-module__Hz9UNW__dropdownMenu{display:flex}@media (max-width:1024px){.Videos-module__Hz9UNW__highlightCard{flex:45%}}@media (max-width:640px){.Videos-module__Hz9UNW__highlightCard{flex:100%}}.Videos-module__Hz9UNW__resourcesRow{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-top:2rem;display:flex}.Videos-module__Hz9UNW__resourceCard{text-align:center;background:#f5f7fa;border-radius:12px;flex:30%;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #0000001a}.Videos-module__Hz9UNW__resourceCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.Videos-module__Hz9UNW__resourceIcon{color:#0b3c5d;margin-bottom:1rem;font-size:3rem}.Videos-module__Hz9UNW__resourceCard h3{color:#0b3c5d;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.Videos-module__Hz9UNW__resourceCard p{color:#333;margin-bottom:1rem;font-size:.95rem}.Videos-module__Hz9UNW__downloadBtn{color:#fff;background:#f4a261;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.Videos-module__Hz9UNW__downloadBtn:hover{background:#0b3c5d}.Videos-module__Hz9UNW__footer{color:#f5f7fa;background-color:#0b3c5d;padding:2rem 1rem 1rem;font-family:Segoe UI,sans-serif}.Videos-module__Hz9UNW__footerContainer{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:auto;display:flex}.Videos-module__Hz9UNW__footerSection{flex-direction:column;flex:250px;gap:.5rem;display:flex}.Videos-module__Hz9UNW__footerSection h4{color:#f4a261;margin-bottom:.5rem;font-size:1.2rem}.Videos-module__Hz9UNW__contactLinks a,.Videos-module__Hz9UNW__footerLink,.Videos-module__Hz9UNW__adminLink{color:#f5f7fa;cursor:pointer;margin-bottom:.3rem;text-decoration:none}.Videos-module__Hz9UNW__contactLinks a:hover,.Videos-module__Hz9UNW__footerLink:hover,.Videos-module__Hz9UNW__adminLink:hover{color:#f4a261;text-decoration:underline}.Videos-module__Hz9UNW__footerBottom{text-align:center;color:#dcdcdc;margin-top:2rem;font-size:.9rem}.Videos-module__Hz9UNW__footer{background:var(--primary);color:#fff;text-align:center;padding:30px}
.IncreaseImagis-module__3KXE5W__thumbnail{cursor:pointer;object-fit:cover;width:400px;height:250px;transition:transform .3s}.IncreaseImagis-module__3KXE5W__thumbnail:hover{transform:scale(1.1)}.IncreaseImagis-module__3KXE5W__overlay{z-index:999;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.IncreaseImagis-module__3KXE5W__overlayImage{object-fit:contain;border-radius:10px;max-width:90%;max-height:90%}
