@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);body{font-family:'Inter',sans-serif;margin:0;padding:0;background-color:#f4f4f4}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.play-icon{pointer-events:none;transition:opacity 0.3s ease}.play-icon-circle{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(0,0,0,.55);box-shadow:0 8px 16px rgba(15,23,42,.28);transition:transform 0.3s ease,background 0.3s ease,box-shadow 0.3s ease}.play-icon-circle svg{width:60px;height:60px;display:block}.video-card:hover .play-icon-circle{background:rgba(0,0,0,.68);transform:scale(1.05);box-shadow:0 10px 20px rgba(15,23,42,.28)}.video-section{margin:20px;text-align:center}.video-container{display:flex;overflow-x:auto;gap:15px;padding:10px}.video-container iframe{width:300px;height:200px;border-radius:10px;background-color:#000}.arrow-control{align-items:center;justify-content:center;width:72px;height:72px;border:none;background:none;padding:0;cursor:pointer}.arrow-control-circle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:0 12px 20px rgba(15,23,42,.14);border:1px solid rgba(209,213,219,.65);transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.arrow-control-circle svg{width:24px;height:24px}.arrow-control-circle svg path{stroke:#111827;transition:stroke 0.25s ease}.arrow-control:hover .arrow-control-circle{box-shadow:0 16px 28px rgba(15,23,42,.18);border-color:rgba(156,163,175,.85);background:#111827}.arrow-control--right:hover .arrow-control-circle{transform:translateX(3px)}.arrow-control--left:hover .arrow-control-circle{transform:translateX(-3px)}.arrow-control:disabled,.arrow-control.disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.arrow-control:disabled .arrow-control-circle,.arrow-control.disabled .arrow-control-circle{box-shadow:none;border-color:rgba(209,213,219,.5);background:#fff}.arrow-control:hover .arrow-control-circle svg path{stroke:#fff}