.schedule-wrapper{max-width:1300px;margin:auto;padding:50px 20px;position:relative}.schedule-wrapper:before{content:'';position:absolute;left:110px;top:0;width:4px;height:100%;background:linear-gradient(to bottom,#00c6ff,#0072ff);border-radius:20px}.schedule-row{display:flex;align-items:stretch;gap:40px;margin-bottom:35px;position:relative}.schedule-time{width:90px;min-width:90px;font-size:22px;font-weight:700;color:#0f172a;position:relative;padding-top:20px;flex-shrink:0}.schedule-time:after{content:'';position:absolute;right:-31px;top:28px;width:18px;height:18px;border-radius:50%;background:#0072ff;border:4px solid #fff;box-shadow:0 0 0 5px rgba(0,114,255,.15)}.schedule-events{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;flex:1;width:100%}.schedule-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:.3s ease;border-left:6px solid #0072ff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.schedule-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.12)}.schedule-card h3{margin-top:0;margin-bottom:10px;font-size:24px;line-height:1.2;color:#0f172a}.schedule-card p{margin-bottom:8px;color:#475569;line-height:1.6}.schedule-tag{display:inline-block;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:15px;width:max-content;background:#e0f2fe;color:#0369a1}.workshop{border-left-color:#0ea5e9}.keynote{border-left-color:#8b5cf6}.networking{border-left-color:#10b981}.competition{border-left-color:#f59e0b}.panel{border-left-color:#ef4444}.duration-half{min-height:80px}.duration-1{min-height:140px}.duration-2{min-height:280px}.duration-3{min-height:420px}.duration-4{min-height:560px}.duration-5{min-height:700px}.duration-6{min-height:840px}.schedule-card .vc_tta-panel{border:none!important;margin-bottom:12px!important}.schedule-card .vc_tta-panel-heading{border:none!important;background:#f8fafc!important;border-radius:12px!important}.schedule-card .vc_tta-panel-title{font-size:14px!important;font-weight:600!important}.schedule-card .vc_tta-panel-body{border:none!important;background:white!important}@media(max-width:768px){.schedule-wrapper:before{display:none}.schedule-row{flex-direction:column;gap:15px}.schedule-time{width:100%;min-width:100%;padding-top:0;font-size:18px}.schedule-time:after{display:none}.schedule-events{grid-template-columns:1fr}.schedule-card{min-height:auto!important}}