.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(248,250,252,.95);backdrop-filter:blur(15px);border-bottom:1px solid rgba(30,64,175,.1);transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.navbar.scrolled{background:rgba(248,250,252,.98);box-shadow:0 4px 20px rgba(30,64,175,.1);border-bottom-color:rgba(30,64,175,.15)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:80px}.navbar-brand{display:flex;align-items:center;gap:15px;cursor:pointer;transition:transform .2s ease}.navbar-brand:hover{transform:scale(1.02)}.logo{flex-shrink:0;transition:transform .3s ease}.navbar-brand:hover .logo{transform:rotate(5deg)}.brand-text{display:flex;flex-direction:column;gap:2px}.company-name{font-size:1.8rem;font-weight:700;background-color:var(--primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.company-tagline{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.navbar-nav{display:flex;align-items:right;gap:40px}.nav-link{position:relative;display:flex;align-items:center;text-decoration:none;color:#475569;font-weight:500;font-size:1rem;padding:8px 0;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--primary)}.nav-text{position:relative}.nav-indicator{position:absolute;bottom:-8px;left:0;right:0;height:2px;background-color:var(--primary);border-radius:1px;transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-link.active .nav-indicator,.nav-link:hover .nav-indicator{transform:scaleX(1)}.navbar-cta{display:flex;align-items:center}.cta-button{gap:8px;padding:12px 24px;background:linear-gradient(135deg,#1e40af,#0284c7);color:white;border-radius:10px;font-size:.95rem}.cta-button:hover{transform:translateY(-1px);box-shadow:0 8px 25px rgba(30,64,175,.3)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;position:relative}.hamburger-line{width:25px;height:2px;background:#475569;border-radius:1px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.hamburger-line:not(:last-child){margin-bottom:5px}.mobile-menu-btn.active .hamburger-line:first-child{transform:rotate(45deg) translate(3px,3px);background:#1e40af}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(3px,-3px);background:#1e40af}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:rgba(248,250,252,.98);backdrop-filter:blur(15px);border-bottom:1px solid rgba(30,64,175,.1);transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px rgba(30,64,175,.1)}.mobile-menu.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu-content{padding:20px;display:flex;flex-direction:column;gap:15px}.mobile-nav-link{display:flex;align-items:center;gap:12px;padding:15px 20px;color:#475569;text-decoration:none;font-weight:500;font-size:1rem;border-radius:12px;transition:all .3s ease;border:1px solid transparent}.mobile-nav-link.active,.mobile-nav-link:hover{background:linear-gradient(135deg,rgba(30,64,175,.05),rgba(59,130,246,.03));color:#1e40af;border-color:rgba(30,64,175,.1);transform:translateX(5px)}.mobile-cta-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(30,64,175,.2),transparent);margin:10px 0}.mobile-cta-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#1e40af,#0284c7);color:white;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:10px}.mobile-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(30,64,175,.3)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);z-index:-1;backdrop-filter:blur(2px)}@media (max-width:992px){.navbar-nav{gap:30px}.cta-button{padding:10px 20px;font-size:.9rem}}@media (max-width:768px){.navbar-container{height:70px}.company-name{font-size:1.6rem}.company-tagline{font-size:.7rem}.navbar-cta,.navbar-nav{display:none}.mobile-menu-btn{display:flex}}@media (max-width:480px){.navbar-container{padding:0 15px;height:65px}.navbar-brand{gap:12px}.logo svg{width:35px;height:35px}.company-name{font-size:1.4rem}.company-tagline{font-size:.65rem}.mobile-menu-content{padding:15px}.mobile-nav-link{padding:12px 16px;font-size:.95rem}}html{scroll-behavior:smooth}body{padding-top:80px}@media (max-width:768px){body{padding-top:70px}}@media (max-width:480px){body{padding-top:65px}}@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");.who-section{padding-top:30px;background-color:white;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif}.who-header{font-weight:700;font-size:2.5rem;color:black;margin-bottom:20px}.who-paragraph{font-size:1.2rem;max-width:800px;color:black;margin:0 auto;font-size:20px;font-weight:300}.blue-text{color:rgb(75,150,230)}.who-content{margin:10px 0;position:relative}.corner{width:50px;height:50px;position:relative}.top-left{align-self:flex-start;margin-bottom:-20px}.bottom-right{align-self:flex-end;margin-top:-20px}.bottom-right:after,.bottom-right:before,.top-left:after,.top-left:before{content:"";position:absolute;background-color:rgb(75,150,230)}.top-left:before{top:0;left:0;width:40px;height:6px}.top-left:after{top:0;left:0;width:6px;height:40px}.bottom-right:before{bottom:0;right:0;width:40px;height:6px}.bottom-right:after{bottom:0;right:0;width:6px;height:40px}:root{--primary:rgb(75,150,230);--primary-dark:#09a8a2;--primary-light:#e6fdfd;--testing:#f0f0f0;--testing2:#333333;--testing3:#4a4a4a;--testing4:#1f2937;--testing5:#fca652;--testing6:#ffb366;--testing7:#ffad60;--testing8:#99ccff;--testing9:#b3e0ff;--testing10:#4fb5a3;--testing11:#5adbb5}.projects-section{padding:5rem 2rem;background-color:#fff}.cta-section{background:linear-gradient(to bottom right,#2563eb,#06b6d4);color:white;padding:4rem 2rem;text-align:center}.contact-form-section{background:#fff;padding:5rem 2rem}.testimonials-section{padding:4rem 2rem;background:#f8f9fc;text-align:center;position:relative}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1f2937}.testimonial-carousel{position:relative;overflow:hidden;max-width:700px;margin:0 auto}.testimonial-list{display:flex;transition:transform .6s ease-in-out;width:100%}.testimonial-card{min-width:100%;box-sizing:border-box;padding:2rem;background:white;border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.05)}.quote{color:#374151;margin-bottom:1rem;font-style:italic}.name,.quote{font-size:1.1rem}.name{font-weight:700;color:#111827}.role{font-size:.9rem;color:#6b7280}.carousel-dots{display:flex;justify-content:center;margin-top:1.5rem;gap:.5rem}.carousel-dot{width:10px;height:10px;border-radius:50%;background-color:#d1d5db;transition:background-color .3s ease;cursor:pointer}.carousel-dot.active{background-color:#2563eb}.hero-container{position:relative;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{object-fit:cover;z-index:1}.hero-overlay,.hero-video{position:absolute;top:0;left:0;width:100%;height:100%}.hero-overlay{background-color:rgba(0,0,0,.6);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:white;padding:20px}.home-hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:white}.highlight{color:rgb(75,150,230)}.home-hero-subtitle{font-size:1.2rem;margin-bottom:2rem}.hero-custom-btn{background-color:rgb(75,150,230);color:white;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.hero-custom-btn:hover{background-color:#76bfec;box-shadow:#8cc9ef}.projects-section{padding:20px;background:#f8fafc;min-height:600px;position:relative}.projects-container{max-width:1400px;margin:0 auto;text-align:center}.projects-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:50px;background:rgb(75,150,230);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.carousel-container{position:relative;margin-bottom:40px}.carousel-wrapper{overflow:hidden;width:100%;position:relative}.carousel-track{display:flex;transition:transform .5s ease-in-out;width:100%}.project-card{flex:0 0 calc(100% / 3);padding:0 15px;box-sizing:border-box;height:500px}.project-card>div:first-child{background:white;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease;height:100%}.project-image{position:relative;height:220px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(53,52,52,.8);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-image img{transform:scale(1)}.project-content{padding:25px;text-align:left;color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;max-width:90%}.white-project-title{font-size:1.3rem;font-weight:700;margin-bottom:12px;line-height:1.2;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,.3);border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:6px}.project-description{font-size:.85rem;line-height:1.4;margin-bottom:14px;color:#f7fafc;opacity:.95;text-align:center}.project-risks{list-style:none;padding:0;margin:0;font-size:.8rem;color:#e2e8f0}.project-risks h4{font-size:.9rem;font-weight:600;color:#ffffff;padding-top:20px;text-transform:uppercase;letter-spacing:.5px;font-family:Arial,sans-serif;text-align:center}.project-risks li{margin-bottom:4px;padding-left:12px;position:relative;line-height:1.3}.project-risks li:before{content:"•";color:#ffd700;font-weight:700;position:relative;padding-right:5px;left:0;font-size:1.2rem}.nav-button{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:white;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease;color:#667eea}.nav-button:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);background:#667eea;color:white;transition:all .3s ease}.nav-button-left{left:-25px}.nav-button-right{right:-25px}.pagination-dots{display:flex;justify-content:center;gap:12px;margin-top:30px}.pagination-dot{width:8px;height:8px;border-radius:50%;border:none;background:#cbd5e0;cursor:pointer;transition:all .3s ease}.pagination-dot:hover{background:#a0aec0;transform:scale(1.2)}.pagination-dot.active{background:#3182ce;transform:scale(1.3);box-shadow:0 0 10px rgba(50,145,234,.4)}@media (max-width:1024px){.carousel-track{width:calc(100% * 4 / 2)}.project-card{flex:0 0 calc(100% / 2)}.nav-button-left{left:-20px}.nav-button-right{right:-20px}}@media (max-width:768px){.projects-section{padding:40px 15px}.projects-title{font-size:2rem;margin-bottom:30px}.project-card{flex:0 0 100%;padding:0 10px}.project-image{height:200px}.project-image img{object-fit:cover;width:100%;height:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{opacity:0;transition:opacity .3s ease;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;position:absolute;inset:0;max-width:100vw;overflow:hidden}.project-card:hover .project-overlay{opacity:1}.project-content{max-width:80%;text-align:center;padding-right:80px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.white-project-title{font-size:1.2rem}.project-description{font-size:.85rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-align:center}.nav-button{width:40px;height:40px}.nav-button-left{left:-10px}.nav-button-right{right:-10px}}.motivation-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:40px;background:white;gap:40px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.motivation-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%}.image-comparison{border-radius:4px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);cursor:pointer;user-select:none}.image-comparison,.image-container{position:relative;width:100%;height:100%}.comparison-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.before-image{z-index:1}.after-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.after-image{width:100%;height:100%;object-fit:cover}.slider-line{top:0;bottom:0;width:2px;z-index:3;cursor:ew-resize;transform:translateX(-1px)}.slider-handle,.slider-line{position:absolute;background-color:white}.slider-handle{top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease}.slider-handle:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2)}.slider-icon{width:24px;height:24px;opacity:.8}.content-section{padding:20px 0}.motivation-heading{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:30px;line-height:1.2;background-color:black;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.motivation-list{list-style:none;padding:0;margin:0}.motivation-item{position:relative;font-size:1.1rem;color:black;margin-bottom:16px;padding-left:30px;line-height:1.6;transition:color .3s ease,transform .3s ease}.motivation-item:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background-color:black;border-radius:50%;transition:transform .3s ease}.motivation-item:hover{color:black;transform:translateX(5px)}.motivation-item:hover:before{transform:scale(1.2)}@media (max-width:768px){.motivation-section{padding:60px 20px}.motivation-container{grid-template-columns:1fr;gap:40px;text-align:center}.image-comparison{height:300px;margin:0 auto}.motivation-heading{font-size:2rem;margin-bottom:20px}.content-section{text-align:left}}@media (max-width:480px){.motivation-section{padding:40px 15px}.image-comparison{height:250px}.motivation-heading{font-size:1.75rem}.motivation-item{font-size:1rem}.slider-handle{width:40px;height:40px}.slider-icon{width:20px;height:20px}}.what-we-offer{position:relative;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;overflow:hidden}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:3.5rem;font-weight:300;background:linear-gradient(135deg,#1e40af,#0284c7,#0891b2);letter-spacing:-.02em}.section-subtitle{font-size:1.3rem;color:#475569;max-width:800px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:60px}.service-card{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid rgba(30,64,175,.1);border-radius:20px;padding:40px 30px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 4px 6px rgba(59,130,246,.05)}.service-card:hover{transform:translateY(-8px);border-color:rgba(30,64,175,.2);box-shadow:0 25px 50px rgba(30,64,175,.15)}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1e40af,#0284c7,#0891b2);transform:scaleX(0);transition:transform .4s ease}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:70px;height:70px;margin-bottom:25px;position:relative}.icon-bg{width:100%;height:100%;border-radius:16px;background:linear-gradient(135deg,rgba(30,64,175,.1),rgba(8,145,178,.1));display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#1e40af}.service-card:hover .icon-bg{background:linear-gradient(135deg,rgba(30,64,175,.2),rgba(8,145,178,.2));transform:rotate(5deg) scale(1.1);color:#0284c7}.service-title{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:15px;line-height:1.3}.service-description{color:#475569;line-height:1.6;font-size:1rem}.water-animation{position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(30,64,175,.03) 0,transparent 70%);animation:flow 8s ease-in-out infinite;pointer-events:none}@keyframes flow{0%,to{transform:translateX(0) translateY(0) rotate(0deg)}33%{transform:translateX(-20px) translateY(-10px) rotate(120deg)}66%{transform:translateX(10px) translateY(-20px) rotate(240deg)}}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-bubble{position:absolute;background:radial-gradient(circle,rgba(30,64,175,.08),rgba(8,145,178,.03));border-radius:50%;animation:float 15s linear infinite}.bubble-1{width:60px;height:60px;left:10%;animation-delay:0s}.bubble-2{width:80px;height:80px;left:80%;animation-delay:5s}.bubble-3{width:40px;height:40px;left:60%;animation-delay:10s}@keyframes float{0%{transform:translateY(100vh) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) rotate(1turn);opacity:0}}@media (max-width:768px){.what-we-offer{padding:60px 0}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:30px 25px}.section-header{margin-bottom:60px}}@media (max-width:480px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.service-card{padding:25px 20px}.service-title{font-size:1.2rem}.service-description{font-size:.9rem}}.call-to-action{position:relative;background:linear-gradient(135deg,#dbeafe,#bfdbfe 50%,#93c5fd);padding:100px 0;overflow:hidden}.container{position:relative;z-index:10}.cta-background-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.bg-bubble{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(30,64,175,.1),rgba(59,130,246,.05));animation:bgFloat 20s ease-in-out infinite}.bg-bubble-1{width:300px;height:300px;top:-100px;right:-50px;animation-delay:0s}.bg-bubble-2{width:200px;height:200px;bottom:-50px;left:-30px;animation-delay:7s}.bg-bubble-3{width:150px;height:150px;top:50%;left:10%;animation-delay:14s}.bg-wave{position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(90deg,transparent,rgba(30,64,175,.1),transparent);transform:skewY(-1deg);animation:wave 8s ease-in-out infinite}@keyframes bgFloat{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}@keyframes wave{0%,to{transform:skewY(-1deg) translateX(0)}50%{transform:skewY(-1deg) translateX(20px)}}.cta-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1100px;margin:0 auto}.cta-text{text-align:left}.cta-title{font-size:3rem;font-weight:700;color:#1e293b;line-height:1.2;margin-bottom:20px}.highlight{background:linear-gradient(135deg,#1e40af,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-subtitle{font-size:1.2rem;color:#475569;line-height:1.6;margin-bottom:30px}.cta-features{display:flex;flex-direction:column;gap:15px;margin-bottom:40px}.feature-item{display:flex;align-items:center;gap:12px;color:#334155;font-weight:500}.feature-icon{width:24px;height:24px;color:#1e40af;flex-shrink:0}.cta-actions{display:flex;flex-direction:column;gap:30px;align-items:flex-start}.primary-actions{display:flex;gap:15px;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.cta-button.primary{background:linear-gradient(135deg,#1e40af,#0284c7);color:white;box-shadow:0 4px 15px rgba(30,64,175,.3)}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(30,64,175,.4)}.cta-button.secondary{background:rgba(255,255,255,.9);color:#1e40af;border:2px solid #1e40af;backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:rgba(30,64,175,.1);transform:translateY(-2px)}.contact-info{gap:20px;width:100%}.contact-info,.urgent-contact{display:flex;flex-direction:column}.urgent-contact{gap:10px}.urgent-label{font-size:.9rem;color:#64748b;font-weight:500}.phone-button{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:#1e40af;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;padding:8px 0}.phone-button:hover{color:#0284c7;transform:translateX(5px)}.response-indicator,.response-time{display:flex;align-items:center}.response-indicator{gap:8px;color:#475569;font-size:.9rem}.pulse-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.7)}70%{box-shadow:0 0 0 10px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}@media (max-width:1024px){.cta-content{grid-template-columns:1fr;gap:40px}.cta-content,.cta-text{text-align:center}.cta-actions{align-items:center}}@media (max-width:768px){.call-to-action{padding:80px 0}.cta-title{font-size:2.2rem}.cta-subtitle{font-size:1.1rem}.primary-actions{flex-direction:column;width:100%;gap:12px}.cta-button{width:100%;justify-content:center;padding:14px 24px;font-size:1rem}.cta-features{align-items:center}}@media (max-width:480px){.cta-title{font-size:1.8rem}.cta-subtitle{font-size:1rem}.cta-button{padding:12px 20px;font-size:.95rem}.phone-button{font-size:1rem}.bg-bubble-1,.bg-bubble-2,.bg-bubble-3{opacity:.5}}.about-us{background:#f8fafc;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;font-weight:600;background:linear-gradient(135deg,#1e40af,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;text-align:center}.about-hero{background:linear-gradient(135deg,#dbeafe,#bfdbfe);padding:120px 0 80px;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin-bottom:30px;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#475569;max-width:800px;margin:0 auto;line-height:1.6}.company-overview{padding:100px 0;background:white}.overview-content{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:flex-start}.overview-text .section-title{text-align:left;margin-bottom:30px}.overview-paragraph{font-size:1.1rem;color:#475569;line-height:1.8;margin-bottom:25px}.overview-paragraph:last-child{margin-bottom:0}.overview-stats{display:flex;flex-direction:column;gap:25px}.stat-card{display:flex;align-items:center;gap:20px;padding:25px;background:linear-gradient(135deg,rgba(30,64,175,.05),rgba(59,130,246,.03));border:1px solid rgba(30,64,175,.1);border-radius:16px;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#1e40af,#0284c7);color:white;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-number{font-size:2rem;font-weight:700;color:#1e40af;line-height:1}.stat-label{font-size:.9rem;color:#64748b;font-weight:500}.mission-vision{padding:100px 0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1000px;margin:0 auto}.mission-card,.vision-card{padding:40px;background:rgba(255,255,255,.9);border:1px solid rgba(30,64,175,.1);border-radius:20px;backdrop-filter:blur(10px)}.card-header{gap:15px;margin-bottom:20px}.card-header,.card-icon{display:flex;align-items:center}.card-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,rgba(30,64,175,.1),rgba(59,130,246,.1));color:#1e40af;justify-content:center;flex-shrink:0}.card-title{font-size:1.5rem;font-weight:600;color:#1e293b}.card-description{font-size:1rem;color:#475569;line-height:1.7}.company-values{padding:100px 0;background:white}.values-header{text-align:center;margin-bottom:60px}.values-subtitle{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:30px}.value-item{padding:30px;text-align:center;background:linear-gradient(135deg,rgba(30,64,175,.02),rgba(59,130,246,.01));border:1px solid rgba(30,64,175,.08);border-radius:16px;transition:transform .2s ease,box-shadow .2s ease}.value-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(30,64,175,.1)}.value-icon{width:60px;height:60px;margin:0 auto 20px;border-radius:15px;background:linear-gradient(135deg,rgba(30,64,175,.1),rgba(59,130,246,.1));color:#1e40af;display:flex;align-items:center;justify-content:center}.value-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:15px}.value-description{font-size:1rem;color:#475569;line-height:1.6}@media (max-width:1024px){.overview-content{grid-template-columns:1fr;gap:50px}.overview-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.mission-vision-grid{grid-template-columns:1fr;gap:30px}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.overview-stats{grid-template-columns:1fr}.stat-card{padding:20px}}.contact-wrapper{font-family:sans-serif;color:#1f2937;background-color:#fff}.contact-outer{padding:5rem 1.5rem;background-color:#fff}.contact-inner{max-width:1120px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.contact-header h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#111827;margin-bottom:1.5rem}.contact-header p{font-size:1.25rem;color:#4b5563;line-height:1.4}.contact-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width:768px){.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}.contact-info-col{width:100%}.contact-subheading{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:2rem}.contact-info-list{list-style:none;margin:0 0 3rem;padding:0}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-info-item h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#111827}.contact-info-item p{font-size:.95rem;color:#4b5563;line-height:1.35}.contact-icon{width:3rem;height:3rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#ffffff}.contact-icon svg{width:1.5rem;height:1.5rem}.contact-icon--addr{background:#3b82f6}.contact-icon--phone{background:#10b981}.contact-icon--email{background:#8b5cf6}.contact-icon--wa{background:#059669}.contact-hours-heading{margin-top:3rem;margin-bottom:1.5rem}.contact-hours-table{width:100%;border-collapse:collapse;margin-bottom:.75rem;font-size:.95rem}.contact-hours-table td,.contact-hours-table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top}.contact-hours-table th{width:40%;font-weight:600;color:#111827}.contact-hours-table td{color:#4b5563}.contact-hours-closed{color:#dc2626!important;font-weight:600}.contact-hours-note{font-size:.85rem;color:#6b7280;margin-top:.5rem;line-height:1.3}.contact-form-col{width:100%;background:#ffffff;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 24px rgba(0,0,0,.08)}.contact-form-col h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;text-align:left}.contact-form{display:grid;grid-template-columns:1fr;gap:1.25rem}.contact-form-group{display:flex;flex-direction:column}@media (min-width:480px){.contact-form{grid-template-columns:1fr 1fr}.contact-form-group--full{grid-column:1/-1}}.contact-form-group label{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#374151}.contact-form-group input,.contact-form-group textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.5rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.25)}.contact-form-submit{grid-column:1/-1;padding:.9rem 1rem;font-size:1rem;font-weight:600;background:#3b82f6;color:#ffffff;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s ease,transform .15s ease}.contact-form-submit:hover{background:#2563eb;transform:translateY(-1px)}.contact-form-submit:active{transform:translateY(0)}