:root{--color-bg:#f0f0f0;--color-surface:#fff;--color-primary:#c08030;--color-primary-dark:#a06020;--color-text:#101010;--color-text-muted:#555;--font-main:"Outfit", sans-serif;--glass-bg:#f0f0f0d9;--glass-border:#00000014}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);cursor:default;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:all .3s}img{max-width:100%;display:block}.global-cinematic-bars{pointer-events:none;z-index:9999;width:100%;height:100vh;position:fixed;top:0;left:0}.global-cinematic-bars .bar{background:#000;width:100%;height:4vh;position:absolute;left:0}.global-cinematic-bars .bar-top{top:0}.global-cinematic-bars .bar-bottom{bottom:0}.film-grain{pointer-events:none;z-index:9999;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}.cursor-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#c0803026 0%,#f0f0f000 70%);border-radius:50%;width:400px;height:400px;transition:transform .1s ease-out;position:fixed;transform:translate(-50%,-50%)}@media (width<=576px){.cursor-glow{display:none}}.reveal{opacity:0;will-change:transform, opacity;transition:opacity 1.2s cubic-bezier(.25,1,.4,1),transform 1.2s cubic-bezier(.25,1,.4,1)}.reveal.fade-up{transform:translateY(40px)}.reveal.fade-right{transform:translate(-40px)}.reveal.fade-left{transform:translate(40px)}.reveal.scale-up{transform:scale(.97)}.reveal.active{opacity:1;transform:translate(0)scale(1)}.text-reveal-line{display:block;overflow:hidden}.text-reveal-line span{opacity:0;will-change:transform, opacity;transition:transform 1s cubic-bezier(.25,1,.4,1),opacity 1s cubic-bezier(.25,1,.4,1);display:inline-block;transform:translateY(100%)}.text-reveal-line.active span{opacity:1;transform:translateY(0)}.section-container{z-index:10;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}@media (width<=576px){.section-container{padding:0 1.5rem}}@media (width<=500px){.section-container{padding:0 1rem}}@media (width<=375px){.section-container{padding:0 .75rem}}@media (width<=320px){.section-container{padding:0 .5rem}}.section-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}@media (width<=576px){.section-title{font-size:2rem}}.section-subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.125rem}.btn{cursor:pointer;z-index:1;border-radius:50px;padding:.875rem 2rem;font-size:1rem;font-weight:600;display:inline-block;position:relative;overflow:hidden}.btn:before{content:"";z-index:-1;background:#0000000d;width:0%;height:100%;transition:width .3s;position:absolute;top:0;left:0}.btn:hover:before{width:100%}.btn-primary{background:var(--color-primary);color:#fff;border:2px solid var(--color-primary)}.btn-primary:hover{color:var(--color-primary);background:0 0}.btn-outline{color:var(--color-text);border:2px solid var(--color-text);background:0 0}.btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary)}.navbar{z-index:100;background:0 0;width:100%;transition:all .4s;position:fixed;top:4vh;left:0}.navbar.scrolled,.navbar.solid-bg{background:var(--glass-bg);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid var(--glass-border);padding:.5rem 0}.navbar.scrolled .brand-logo,.navbar.solid-bg .brand-logo,.navbar.scrolled .nav-links a,.navbar.solid-bg .nav-links a{color:var(--color-text)}.navbar.scrolled .mobile-menu-btn span,.navbar.solid-bg .mobile-menu-btn span{background:var(--color-text)}.navbar .nav-container{justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;padding:1.25rem 2rem;display:flex}@media (width<=576px){.navbar .nav-container{padding:1rem 1.5rem}}@media (width<=375px){.navbar .nav-container{padding:.75rem 1rem}}@media (width<=500px){.navbar .nav-container{padding:.75rem .8rem}}.navbar .brand-logo{letter-spacing:1px;text-transform:uppercase;color:#fff;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;display:flex}.navbar .brand-logo .logo-image{border-radius:4px;width:auto;height:40px}.navbar .brand-logo span{color:var(--color-primary);font-weight:300}@media (width<=375px){.navbar .brand-logo{font-size:1.2rem}.navbar .brand-logo .logo-image{height:30px}}@media (width<=500px){.navbar .brand-logo{font-size:1.1rem}}.navbar .nav-links{gap:2.5rem;display:flex}.navbar .nav-links a{letter-spacing:.5px;color:#fff;font-size:.95rem;font-weight:500;position:relative}.navbar .nav-links a:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.navbar .nav-links a:hover:after,.navbar .nav-links a.active:after{width:100%}.navbar .nav-links a:hover{color:var(--color-primary)}@media (width<=768px){.navbar .nav-links{background:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:calc(100vh - 70px);transition:left .4s ease-in-out;position:fixed;top:70px;left:100%}.navbar .nav-links.open{left:0}.navbar .nav-links.open a{color:var(--color-text)}.navbar .nav-links a{font-size:1.5rem}}.navbar .mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.navbar .mobile-menu-btn span{background:#fff;width:25px;height:2px;transition:all .3s;display:block}.navbar .mobile-menu-btn.active span:first-child{transform:translateY(7px)rotate(45deg)}.navbar .mobile-menu-btn.active span:nth-child(2){opacity:0}.navbar .mobile-menu-btn.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar .mobile-menu-btn{display:flex}}.hero-section{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 2rem;display:flex;position:relative;overflow:hidden}.hero-section .hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-section .hero-background .hero-video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-background .video-overlay{z-index:1;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-content{z-index:10;max-width:900px;position:relative}.hero-section .hero-content .hero-title{letter-spacing:-2px;color:#fff;text-shadow:0 10px 30px #00000080;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1}.hero-section .hero-content .hero-title span{color:var(--color-primary);padding-right:5px;font-style:italic}.hero-section .hero-content .hero-subtitle{color:#eaeaea;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.5rem)}.hero-section .hero-content .hero-actions{justify-content:center;gap:1.5rem;display:flex}.hero-section .hero-content .hero-actions .btn-outline{color:#fff;border-color:#fff}.hero-section .hero-content .hero-actions .btn-outline:hover{color:var(--color-primary-dark);background:#fff}@media (width<=576px){.hero-section .hero-content .hero-actions{flex-direction:column;gap:1rem}.hero-section .hero-content .hero-actions .btn{width:100%}}.hero-section .scroll-indicator{z-index:10;opacity:.7;cursor:pointer;color:#fff;flex-direction:column;align-items:center;gap:10px;text-decoration:none;animation:2s infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-section .scroll-indicator:hover{opacity:1;color:var(--color-primary)}.hero-section .scroll-indicator:hover .mouse{border-color:var(--color-primary)}.hero-section .scroll-indicator:hover .mouse:before{background:var(--color-primary)}.hero-section .scroll-indicator .mouse{border:2px solid #fff;border-radius:12px;width:24px;height:36px;transition:all .3s;position:relative}.hero-section .scroll-indicator .mouse:before{content:"";background:#fff;border-radius:50%;width:4px;height:4px;transition:all .3s;animation:2s infinite scrollWheel;position:absolute;top:6px;left:50%;transform:translate(-50%)}.hero-section .scroll-indicator p{text-transform:uppercase;letter-spacing:2px;font-size:.75rem}.about-section{background:var(--color-surface);padding:8rem 0;position:relative}.about-section .about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media (width<=768px){.about-section .about-grid{grid-template-columns:1fr;gap:3rem}}.about-section .about-text .about-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--color-primary);border-left:3px solid var(--color-primary);margin-bottom:1.2rem;padding-left:.75rem;font-size:.85rem;font-weight:700;display:inline-block}.about-section .about-text .section-title em{color:var(--color-primary);font-style:italic}.about-section .about-text p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.125rem}.about-section .about-text p:last-child{margin-bottom:0}.about-section .about-text .about-values{border-top:1px solid var(--glass-border);flex-direction:column;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;display:flex}.about-section .about-text .about-values .value-item{align-items:flex-start;gap:1rem;display:flex}.about-section .about-text .about-values .value-item .value-icon{flex-shrink:0;margin-top:.1rem;font-size:1.5rem}.about-section .about-text .about-values .value-item strong{color:var(--color-text);margin-bottom:.3rem;font-size:1rem;font-weight:700;display:block}.about-section .about-text .about-values .value-item p{color:var(--color-text-muted);margin-bottom:0;font-size:.95rem;line-height:1.5}.about-section .about-visual{flex-direction:column;gap:2rem;display:flex}.about-section .about-visual .glass-card{background:var(--color-bg);border:1px solid var(--glass-border);border-radius:20px;grid-template-columns:1fr 1fr;gap:2rem;padding:3rem;display:grid;position:relative;overflow:hidden}.about-section .about-visual .glass-card:before{content:"";background:linear-gradient(90deg, var(--color-primary), transparent);width:100%;height:5px;position:absolute;top:0;left:0}.about-section .about-visual .glass-card .stat h3{color:var(--color-primary);margin-bottom:.5rem;font-size:3rem;line-height:1}.about-section .about-visual .glass-card .stat p{text-transform:uppercase;letter-spacing:2px;color:var(--color-text-muted);font-size:.85rem}@media (width<=576px){.about-section .about-visual .glass-card{grid-template-columns:1fr 1fr;gap:1.5rem;padding:2rem}.about-section .about-visual .glass-card .stat h3{font-size:2.2rem}}.about-section .about-visual .about-quote{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);border-radius:16px;padding:2rem 2.5rem}.about-section .about-visual .about-quote blockquote{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-style:italic;font-weight:600;line-height:1.6}.about-section .about-visual .about-quote cite{color:#fffc;letter-spacing:.5px;font-size:.9rem;font-style:normal}@media (width<=576px){.about-section .about-visual .about-quote{padding:1.5rem}.about-section .about-visual .about-quote blockquote{font-size:1rem}}.showreel-section{background:var(--color-bg);padding:6rem 0}.showreel-section .video-container{aspect-ratio:21/9;border:1px solid var(--glass-border);background:#000;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000026}.showreel-section .video-container .showreel-video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.showreel-section .video-container .video-overlay{background:linear-gradient(#0000,#0009);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:background .3s;display:flex;position:absolute;top:0;left:0}.showreel-section .video-container .video-overlay:hover{background:linear-gradient(#0000,#0006)}.showreel-section .video-container .video-overlay:hover .play-btn{background:var(--color-primary);transform:scale(1.1)}.showreel-section .video-container .video-overlay:hover .play-btn .play-icon{border-left-color:#fff}.showreel-section .video-container .video-overlay .play-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid var(--color-primary);cursor:pointer;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;transition:all .3s;display:flex}.showreel-section .video-container .video-overlay .play-btn .play-icon{border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:15px solid var(--color-primary);width:0;height:0;margin-left:5px;transition:border-color .3s}.showreel-section .video-container .video-overlay h2{letter-spacing:2px;text-transform:uppercase;color:#fff;font-size:2rem}@media (width<=576px){.showreel-section .video-container .video-overlay h2{font-size:1.25rem}}.expertise-section,.why-us-section{text-align:center;background:var(--color-surface);padding:8rem 0}.why-us-section{background:var(--color-bg)}.expertise-section .expertise-grid,.why-us-section .expertise-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width<=992px){.expertise-section .expertise-grid,.why-us-section .expertise-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.expertise-section .expertise-grid,.why-us-section .expertise-grid{grid-template-columns:1fr}}.expertise-section .expertise-card,.why-us-section .expertise-card{background:var(--color-bg);border:1px solid var(--glass-border);text-align:center;border-radius:16px;padding:3rem 2rem;transition:transform .4s,background .4s,border-color .4s,box-shadow .4s}.expertise-section .expertise-card:hover,.why-us-section .expertise-card:hover{border-color:var(--color-primary);background:#fff;transform:translateY(-10px);box-shadow:0 10px 30px #c0803026}.expertise-section .expertise-card .card-icon,.why-us-section .expertise-card .card-icon{margin-bottom:1.5rem;font-size:3rem;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.expertise-section .expertise-card.card-direction:hover .card-icon,.why-us-section .expertise-card.card-direction:hover .card-icon{transform:scale(1.25)}.expertise-section .expertise-card.card-execution:hover .card-icon,.why-us-section .expertise-card.card-execution:hover .card-icon{animation:.5s shake-lightning}.expertise-section .expertise-card.card-quality:hover .card-icon,.why-us-section .expertise-card.card-quality:hover .card-icon{transform:rotate(-15deg)scale(1.15)}.expertise-section .expertise-card.card-support:hover .card-icon,.why-us-section .expertise-card.card-support:hover .card-icon{animation:2s linear infinite spin-sync}.expertise-section .expertise-card h3,.why-us-section .expertise-card h3{margin-bottom:1rem;font-size:1.5rem}.expertise-section .expertise-card p,.why-us-section .expertise-card p{color:var(--color-text-muted);font-size:1rem}@keyframes shake-lightning{0%{transform:rotate(0)scale(1)}25%{transform:rotate(-15deg)scale(1.2)}50%{transform:rotate(15deg)scale(1.2)}75%{transform:rotate(-15deg)scale(1.2)}to{transform:rotate(0)scale(1)}}@keyframes spin-sync{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.portfolio-section{background:var(--color-bg);text-align:center;padding:8rem 0}.portfolio-section .portfolio-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (width<=992px){.portfolio-section .portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.portfolio-section .portfolio-grid{grid-template-columns:1fr}}.portfolio-section .portfolio-item{aspect-ratio:4/5;background:var(--color-surface);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000000d}.portfolio-section .portfolio-item:before{content:"";z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;animation:12s ease-in-out infinite alternate zoomInOut;position:absolute;inset:-10%}.portfolio-section .portfolio-item:first-child:before{background-image:url(./indian_portfolio_webseries_1780725100860-L394FrDR.png)}.portfolio-section .portfolio-item:nth-child(2):before{background-image:url(./indian_portfolio_commercial_1780725137816-D5Y8UOox.png)}.portfolio-section .portfolio-item:nth-child(3):before{background-image:url(./indian_portfolio_magazine_1780725115254-BkTuYsMF.png)}.portfolio-section .portfolio-item:nth-child(4):before{background-image:url(./indian_portfolio_jewellery_1780725126042-C1ZEWMkC.png)}.portfolio-section .portfolio-item:nth-child(5):before{background-image:url(./indian_portfolio_ramp_1780725150873-BlB19DWu.png)}.portfolio-section .portfolio-item:nth-child(6):before{background-image:url(./indian_portfolio_ecommerce-JceV16ln.png)}.portfolio-section .portfolio-item .portfolio-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);text-align:left;z-index:2;opacity:1;visibility:visible;background:#ffffffd9;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2rem;animation:3s forwards hideOverlay;display:flex;position:absolute;top:0;left:0}.portfolio-section .portfolio-item .portfolio-overlay h3{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem}.portfolio-section .portfolio-item .portfolio-overlay p{color:var(--color-primary);font-weight:600}.portfolio-section .portfolio-item:hover .portfolio-overlay{opacity:1;visibility:visible;background:#fffffff2;transition:all .3s;animation:none!important}.video-gallery-section{padding:8rem 0}.video-gallery-section .video-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}@media (width<=768px){.video-gallery-section .video-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.video-gallery-section .video-grid{grid-template-columns:1fr}}.video-gallery-section .video-card{aspect-ratio:16/9;transform-style:preserve-3d;background:#000;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.video-gallery-section .video-card video{object-fit:cover;opacity:.7;width:100%;height:100%;transition:opacity .4s}.video-gallery-section .video-card .video-card-overlay{color:#fff;background:linear-gradient(#0000,#000c);width:100%;padding:2rem;transition:transform .3s;position:absolute;bottom:0;left:0;transform:translateZ(30px)}.video-gallery-section .video-card .video-card-overlay h3{margin-bottom:.25rem;font-size:1.5rem}.video-gallery-section .video-card .video-card-overlay p{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.video-gallery-section .video-card:hover video{opacity:1}.process-section{background:var(--color-surface);text-align:center;padding:8rem 0}.process-section .timeline{max-width:800px;margin:4rem auto 0;position:relative}.process-section .timeline:before{content:"";background:var(--glass-border);width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (width<=576px){.process-section .timeline:before{left:20px}}.process-section .timeline-item{justify-content:flex-end;margin-bottom:4rem;padding-right:50%;display:flex;position:relative}.process-section .timeline-item:nth-child(2n){justify-content:flex-start;padding-left:50%;padding-right:0}.process-section .timeline-item:nth-child(2n) .timeline-content{text-align:left;margin-left:3rem}@media (width<=576px){.process-section .timeline-item:nth-child(2n){padding-left:60px}.process-section .timeline-item:nth-child(2n) .timeline-content{margin-left:0}}.process-section .timeline-item:last-child{margin-bottom:0}@media (width<=576px){.process-section .timeline-item{justify-content:flex-start;padding-left:60px;padding-right:0}}.process-section .timeline-dot{background:var(--color-surface);border:2px solid var(--color-primary);width:40px;height:40px;color:var(--color-primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (width<=576px){.process-section .timeline-dot{left:20px}}.process-section .timeline-content{text-align:right;margin-right:3rem}@media (width<=576px){.process-section .timeline-content{text-align:left;margin-right:0}}.process-section .timeline-content h3{color:var(--color-primary);margin-bottom:.5rem;font-size:1.5rem}.process-section .timeline-content p{color:var(--color-text-muted)}.awards-section{background:var(--color-bg);padding:6rem 0}.awards-section .glass-banner{background:var(--color-surface);border:1px solid var(--glass-border);text-align:center;border-radius:24px;padding:4rem 2rem;box-shadow:0 20px 40px #0000000d}.awards-section .awards-list{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2rem;display:flex}.awards-section .awards-list span{color:var(--color-text);align-items:center;gap:10px;font-size:1.1rem;font-weight:600;display:flex}.contact-section{background:var(--color-surface);padding:8rem 0}.contact-section .contact-card{text-align:center;background:var(--color-bg);border:1px solid var(--glass-border);border-radius:24px;max-width:700px;margin:0 auto;padding:4rem}@media (width<=576px){.contact-section .contact-card{padding:2rem}}.contact-section .cinematic-form{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.contact-section .cinematic-form .input-group{width:100%}.contact-section .cinematic-form input,.contact-section .cinematic-form textarea{border:none;border-bottom:1px solid var(--glass-border);width:100%;color:var(--color-text);font-family:var(--font-main);background:0 0;padding:1rem 0;font-size:1rem;transition:border-color .3s}.contact-section .cinematic-form input:focus,.contact-section .cinematic-form textarea:focus{border-bottom-color:var(--color-primary);outline:none}.contact-section .cinematic-form input::placeholder,.contact-section .cinematic-form textarea::placeholder{color:var(--color-text-muted)}.contact-section .cinematic-form .btn{align-self:center;margin-top:1rem}.brands-section{background:var(--color-surface);border-bottom:1px solid var(--glass-border);padding:4rem 0;overflow:hidden}.brands-section .brands-marquee{width:100%;display:flex;overflow:hidden}.brands-section .brands-marquee .marquee-content{flex-shrink:0;align-items:center;gap:2.5rem;min-width:100%;animation:25s linear infinite marquee;display:flex}.brands-section .brands-marquee .marquee-content span{letter-spacing:2px;color:var(--color-text-muted);opacity:.6;white-space:nowrap;flex-shrink:0;font-size:1.2rem;font-weight:800;transition:all .3s}.brands-section .brands-marquee .marquee-content span:hover{color:var(--color-text);opacity:1}.brands-section .brands-marquee .marquee-content span.dot{color:var(--color-primary);flex-shrink:0;font-size:.9rem}@media (width<=576px){.brands-section{padding:2.5rem 0}.brands-section .brands-marquee .marquee-content{gap:1.5rem}.brands-section .brands-marquee .marquee-content span{letter-spacing:1.5px;font-size:1rem}.brands-section .brands-marquee .marquee-content span.dot{font-size:.75rem}}@media (width<=500px){.brands-section{padding:2rem 0}.brands-section .brands-marquee .marquee-content{gap:1.2rem}.brands-section .brands-marquee .marquee-content span{letter-spacing:1px;font-size:.85rem}.brands-section .brands-marquee .marquee-content span.dot{font-size:.65rem}}@media (width<=375px){.brands-section{padding:1.5rem 0}.brands-section .brands-marquee .marquee-content{gap:1rem}.brands-section .brands-marquee .marquee-content span{letter-spacing:.5px;font-size:.75rem}.brands-section .brands-marquee .marquee-content span.dot{font-size:.6rem}}@media (width<=320px){.brands-section .brands-marquee .marquee-content{gap:.8rem}.brands-section .brands-marquee .marquee-content span{letter-spacing:.3px;font-size:.65rem}.brands-section .brands-marquee .marquee-content span.dot{font-size:.55rem}}.team-section{padding:8rem 0}.team-section .team-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}@media (width<=768px){.team-section .team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.team-section .team-grid{grid-template-columns:1fr}}.team-section .team-card{background:var(--color-surface);border:1px solid var(--glass-border);border-radius:12px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.team-section .team-card:hover{transform:translateY(-10px)}.team-section .team-card .team-img{aspect-ratio:1;transform-origin:50%;background-color:#ddd;background-position:50%;background-size:cover;width:100%;animation:15s ease-in-out infinite alternate zoomInOut}.team-section .team-card .team-img.team-1{background-image:url(./indian_team_1_1780726093982-Igfbwgcc.png)}.team-section .team-card .team-img.team-2{background-image:url(./indian_team_2_1780726107204-DfXX4YBD.png)}.team-section .team-card .team-img.team-3{background-image:url(./indian_team_3_1780726119195-DJnIcNUp.png)}.team-section .team-card .team-info{text-align:center;padding:1.5rem}.team-section .team-card .team-info h3{color:var(--color-text);margin-bottom:.5rem;font-size:1.25rem}.team-section .team-card .team-info p.role{color:var(--color-primary);margin-bottom:.75rem;font-weight:500}.team-section .team-card .team-info p.bio{color:var(--color-text-muted);font-size:.9rem;font-weight:400;line-height:1.5}.bts-section{background:var(--color-surface);padding:8rem 0}.bts-section .bts-content{grid-template-columns:1fr 1fr;align-items:stretch;gap:4rem;min-height:500px;display:grid}@media (width<=768px){.bts-section .bts-content{grid-template-columns:1fr;align-items:center}}.bts-section .bts-text{flex-direction:column;justify-content:center;display:flex}.bts-section .bts-text p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.bts-section .bts-text p:last-child{margin-bottom:0}.bts-section .bts-images{gap:1.5rem;height:100%;display:flex;position:relative}.bts-section .bts-images .bts-img-large{background:url(./indian_bts_1_1780726133573-B-DLNamW.png) 50%/cover;border-radius:12px;flex:2;height:100%;animation:20s ease-in-out infinite alternate zoomInOut;box-shadow:0 20px 40px #0000001a}@media (width<=768px){.bts-section .bts-images .bts-img-large{aspect-ratio:3/4;height:auto}}.bts-section .bts-images .bts-img-small{background:url(./indian_portfolio_magazine_1780725115254-BkTuYsMF.png) 50%/cover;border-radius:12px;flex:1;height:calc(100% - 2rem);animation:15s ease-in-out infinite alternate-reverse zoomInOut;transform:translateY(2rem);box-shadow:0 20px 40px #0000001a}@media (width<=768px){.bts-section .bts-images .bts-img-small{aspect-ratio:3/4;height:auto}}.footer{color:#fff;background:#050505;padding:5rem 2rem 2rem}.footer .footer-container{max-width:1900px;margin:0 auto 4rem}.footer .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}@media (width<=768px){.footer .footer-grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer .footer-grid{text-align:center;grid-template-columns:1fr}}.footer .footer-col h3{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.footer .footer-col p{color:#aaa;margin-bottom:.5rem;line-height:1.6}.footer .footer-logo-wrapper{align-items:center;gap:10px;margin-bottom:1.5rem;display:flex}@media (width<=576px){.footer .footer-logo-wrapper{justify-content:center}}.footer .footer-logo-wrapper .logo-image{border-radius:4px;height:35px}.footer .footer-logo-wrapper h2{text-transform:uppercase;letter-spacing:1px;color:#fff;font-size:1.5rem;font-weight:800}.footer .footer-logo-wrapper h2 span{color:var(--color-primary);font-weight:300}.footer .brand-col p{max-width:300px}@media (width<=576px){.footer .brand-col p{margin:0 auto}}.footer .footer-links{flex-direction:column;gap:1rem;display:flex}.footer .footer-links a{color:#aaa;font-weight:400;transition:color .3s}.footer .footer-links a:hover{color:var(--color-primary)}.footer .social-links{gap:1rem;margin-top:1rem;display:flex}.footer .social-links a{color:var(--color-text);justify-content:center;align-items:center;transition:color .3s;display:inline-flex}.footer .social-links a:hover{color:var(--color-primary)}.footer .footer-bottom{text-align:center;color:#aaa;border-top:1px solid #ffffff1a;padding-top:1rem;padding-bottom:1rem;font-size:.875rem}.footer .footer-bottom a{color:#ccc;margin:0 .5rem;transition:color .3s}.footer .footer-bottom a:hover{color:var(--color-primary)}@media (width>=1500px){body{font-size:18px}.section-container,.footer-container{max-width:100%;padding:0 2rem}.nav-container{max-width:100%;padding:1.5rem 2rem}.hero-content{max-width:100%}.section-title{font-size:3.5rem}.section-subtitle{font-size:1.3rem}.nav-links{gap:3.5rem}.nav-links a{font-size:1.1rem}.brand-logo{font-size:1.75rem}.about-grid{gap:6rem}.about-text p{font-size:1.25rem}.about-visual .glass-card{padding:4rem}.about-visual .glass-card .stat h3{font-size:4.5rem}.about-visual .glass-card .stat p{font-size:1.25rem}.expertise-card{padding:4rem 3rem}.expertise-card h3{font-size:1.8rem}.expertise-card p{font-size:1.15rem}.portfolio-overlay{padding:3rem}.portfolio-overlay h3{font-size:1.8rem}.portfolio-overlay p{font-size:1.15rem}.video-card-overlay{padding:3rem}.video-card-overlay h3{font-size:1.8rem}.video-card-overlay p{font-size:1.1rem}.timeline{max-width:100%}.timeline-content h3{font-size:1.8rem}.timeline-content p{font-size:1.15rem}.team-info{padding:2rem}.team-info h3{font-size:1.5rem}.team-info p{font-size:1.15rem}.bts-content{gap:6rem}.bts-text p{font-size:1.25rem}.awards-list span{font-size:1.3rem}.testimonial-slider{max-width:100%}.contact-card{max-width:100%;padding:5rem}.footer-col h3{margin-bottom:2rem;font-size:1.3rem}}@media (width>=2000px){body{font-size:20px}.section-container,.footer-container{max-width:100%;padding:0 3rem}.nav-container{max-width:100%;padding:2rem 3rem}.hero-content{max-width:100%}.section-title{font-size:4rem}.section-subtitle{font-size:1.5rem}.nav-links a{font-size:1.2rem}.brand-logo{font-size:2rem}.about-grid{gap:8rem}.timeline{max-width:100%}.bts-content{gap:8rem}.testimonial-slider,.contact-card{max-width:100%}}@keyframes pulseGlow{0%{opacity:.15;transform:scale(1)}to{opacity:.3;transform:scale(1.2)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)translate(-50%)}40%{transform:translateY(-10px)translate(-50%)}60%{transform:translateY(-5px)translate(-50%)}}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,15px)}}@keyframes hideOverlay{0%{opacity:1;visibility:visible}66%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes zoomInOut{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.compact-eye-lens{aspect-ratio:16/9;clip-path:ellipse(80% 2%);background:#050505;border-radius:20px;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.reveal.active .compact-eye-lens{animation:4s cubic-bezier(.25,1,.4,1) forwards containerEyeOpen}@keyframes containerEyeOpen{0%{clip-path:ellipse(80% 2%)}15%,45%{clip-path:ellipse(80% 45%)}70%,to{clip-path:ellipse(150% 150%)}}.lens-iris{opacity:0;background:radial-gradient(circle,#c0803080 0%,#000 80%);border:3px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:absolute;transform:scale(0)rotate(-90deg)}.reveal.active .lens-iris{animation:4s cubic-bezier(.25,1,.4,1) forwards irisFocus}@keyframes irisFocus{0%,10%{opacity:0;border-width:3px;transform:scale(0)rotate(-90deg)}25%,45%{opacity:1;border-width:3px;border-radius:50%;transform:scale(1)rotate(0)}70%,to{opacity:1;border-width:0;border-radius:0%;transform:scale(8)rotate(90deg)}}.lens-aperture{border:1px dashed #fff9;border-radius:50%;width:80%;height:80%;animation:15s linear infinite spinAperture;position:absolute}.reveal.active .lens-aperture{animation:15s linear infinite spinAperture,4s cubic-bezier(.25,1,.4,1) forwards fadeAperture}@keyframes fadeAperture{0%,45%{opacity:1}70%,to{opacity:0}}.lens-glass{opacity:0;border-radius:50%;width:100%;height:100%;overflow:hidden}.reveal.active .lens-glass{animation:4s cubic-bezier(.25,1,.4,1) forwards revealVideo}@keyframes revealVideo{0%,20%{opacity:0;filter:blur(10px);border-radius:50%}35%,45%{opacity:1;filter:blur();border-radius:50%}70%,to{opacity:1;filter:blur();border-radius:0%}}.lens-video{object-fit:cover;width:100%;height:100%;transform:scale(2)rotate(-90deg)}.reveal.active .lens-video{animation:4s cubic-bezier(.25,1,.4,1) forwards zoomOutVideo}@keyframes zoomOutVideo{0%,45%{transform:scale(2)rotate(-90deg)}70%,to{transform:scale(1.35)rotate(-90deg)}}.theatre-screen{width:100%;height:100%;box-shadow:inset 0 0 100px #000c, 0 0 80px rgba(var(--color-primary-rgb), .15);border-radius:20px;position:absolute;top:0;left:0;overflow:hidden}.theatre-grain{opacity:.15;pointer-events:none;mix-blend-mode:overlay;z-index:2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.showreel-section{position:relative}.showreel-section:before{content:"";filter:blur(50px);z-index:0;pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:80%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-container{z-index:1}.theatre-screen .video-overlay{z-index:3;background:radial-gradient(circle,#0003 0%,#000c 100%)}.theatre-screen .video-overlay .play-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 0 30px #00000080}.theatre-screen .video-overlay .play-btn svg{transition:transform .3s;transform:translate(3px)}.theatre-screen .video-overlay .play-btn:hover{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 40px rgba(var(--color-primary-rgb), .5);transform:scale(1.15)}.theatre-screen .video-overlay .play-btn:hover svg{transform:translate(3px)scale(1.1)}.video-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;opacity:0;pointer-events:none;background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .4s;display:flex;position:fixed;top:0;left:0}.video-modal-overlay.active{opacity:1;pointer-events:all}.video-modal-content{width:90%;max-width:1200px;box-shadow:0 30px 60px #00000080, 0 0 50px rgba(var(--color-primary-rgb), .2);background:#000;border:1px solid #ffffff1a;border-radius:12px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;transform:scale(.95)translateY(20px)}.video-modal-overlay.active .video-modal-content{transform:scale(1)translateY(0)}.modal-video-wrapper{aspect-ratio:16/9;width:100%;position:relative}.modal-video-wrapper video{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.close-modal-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:3rem;line-height:1;transition:color .3s,transform .3s;position:absolute;top:-50px;right:0}.close-modal-btn:hover{color:var(--color-primary);transform:scale(1.1)rotate(90deg)}@media (width<=576px){.close-modal-btn{z-index:10;text-shadow:0 0 10px #000c;top:10px;right:10px}}.modal-video-wrapper{cursor:pointer}.modal-video-wrapper:hover .custom-video-controls{opacity:1;transform:translateY(0)}.center-play-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;width:100px;height:100px;box-shadow:0 0 30px #00000080, inset 0 0 20px rgba(var(--color-primary-rgb), .3);z-index:5;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.center-play-btn svg{transition:transform .3s,fill .3s;transform:translate(4px)}.center-play-btn:hover{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 50px rgba(var(--color-primary-rgb), .6);transform:translate(-50%,-50%)scale(1.1)}.center-play-btn.playing{opacity:0;pointer-events:none;transform:translate(-50%,-50%)scale(1.5)}.custom-video-controls{opacity:0;z-index:5;background:linear-gradient(#0000,#000c);justify-content:flex-end;align-items:center;gap:1.5rem;width:100%;padding:1.5rem;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:0;left:0;transform:translateY(10px)}@media (width<=576px){.custom-video-controls{opacity:1;transform:translateY(0)}}.control-btn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .2s,transform .2s,color .2s;display:flex}.control-btn:hover{opacity:1;color:var(--color-primary);transform:scale(1.1)}.capabilities-grid{grid-template-columns:repeat(3,1fr)!important}@media (width<=992px){.capabilities-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=576px){.capabilities-grid{grid-template-columns:1fr!important}}.interactive-card{z-index:1;color:#fff;flex-direction:column;justify-content:flex-end;min-height:400px;display:flex;position:relative;overflow:hidden;text-align:left!important;background:#0a0a0a!important;border-color:#ffffff0d!important;padding:3rem 2.5rem!important}.interactive-card .card-content{z-index:3;transition:transform .4s cubic-bezier(.25,1,.4,1);position:relative}.interactive-card h3{font-weight:600;color:#fff!important;margin-bottom:1rem!important;font-size:1.8rem!important}.interactive-card p{transition:opacity .3s;color:#ffffffb3!important;margin-bottom:1.5rem!important}.interactive-card .animated-icon{transition:transform .5s cubic-bezier(.175,.885,.32,1.275);display:inline-block;margin-bottom:2rem!important;font-size:2.5rem!important}.interactive-card .explore-btn{color:var(--color-primary);opacity:0;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.25,1,.4,1);display:inline-flex;transform:translateY(20px)}.interactive-card .explore-btn span{transition:transform .3s}.interactive-card .hover-bg{z-index:2;opacity:0;width:100%;height:100%;transition:opacity .6s cubic-bezier(.25,1,.4,1);position:absolute;top:0;left:0}.interactive-card .hover-bg:after{content:"";background:linear-gradient(#0000004d 0%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.interactive-card:hover{box-shadow:0 30px 60px #0006, 0 0 40px rgba(var(--color-primary-rgb), .2)!important;border-color:#ffffff1a!important;transform:translateY(-15px)scale(1.02)!important}.interactive-card:hover .hover-bg{opacity:1}.interactive-card:hover .card-content{transform:translateY(-10px)}.interactive-card:hover p{opacity:.9!important}.interactive-card:hover .explore-btn{opacity:1;transform:translateY(0)}.interactive-card:hover .explore-btn:hover span{transform:translate(5px)}.interactive-card:hover .film-icon{animation:2s linear infinite filmSpin}.interactive-card:hover .fashion-icon{animation:1s ease-in-out infinite alternate fashionFlash}.interactive-card:hover .ads-icon{animation:1s cubic-bezier(.175,.885,.32,1.275) infinite clapperSnap}.film-reel-bg{background-color:#1e1e1ecc;background-image:repeating-linear-gradient(90deg,#111 0 10px,#0000 10px 20px),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:40px 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:5s linear infinite bgSlide}.ramp-light-bg{background:radial-gradient(circle at 50% -20%, rgba(var(--color-primary-rgb), .4) 0%, transparent 70%), #0a0a0a;animation:4s ease-in-out infinite alternate sweepLight}.clapperboard-bg{background:repeating-linear-gradient(45deg,#111 0 20px,#fff 20px 40px) 0 0/200% 200%;animation:10s linear infinite clapperBgMove;opacity:.2!important}@keyframes filmSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fashionFlash{0%{filter:drop-shadow(0 0 2px var(--color-primary));transform:scale(1)}to{filter:drop-shadow(0 0 15px var(--color-primary));transform:scale(1.1)}}@keyframes clapperSnap{0%,to{transform:rotate(0)}20%{transform:rotate(-20deg)}30%{transform:rotate(5deg)}40%{transform:rotate(0)}}@keyframes bgSlide{0%{background-position:0 0}to{background-position:-40px 0}}@keyframes sweepLight{0%{background-position:-100px 0}to{background-position:100px 0}}@keyframes clapperBgMove{0%{background-position:0 0}to{background-position:100% 100%}}.portfolio-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{color:var(--color-text);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:0 0;border:1px solid #0003;border-radius:30px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.25,1,.4,1)}.filter-btn:hover,.filter-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #c0803066}.portfolio-item{position:relative}.portfolio-item .hover-video{object-fit:cover;opacity:0;z-index:2;pointer-events:none;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.portfolio-item:hover .hover-video{opacity:1}.portfolio-item{transition:transform .4s,opacity .4s,filter .4s}.portfolio-item.hide{opacity:0;pointer-events:none;visibility:hidden;position:absolute;transform:scale(.8)}.portfolio-grid{background:#000;border-top:25px dashed #fff;border-bottom:25px dashed #fff;gap:2rem;width:100vw;margin-left:calc(50% - 50vw);padding:4rem 2rem;position:relative;overflow-x:auto;box-shadow:inset 0 0 0 10px #000,0 0 0 10px #000;flex-wrap:nowrap!important;display:flex!important}.portfolio-grid::-webkit-scrollbar{display:none}.portfolio-grid{-ms-overflow-style:none;scrollbar-width:none;will-change:transform}.portfolio-item{aspect-ratio:auto;scroll-snap-align:center;flex:0 0 400px;height:500px;border-radius:0!important;margin:0!important}@media (width<=576px){.portfolio-item{flex:0 0 300px;height:400px}}.portfolio-item .portfolio-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff!important;z-index:3!important;background:#000000b3!important}.film-scroll-track{width:100vw;margin-top:3rem;margin-left:calc(50% - 50vw);position:relative;overflow:hidden}.film-sticky-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;cursor:grab;align-items:center;width:100%;padding-bottom:2rem;display:flex;overflow-x:auto}.film-sticky-container:active{cursor:grabbing}.film-sticky-container::-webkit-scrollbar{display:none}.film-sticky-container{-ms-overflow-style:none;scrollbar-width:none}#filmStripGrid{margin:0;padding:4rem 10vw;width:auto!important;overflow:visible!important}.portfolio-section .section-container{z-index:5;position:relative}.before-after-section{background:var(--color-bg);padding:6rem 0;overflow:hidden}.comparison-slider{aspect-ratio:16/9;width:100%;max-width:1000px;box-shadow:0 30px 60px #00000080, 0 0 30px rgba(var(--color-primary-rgb), .1);border-radius:20px;margin:4rem auto 0;position:relative;overflow:hidden}@media (width<=576px){.comparison-slider{aspect-ratio:4/5}}.comparison-image{width:100%;height:100%;position:absolute;top:0;left:0}.comparison-image img{object-fit:cover;pointer-events:none;width:100%;height:100%}.before-image{z-index:1}.before-image img{filter:saturate(.4)contrast(.7)brightness(1.15)}.after-image{z-index:2;clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%)}.after-image img{filter:saturate(1.2)contrast(1.15)}.comparison-label{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;letter-spacing:2px;z-index:5;background:#0009;border:1px solid #fff3;border-radius:30px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;position:absolute;top:2rem}.label-before{left:2rem}.label-after{right:2rem}.slider-input{z-index:10;opacity:0;cursor:ew-resize;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}.slider-handle{background:var(--color-primary);z-index:4;pointer-events:none;width:4px;height:100%;box-shadow:0 0 15px rgba(var(--color-primary-rgb), .8);position:absolute;top:0;left:50%;transform:translate(-50%)}.slider-handle .slider-button{color:#000;border:3px solid var(--color-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 5px 15px #00000080}.slider-handle .slider-button svg{width:18px;height:18px}.storyboard-timeline{grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:4rem;display:grid}@media (width<=992px){.storyboard-timeline{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (width<=576px){.storyboard-timeline{grid-template-columns:1fr}}.storyboard-item{position:relative}.storyboard-item:not(:last-child):after{content:"?";color:var(--color-primary);z-index:5;opacity:.5;font-size:1.5rem;font-weight:700;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}@media (width<=992px){.storyboard-item:not(:last-child):after{display:none}}.storyboard-card{background:var(--color-surface);border:1px solid #0000000d;border-radius:8px;flex-direction:column;height:100%;padding:1.5rem;transition:transform .3s cubic-bezier(.25,1,.4,1),box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.storyboard-card .storyboard-media{aspect-ratio:16/9;background:#050505;border-radius:4px;width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.storyboard-card .storyboard-media img{object-fit:cover;width:100%;height:100%;transition:transform 10s}.storyboard-card:hover{border-color:rgba(var(--color-primary-rgb), .5);box-shadow:0 20px 40px #0000001a, 0 0 20px rgba(var(--color-primary-rgb), .15);transform:translateY(-15px)}.storyboard-card:hover .storyboard-media img{transform:scale(1.15)}.storyboard-card .storyboard-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.storyboard-card .storyboard-header .storyboard-step{letter-spacing:2px;color:var(--color-primary);text-transform:uppercase;background:#c080301a;border-radius:4px;padding:.2rem .5rem;font-family:monospace;font-size:.8rem;font-weight:700}.storyboard-card .storyboard-header .storyboard-icon{font-size:1.25rem}.storyboard-card h3{color:var(--color-text);margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.storyboard-card p{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.6}.bts-section{background:var(--color-bg);padding:6rem 0;overflow:hidden}.bts-slider-wrapper{cursor:grab;width:100vw;margin-left:calc(50% - 50vw);padding:2rem 0;position:relative}.bts-slider-wrapper:active{cursor:grabbing}.slider-nav{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .3s,transform .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-nav:hover{background:var(--color-primary);transform:translateY(-50%)scale(1.1)}.slider-nav.prev-slide{left:2rem}.slider-nav.next-slide{right:2rem}@media (width<=576px){.slider-nav{display:none}}.bts-slider{scroll-snap-type:x mandatory;scroll-behavior:smooth;background:#000;border-top:25px dashed #fff;border-bottom:25px dashed #fff;gap:2rem;padding:4rem 2rem;display:flex;position:relative;overflow-x:auto;box-shadow:inset 0 0 0 10px #000,0 0 0 10px #000}.bts-slider::-webkit-scrollbar{display:none}.bts-slider{-ms-overflow-style:none;scrollbar-width:none}.bts-slide{scroll-snap-align:center;border-radius:0;flex:0 0 400px;height:500px;margin:0;transition:transform .4s cubic-bezier(.25,1,.4,1),box-shadow .4s;position:relative;overflow:hidden}@media (width<=576px){.bts-slide{flex:0 0 280px;height:380px}}.bts-slide:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #00000080}.bts-slide:hover .bts-overlay{background:linear-gradient(transparent 50%, rgba(var(--color-primary-rgb), .8) 100%);padding-bottom:2.5rem}.bts-media{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.bts-overlay{z-index:2;background:linear-gradient(#0000 50%,#000000e6 100%);align-items:flex-end;width:100%;height:100%;padding:2rem;transition:all .4s;display:flex;position:absolute;top:0;left:0}.bts-caption{color:#fff;letter-spacing:1px;text-transform:uppercase;text-shadow:0 2px 4px #00000080;font-size:1.1rem;font-weight:600}.interactive-enquiry .contact-card{text-align:center}.enquiry-options{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.enquiry-btn{background:var(--color-surface);color:var(--color-text);cursor:pointer;border:1px solid #0000001a;border-radius:50px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.25,1,.4,1);box-shadow:0 4px 6px #0000000d}.enquiry-btn:hover,.enquiry-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 10px 20px rgba(var(--color-primary-rgb), .3);transform:translateY(-3px)}.enquiry-response{opacity:0;border-top:1px solid #ffffff1a;padding-top:2rem;transition:all .5s cubic-bezier(.25,1,.4,1);display:none;transform:translateY(20px)}.enquiry-response.show{opacity:1;display:block;transform:translateY(0)}.enquiry-response .response-text{color:var(--color-text);font-size:1.8rem}.enquiry-response .response-text span{color:var(--color-primary)}.sticky-whatsapp-btn{color:#fff;z-index:999;background:#25d366;border-radius:50px;align-items:center;padding:.5rem 1.5rem .5rem .5rem;text-decoration:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem;overflow:hidden;box-shadow:0 10px 20px #25d36666}.sticky-whatsapp-btn .whatsapp-icon-wrapper{color:#25d366;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:.75rem;display:flex}.sticky-whatsapp-btn .whatsapp-text{white-space:nowrap;font-size:.95rem;font-weight:700}.sticky-whatsapp-btn:hover{color:#fff;transform:translateY(-5px)scale(1.05);box-shadow:0 15px 25px #25d36680}@media (width<=576px){.sticky-whatsapp-btn{padding-right:1.2rem;bottom:1.5rem;right:1.5rem}.sticky-whatsapp-btn .whatsapp-text{font-size:.85rem}}.industries-marquee-container{background:#0a0a0a;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:3rem 0;position:relative;overflow:hidden}.industries-marquee-container .marquee-title{text-align:center;letter-spacing:3px;color:var(--color-primary);margin-bottom:2rem;font-size:.8rem;font-weight:600}.industries-marquee{white-space:nowrap;display:flex;position:relative}.industries-marquee:before,.industries-marquee:after{content:"";z-index:2;width:250px;height:100%;position:absolute;top:0}.industries-marquee:before{background:linear-gradient(90deg,#0a0a0a 0%,#0000 100%);left:0}.industries-marquee:after{background:linear-gradient(270deg,#0a0a0a 0%,#0000 100%);right:0}.marquee-content{align-items:center;animation:25s linear infinite scrollMarquee;display:inline-flex}.marquee-content span{color:#0000;-webkit-text-stroke:1px #fff6;text-transform:uppercase;font-size:3rem;font-weight:800;transition:color .3s,-webkit-text-stroke .3s}.marquee-content span:hover{color:#fff;-webkit-text-stroke:1px #fff;text-shadow:0 0 20px #ffffff80}@media (width<=576px){.marquee-content span{font-size:2rem}}.marquee-content .dot{color:var(--color-primary);-webkit-text-stroke:0;margin:0 2rem;font-size:2rem}.marquee-content .dot:hover{text-shadow:none}@media (width<=576px){.marquee-content .dot{margin:0 1rem;font-size:1.5rem}}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-preloader{z-index:99999;pointer-events:none;background:#050505;justify-content:center;align-items:center;animation:.8s cubic-bezier(.7,0,.3,1) 2s forwards preloaderFadeOut;display:flex;position:fixed;inset:0}.home-preloader .preloader-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.home-preloader .preloader-logo{border-radius:8px;width:50vw;min-width:300px;max-width:600px;height:auto;animation:1.5s ease-in-out infinite alternate imagePulse;box-shadow:0 0 30px #c0803033}@media (width<=1024px){.home-preloader .preloader-logo{width:60vw}}@media (width<=768px){.home-preloader .preloader-logo{width:80vw;min-width:unset}}@media (width<=576px){.home-preloader .preloader-logo{width:90vw}}@keyframes imagePulse{0%{opacity:.8;transform:scale(.95);box-shadow:0 0 10px #c080301a}to{opacity:1;transform:scale(1.02);box-shadow:0 0 40px #c0803099}}@keyframes preloaderFadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}#home .hero-content.reveal{transition-delay:2.2s}#home .scroll-indicator{animation-delay:2.6s}
