@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--primary: #c20000;--surface-dark: #0a0a0a;--surface-light: #f8f9fa;--text-primary: #1a1a1a;--text-secondary: #666666;--glass-bg: rgba(20, 20, 20, .6);--glass-border: rgba(255, 255, 255, .1);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--transition-smooth: all .4s cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);line-height:1.6;color:var(--text-primary);overflow-x:hidden;background:var(--surface-light);-webkit-font-smoothing:antialiased}.navbar{position:fixed;margin-top:0;top:0;width:100%;background:transparent!important;backdrop-filter:blur(0px)!important;-webkit-backdrop-filter:blur(0px)!important;border-bottom:1px solid var(--glass-border);z-index:9999;padding:1.2rem 0!important;transition:var(--transition-smooth)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.5rem;letter-spacing:1px;text-transform:uppercase}.logo:before{content:"◊";font-size:1.8rem;color:#fff}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;font-size:.85rem;letter-spacing:1.5px;text-transform:uppercase;transition:all .3s ease;position:relative}.nav-menu a:hover{color:#f0f0f0}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-menu a:hover:after{width:100%}.search-icon{color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.search-icon:hover{transform:scale(1.1)}.hero{height:100vh;background:#0a0a0a;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 70%,#0000008c);z-index:1;pointer-events:none}.hero-content{max-width:950px;width:95%;z-index:2;position:absolute;bottom:10%;left:0;right:0;margin:0 auto;animation:fadeInUp 1s ease-out forwards;text-align:center}.hero .hero-content p{font-size:1.15rem;line-height:1.7;color:#fff;margin:0;text-shadow:1px 1px 4px rgba(0,0,0,.9);letter-spacing:.5px;font-weight:400}.hero-video{position:absolute;top:0;left:0;width:100%;height:100vh;object-fit:cover;z-index:1}@media (max-width: 768px){.hero-video{width:100vw;height:100%;top:0;left:0}.hero-content{bottom:5%;padding:1.2rem 1.5rem;width:95%}.hero-content p{font-size:.95rem;line-height:1.5}}@media (max-width: 768px){.hero{margin-top:0}.hero h1{font-size:2.5rem;padding:0 20px}.hero p{color:#e0e0e0;font-size:1rem;margin-left:20px;margin-right:20px;margin-top:10px}}.hero h1{font-size:4rem;margin-bottom:1.5rem;font-weight:300;color:#fff;letter-spacing:2px}.hero p{font-size:1.3rem;margin-bottom:2rem;color:#fff;font-weight:300;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:4rem}.stat{text-align:center;animation:fadeInUp 1s ease-out .5s both}.stat-number{font-size:3rem;font-weight:100;color:#fff;margin-bottom:.5rem}.stat-text{font-size:.9rem;color:#fff;text-transform:uppercase;letter-spacing:1px;font-weight:500}.glass-card{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);border-radius:20px;box-shadow:0 8px 32px #1f26875e}.about{padding:8rem 0;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:3rem;margin-bottom:2rem;color:#2c2c2c;font-weight:100;letter-spacing:2px;text-transform:uppercase}.section-title:after{content:"";display:block;width:100px;height:2px;background:#666;margin:2rem auto}.about-content{text-align:center;font-size:1.1rem;line-height:2;color:#555;max-width:900px;margin:0 auto;font-weight:300}.services-wrapper{position:relative;display:flex;align-items:center;gap:20px}.services-grid{display:flex;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:20px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.services-grid::-webkit-scrollbar{display:none}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid #6c757d;color:#6c757d;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.scroll-arrow:hover{background:#6c757d;color:#fff;transform:translateY(-50%) scale(1.1)}.scroll-arrow i{font-size:20px}.left-arrow{left:-25px}.right-arrow{right:-25px}.service-card{min-width:340px;max-width:340px;height:250px;flex-shrink:0;background:#fff;padding:30px;border-radius:10px;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.service-icon{font-size:24px;margin-bottom:20px;filter:grayscale(100%);opacity:.6}.service-card h3{color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:15px;line-height:1.4}.service-card p{color:#555;font-size:14px;line-height:1.6;margin:0}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.fade-in{opacity:1;animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.scroll-arrow{width:40px;height:40px}.scroll-arrow i{font-size:16px}.left-arrow{left:-20px}.right-arrow{right:-20px}.service-card{min-width:calc(100% - 20px);padding:25px}.service-card h3{font-size:16px}.service-card p{font-size:13px}}@media (max-width: 992px) and (min-width: 769px){.service-card{min-width:calc(50% - 20px)}}.expertise{padding:8rem 0;background:#fff 0%;color:#fff}.expertise-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:4rem}.expertise-item{padding:3rem 2rem;transition:all .4s ease;text-align:center}.expertise-item:hover{transform:scale(1.05)}.expertise-item h3{font-size:1.3rem;margin-bottom:1.5rem;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:2px}.expertise-item p{color:#ffffffe6;line-height:1.8;font-weight:300}.contact{padding:8rem 0;background:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:4rem;align-items:start}.contact-info{padding:3rem}.contact-item{display:flex;align-items:flex-start;margin-bottom:3rem}.contact-icon{width:60px;height:60px;background:linear-gradient(135deg,#ababab,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:2rem;color:#fff;font-size:1.5rem;flex-shrink:0}.contact-details h4{color:#2c2c2c;margin-bottom:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.contact-details p{color:#666;font-weight:300}.contact-form{padding:3rem}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.8rem;color:#2c2c2c;font-weight:500;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid rgba(0,0,0,.1);border-radius:10px;font-size:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-weight:300}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea80;background:#fffffff2}.btn{background:linear-gradient(135deg,var(--primary) 0%,#990000 100%);color:#fff;padding:1rem 2.5rem;border:none;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:var(--transition-smooth);text-transform:uppercase;letter-spacing:1.5px;box-shadow:0 4px 15px #c2000033;position:relative;overflow:hidden;z-index:1}.btn:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:#000;transition:var(--transition-smooth);z-index:-1}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #c200004d;color:#fff}.btn:hover:before{width:100%}.footer-logo{text-align:left;margin-bottom:20px;margin-left:-12px}.footer-logo img{max-width:350px;height:auto;width:100%}.footer{background:#fff;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;text-align:left;padding:0 1rem}.footer-content .footer-section:last-child{margin-left:250px;margin-top:20px}.footer-section h3{margin-bottom:1.5rem;color:#000;font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:15px}.footer-section p{color:#a8a8a8;line-height:1.8;font-weight:300}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#9e9e9e;text-decoration:none;transition:color .3s ease;font-weight:300}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #c5c5c5;padding-top:2rem;text-align:center;color:#b9b9b9;font-weight:300;padding-left:1rem;padding-right:1rem}@media screen and (max-width: 1024px){.footer{padding:3rem 0 1.5rem}.footer-content .footer-section:last-child{margin-left:100px}.footer-logo img{max-width:300px}}@media screen and (max-width: 768px){.footer{padding:2.5rem 0 1.5rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:0 1.5rem}.footer-content .footer-section:last-child{margin-left:0;margin-top:0}.footer-logo{text-align:center;margin-left:0;margin-bottom:30px}.footer-logo img{max-width:250px}.footer-section h3{font-size:14px;margin-bottom:1rem}}@media screen and (max-width: 480px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem;text-align:center}.footer-logo{text-align:center;margin-bottom:25px}.footer-logo img{max-width:200px}.footer-section h3{font-size:13px;margin-bottom:1rem;letter-spacing:1px}.footer-section p{font-size:14px;line-height:1.6}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a{font-size:14px}.footer-bottom{padding-top:1.5rem;font-size:12px}}@media screen and (max-width: 360px){.footer{padding:1.5rem 0 1rem}.footer-content{padding:0 .5rem;gap:1rem}.footer-logo img{max-width:180px}.footer-section h3{font-size:12px;letter-spacing:.5px}.footer-section p,.footer-section ul li a{font-size:13px}.footer-bottom{font-size:11px}}@keyframes fadeInUpCenter{0%{opacity:0;transform:translate(-50%,50px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;transform:translateY(50px);transition:all 1s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-stats{flex-direction:column;gap:2rem}.contact-content{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.contact-info,.contact-form{padding:1.5rem}.section-title{font-size:2rem;margin-bottom:1.5rem}.about,.expertise,.contact{padding:4rem 0}.about-content{font-size:1rem;padding:0 15px}.expertise-items{gap:1.5rem;margin-top:2rem}.expertise-item{padding:2rem 1.5rem}}.scroll-indicator{position:fixed;top:0;left:0;width:100%;height:3px;background:#0000001a;z-index:1001}.scroll-progress{height:100%;background:linear-gradient(90deg,#ababab,#764ba2);width:0%;transition:width .1s ease}.logo-section{display:flex;align-items:center;gap:12px}.logo-image{width:auto;height:50px;border-radius:0;object-fit:contain;margin-top:13px}@media (max-width: 768px){.logo-image{height:35px;margin-top:8px}}@media (max-width: 480px){.logo-image{height:30px;margin-top:5px}}.logo-text{font-size:24px;font-weight:700;color:#fff;text-decoration:none;font-family:Arial,sans-serif}.logo-text:hover{color:#007bff;transition:color .3s ease}.toggle-sections-container{max-width:1000px;margin:80px auto;padding:0 20px;background:transparent!important}.toggle-section{background:#f5f5f5;border-bottom:1px solid #e0e0e0;transition:all .3s ease}.toggle-section:last-child{border-bottom:none}.toggle-section-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;cursor:pointer;transition:all .3s ease;background:#fff}.toggle-section-header:hover{background:#eee}.toggle-section-title{margin:0;font-size:16px;font-weight:500;color:#333;text-transform:uppercase;letter-spacing:.5px}.toggle-icon{width:20px;height:20px;border:2px solid #999;border-radius:50%;position:relative;transition:all .3s ease;background:#fff}.toggle-icon:before,.toggle-icon:after{content:"";position:absolute;top:50%;left:50%;background:#999;transition:all .3s ease}.toggle-icon:before{width:10px;height:2px;transform:translate(-50%,-50%)}.toggle-icon:after{width:2px;height:10px;transform:translate(-50%,-50%)}.toggle-section.active .toggle-icon:after{opacity:0}.toggle-section-content{max-height:0;overflow:hidden;transition:all .4s ease;background:#fff}.toggle-section.active .toggle-section-content{max-height:500px}.toggle-content-inner{padding:30px;background:#fff}.toggle-credential-item{background:#fff;margin:12px 0;padding:15px 0;font-size:14px;line-height:1.6;color:#555;border-bottom:1px solid #f0f0f0}.toggle-credential-item:last-child{border-bottom:none}body{font-family:Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--text-primary)}.section{position:relative;width:100%;height:38vh;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}.section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1}.section span{position:relative;z-index:2}.expertise{background:url(/assets/Expertise-BTF4Dawq.jpg) no-repeat center center/cover}.projects{background:url(/assets/pexels-scottwebb-136413-BftTmWzv.jpg) no-repeat center center/cover}.service-icon img{width:60px;height:60px;object-fit:contain;display:block;margin:0 auto;opacity:.6}.site-footer{background:#fafafa;border-top:1px solid #e5e7eb;padding:4rem 0 2rem;color:#6b7280;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}.site-footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.site-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;align-items:start}.site-footer-brand{display:flex;flex-direction:column}.site-footer-brand-logo{max-width:250px;height:auto;object-fit:contain;margin-left:-8px}.site-footer-links-col h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#111827;margin-top:0;margin-bottom:1.5rem;position:relative}.site-footer-links-col h3:after{content:"";position:absolute;bottom:-6px;left:0;width:20px;height:2px;background:linear-gradient(135deg,#ababab,#764ba2)}.site-footer-links-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.site-footer-links-col ul li{margin:0}.site-footer-links-col ul li a{color:#6b7280;text-decoration:none;font-size:.9rem;transition:all .2s ease;font-weight:400;display:inline-block}.site-footer-links-col ul li a:hover{color:#764ba2;transform:translate(3px)}.site-footer-bottom{border-top:1px solid #e5e7eb;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;color:#9ca3af;font-size:.8rem;flex-wrap:wrap;gap:1rem}.site-footer-bottom p{margin:0}.site-footer-copyright,.site-footer-designed-by{color:#9ca3af}@media screen and (max-width: 1024px){.site-footer-grid{grid-template-columns:1fr 1fr 1fr;gap:3rem}.site-footer-brand{grid-column:span 3;margin-bottom:1rem}}@media screen and (max-width: 768px){.site-footer{padding:3rem 0 2rem}.site-footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.site-footer-brand{grid-column:span 1;align-items:center}.site-footer-brand-logo{margin-left:0;max-width:220px}.site-footer-links-col h3:after{left:50%;transform:translate(-50%)}.site-footer-links-col ul li a:hover{transform:none}.site-footer-bottom{flex-direction:column;text-align:center;gap:.5rem}}.glass-card{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #0000000d;border-radius:16px;padding:2rem;transition:var(--transition-smooth)}.glass-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a;background:#ffffffd9}.premium-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px}.navbar.scrolled{background:#0a0a0ad9!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;padding:1rem 0!important;box-shadow:0 4px 30px #00000080!important}.navbar.solid-nav{position:sticky!important;top:0;background:#111!important;border-bottom:1px solid rgba(255,255,255,.1)!important;box-shadow:0 4px 30px #0000001a}.solid-nav .nav-menu a{color:#fff!important}.solid-nav .hamburger span{background:#fff!important}
