body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{position:fixed;top:0;transition:background .4s ease,box-shadow .4s ease;width:100%;z-index:1000}.navbar.scrolled{background:#111827f2;box-shadow:0 4px 12px #0003}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px;padding:1rem 1.5rem}.nav-logo{color:#fff;font-size:1.4rem;font-weight:800}.nav-logo span{color:#3b82f6}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;font-weight:500;position:relative;text-decoration:none}.nav-links a:after{background:#3b82f6;bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.nav-btn{background:#2563eb;border-radius:8px;color:#fff;font-weight:600;padding:.5rem 1.2rem;text-decoration:none;transition:background .3s ease}.nav-btn:hover{background:#1d4ed8}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background:#fff;border-radius:3px;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:768px){.nav-links{align-items:center;background:#111827;display:none;flex-direction:column;gap:1.5rem;left:0;padding:1.5rem 0;position:absolute;right:0;top:100%}.nav-links.open{display:flex}.nav-btn{display:none}.hamburger{display:flex}}.hero-slider{font-family:Segoe UI,sans-serif;height:90vh;overflow:hidden;position:relative}.slide{background-position:50%;background-size:cover;opacity:0;transition:opacity 1.2s ease-in-out}.slide,.slide:before{inset:0;position:absolute}.slide:before{background:linear-gradient(90deg,#000000a6,#00000059 40%,#0000001a);content:""}.slide.active{opacity:1}.hero-content{animation:slideFade 1s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border-radius:14px;color:#fff;margin-left:6%;max-width:600px;padding:2.5rem;position:relative;top:50%;transform:translateY(-50%)}.accent-line{background:#3b82f6;border-radius:4px;display:block;height:4px;margin-bottom:1rem;width:60px}.hero-content h1{font-size:3.2rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero-content p{color:#e5e7eb;font-size:1.25rem;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.btn{border-radius:8px;font-weight:600;padding:.7rem 1.6rem;text-decoration:none;transition:all .3s ease}.btn.primary{background:#2563eb;color:#fff}.btn.primary:hover{background:#1d4ed8}.btn.outline{border:2px solid #fff;color:#fff}.btn.outline:hover{background:#fff;color:#1f2937}@keyframes slideFade{0%{opacity:0;transform:translate(-30px,-50%)}to{opacity:1;transform:translateY(-50%)}}@media (max-width:768px){.hero-content{margin:auto;text-align:center}.hero-buttons{justify-content:center}.hero-content h1{font-size:2.3rem}}.about-section{background-color:#f9fafb;padding:4.5rem 1.5rem}.about-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1.1fr .9fr;margin:auto;max-width:1200px}@media (max-width:900px){.about-container{grid-template-columns:1fr}}.about-left h2{color:#111827;font-size:2.2rem;margin-bottom:1.2rem}.about-left p{color:#4b5563;font-size:1rem;line-height:1.8;margin-bottom:1rem}.about-right img{border-radius:1.25rem;box-shadow:0 20px 35px #00000026;width:100%}.services-section{background:linear-gradient(180deg,#f9fafb,#eef2ff);padding:5rem 2rem}.services-header{margin:auto auto 3rem;max-width:700px;text-align:center}.services-tag{background:#e0e7ff;border-radius:999px;color:#1d4ed8;display:inline-block;font-size:.85rem;margin-bottom:.5rem;padding:.3rem .8rem}.services-header h2{font-size:2.5rem;font-weight:800;margin:.5rem 0}.services-header p{color:#4b5563;font-size:1.05rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem}@media (min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border-radius:16px;box-shadow:0 10px 30px #00000014;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.service-card:hover{box-shadow:0 18px 40px #00000026;transform:translateY(-12px)}.service-img{background-position:50%;background-size:cover;height:190px;position:relative}.service-img:after{background:linear-gradient(180deg,#0000001a,#0000008c);content:"";inset:0;position:absolute}.service-icon{background:#fff;border-radius:50%;bottom:15px;font-size:2.2rem;left:15px;padding:.5rem;position:absolute;z-index:2}.service-content{padding:1.5rem}.service-content h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.service-content p{color:#4b5563;line-height:1.6}.projects-section{background:#fff;padding:5rem 2rem}.projects-header{margin:auto auto 3rem;max-width:700px;text-align:center}.projects-tag{background:#e0e7ff;border-radius:999px;color:#1d4ed8;display:inline-block;font-size:.85rem;padding:.3rem .9rem}.projects-header h2{font-size:2.5rem;font-weight:800;margin:.5rem 0}.projects-header p{color:#4b5563}.projects-grid{grid-gap:2rem;display:grid;gap:2rem}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{border-radius:18px;box-shadow:0 15px 40px #0000001f;overflow:hidden;transition:transform .4s ease}.project-card:hover{transform:translateY(-12px)}.project-image{height:320px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:opacity .5s ease;width:100%}.fade-in img{opacity:1}.fade-out img{opacity:0}.project-type{background:#2563eb;border-radius:999px;font-size:.75rem;left:15px;padding:.3rem .8rem;top:15px;z-index:2}.nav,.project-type{color:#fff;position:absolute}.nav{background:#0000008c;border:none;border-radius:50%;cursor:pointer;font-size:1.8rem;height:36px;top:50%;transform:translateY(-50%);width:36px;z-index:3}.nav.left{left:12px}.nav.right{right:12px}.project-overlay{background:linear-gradient(0deg,#000000bf,#0003);color:#fff;display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:1.5rem;position:absolute;transition:opacity .4s ease}.project-image:hover .project-overlay{opacity:1}.why-section{background:linear-gradient(180deg,#f8fafc,#fff);padding:5rem 2rem}.why-header{margin:auto auto 3.5rem;max-width:750px;text-align:center}.why-tag{background:#dbeafe;border-radius:999px;color:#1d4ed8;display:inline-block;font-size:.85rem;margin-bottom:.6rem;padding:.35rem 1rem}.why-header h2{font-size:2.6rem;font-weight:800;margin:.6rem 0}.why-header p{color:#475569;font-size:1.05rem}.why-grid{grid-gap:2rem;display:grid;gap:2rem}@media (min-width:768px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-card{background:#fff;border-radius:20px;box-shadow:0 12px 35px #00000014;padding:2.5rem 2rem;text-align:center;transition:transform .4s ease,box-shadow .4s ease}.why-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-12px)}.why-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:50%;color:#fff;display:flex;font-size:1.8rem;height:70px;justify-content:center;margin:auto auto 1.5rem;width:70px}.why-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.6rem}.why-card p{color:#64748b;font-size:.95rem}.testimonials-section{background:linear-gradient(135deg,#f9fafb,#eef2ff);padding:4.5rem 1.5rem}.testimonials-container{margin:auto;max-width:1200px;text-align:center}.testimonials-container h2{color:#111827;font-size:2.2rem;margin-bottom:.5rem}.testimonials-subtitle{color:#6b7280;margin-bottom:3rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:#fff;border-radius:1.2rem;box-shadow:0 15px 30px #00000014;padding:2rem;position:relative;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-8px)}.quote-icon{color:#2563eb;font-size:2rem;margin-bottom:1rem}.testimonial-text{color:#374151;font-size:1rem;line-height:1.6;margin-bottom:1.2rem}.testimonial-card h4{color:#111827;font-size:1.1rem}.testimonial-card span{color:#6b7280;font-size:.9rem}.cta-section{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:4rem 1.5rem}.cta-container{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:auto;max-width:1200px}@media (max-width:900px){.cta-container{flex-direction:column;text-align:center}}.cta-text h2{font-size:2.4rem;margin-bottom:.75rem}.cta-text p{color:#e5e7eb;font-size:1.05rem}.cta-actions{display:flex;gap:1rem}@media (max-width:500px){.cta-actions{flex-direction:column;width:100%}}.cta-btn{align-items:center;border-radius:999px;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.9rem 1.5rem;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:#fff;color:#2563eb}.cta-btn.primary:hover{box-shadow:0 10px 25px #ffffff4d;transform:translateY(-2px)}.cta-btn.secondary{border:2px solid #fff;color:#fff}.cta-btn.secondary:hover{background:#fff;color:#2563eb}.contact-section{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:4rem 1.5rem}.contact-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:auto;max-width:1100px}@media (max-width:768px){.contact-container{grid-template-columns:1fr}}.contact-info{background:#1f2937;border-radius:1rem;color:#fff;padding:2.5rem}.contact-info h2{font-size:2rem;margin-bottom:1rem}.contact-info p{color:#d1d5db;margin-bottom:2rem}.info-item{align-items:center;display:flex;gap:1rem;margin-bottom:1.2rem}.info-icon{color:#38bdf8;font-size:1.3rem}.contact-form-box{background:#fff;border-radius:1rem;box-shadow:0 15px 30px #0000001a;padding:2.5rem}.contact-form-box h3{color:#111827;font-size:1.5rem;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;outline:none}.contact-form button{background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:transform .2s ease,box-shadow .2s ease}.contact-form button:hover{box-shadow:0 8px 20px #2563eb66;transform:translateY(-2px)}.footer{background:#111827;color:#d1d5db;margin-top:3rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:3rem 2rem}.footer-box h3{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-box p{font-size:.95rem;line-height:1.6}.footer-box ul{list-style:none;padding:0}.footer-box ul li{margin-bottom:.5rem}.footer-box ul li a{color:#d1d5db;text-decoration:none}.footer-box ul li a:hover{color:#fff;text-decoration:underline}.footer-bottom{background:#020617;color:#9ca3af;font-size:.85rem;padding:1rem;text-align:center}
/*# sourceMappingURL=main.16f06079.css.map*/