@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap";
:root{--primary-orange:#fe9601;--primary-orange-hover:#e58700;--primary-dark:#2c3145;--white:#fff;--text-primary:#2c3145;--text-secondary:#6c757d;--font-heading:"Merriweather",Georgia,serif;--font-body:"Inter",sans-serif;--radius-md:5px;--transition-base:.25s ease}html,body{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--white);overflow-wrap:break-word;word-wrap:break-word;font-size:16px;line-height:1.6}h1,h2,h3,h4,.h1,.h2,.h3,.h4{font-family:var(--font-heading);color:var(--text-primary);overflow-wrap:break-word;margin-bottom:1rem;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}@media (max-width:480px){h1{font-size:2rem}}h2{font-size:clamp(1.5rem,4vw,2.75rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.2rem,2.5vw,1.5rem)}a{color:var(--primary-dark);transition:color var(--transition-base);text-decoration:none}a:hover{color:var(--primary-orange)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.desktop-nav{align-items:center;gap:28px;display:flex}.mobile-nav-toggle{display:none}.mobile-menu-overlay{z-index:2000;background:#fff;width:100%;max-width:300px;height:100vh;padding:20px;transition:transform .3s ease-in-out;display:block;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-5px 0 15px #0000001a}.mobile-menu-overlay.open{transform:translate(0)}.testimonial-slider-container{background:#f8f9fa;border-radius:12px;max-width:420px;padding:25px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}section{padding:80px 0}.btn-proposal{color:#fff;background:#fe9601;border:2px solid #fe9601;border-radius:5px;justify-content:center;align-items:center;gap:10px;padding:12px 30px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-proposal:hover{color:#fe9601;background:#fff;transform:translateY(-2px);box-shadow:0 6px 12px #fe96014d}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;display:grid}.services-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-badges{flex-wrap:wrap;align-items:center;gap:25px;margin-bottom:35px;display:flex}.customer-logos-container{opacity:.6;filter:grayscale();flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.partner-section-flex{text-align:left;flex-wrap:wrap;justify-content:center;align-items:center;gap:50px;margin-top:30px;display:flex}.certified-experts-grid{grid-template-columns:repeat(4,1fr);place-items:center;gap:20px;max-width:900px;margin-top:40px;margin-left:auto;margin-right:auto;display:grid}.services-grid,.projects-grid,.blog-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.newsletter-form{background:#fff;border-radius:4px;padding:5px;display:flex}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:60px;display:grid}.footer-bottom-flex{border-top:1px solid #333;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:30px;display:flex}.footer-bottom-left,.footer-bottom-right{flex:1;align-items:center;gap:15px;display:flex}.footer-bottom-left{justify-content:flex-start}.footer-bottom-right{justify-content:flex-end}.footer-copyright{text-align:center;flex:2;min-width:300px}.service-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;height:100%;padding:30px;transition:all .3s;display:flex}.service-card:hover{outline:1px solid var(--hover-color);transform:translateY(-5px);box-shadow:0 10px 25px #2c314526}.service-link{color:#2c3145;align-items:center;gap:5px;margin-top:auto;font-weight:600;transition:all .3s;display:inline-flex}.service-link:hover{color:var(--primary-orange);gap:10px}@media (max-width:992px){.desktop-nav{display:none}.mobile-nav-toggle{cursor:pointer;background:0 0;border:none;display:block}.hero-grid,.services-hero-grid{text-align:center;grid-template-columns:1fr;gap:40px}.hero-grid p,.services-hero-grid p{margin-left:auto;margin-right:auto}.hero-badges{justify-content:center}.services-grid,.projects-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){section{padding:50px 0}.hero-grid h1{font-size:2.25rem}.testimonial-slider-container{max-width:100%;margin:0 auto}.customer-logos-container{justify-content:center;gap:30px}.customer-logos-container img{height:28px!important}.partner-section-flex{text-align:center;flex-direction:column;gap:20px}.certified-experts-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.projects-grid,.blog-grid{grid-template-columns:1fr}.newsletter-form{background:0 0;flex-direction:column;gap:10px;padding:0}.newsletter-form input{border:1px solid #ccc;border-radius:4px;width:100%;height:45px}.newsletter-form button{width:100%;height:45px}.newsletter-section-flex{text-align:center;flex-direction:column}.footer-grid{text-align:center;grid-template-columns:1fr;gap:40px}.footer-grid ul{align-items:center}.footer-bottom-flex{flex-direction:column;gap:30px}.footer-bottom-left,.footer-bottom-right{text-align:center;flex-direction:column;justify-content:center;width:100%}.footer-copyright{order:3;margin-top:10px}.footer-bottom-left{order:1}.footer-bottom-right{order:2}.footer-bottom-left>div{flex-direction:column;align-items:center;width:100%}}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.blink{animation:1.5s infinite blink}.location-responsive-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (max-width:992px){.location-responsive-grid{text-align:center;grid-template-columns:1fr;gap:40px}}.order-page-grid{grid-template-columns:minmax(300px,2fr) 1fr;align-items:start;gap:40px;display:grid}@media (max-width:992px){.order-page-grid{grid-template-columns:1fr}}.form-row-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:600px){.form-row-grid{grid-template-columns:1fr}}.nested-grid-stack{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:600px){.nested-grid-stack{grid-template-columns:1fr}}.content-split-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (max-width:992px){.content-split-grid{grid-template-columns:1fr;gap:40px}}.grid-stack-3{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}@media (max-width:992px){.grid-stack-3{grid-template-columns:1fr;gap:30px}}.grid-stack-4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:992px){.grid-stack-4{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:600px){.grid-stack-4{grid-template-columns:1fr}}.col-span-2{grid-column:span 2}@media (max-width:600px){.col-span-2{grid-column:auto}}.checklist-box{background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;gap:40px;padding:50px;display:grid;box-shadow:0 10px 40px #0000000d}@media (max-width:768px){.checklist-box{grid-template-columns:1fr;gap:30px;padding:30px}}
