@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600&display=swap";.hero{background-image:url(/images/herobg.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.overlay{background:#000000a6;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:#fff;max-width:800px;padding:20px;position:relative}.badge{background:orange;border-radius:30px;margin:20px;padding:10px 20px;display:inline-block}.btn{border-radius:6px;padding:14px 25px;text-decoration:none}.btn-primary,.btn-secondary{color:#fff;background:orange}.hero-content h1{font-size:2rem}.hero p{margin-bottom:30px;font-size:1.3rem}.hero-buttons{flex-direction:column;gap:1rem;display:flex}@media (width>=768px){.hero-content h1{font-size:3rem}.hero-buttons{flex-direction:row;justify-content:center}}.features{background:#f8f9fa;padding:20px}.features-container{flex-direction:column;gap:40px;max-width:1200px;margin:0 auto;display:flex}.features-content{order:1;width:100%}.features-image{order:2;width:100%}.features-image img{object-fit:cover;border-radius:12px;width:100%;height:350px;display:block}.features-content h2{color:#222;margin-bottom:15px;font-size:2rem}.features-content>p{color:#666;margin-bottom:30px;font-size:1rem;line-height:1.7}.features-list{flex-direction:column;gap:20px;display:flex}.feature-item{background:#fff;border-radius:10px;align-items:flex-start;gap:15px;padding:18px;display:flex;box-shadow:0 4px 12px #00000014}.feature-icon,.feature-item svg{color:#5b74e8;flex-shrink:0;margin-top:2px}.feature-item h3{color:#222;margin-bottom:6px;font-size:1.1rem}.feature-item p{color:#666;font-size:.95rem;line-height:1.6}@media (width>=768px){.features{padding:20px 40px}.features-content h2{font-size:2.5rem}.features-image img{height:450px}}@media (width>=1024px){.features-container{flex-direction:row;align-items:center;gap:60px}.features-image{flex:1;order:1}.features-content{flex:1;order:2}.features-image img{height:600px}.features-content h2{font-size:3rem}.feature-item{transition:transform .3s,box-shadow .3s}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}}.services{background:#fff;padding:20px}.services-header{text-align:center;margin-bottom:40px}.services-header h2{margin-bottom:40px;font-size:2.8rem}.services-header p{color:#666;font-size:1.1rem}.service-icon{color:orange;justify-content:center;margin-bottom:20px;display:flex}.service-card p{color:#666;margin-bottom:20px}.price{color:orange;margin-bottom:20px;font-size:1.3rem;font-weight:700;display:block}.service-btn{color:orange;cursor:pointer;background:#fff;border:2px solid orange;border-radius:6px;width:100%;padding:12px;transition:all .3s}.service-btn:hover{color:#ff4500;background:orange}.services-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.testimonials{background:#f8f9fa;padding:20px}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:50px}.section-title h2{margin-bottom:10px;font-size:2rem}.section-title p{color:#666}.testimonials-grid{grid-template-columns:1fr;gap:25px;display:grid}.testimonial-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px #00000014}.stars{color:#fbbf24;margin-bottom:15px;font-size:1.2rem}.review{color:#555;margin-bottom:20px;font-style:italic;line-height:1.6}.testimonial-card h4{color:#222}@media (width>=768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.gallery{background:#f8f8f8;padding:20px;overflow:hidden}.gallery-header{text-align:center;text-align:center;margin-bottom:20px}.gallery-header h2{margin-bottom:10px;font-size:2.5rem}.gallery-header p{color:#666}.gallery-track{gap:20px;width:max-content;animation:25s linear infinite scroll;display:flex}.gallery-track img{object-fit:cover;border-radius:10px;flex-shrink:0;width:350px;height:250px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cta{text-align:center;color:#fff;background:#ff6b00;padding:80px 20px}.cta-container{max-width:800px;margin:auto}.cta h2{margin-bottom:20px;font-size:2.5rem}.cta p{margin-bottom:30px;font-size:1.1rem;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.btn-primary,.btn-secondary{border-radius:6px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{background:orange;border:2px solid #fff}.btn-secondary{color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#ffffff26}.about-hero{background-image:url(/images/herobg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:50vh;min-height:300px;display:flex;position:relative}.about-overlay{text-align:center;color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.about-overlay h1{max-width:800px;margin-bottom:15px;font-size:2rem;font-weight:700;line-height:1.2}.about-overlay p{color:#ffffffe6;max-width:650px;font-size:1rem;line-height:1.7}@media (width>=768px){.about-hero{height:60vh}.about-overlay h1{font-size:clamp(2rem,5vw,4rem)}.about-overlay p{font-size:clamp(1rem,2vw,1.25rem)}}@media (width>=1024px){.about-hero{height:70vh}.about-overlay h1{font-size:4rem}.about-overlay p{font-size:1.25rem}}.company-story{background:#fff;padding:40px 20px}.story-container{grid-template-columns:1fr;align-items:center;gap:40px;max-width:1200px;margin:0 auto;display:grid}.story-content{order:1}.story-image{order:2}.story-image img{object-fit:cover;border-radius:12px;width:100%;height:350px;display:block;box-shadow:0 8px 20px #0000001a}.story-content h2{color:#000;margin-bottom:20px;font-size:2rem}.story-content p{color:var(--text-light);margin-bottom:15px;font-size:1rem;line-height:1.8}@media (width>=768px){.company-story{padding:40px}.story-image img{height:450px}.story-content h2{font-size:2.5rem}}@media (width>=1024px){.story-container{grid-template-columns:1fr 1fr;gap:60px}.story-image{order:1}.story-content{order:2}.story-image img{height:500px}.story-content h2{font-size:3rem}}.team{text-align:center;background-color:#f8f9fa;padding:80px 20px}.team h2{color:#222;margin-bottom:50px;font-size:2.5rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.team-card{background:#fff;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 15px #00000014}.team-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #00000026}.team-card img{object-fit:cover;width:100%;height:280px}.team-card h3{color:#222;margin-top:20px;font-size:1.3rem}.team-card p{color:#ff6b00;margin:10px 0 25px;font-weight:600}@media (width<=768px){.team h2{font-size:2rem}.team-card img{height:240px}}@media (width<=480px){.team{padding:60px 15px}.team h2{font-size:1.8rem}.team-card img{height:220px}}.contact-hero{background-image:url(/images/herobg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:50vh;position:relative}.contact-overlay{text-align:center;color:#fff;background:#000000a6;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.contact-overlay h1{margin-bottom:15px;font-size:3.5rem}.contact-overlay p{max-width:700px;font-size:1.2rem;line-height:1.6}@media (width<=768px){.contact-hero{height:40vh}.contact-overlay h1{font-size:2.5rem}.contact-overlay p{font-size:1rem}}@media (width<=480px){.contact-hero{height:35vh}.contact-overlay h1{font-size:2rem}.contact-overlay p{font-size:.95rem}}.contact-info{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:auto;padding:20px;display:grid}.info-card{text-align:center;background:#fff;border-radius:10px;padding:30px;box-shadow:0 4px 15px #00000014}.info-card svg{color:#ff6b00;margin-bottom:15px}.contact-form-section{background:#f8f9fa;padding:20px}.form-container{max-width:800px;margin:auto}.form-container h2{text-align:center;margin-bottom:40px}form{flex-direction:column;gap:20px;display:flex}.contact-form-section input,.contact-form-section select,.contact-form-section textarea{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:15px;padding:12px;font-size:1rem}.contact-form-section button{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:6px;width:100%;padding:14px;font-size:1rem}.contact-form-section button:hover{background:#e65c00}.date-time-row{gap:15px;display:flex}.date-time-row input{flex:1}@media (width<=768px){.date-time-row{flex-direction:column}}.status-message{text-align:center;color:#f60;margin-top:20px;font-weight:600}button[type=submit]{color:#fff;background:#f60}button[type=button]{color:#fff;background:#25d366;margin-top:12px}button[type=button]:hover{background:#1ebe5d}.map-section{text-align:center;padding:40px 20px}.map-section h2{margin-bottom:30px}.map-container{max-width:1200px;margin:auto}.map-container iframe{border:none;border-radius:10px;width:100%;height:350px}.services-hero{background-image:url(/images/herobg.jpg);background-position:50%;background-size:cover;height:50vh;position:relative}.services-overlay{text-align:center;color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.services-overlay h1{margin-bottom:15px;font-size:3rem}.service-list{padding:80px 20px}.service-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:auto;display:grid}.service-card{background:#fff;border-radius:10px;padding:30px;transition:all .3s;box-shadow:0 4px 15px #00000014}.service-card:hover{transform:translateY(-6px)}.service-icon{color:#ff6b00;margin-bottom:20px}.service-card h3{margin-bottom:15px}.service-card p{color:#666;line-height:1.7}.navbar{color:#fff;z-index:1000;background:#0f172a;padding:15px 0;position:sticky;top:0}.container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:auto;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo img{object-fit:contain;filter:drop-shadow(0 0 6px #ffffffb3);width:55px;height:55px}.nav-links{gap:30px;list-style:none;display:flex}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#f60}.menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}@media (width<=768px){.menu-btn{display:block}.logo h2{font-size:.9rem}.nav-links{background:#111;flex-direction:column;align-items:center;width:100%;max-height:0;transition:max-height .4s;display:flex;position:absolute;top:85px;left:0;overflow:hidden}.nav-links.active{max-height:350px;padding:15px 0}.nav-links li{text-align:center;width:100%}.nav-links a{border-bottom:1px solid #333;padding:15px;display:block}.nav-links a:hover{background:#222}}.footer{color:#fff;background:#0f172a;padding-top:60px}.footer-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;max-width:1200px;margin:auto;padding:0 20px 40px;display:grid}.footer-section h3{color:#ff6b00;margin-bottom:20px}.footer-section p,.footer-section li{color:#ccc;margin-bottom:12px}.footer-section ul{list-style:none}.footer-section a{color:#ccc;text-decoration:none;transition:all .3s}.footer-section a:hover{color:#ff6b00}.footer-section p{align-items:center;gap:10px;display:flex}.footer-bottom{text-align:center;color:#999;border-top:1px solid #333;padding:20px}.whatsapp-btn{color:#fff;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 6px 20px #00000040}.whatsapp-btn:hover{transform:scale(1.1)}.whatsapp-btn svg{stroke-width:2.5px}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:orange;--primary-dark:#ea580c;--dark:#111827;--light:#f8fafc;--text:#333;--text-light:#666;--white:#fff;--shadow:0 4px 15px #00000014;--transition:.3s ease}body{color:#222;font-family:Poppins,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:90%;max-width:1200px;margin:0 auto}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:6px;padding:12px 24px;display:inline-block}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover,.btn-secondary:hover{background:var(--primary-dark)}.btn-outline{color:#fff;border:2px solid #fff}.btn-outline:hover{background:#ffffff1a}html{scroll-behavior:smooth}.section-title{text-align:center;margin-bottom:15px;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:50px}.card{box-shadow:var(--shadow);background:#fff;border-radius:10px}@media (width<=768px){.section-title{font-size:2rem}.container{width:95%}}
