.about-section,.video-section{background:linear-gradient(135deg,#f8f5f2,#e9f0f0)}.video-section{padding:80px 0;position:relative;overflow:hidden}.video-section:before{top:-100px;left:-100px;background:rgba(214,88,27,.05)}.video-section:after,.video-section:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;filter:blur(50px);z-index:1}.video-section:after{bottom:-100px;right:-100px;background:rgba(0,77,77,.05)}.video-container{margin-top:60px;display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap;position:relative;z-index:2}.reel-3d-container{perspective:1200px;width:360px;height:590px}.reel-3d-inner{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden;transform-style:preserve-3d;transition:transform .4s ease;box-shadow:0 25px 50px rgba(0,0,0,.15),0 0 0 4px #d6581b,0 0 0 8px rgba(214,88,27,.2);cursor:pointer}.reel-3d-inner:hover{transform:scale(1.02)}.reel-3d-video{width:100%;height:100%;object-fit:cover;border-radius:20px;display:block;transition:all .3s ease}.reel-3d-corner{position:absolute;width:30px;height:30px;background:#d6581b;z-index:3}.reel-3d-corner-tl{top:0;left:0;border-radius:0 0 15px 0}.reel-3d-corner-tr{top:0;right:0;border-radius:0 0 0 15px}.reel-3d-corner-bl{bottom:0;left:0;border-radius:0 15px 0 0}.reel-3d-corner-br{bottom:0;right:0;border-radius:15px 0 0 0}.profiles{display:flex;flex-direction:column;gap:25px;max-height:590px;padding:10px}.profile-card-3d{position:relative;width:365px;height:120px;perspective:1000px}.profile-card-3d-inner{position:relative;width:100%;height:100%;background:linear-gradient(135deg,#004d4d,#066);color:#fff;border-radius:16px;padding:25px;display:flex;align-items:center;gap:15px;transform-style:preserve-3d;transform:translateZ(20px);transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:2;cursor:pointer;overflow:hidden}.profile-card-3d-inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.1),transparent);z-index:1}.profile-card-3d-inner:hover{transform:translateZ(30px) scale(1.03);box-shadow:0 15px 40px rgba(0,0,0,.2)}.profile-card-3d.active .profile-card-3d-inner{background:linear-gradient(135deg,#d6581b,#e87a45);transform:translateZ(35px)}.profile-card-3d-shadow{position:absolute;bottom:-10px;left:10%;width:80%;height:30px;background:rgba(0,0,0,.2);border-radius:50%;filter:blur(10px);transition:all .3s ease;z-index:1}.profile-card-3d:hover .profile-card-3d-shadow{transform:scale(1.1);filter:blur(15px)}.profile-img{width:85px;height:85px;border-radius:50%;object-fit:cover;border:2px solid var(--white);z-index:2}.profile-text{display:flex;flex-direction:column;z-index:2}.profile-text span:first-child{font-weight:600;font-size:18px}.profile-text span:last-child{font-size:14px;color:hsla(0,0%,100%,.8)}.profile-hover-indicator{position:absolute;right:25px;width:40px;height:40px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .3s ease;z-index:2}.profile-card-3d:hover .profile-hover-indicator{opacity:1;transform:scale(1)}.profile-hover-indicator i{color:#fff}.overlay{position:absolute;bottom:20px;left:0;right:0;padding:0 20px;flex-direction:column;z-index:2}.overlay,.overlay .btn{display:flex;gap:10px;align-items:center}.overlay .btn{padding:12px 30px;background:rgba(214,88,27,.9);color:#fff;border:none;border-radius:30px;font-weight:600;font-size:16px;box-shadow:0 5px 15px rgba(214,88,27,.4);transition:all .3s ease;z-index:3}.overlay .btn:hover{background:#b34a17;transform:translateY(-3px);box-shadow:0 8px 20px rgba(214,88,27,.6)}.powered{font-size:12px;color:hsla(0,0%,100%,.7);margin-top:5px}.play-icon{position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1;display:flex;justify-content:center;align-items:center;width:90px;height:90px;background:rgba(214,88,27,.85);border-radius:50%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 0 20px rgba(0,0,0,.3)}.play-icon.visible{opacity:1}.play-icon-inner i{margin-top:3px;margin-left:3px;font-size:24px;color:#fff}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 0 rgba(214,88,27,.7)}70%{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 0 40px rgba(214,88,27,0)}to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 0 rgba(214,88,27,0)}}.play-icon.pulse{animation:pulse 2s infinite}@media screen and (max-width:1024px){.video-container{margin-top:40px}}@media screen and (max-width:768px){.video-section{padding:60px 0}}@media screen and (max-width:576px){.video-section{padding:50px 0}.video-container{margin-top:30px}}