:root{--primary-cyan: #00d9ff;--text-white: #ffffff;--text-gray: #b8b8b8;--bg-black: #000000;--accent-red: #ff4444}.faq-banner{position:relative;width:100%;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.content-left{position:relative;z-index:2;opacity:0;transform:translate(-50px);animation:slideInLeft 1s ease-out forwards}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.particles{position:absolute;width:100%;height:100%;overflow:hidden;z-index:1}.particle{position:absolute;width:3px;height:3px;background:#ffffff80;border-radius:50%;animation:float-up linear infinite}.particle:nth-child(1){left:10%;animation-duration:8s;animation-delay:0s}.particle:nth-child(2){left:20%;animation-duration:10s;animation-delay:1s}.particle:nth-child(3){left:30%;animation-duration:12s;animation-delay:2s}.particle:nth-child(4){left:40%;animation-duration:9s;animation-delay:.5s}.particle:nth-child(5){left:50%;animation-duration:11s;animation-delay:1.5s}.particle:nth-child(6){left:60%;animation-duration:10s;animation-delay:.8s}.particle:nth-child(7){left:70%;animation-duration:13s;animation-delay:2.5s}.particle:nth-child(8){left:80%;animation-duration:9s;animation-delay:1.2s}.particle:nth-child(9){left:90%;animation-duration:11s;animation-delay:.3s}.particle:nth-child(10){left:15%;animation-duration:10s;animation-delay:2s}@keyframes float-up{0%{bottom:-10%;opacity:0}10%{opacity:1}90%{opacity:1}to{bottom:110%;opacity:0}}.neon-bg{position:absolute;width:100%;height:100%;pointer-events:none;z-index:1}.neon-circle-bg{position:absolute;border-radius:50%;filter:blur(120px);opacity:.3;animation:pulse 8s ease-in-out infinite}.neon-1{width:500px;height:500px;background:radial-gradient(circle,rgba(255,0,255,.6) 0%,transparent 70%);top:-100px;left:-100px;animation-delay:0s}.neon-2{width:600px;height:600px;background:radial-gradient(circle,rgba(0,255,255,.6) 0%,transparent 70%);bottom:-150px;right:-150px;animation-delay:2s}.neon-3{width:400px;height:400px;background:radial-gradient(circle,rgba(0,255,157,.6) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:4s}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.5}}.grid-bg{position:absolute;width:100%;height:100%;background-size:50px 50px;animation:gridMove 20s linear infinite;z-index:1}@keyframes gridMove{0%{transform:translateY(0)}to{transform:translateY(50px)}}.banner-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;max-width:1400px;width:90%;gap:80px}.text-section{flex:1;animation:slideInLeft 1s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.section-label{font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:4px;color:var(--primary-cyan);margin-bottom:2rem;display:block;position:relative;padding-bottom:.5rem;animation:fadeInDown .8s ease-out .2s backwards}.section-label:after{content:"";position:absolute;bottom:0;left:0;width:60px!important;height:3px;background:var(--primary-cyan);animation:expandLine .8s ease-out .8s forwards}@keyframes expandLine{to{width:100%}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.main-heading{font-family:Bebas Neue,sans-serif;font-size:4rem;line-height:1.1;margin-bottom:2.5rem;letter-spacing:2px;animation:fadeInUp 1s ease-out .4s backwards;color:#fff}.main-heading .highlight{color:var(--primary-cyan);display:inline-block;animation:textGlow 2s ease-in-out infinite alternate}@keyframes textGlow{0%{text-shadow:0 0 10px rgba(0,217,255,.5)}to{text-shadow:0 0 20px rgba(0,217,255,.8),0 0 30px rgba(0,217,255,.4)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.image-section{flex:1;position:relative;perspective:1000px;animation:slideInRight 1s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.parallax-container{position:relative;width:100%;height:300px;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.main-image-wrapper{position:relative;max-width:700px;width:100%;height:auto;overflow:hidden;transition:transform .3s ease;transform-style:preserve-3d}.main-image{width:100%;height:auto;object-fit:cover;display:block;transition:transform .3s ease;filter:brightness(.9) contrast(1.1)}.main-image-wrapper:hover{transform:translateZ(30px) scale(1.05)}.floating-icon{position:absolute;font-size:40px;opacity:.7;animation:floatAround 6s ease-in-out infinite;filter:drop-shadow(0 0 15px currentColor);transition:transform .1s ease-out;z-index:-1}.icon-1{top:5%;left:5%;animation-delay:0s;color:#0ff}.icon-2{top:10%;right:10%;animation-delay:1s;color:#f0f}.icon-3{bottom:10%;left:10%;animation-delay:2s;color:#00ff9d}.icon-4{bottom:5%;right:5%;animation-delay:1.5s;color:#ff0}.icon-5{top:50%;left:-5%;animation-delay:.5s;color:#ff6b6b}.icon-6{top:50%;right:-5%;animation-delay:2.5s;color:#4ecdc4}@keyframes floatAround{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(15px,-15px) rotate(5deg)}50%{transform:translate(-15px,15px) rotate(-5deg)}75%{transform:translate(15px,15px) rotate(5deg)}}@media(max-width:1024px){.banner-content{flex-direction:column;gap:50px;text-align:center}.main-heading{font-size:3.5rem}.main-image-wrapper{height:400px}}@media(max-width:768px){.main-heading{font-size:2.5rem}.section-label{font-size:1.2rem}.main-image-wrapper{height:300px}.floating-icon{font-size:30px}}@media(max-width:480px){.main-heading{font-size:2rem}.main-image-wrapper{height:250px}.floating-icon{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/faq_banner.css.map */
