*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1e3a8a;font-size:2.5rem;font-weight:700}.section-subtitle,.section-title{margin-bottom:3rem;text-align:center}.section-subtitle{color:#6b7280;font-size:1.2rem;margin-left:auto;margin-right:auto;max-width:600px}.btn{background-color:#1e3a8a;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn:hover{background-color:#1e40af;transform:translateY(-2px)}.btn-outline{background-color:initial;border:2px solid #1e3a8a;color:#1e3a8a}.btn-outline:hover{background-color:#1e3a8a;color:#fff}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.section-title{font-size:1.8rem}.grid-4{grid-template-columns:1fr}}.App{text-align:left}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fffffff2;border-bottom:1px solid #1e3a8a1a;box-shadow:0 4px 20px #00000014;left:0;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.header.scrolled{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background-color:#fffffffa;box-shadow:0 8px 32px #0000001f}.nav{justify-content:space-between;padding:1rem 0;position:relative}.logo,.nav{align-items:center;display:flex}.logo{gap:1rem;text-decoration:none;transition:transform .3s ease;z-index:1001}.logo:hover{transform:scale(1.05)}.company-name{display:flex;flex-direction:column;line-height:1.2}.company-title{color:#1e3a8a;font-size:1.5rem;font-weight:700;margin-bottom:.1rem}.company-tagline{color:#6b7280;font-size:.7rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.nav-links{align-items:center;display:flex;gap:.5rem;list-style:none}.nav-links a,.nav-links li{position:relative}.nav-links a{align-items:center;border-radius:8px;color:#374151;display:flex;font-weight:500;overflow:hidden;padding:.75rem 1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-links a:before{background:linear-gradient(90deg,#0000,#1e3a8a1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.nav-links a:hover:before{left:100%}.nav-links a:hover{background-color:#1e3a8a0d;color:#1e3a8a;transform:translateY(-1px)}.nav-links a.active{background-color:#1e3a8a1a;color:#1e3a8a;font-weight:600}.nav-links a.active:after{background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:20px}.nav-text{font-size:1.1rem}.header-cta{align-items:center;display:flex;margin-left:2rem}.btn-header{background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:25px;box-shadow:0 4px 15px #0596694d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;overflow:hidden;padding:.6rem 1.2rem;position:relative;transition:all .3s ease;white-space:nowrap}.btn-header:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-header:hover:before{left:100%}.btn-header:hover{box-shadow:0 6px 25px #05966966;transform:translateY(-2px)}.nav-cta{align-items:center;display:flex}.btn-primary{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border:none;border-radius:25px;box-shadow:0 4px 15px #1e3a8a4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{box-shadow:0 6px 25px #1e3a8a66;transform:translateY(-2px)}.mobile-menu-toggle{border-radius:6px;cursor:pointer;display:none;flex-direction:column;padding:8px;transition:all .3s ease;z-index:1001}.mobile-menu-toggle:hover{background-color:#1e3a8a1a}.mobile-menu-toggle span{background-color:#1e3a8a;border-radius:2px;height:3px;margin:3px 0;transition:all .3s cubic-bezier(.4,0,.2,1);width:25px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{display:none}@media (max-width:768px){.nav-links{align-items:stretch;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;box-shadow:-10px 0 30px #0000001a;flex-direction:column;height:100vh;justify-content:flex-start;overflow-y:auto;padding-top:80px;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.4,0,.2,1);width:280px;z-index:1000}.nav-links.mobile-menu-active{right:0}.nav-links li{animation:slideInRight .3s ease forwards;margin:0;opacity:0;width:100%}.nav-links li:first-child{animation-delay:.1s}.nav-links li:nth-child(2){animation-delay:.15s}.nav-links li:nth-child(3){animation-delay:.2s}.nav-links li:nth-child(4){animation-delay:.25s}.nav-links li:nth-child(5){animation-delay:.3s}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.nav-links a{align-items:center;border-bottom:1px solid #0000000d;border-radius:0;display:flex;font-size:1.1rem;justify-content:flex-start;min-height:60px;padding:1.2rem 1.5rem;text-align:left;transition:all .3s ease;width:100%}.nav-links a:hover{background-color:#1e3a8a0d;transform:none}.nav-links a.active{background-color:#1e3a8a1a;border-left:4px solid #1e3a8a;font-weight:600}.nav-links a.active:after{display:none}.nav-links li:last-child a{border-bottom:none}.header-cta,.nav-cta{display:none}.mobile-menu-toggle{background-color:#ffffffe6;border:1px solid #1e3a8a1a;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;padding:12px}.mobile-menu-toggle:hover{background-color:#fff;border-color:#1e3a8a33;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.mobile-menu-toggle.active{background-color:#1e3a8a1a;border-color:#1e3a8a4d;box-shadow:0 2px 8px #1e3a8a33}.mobile-menu-toggle span{height:3px;margin:4px 0;width:28px}.mobile-menu-overlay{animation:fadeIn .3s ease forwards;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;bottom:0;display:block;left:0;opacity:0;position:fixed;right:0;top:0;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.logo img{height:40px;width:50px}.company-title{font-size:1.2rem}.company-tagline{font-size:.65rem}}@media (max-width:480px){.company-title{font-size:1.1rem;line-height:1.1}.company-tagline{font-size:.6rem;line-height:1.1}.logo{gap:.75rem}.logo img{height:35px;width:45px}.nav-links{right:-100%;width:100%}.nav-links a{font-size:1rem;padding:1rem 1.25rem}}@media (max-width:360px){.company-title{font-size:.9rem}.company-tagline{font-size:.65rem}.logo{gap:.5rem}.logo img{height:30px;width:40px}.nav-links a{font-size:.95rem;padding:.875rem 1rem}.company-name{flex-shrink:1;min-width:0}.company-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}.hero{align-items:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;display:flex;min-height:100vh;overflow:hidden;padding:120px 0 80px;position:relative}.hero:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><path fill="url(%23a)" d="M0 0h100v20H0z"/></svg>') repeat-x;bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{grid-gap:8rem;align-items:center;display:grid;gap:8rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1600px;padding:0 4rem;position:relative;z-index:1}.hero-left-column{align-items:center;animation:fadeInLeft 1.2s ease-out;display:flex;justify-content:center}.evaporator-image-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid #ffffff1a;border-radius:20px;box-shadow:0 25px 60px #0006;max-width:550px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.evaporator-image-container:hover{border-color:#fff3;box-shadow:0 35px 80px #00000080;transform:translateY(-10px) scale(1.02)}.evaporator-image{display:block;height:400px;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.evaporator-image-container:hover .evaporator-image{transform:scale(1.05)}.evaporator-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(#0000,#000000e6);bottom:0;color:#fff;left:0;padding:2rem;position:absolute;right:0;text-align:center}.evaporator-caption{font-size:1.2rem;font-weight:800;letter-spacing:2px;text-shadow:0 3px 6px #000000e6;text-transform:uppercase}.hero-right-column{align-items:flex-start;animation:fadeInRight 1.2s ease-out .3s both;display:flex;flex-direction:column;gap:3.5rem}.hero-text-content{width:100%}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;letter-spacing:-1px;line-height:1.1;margin-bottom:2rem;text-shadow:0 4px 8px #0000001a}.hero-tagline{color:#e0e7ff;font-size:1.3rem;font-weight:600;line-height:1.4;margin-bottom:2rem;opacity:.95}.hero-description{color:#cbd5e1;font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;max-width:550px;opacity:.9}.hero-button-container{margin-top:1.5rem}.hero-button{background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:50px;box-shadow:0 10px 30px #05966966;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:800;letter-spacing:1px;overflow:hidden;padding:1.2rem 2.5rem;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.hero-button:hover:before{left:100%}.hero-button:hover{box-shadow:0 15px 40px #05966999;transform:translateY(-3px)}.hero-carousel{max-width:750px;width:100%}.carousel-image-container{border:4px solid #ffffff26;border-radius:25px;box-shadow:0 30px 80px #0006;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.carousel-image-container:hover{border-color:#ffffff40;box-shadow:0 45px 100px #00000080;transform:translateY(-12px) scale(1.05)}.carousel-image{display:block;height:500px;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.carousel-image-container:hover .carousel-image{transform:scale(1.08)}.carousel-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2.5rem;position:absolute;right:0;text-align:center}.carousel-caption{font-size:1.4rem;font-weight:900;letter-spacing:2px;text-shadow:0 4px 8px #000000e6;text-transform:uppercase}.carousel-indicators{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem;padding:.5rem}.carousel-dot{background-color:#fff6;border-radius:50%;cursor:pointer;height:10px;transition:all .4s cubic-bezier(.4,0,.2,1);width:10px}.carousel-dot.active{background-color:#10b981;box-shadow:0 0 20px #10b981b3;transform:scale(1.3)}.carousel-dot:hover{background-color:#fff9;transform:scale(1.1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.about{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.about-header{margin-bottom:4rem;text-align:center}.title-underline{background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:2px;height:4px;margin:1rem auto 0;width:80px}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text{display:flex;flex-direction:column;gap:2rem}.about-intro h3{color:#1e3a8a;font-size:2rem;font-weight:700;margin-bottom:1.5rem;position:relative}.about-intro h3:after{background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:60px}.intro-text{color:#374151;font-size:1.1rem;font-weight:500;line-height:1.8}.about-description p{color:#6b7280;font-size:1rem;line-height:1.8}.mission-vision{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:1rem 0}.mission-card,.vision-card{background:#fff;border:1px solid #1e3a8a1a;border-radius:15px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover,.vision-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.card-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.mission-card h4,.vision-card h4{color:#1e3a8a;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.mission-card p,.vision-card p{color:#6b7280;font-size:.95rem;line-height:1.6}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:1rem}.stat{background:#fff;border:1px solid #1e3a8a1a;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:1.5rem;text-align:center;transition:transform .3s ease}.stat:hover{transform:translateY(-3px)}.stat-number{color:#1e3a8a;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.9rem;font-weight:500}.about-sidebar{display:flex;flex-direction:column;gap:2rem;position:-webkit-sticky;position:sticky;top:120px}.expertise-card,.industries-card{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:20px;box-shadow:0 8px 30px #1e3a8a4d;color:#fff;padding:2.5rem}.expertise-card h4,.industries-card h4{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;position:relative;text-align:center}.expertise-card h4:after,.industries-card h4:after{background:#fff9;border-radius:1px;bottom:-8px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.industries-list{list-style:none;margin:0;padding:0}.industries-list li{align-items:center;border-bottom:1px solid #ffffff26;display:flex;font-size:.95rem;gap:.8rem;padding:.8rem 0}.industries-list li:last-child{border-bottom:none}.checkmark{color:#10b981;font-size:1.1rem;font-weight:700}.expertise-tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.tag{background:#ffffff26;border:1px solid #fff3;border-radius:20px;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.tag:hover{background:#ffffff40;transform:translateY(-2px)}.products{background-color:#fff}.product-card{text-align:center;transition:all .3s ease}.product-icon{color:#1e3a8a;margin-bottom:1rem}.product-card h3{color:#1f2937;font-size:1.2rem;margin-bottom:1rem}.product-card p{color:#6b7280;font-size:.9rem;line-height:1.6}.projects{background-color:#f8fafc}.project-card{text-align:center}.project-image{align-items:center;background:linear-gradient(45deg,#1e3a8a,#3b82f6);border-radius:10px;color:#fff;display:flex;height:200px;justify-content:center;margin-bottom:1rem;width:100%}.project-card h3{color:#1f2937;font-size:1.1rem;margin-bottom:.5rem}.project-card p{color:#6b7280;font-size:.9rem}.project-client{color:#1e3a8a;font-size:.8rem;font-weight:600;margin-top:.5rem}.customers{background-color:#fff;overflow:hidden}.customers-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.customer-logo{align-items:center;background-color:#f8fafc;border-radius:10px;color:#1e3a8a;display:flex;flex-direction:column;font-size:1.1rem;font-weight:600;justify-content:center;min-height:150px;padding:2rem;text-align:center;transition:all .3s ease}.customer-logo-icon{color:#1e3a8a;margin-bottom:1rem;transition:color .3s ease}.customer-logo-name{line-height:1.4}.customer-logo:hover{background-color:#1e3a8a;color:#fff;transform:translateY(-5px)}.customer-logo:hover .customer-logo-icon{color:#fff}.carousel-container{background:linear-gradient(90deg,#f8fafc00,#f8fafc 10%,#f8fafc 90%,#f8fafc00);margin:2rem 0;overflow:hidden;padding:2rem 0;position:relative;width:100%}.carousel-track{align-items:center;animation:scroll 30s linear infinite;display:flex;width:4800px}.customer-logo-carousel{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;display:flex;flex:0 0 200px;flex-direction:column;height:120px;justify-content:center;margin:0 1rem;padding:1rem;transition:all .3s ease}.customer-logo-carousel:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-5px)}.customer-logo-carousel img{margin-bottom:.5rem;max-height:60px;max-width:120px;object-fit:contain;transition:all .3s ease}.customer-logo-carousel:hover img{filter:grayscale(0);transform:scale(1.05)}.customer-name{color:#374151;font-size:.75rem;font-weight:500;line-height:1.2;margin:0;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-2400px)}}.carousel-container:hover .carousel-track{animation-play-state:paused}.reason-card-carousel{align-items:center;background-color:#fff;border:1px solid #1e3a8a1a;border-radius:15px;box-shadow:0 4px 20px #00000014;display:flex;flex:0 0 280px;flex-direction:column;height:200px;justify-content:center;margin:0 1rem;padding:1.5rem;transition:all .3s ease}.carousel-container .carousel-track{animation:scroll 40s linear infinite;width:3360px}.reason-card-carousel:hover{border-color:#1e3a8a4d;box-shadow:0 8px 30px #00000026;transform:translateY(-8px)}.reason-card-carousel h4{line-height:1.3;margin:0;text-align:center}.reason-card-carousel p{line-height:1.4;margin:0;text-align:center}.contact{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1f2937}.contact .section-title{color:#1e3a8a}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h3{font-size:1.5rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;margin-bottom:1.5rem}.contact-icon{align-items:center;color:#1e3a8a;display:flex;justify-content:center;margin-right:1rem;margin-top:.2rem}.contact-details h4{color:#1e3a8a;font-weight:600;margin-bottom:.5rem}.contact-details p{color:#4b5563;line-height:1.6;opacity:.8}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #1e3a8a1a;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e3a8a;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#ffffffe6;border:1px solid #1e3a8a33;border-radius:5px;color:#1f2937;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#4b556399}.form-group textarea{min-height:120px;resize:vertical}.map-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #1e3a8a1a;border-radius:15px;box-shadow:0 8px 32px #0000001a;margin-top:3rem;overflow:hidden;padding:2rem}.map-container h3{color:#1e3a8a;font-size:1.5rem;font-weight:600}.map-container iframe{box-shadow:0 4px 20px #0003;transition:transform .3s ease}.map-container iframe:hover{transform:scale(1.02)}.footer{background-color:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:2rem}.footer-section h3{color:#93c5fd;font-size:1.3rem;margin-bottom:1rem}.footer-section a,.footer-section p{color:#d1d5db;line-height:1.8;text-decoration:none}.footer-section a:hover{color:#93c5fd}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:1rem;text-align:center}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero-tagline{font-size:1.1rem}.hero-cta{align-items:center;flex-direction:column}.hero{min-height:auto;padding:140px 0 60px}.hero-content{gap:3rem;grid-template-columns:1fr;margin-top:2rem;max-width:100%;padding:0 2rem;text-align:center}.hero-title{font-size:2.5rem;margin-bottom:1.5rem}.hero-tagline{font-size:1.2rem;margin-bottom:1.5rem}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-button{font-size:1rem;padding:1rem 2rem}.hero-left-column{order:1}.hero-right-column{align-items:center;gap:2.5rem;order:2}.hero-text-content{text-align:center;width:100%}.carousel-image{background-color:#0000001a;border-radius:20px;height:350px;object-fit:contain;object-position:center}.carousel-image-container{background-color:#ffffff0d;border-radius:20px}.hero-carousel{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:600px}.carousel-overlay{padding:2rem}.carousel-caption{font-size:1.1rem}.about-content{gap:2rem;grid-template-columns:1fr}.mission-vision{gap:1.5rem;grid-template-columns:1fr}.about-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.about-sidebar{position:static;top:auto}.expertise-card,.industries-card{padding:2rem}.contact-content,.footer-content{gap:2rem;grid-template-columns:1fr}.map-container{padding:1.5rem}.map-container iframe{height:300px}}@media (max-width:480px){.hero h1{font-size:2rem}.section-title{font-size:1.8rem}.hero{padding:120px 0 40px}.hero-content{gap:2rem;margin-top:1.5rem;padding:0 1rem}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-tagline{font-size:1rem;margin-bottom:1rem}.hero-description{font-size:.9rem;margin-bottom:1.5rem}.hero-button{font-size:.9rem;padding:.875rem 1.5rem}.hero-left-column{order:1}.hero-right-column{gap:2rem;order:2}.carousel-image{background-color:#0000001a;border-radius:15px;height:250px;object-fit:contain;object-position:center}.carousel-image-container{background-color:#ffffff0d;border-radius:15px}.hero-carousel{align-items:center;display:flex;flex-direction:column;max-width:500px}.carousel-overlay{padding:1.5rem}.carousel-caption{font-size:1rem}.carousel-dot{height:8px;width:8px}.about-intro h3{font-size:1.6rem}.mission-vision{gap:1rem}.mission-card,.vision-card{padding:1.5rem}.about-stats{gap:1rem;grid-template-columns:1fr}.stat{padding:1.2rem}.stat-number{font-size:2rem}.customers-grid{grid-template-columns:1fr}.customer-logo-carousel{flex:0 0 150px;flex-direction:column;height:100px;margin:0 .5rem}.customer-logo-carousel img{margin-bottom:.3rem;max-height:50px;max-width:100px}.customer-name{font-size:.65rem}.carousel-track{animation:scroll 25s linear infinite;width:3600px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-1800px)}}}
/*# sourceMappingURL=main.6a880909.css.map*/