#video-learning-section .section-header{text-align:center;margin-bottom:4rem}#video-learning-section .section-title{font-size:50px;margin-bottom:1rem;color:#333;font-family:Impact}#video-learning-section .section-subtitle{font-size:1.125rem;color:#333;max-width:600px;margin:0 auto;line-height:1.6}#video-learning-section .premium-videos-section{position:relative}#video-learning-section .subsection-title{font-size:30px;margin-bottom:2rem;color:#333;display:flex;align-items:center;gap:.5rem;font-family:impact}#video-learning-section .premium-title .lock-icon{color:#f59e0b}#video-learning-section .videos-grid{display:grid;gap:2rem;margin-bottom:2rem}#video-learning-section .free-videos .videos-grid,#video-learning-section .videos-grid.free-videos{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (min-width: 768px){#video-learning-section .free-videos .videos-grid,#video-learning-section .videos-grid.free-videos{grid-template-columns:repeat(2,1fr)}}#video-learning-section .premium-videos.videos-grid,#video-learning-section .premium-videos .videos-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (min-width: 768px){#video-learning-section .premium-videos.videos-grid,#video-learning-section .premium-videos .videos-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){#video-learning-section .premium-videos.videos-grid,#video-learning-section .premium-videos .videos-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1024px){#video-learning-section .free-videos .videos-grid,#video-learning-section .videos-grid.free-videos{gap:2.5rem}}#video-learning-section .video-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.08)}#video-learning-section .video-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}#video-learning-section .free-video:hover{border-color:#3b82f64d}#video-learning-section .premium-video:hover{border-color:#00000026;cursor:pointer}#video-learning-section .video-wrapper{position:relative;width:100%;aspect-ratio:16/9;background:#f3f4f6;overflow:hidden}#video-learning-section .youtube-embed{width:100%;height:100%}#video-learning-section .youtube-embed iframe{width:100%;height:100%;border:none}#video-learning-section .custom-video{width:100%;height:100%}#video-learning-section .custom-video video{width:100%;height:100%;object-fit:cover}#video-learning-section .video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af}#video-learning-section .video-thumbnail{width:100%;height:100%;object-fit:cover}#video-learning-section .blurred{filter:blur(6px)}#video-learning-section .video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:2}#video-learning-section .blur-overlay{background:#0000004d}#video-learning-section .lock-overlay{text-align:center;color:#fff}#video-learning-section .lock-icon-large{color:#fff;margin-bottom:1rem;opacity:.95;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}#video-learning-section .unlock-text{font-weight:600;font-size:1rem;margin:0;color:#fff;letter-spacing:.025em;text-shadow:0 2px 4px rgba(0,0,0,.3)}#video-learning-section .video-content{padding:1.25rem 1rem}#video-learning-section .premium-content{padding:1rem}#video-learning-section .video-title{font-size:3rem;font-weight:600;margin-bottom:.5rem;color:#333;line-height:1.4}#video-learning-section .premium-video-title{font-size:1rem;font-weight:600;margin-bottom:.4rem;color:#333;line-height:1.3}#video-learning-section .video-description{color:#333;line-height:1.5;margin:0 0 .75rem;font-size:20px;font-family:hind Vadodara}#video-learning-section .premium-video-description{color:#666;line-height:1.4;margin:0 0 .75rem;font-size:17px;font-family:hind Vadodara}#video-learning-section .video-duration{display:inline-block;background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}#video-learning-section .premium-cta{text-align:center;margin-top:3rem}#video-learning-section .btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}#video-learning-section .btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 14px #3b82f663}#video-learning-section .btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f680}#video-learning-section .btn-large{padding:1rem 2.5rem;font-size:1.125rem}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;align-items:center;justify-content:center;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:scale(.9) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}#video-learning-section .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}#video-learning-section .modal-header h3{font-size:1.5rem;font-weight:600;color:#333;margin:0}#video-learning-section .modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}#video-learning-section .modal-close:hover{background:#f3f4f6;color:#333}#video-learning-section .modal-body{padding:1.5rem}#video-learning-section .modal-body p{color:#666;line-height:1.6;margin-bottom:1.5rem}#video-learning-section .modal-features{margin:1.5rem 0}#video-learning-section .feature-item{display:flex;align-items:center;margin-bottom:.75rem;color:#333;font-weight:500}#video-learning-section .feature-item:last-child{margin-bottom:0}#video-learning-section .modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;text-align:center}@media (max-width: 767px){#video-learning-section .videos-grid,#video-learning-section .premium-videos.videos-grid,#video-learning-section .free-videos .videos-grid{grid-template-columns:1fr;gap:1.5rem}#video-learning-section .section-header,#video-learning-section .free-videos-section,#video-learning-section .premium-videos-section{margin-bottom:3rem}#video-learning-section .video-content{padding:1rem}#video-learning-section .premium-content{padding:.75rem}#video-learning-section .modal-content{margin:1rem;max-width:none}#video-learning-section .modal-header,#video-learning-section .modal-body,#video-learning-section .modal-footer{padding:1rem}#video-learning-section .modal-header h3{font-size:1.25rem}}#video-learning-section .video-card:focus-within{outline:2px solid #3b82f6;outline-offset:2px}#video-learning-section .btn:focus{outline:2px solid #3b82f6;outline-offset:2px}#video-learning-section .modal-close:focus{outline:2px solid #3b82f6;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/video-learning-section.css.map */
