@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes case-study-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-case-study-scroll{animation:60s linear infinite case-study-scroll}.animate-case-study-scroll:hover{animation-play-state:paused}.animate-fadeIn{animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.reviews-section{text-align:center;background-color:#f8fafc;padding:40px 20px}.reviews-heading{color:#1e293b;margin-bottom:15px;font-size:1.8rem}.reviews-title{color:#1e293b;margin-bottom:10px;font-size:2.5rem}.reviews-title .highlight{color:#3b82f6}.reviews-subtitle{color:#64748b;max-width:800px;margin:0 auto 40px;line-height:1.6}.reviews-carousel{align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex;position:relative}.scroll-btn{color:#fff;cursor:pointer;z-index:10;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:background .3s;display:flex}.scroll-btn:hover{background:#2563eb}.scroll-btn:disabled{cursor:not-allowed;background:#cbd5e1}.scroll-btn.left{position:absolute;left:-25px}.scroll-btn.right{position:absolute;right:-25px}.reviews-track{justify-content:center;gap:30px;width:100%;padding:20px 0;display:flex;overflow:hidden}.video-card{background:#fff;border-radius:12px;flex:0 0 calc(33.333% - 20px);max-width:calc(33.333% - 20px);transition:transform .3s;overflow:hidden;box-shadow:0 4px 20px #0000001a}.video-card:hover{transform:translateY(-5px)}.thumbnail-container{cursor:pointer;position:relative}.thumbnail{object-fit:cover;width:100%;height:200px}.play-overlay{background:#0000004d}.play-overlay div{background:#ef4444}.video-card h3{color:#1e293b;margin:15px 0 5px;padding:0 15px;font-size:1.2rem}.video-card p{color:#64748b;padding:0 15px 15px;font-size:.9rem}.corner-lines{position:relative}.top-right:before,.bottom-left:before{content:"";background:linear-gradient(90deg,#3b82f6,#0000);width:100px;height:2px;position:absolute}.top-right:before{top:20px;right:20px}.bottom-left:before{bottom:20px;left:20px;transform:rotate(180deg)}.instructor-section{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:24px;max-width:1400px;margin:40px auto;padding:40px 20px}.carousel-container{justify-content:center;align-items:center;gap:20px;padding:20px 0;display:flex;position:relative}.carousel-btn{color:#fff;cursor:pointer;z-index:10;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 4px 12px #3b82f64d}.carousel-btn:hover{background:#2563eb;transform:scale(1.1)}.carousel-arrow{fill:#fff;width:24px;height:24px}.instructors-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;width:100%;max-width:1200px;display:grid}.instructor-card{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:25px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 6px 20px #00000014}.instructor-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.instructor-image{object-fit:cover;border:4px solid #3b82f6;border-radius:50%;width:120px;height:120px;margin-bottom:20px}.instructor-name{color:#1e293b;margin-bottom:8px;font-size:1.4rem;font-weight:700}.instructor-company{color:#64748b;margin-bottom:15px;font-size:.95rem;line-height:1.4}.company-logos{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:20px;display:flex}.company-logo{object-fit:contain;opacity:.8;width:auto;height:30px;transition:opacity .3s}.company-logo:hover{opacity:1}.instructor-description{color:#475569;flex-grow:1;margin-bottom:20px;font-size:.9rem;line-height:1.5}.know-more-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;margin-top:auto;padding:10px 24px;font-weight:600;transition:all .3s}.know-more-btn:hover{background:#2563eb;transform:translateY(-2px)}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.instructor-modal{background:#fff;border-radius:20px;width:100%;max-width:800px;max-height:90vh;position:relative;overflow-y:auto}.modal-close{color:#64748b;cursor:pointer;z-index:10;background:0 0;border:none;font-size:24px;position:absolute;top:20px;right:20px}.modal-close:hover{color:#1e293b}.modal-content{grid-template-columns:1fr 2fr;gap:30px;padding:40px;display:grid}.modal-image{object-fit:cover;border:6px solid #3b82f6;border-radius:50%;align-self:center;width:200px;height:200px}.modal-details{flex-direction:column;display:flex}.modal-name{color:#1e293b;margin-bottom:10px;font-size:2rem;font-weight:700}.modal-company{color:#3b82f6;margin-bottom:20px;font-size:1.1rem;font-weight:600}.company-logos-modal{gap:15px;margin-bottom:25px;display:flex}.company-logo-modal{object-fit:contain;width:auto;height:40px}.modal-bio{color:#475569;margin-bottom:25px;line-height:1.6}.modal-bio p{margin-bottom:10px}.modal-close-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-self:flex-start;padding:12px 28px;font-weight:600;transition:background .3s}.modal-close-btn:hover{background:#2563eb}@media (max-width:768px){.reviews-title{font-size:2rem}.video-card{flex:0 0 calc(100% - 20px);max-width:calc(100% - 20px)}.scroll-btn.left{left:10px}.scroll-btn.right{right:10px}.instructors-grid{grid-template-columns:1fr}.modal-content{grid-template-columns:1fr;padding:30px 20px}.modal-image{justify-self:center;width:150px;height:150px}}
