/* --- CORE VARIABLES --- */ :root { --primary: #a78bfa; /* Violet/Purple Theme */ --secondary: #ff0055; --bg-dark: #020408; --glass-bg: rgba(20, 25, 35, 0.4); --glass-border: rgba(255, 255, 255, 0.1); --text-main: #ffffff; --text-muted: #a0a0a0; --font-heading: 'Space Grotesk', sans-serif; --font-body: 'Outfit', sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; cursor: none; } @media (hover: none) and (pointer: coarse) { * { cursor: auto !important; } .cursor-dot, .cursor-trail { display: none !important; } } html { scroll-behavior: smooth; scroll-padding-top: 100px; } body { background: linear-gradient(135deg, #020408, #0b1120, #05070a); background-attachment: fixed; color: var(--text-main); font-family: var(--font-body); overflow-x: hidden; line-height: 1.6; position: relative; min-height: 100vh; } /* --- CUSTOM CURSOR --- */ .cursor-dot, .cursor-trail { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, background-color 0.3s; } .cursor-dot { width: 8px; height: 8px; background-color: #fff; z-index: 10000; } .cursor-trail { width: 40px; height: 40px; background-color: rgba(167, 139, 250, 0.15); border: 1px solid rgba(167, 139, 250, 0.4); transition: transform 0.1s ease-out, width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s; box-shadow: 0 0 15px rgba(167, 139, 250, 0.2); backdrop-filter: blur(2px); } body.hovering .cursor-dot { width: 4px; height: 4px; background-color: transparent; } body.hovering .cursor-trail { width: 60px; height: 60px; background-color: rgba(99, 102, 241, 0.2); border-color: rgba(167, 139, 250, 0.6); box-shadow: 0 0 30px rgba(99, 102, 241, 0.4); } /* --- BACKGROUND --- */ .bg-glow { position: fixed; width: 700px; height: 700px; border-radius: 50%; filter: blur(180px); z-index: -2; opacity: 0.25; pointer-events: none; } .glow-1 { background: #1e3c72; top: -150px; right: -150px; animation: floatGlow 15s infinite alternate; } .glow-2 { background: #6d0580; bottom: -150px; left: -150px; animation: floatGlow 18s infinite alternate-reverse; } @keyframes floatGlow { 0% { transform: translate(0, 0); } 100% { transform: translate(40px, 40px); } } #canvas-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; } /* --- NAVIGATION --- */ .nav-glass { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 9999px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); z-index: 50; position: relative; } #mobile-menu { position: absolute; top: 100%; left: 0; width: 100%; margin-top: 10px; background: rgba(20, 25, 35, 0.98); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 1.5rem; box-shadow: 0 20px 50px rgba(0,0,0,0.6); padding: 1.5rem; opacity: 0; transform: translateY(-20px) scale(0.95); pointer-events: none; visibility: hidden; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); z-index: 40; } #mobile-menu.mobile-active { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; visibility: visible; } .nav-glass:hover { border-color: rgba(255, 255, 255, 0.2); } @media (min-width: 769px) { .nav-glass:hover { transform: translate(-50%, -2px); } } /* --- HERO & COMPONENTS --- */ .glass-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 1.5rem; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); } .glass-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(99, 102, 241, 0.15); } .gradient-text { background: linear-gradient(to right, #6366f1, #a78bfa); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; } .radial-glow { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.15; pointer-events: none; } .radial-1 { width: 40rem; height: 40rem; background: radial-gradient(circle at 30% 40%, #6366f1, transparent 40%); top: 20%; left: 15%; } .radial-2 { width: 40rem; height: 40rem; background: radial-gradient(circle at 70% 70%, #a78bfa, transparent 40%); bottom: 10%; right: 10%; } .terminal-window { background: #0f0f0f; border-radius: 1rem; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); } .terminal-header { display: flex; padding: 0.75rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .terminal-dot { width: 0.75rem; height: 0.75rem; border-radius: 50%; margin-right: 0.5rem; } .terminal-content { height: 12rem; background: linear-gradient(to bottom right, #1e293b, #0f172a); position: relative; display: flex; align-items: center; justify-content: center; } .code-container { font-family: 'Courier New', Courier, monospace; font-size: 0.85rem; color: #a78bfa; text-shadow: 0 0 5px rgba(167, 139, 250, 0.4); line-height: 1.6; width: 100%; padding: 0 1.5rem; opacity: 0.9; } .cursor-blink { display: inline-block; width: 8px; height: 16px; background-color: #a78bfa; vertical-align: middle; animation: blink 1s step-end infinite; } @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } /* Buttons */ .btn-primary-new { background: linear-gradient(to right, #6366f1, #a78bfa); color: white; border-radius: 9999px; padding: 1rem 2.5rem; font-weight: 600; border: none; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4); display: inline-flex; align-items: center; justify-content: center; text-decoration: none; } .btn-primary-new:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(99, 102, 241, 0.6); } .btn-secondary-new { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); color: white; border-radius: 9999px; padding: 1rem 2.5rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; } .btn-secondary-new:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); } .btn-glass { display: inline-flex; align-items: center; justify-content: center; padding: 12px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.4s ease; cursor: pointer; border: 1px solid rgba(255, 255, 255, 0.2); position: relative; overflow: hidden; z-index: 1; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); color: white; box-shadow: 0 4px 15px rgba(0,0,0,0.2); } .btn-glass::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0.4) 50%, rgba(255,255,255, 0) 100%); transform: skewX(-25deg); transition: none; z-index: -1; pointer-events: none; } .btn-glass:hover { border-color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); } .btn-glass:hover::after { animation: shineEffect 0.8s cubic-bezier(0.19, 1, 0.22, 1); } @keyframes shineEffect { 0% { left: -100%; opacity: 0; } 50% { opacity: 1; } 100% { left: 200%; opacity: 0; } } /* Floating Chat Button */ .floating-chat { position: fixed; bottom: 2rem; right: 2rem; width: 60px; height: 60px; background: linear-gradient(135deg, #25D366, #128C7E); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); z-index: 100; transition: all 0.3s ease; text-decoration: none; color: white; font-size: 1.8rem; } .floating-chat:hover { transform: scale(1.1); box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6); } .floating-chat-label { position: absolute; right: 70px; background: white; color: #128C7E; padding: 6px 12px; border-radius: 8px; font-size: 0.8rem; font-weight: 600; white-space: nowrap; opacity: 0; transform: translateX(10px); transition: all 0.3s ease; pointer-events: none; } .floating-chat:hover .floating-chat-label { opacity: 1; transform: translateX(0); } .floating-chat::after { content: ''; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; border-radius: 50%; border: 2px solid #25D366; transform: translate(-50%, -50%) scale(1); opacity: 0; animation: pulse-ring 2s infinite; z-index: -1; } @keyframes pulse-ring { 0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; } 100% { transform: translate(-50%, -50%) scale(1.6); opacity: 0; } } /* --- SECTIONS --- */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #020408; } ::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 4px; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 1; } .section-title { font-size: 2.5rem; text-align: center; margin-bottom: 1rem; position: relative; display: inline-block; width: 100%; font-weight: 800; letter-spacing: -0.02em; } .section-subtitle { text-align: center; color: var(--text-muted); margin-bottom: 2.5rem; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.8; font-size: 1.05rem; font-weight: 400; } .glass-card-original { background: var(--glass-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--glass-border); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; } .glass-card-original:hover { transform: translateY(-5px); border-color: rgba(255, 255, 255, 0.2); box-shadow: 0 10px 40px rgba(167, 139, 250, 0.1); } section { padding: 80px 0; } /* Team Grid Mobile Fix */ .team-grid-mobile { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; } @media (max-width: 640px) { .team-grid-mobile .glass-card { padding: 0.75rem; } .team-grid-mobile .glass-card > div { flex-direction: column; align-items: center; text-align: center; gap: 0.5rem; } .team-grid-mobile .bg-gradient-to-br { margin-right: 0; margin-bottom: 0.5rem; } .team-grid-mobile .text-3xl { font-size: 1.5rem; } .team-grid-mobile .w-20, .team-grid-mobile .h-20 { width: 3rem !important; height: 3rem !important; } .team-grid-mobile h3 { font-size: 1rem; } .team-grid-mobile .text-purple-300 { font-size: 0.8rem; } } /* Services Grids */ .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .service-card { border-radius: 16px; padding: 30px; display: flex; flex-direction: column; } .service-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; } .service-icon { width: 50px; height: 50px; background: rgba(167, 139, 250, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; transition: 0.3s; } .service-card:hover .service-icon { background: var(--primary); color: #020408; box-shadow: 0 0 15px var(--primary); } .service-list { list-style: none; margin-top: auto; padding-top: 10px; } .service-list li { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 10px; display: flex; align-items: flex-start; gap: 10px; } .service-list li i { color: var(--primary); font-size: 0.8rem; margin-top: 4px; } /* Why Us */ .why-us-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; margin-top: 20px; } .why-card { border-radius: 16px; padding: 30px; display: flex; flex-direction: column; height: 100%; } .why-card-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; } .why-card-icon { width: 50px; height: 50px; background: rgba(167, 139, 250, 0.1); border: 1px solid rgba(167, 139, 250, 0.3); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; transition: 0.3s; } .why-card:hover .why-card-icon { background: var(--primary); color: #000; } .why-card-content h4 { font-size: 1.25rem; margin-bottom: 10px; color: white; font-family: var(--font-heading); font-weight: 700; } .why-card-content p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; } /* Packages */ .packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .package-card { border-radius: 24px; padding: 40px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; position: relative; } .package-card:nth-child(2) { border-color: var(--primary); background: rgba(167, 139, 250, 0.05); } .popular-tag { position: absolute; top: 0; right: 0; background: linear-gradient(135deg, #6366f1, #a78bfa); color: white; font-size: 0.75rem; font-weight: 700; padding: 6px 16px; border-bottom-left-radius: 20px; border-top-right-radius: 24px; text-transform: uppercase; letter-spacing: 0.05em; box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4); z-index: 10; } .package-price { font-size: 2.5rem; font-family: var(--font-heading); font-weight: 700; color: var(--primary); margin: 20px 0 10px 0; } .package-title { font-size: 1.4rem; color: white; margin-bottom: 10px; font-weight: 700; } .package-desc { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 30px; line-height: 1.5; } .package-features { list-style: none; margin-bottom: 30px; text-align: left; padding: 0 10px; } .package-features li { margin-bottom: 12px; display: flex; align-items: flex-start; gap: 12px; color: #ccc; font-size: 0.9rem; } .package-features li i { color: var(--primary); margin-top: 4px; } .package-btn { width: 100%; padding: 15px; border-radius: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; } /* Portfolio - NEW STYLE (Images with Vignette) */ .portfolio-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 40px; margin-top: 20px; } .filter-btn { padding: 8px 24px; border-radius: 50px; font-size: 0.9rem; } .portfolio-glass-wrapper { border-radius: 24px; padding: 40px; margin-bottom: 30px; transition: all 0.5s ease; } .portfolio-glass-wrapper.hidden { display: none; } .portfolio-category-title { font-size: 1.8rem; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid var(--glass-border); display: flex; align-items: center; gap: 15px; color: white; } .portfolio-category-title i { color: var(--primary) !important; } .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; } .portfolio-card { position: relative; height: 240px; border-radius: 16px; overflow: hidden; background: #020408; /* Fallback */ box-shadow: 0 4px 6px rgba(0,0,0,0.3); transition: transform 0.4s ease; } .portfolio-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; transition: transform 0.6s ease; } /* Base Overlay: Slight dark + Vignette */ .portfolio-vignette { position: absolute; inset: 0; background: radial-gradient(circle, transparent 50%, rgba(0,0,0,0.6) 100%), linear-gradient(to top, rgba(0,0,0,0.5), transparent 60%); z-index: 1; transition: all 0.5s ease; } /* Content Layer */ .portfolio-content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; } .portfolio-display-title { font-family: 'Space Grotesk', sans-serif; font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 1rem; /* Hidden initially */ opacity: 0; transform: translateY(20px) scale(0.95); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .portfolio-details { /* Lower half content */ margin-top: 1rem; display: flex; flex-direction: column; align-items: center; /* Hidden initially */ opacity: 0; transform: translateY(20px); transition: all 0.4s ease 0.1s; } .portfolio-link { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 600; margin-top: 8px; transition: color 0.3s; } .portfolio-link:hover { color: var(--primary); } /* HOVER STATES */ .portfolio-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px -10px rgba(0,0,0,0.7); } .portfolio-card:hover img { transform: scale(1.1); opacity: 0.6; /* Dim the image slightly */ } .portfolio-card:hover .portfolio-vignette { /* Much darker + Blur */ background: rgba(2, 4, 8, 0.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } .portfolio-card:hover .portfolio-display-title, .portfolio-card:hover .portfolio-details { opacity: 1; transform: translateY(0); } /* Testimonials */ #testimonials { position: relative; background: rgba(0,0,0,0.2); } .testimonial-slider { position: relative; overflow: hidden; max-width: 900px; margin: 0 auto; padding: 20px; } .testimonial-track { display: flex; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); width: 100%; } .testimonial-card { min-width: 100%; border-radius: 24px; padding: 50px 40px; text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; } .testimonial-card i.fa-quote-left { font-size: 3rem; color: rgba(167, 139, 250, 0.15); position: absolute; top: 20px; left: 20px; } .client-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 2px solid var(--primary); margin-bottom: 20px; box-shadow: 0 0 20px rgba(167, 139, 250, 0.2); } .client-name { font-size: 1.4rem; color: #fff; font-weight: 700; margin-bottom: 5px; } .client-role { font-size: 0.9rem; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; } .client-feedback { color: var(--text-muted); font-size: 1.1rem; font-style: italic; line-height: 1.8; position: relative; z-index: 2; } .slider-controls { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .control-btn { width: 50px; height: 50px; border-radius: 50%; padding: 0; font-size: 1.2rem; } .slider-dots { display: flex; gap: 10px; margin-top: 20px; justify-content: center; } .dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.2); cursor: pointer; transition: 0.3s; } .dot.active { background: var(--primary); transform: scale(1.2); box-shadow: 0 0 10px var(--primary); } /* Contact */ .contact-wrapper { display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; border-radius: 30px; padding: 50px; } .contact-info-box { display: flex; flex-direction: column; gap: 30px; } .info-item { display: flex; align-items: flex-start; gap: 15px; } .info-item i { font-size: 1.5rem; color: var(--primary); margin-top: 5px; } .info-item h4 { font-size: 1.1rem; margin-bottom: 5px; } .info-item p { color: var(--text-muted); font-size: 0.95rem; } .contact-form { display: flex; flex-direction: column; gap: 20px; } .form-group { position: relative; } .form-control { width: 100%; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--glass-border); padding: 15px; border-radius: 12px; color: #fff; font-family: var(--font-body); font-size: 1rem; outline: none; transition: 0.3s; } .form-control:focus { background: rgba(255, 255, 255, 0.1); border-color: var(--primary); box-shadow: 0 0 15px rgba(167, 139, 250, 0.2); } textarea.form-control { resize: vertical; min-height: 120px; } /* Footer */ footer { background: #020408; padding: 40px 0 20px; border-top: 1px solid var(--glass-border); margin-top: 20px; } .footer-content { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; } .logo-img-footer { height: 40px; width: auto; object-fit: contain; } .social-links { display: flex; gap: 20px; } .social-btn { width: 45px; height: 45px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: 0.3s; padding: 0; } .social-btn:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-3px); box-shadow: 0 0 15px var(--primary); } .copyright { color: #666; font-size: 0.9rem; margin-top: 30px; } .reveal { opacity: 0; transform: translateY(50px); transition: all 0.8s ease-out; } .reveal.active { opacity: 1; transform: translateY(0); } @media (max-width: 768px) { section { padding: 50px 0; } footer { margin-top: 0; padding-top: 30px; padding-bottom: 10px; } .hero-content h1 { font-size: 2.5rem; } .why-us-grid { grid-template-columns: 1fr; } .services-grid { grid-template-columns: 1fr; } .packages-grid { grid-template-columns: 1fr; } .contact-wrapper { grid-template-columns: 1fr; padding: 30px; } .portfolio-glass-wrapper { padding: 20px; margin-bottom: 20px; } .filter-btn { font-size: 0.8rem; padding: 8px 15px; } .mobile-menu-btn { display: block !important; } } /* Active state for Portfolio Filter Buttons */ .filter-btn.active { background: rgba(255, 255, 255, 0.25); border-color: #ffffff; box-shadow: 0 0 20px rgba(255, 255, 255, 0.4); transform: translateY(-2px); color: white; }