@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;700;800&display=swap');

/* --- Global Reset --- */
* { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; scroll-behavior: smooth; }
body { background-color: #07070a; color: #f3f4f6; overflow-x: hidden; }

/* --- PREMIUM NAVBAR --- */
header {
    height: 85px; width: 92%; max-width: 1400px; position: fixed; top: 15px; left: 50%;
    transform: translateX(-50%); z-index: 1000; background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(25px); border-radius: 30px; border: 2.5px solid transparent;
    background-image: linear-gradient(rgba(10, 10, 15, 0.85), rgba(10, 10, 15, 0.85)), 
                      linear-gradient(90deg, #4f46e5, #ffffff, #a855f7, #4f46e5);
    background-origin: border-box; background-clip: padding-box, border-box;
    background-size: 300% 100%; animation: borderMove 5s linear infinite;
    display: flex; align-items: center; padding: 0 50px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}
@keyframes borderMove { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

.navbar { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.nav-logo-img { height: 75px; width: auto; mix-blend-mode: screen; display: block; object-fit: contain; }
.navbar ul { display: flex; list-style: none; gap: 40px; }
.navbar ul li a { color: #d1d5db; font-weight: 800; font-size: 17px; text-transform: uppercase; transition: 0.3s; }
.navbar ul li a:hover, .navbar ul li a.active { color: #4f46e5; }
.checkbtn { font-size: 30px; cursor: pointer; display: none; color: #4f46e5; }
#check { display: none; }

/* --- HERO --- */
.hero-container { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.vertex-text { font-size: clamp(3.5rem, 12vw, 8.5rem); font-weight: 800; background: linear-gradient(90deg, #fff, #4f46e5, #a855f7, #fff); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textShimmer 5s linear infinite; }
@keyframes textShimmer { to { background-position: 200% center; } }
.studio-text { font-size: clamp(1.2rem, 4vw, 3.8rem); font-weight: 700; letter-spacing: 18px; color: #fff; text-transform: uppercase; margin-top: -10px; }
.attractive-3d-line { width: 100%; height: 5px; margin: 30px auto 0; background: linear-gradient(90deg, transparent, #a855f7, transparent); border-radius: 50px; box-shadow: 0 0 20px #a855f7; }
.primary-btn { background: #4f46e5; color: #fff; padding: 20px 60px; border-radius: 60px; font-weight: 800; display: inline-block; margin-top: 50px; transition: 0.3s; box-shadow: 0 10px 30px rgba(79, 70, 229, 0.3); }

/* --- WORK SHOWCASE --- */
.work-showcase { padding: 80px 0; background: #07070a; overflow: hidden; position: relative; z-index: 10; }
.gallery-title { font-size: 3rem; text-align: center; margin-bottom: 40px; font-weight: 800; text-transform: uppercase; }
.marquee-wrapper { width: 100%; overflow: hidden; }
.marquee-content { display: flex; width: max-content; animation: scrollMarquee 45s linear infinite; }
@keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.work-card { width: 450px; height: 260px; margin: 0 15px; border-radius: 20px; overflow: hidden; position: relative; cursor: pointer; border: 2.5px solid rgba(79, 70, 229, 0.4); transition: 0.4s; }
.work-card:hover { border-color: #fff; transform: scale(1.02); }
.card-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.watch-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.4s; }
.watch-overlay span { border: 2px solid #fff; padding: 10px 20px; border-radius: 30px; font-weight: 700; color: #fff; }
.work-card:hover .watch-overlay { opacity: 1; }

/* --- SERVICES --- */
.services-section { padding: 40px 8% 80px; background: #07070a; position: relative; z-index: 10; }
.section-header-center { text-align: center; margin-bottom: 40px; }
.section-header-center h2 { font-size: 2.8rem; font-weight: 800; color: #fff; }
.section-header-center .line { width: 70px; height: 5px; background: #4f46e5; margin: 10px auto; border-radius: 10px; }
.services-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.service-card { flex: 1 1 320px; max-width: 350px; background: rgba(15, 23, 42, 0.4); padding: 50px 30px; border-radius: 35px; text-align: center; border: 2.5px solid rgba(79, 70, 229, 0.3); transition: 0.4s; backdrop-filter: blur(10px); }
.bottom-row-card { flex: 0 1 420px; }
.service-card:hover { border-color: #4f46e5; transform: translateY(-10px); }
.icon-wrap i { font-size: 45px; color: #4f46e5; margin-bottom: 20px; }

/* --- CLIENTS SECTION (Infinite Smooth Loop) --- */
.clients-section { padding: 60px 0 100px; background: #07070a; overflow: hidden; position: relative; z-index: 10; }
.client-marquee { width: 100%; display: flex; overflow: hidden; }
.client-marquee-content { display: flex; width: max-content; animation: scrollClient 30s linear infinite; gap: 100px; align-items: center; }
.client-item img { height: 110px; filter: drop-shadow(0 0 10px rgba(255,255,255,0.1)) grayscale(0.3); transition: 0.5s; object-fit: contain; }
@keyframes scrollClient { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* --- FLOATING CONNECT UI (Click Logic Only) --- */
.floating-wrapper { position: fixed; bottom: 30px; right: 30px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; }
.main-fab { width: 60px; height: 60px; background: #111; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0 8px 30px rgba(0,0,0,0.6); transition: 0.4s; }
.main-fab i { color: #25d366; font-size: 28px; }
.connect-card { background: rgba(10, 10, 15, 0.95); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; width: 210px; padding: 20px; margin-bottom: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.8); opacity: 0; visibility: hidden; transform: translateY(30px) scale(0.9); transition: 0.4s; }

/* Class added by JS on Click */
.floating-wrapper.active .connect-card { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.floating-wrapper.active .main-fab { transform: scale(1.1) rotate(45deg); border-color: #4f46e5; }

.connect-title { color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; opacity: 0.5; }
.connect-list { display: flex; flex-direction: column; gap: 10px; }
.connect-box { display: flex; align-items: center; gap: 15px; padding: 10px; border-radius: 12px; background: rgba(255,255,255,0.03); color: #fff; font-weight: 600; font-size: 14px; transition: 0.3s; opacity: 0; transform: translateX(20px); }
.floating-wrapper.active .connect-box { opacity: 1; transform: translateX(0); }
.icon-circle { width: 32px; height: 32px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #fff; }
.wa-bg { background: #25d366; }
.ig-bg { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.yt-bg { background: #ff0000; }
.li-bg { background: #0077b5; }

/* --- FOOTER SYNC (५ कॉलम मूळ लेआउट) --- */
.footer-main { background: #0a0c14; padding: 100px 8% 50px; border-top: 1px solid rgba(255, 255, 255, 0.05); position: relative; z-index: 100; }
.footer-wrapper { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo-img { height: 80px; width: auto; mix-blend-mode: screen; margin-bottom: 25px; display: block; }
.branding-para { font-size: 15px; line-height: 1.6; color: #aaa; margin-bottom: 20px; }
.copyright-text { font-size: 14px; color: #666; }
.footer-head { font-size: 17px; font-weight: 800; color: #ffffff; margin-bottom: 30px; border-left: 5px solid #4f46e5; padding-left: 12px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links li, .social-list-footer li, .loc-list-footer li { list-style: none; margin-bottom: 15px; font-size: 14px; color: #d1d5db; display: flex; align-items: center; gap: 10px; }
.footer-links a, .social-list-footer a { color: #d1d5db; transition: 0.3s; }
.footer-links a:hover, .social-list-footer a:hover { color: #4f46e5 !important; padding-left: 5px; }
.insta { color: #e4405f; } .linkedin { color: #0077b5; } .whatsapp { color: #25d366; } .youtube { color: #ff0000; }

/* --- MODAL --- */
.video-modal { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); align-items: center; justify-content: center; backdrop-filter: blur(10px); }
.modal-container { width: 90%; max-width: 1000px; position: relative; }
.video-wrapper { width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 20px; overflow: hidden; border: 2px solid rgba(255, 255, 255, 0.1); }
#modalPlayer { width: 100%; height: 100%; object-fit: cover; }
.close-modal-btn { position: absolute; top: -60px; right: 0; background: none; border: none; color: #fff; font-size: 50px; cursor: pointer; transition: 0.3s; }

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 850px) {
    header { width: 95%; height: 70px; padding: 0 20px; top: 10px; }
    .nav-logo-img { height: 50px; }
    .checkbtn { display: block; }
    .navbar ul { position: fixed; top: 80px; left: -100%; width: 100%; background: #0d0d12; flex-direction: column; padding: 40px 0; border-radius: 20px; transition: 0.5s; text-align: center; border: 1px solid rgba(255,255,255,0.1); }
    #check:checked ~ ul { left: 0; }
    
    .vertex-text { font-size: 3.5rem; }
    .studio-text { font-size: 1.2rem; letter-spacing: 6px; }
    
    .gallery-title { font-size: 2.2rem; }
    .work-card { width: 320px; height: 180px; }

    .service-card, .bottom-row-card { flex: 1 1 100%; max-width: 100%; }
    
    .footer-wrapper { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-head { border-left: none; border-bottom: 2px solid #4f46e5; display: inline-block; padding: 0 10px 5px; }
    .footer-links li, .social-list-footer li, .loc-list-footer li { justify-content: center; }

    .client-item img { height: 80px; }
    .floating-wrapper { bottom: 20px; right: 20px; }
    .main-fab { width: 55px; height: 55px; }
    .connect-card { width: 190px; right: 0; bottom: 70px; }
}