.header{z-index:1000;background:#1ba0e3;height:60px;position:sticky;top:0}.nav-wrapper{justify-content:space-between;align-items:center;height:60px;display:flex}.logo{align-items:center;gap:8px;display:flex}.logo img{object-fit:cover;width:45px;height:45px}.logo h2{color:#fff;font-size:16px;font-weight:600}.nav{opacity:0;pointer-events:none;background:#1ba0e3;flex-direction:column;align-items:center;width:100%;transition:all .3s;display:flex;position:absolute;top:60px;left:0;transform:translateY(-10px)}.nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav a{color:#fff;text-align:center;width:100%;padding:12px 0;font-weight:500;text-decoration:none;position:relative}.nav a:after{content:"";background:#fff;width:0%;height:2px;transition:all .3s;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.nav a:hover:after{width:100%}.menu-btn{cursor:pointer;color:#fff;padding-right:10px;font-size:26px}@media (width>=768px){.menu-btn{display:none}.nav{opacity:1;pointer-events:auto;flex-direction:row;gap:25px;width:auto;position:static;transform:none}.nav a{width:auto;padding:0}.nav a:after{bottom:-6px}}.footer{color:#fff;background:#1ba0e3;padding:10px 15px;font-size:13px}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.footer-links a{color:#fff;margin:0 8px;text-decoration:none}.footer-links a:hover{color:#000}@media (width<=600px){.footer-content{text-align:center;flex-direction:column;gap:5px}}.carousel{width:100%;position:relative;overflow:hidden}.carousel-slide{min-width:100%;height:250px}.carousel img{object-fit:cover;width:100%;height:100%}.carousel-track{transition:transform .6s ease-in-out;display:flex}.carousel-dots{justify-content:center;gap:8px;width:100%;display:flex;position:absolute;bottom:10px}.carousel-dots button{cursor:pointer;background:#fff9;border:none;border-radius:50%;width:10px;height:10px}.carousel-dots .active{background:#1ba0e3}@media (width>=768px){.carousel-slide{height:350px}}@media (width>=1024px){.carousel-slide{height:450px}}.hero-wrapper{flex-direction:column;gap:30px;padding:40px 0;display:flex}.hero-content h1{color:#0f172a;margin-bottom:15px;font-size:24px;line-height:1.3}.hero-content p{color:#555;margin-bottom:20px;font-size:14px}.hero-buttons{gap:10px;display:flex}.btn{border-radius:6px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.btn.primary{color:#fff;background:#1ba0e3}.btn.secondary{color:#1ba0e3;border:1px solid #1ba0e3}.hero-image img{object-fit:cover;border-radius:8px;width:100%;height:220px}@media (width>=768px){.hero-wrapper{flex-direction:row;align-items:center}.hero-content,.hero-image{flex:1}.hero-content h1{font-size:32px}.hero-image img{height:300px}}@media (width>=1024px){.hero-content h1{font-size:38px}.hero-content p{font-size:16px}.hero-image img{height:350px}}.why-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.why-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px 18px;transition:all .3s;position:relative;overflow:hidden}.why-card:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(120deg,#1ba0e3,#0000,#1ba0e3);border-radius:14px;padding:1px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.why-card:after{content:"";opacity:0;background:radial-gradient(circle at 0 0,#1ba0e326,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.why-card:hover{transform:translateY(-8px);box-shadow:0 16px 30px #00000014}.why-card:hover:before,.why-card:hover:after{opacity:1}.why-icon{color:#1ba0e3;margin-bottom:10px;font-size:22px}.why-card h3{color:#0f172a;margin-bottom:5px;font-size:15px;font-weight:600}.why-card p{color:#64748b;font-size:13px}@media (width>=768px){.section-header h2{font-size:28px}.why-grid{grid-template-columns:repeat(3,1fr)}.why-card{text-align:center;padding:20px}}@media (width>=1024px){.why-grid{grid-template-columns:repeat(5,1fr)}.section-header h2{font-size:32px}.section-header p{font-size:16px}}.products{padding-top:30px}.title{color:#1ba0e3;text-decoration:none}.title:hover{color:#0f172a}.scroll-wrapper{padding:0 50px;position:relative}.scroll-wrapper:before,.scroll-wrapper:after{content:"";pointer-events:none;z-index:1;width:50px;height:100%;position:absolute;top:0}.scroll-wrapper:before{background:linear-gradient(90deg,#fffffff2,#0000);left:0}.scroll-wrapper:after{background:linear-gradient(270deg,#fffffff2,#0000);right:0}.scroll-container{scroll-behavior:smooth;scroll-snap-type:x mandatory;cursor:grab;gap:16px;display:flex;overflow-x:auto}.scroll-container:active{cursor:grabbing}.scroll-container::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;min-width:75%;transition:all .25s;overflow:hidden}.product-card:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 10px 24px #00000014,inset 0 0 0 1px #1ba0e3}.product-card img{object-fit:cover;width:100%;height:160px}.product-card h3{color:#1ba0e3;padding:12px;font-size:15px;font-weight:600}.scroll-btn{color:#1ba0e3;cursor:pointer;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1ba0e31f;border:1px solid #1ba0e3;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;transition:all .25s;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000014}.scroll-btn:hover{color:#fff;background:#1ba0e3;transform:translateY(-50%)scale(1.08);box-shadow:0 8px 18px #00000026}.scroll-btn.left{left:5px}.scroll-btn.right{right:5px}.scroll-btn.disabled{opacity:.35;cursor:not-allowed;box-shadow:none;border:1px solid #b6bac1}@media (width>=768px){.product-card{min-width:45%}.product-card img{height:180px}}@media (width>=1024px){.product-card{min-width:30%}.product-card img{height:200px}.scroll-btn{display:flex}}.products-btn{text-align:center;margin-top:30px}.infra{background:#f9fbfd;padding-top:30px}.section-header{text-align:center;margin-bottom:30px}.infra-btn{text-align:center;margin-top:30px}.infra-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:15px;padding:0 10px;display:flex;overflow-x:auto}.infra-grid::-webkit-scrollbar{display:none}.infra-card{scroll-snap-align:start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;min-width:100%;transition:all .3s;overflow:hidden}.infra-card:hover{border-color:#1ba0e3;transform:translateY(-6px)scale(1.01);box-shadow:0 10px 24px #00000014,0 0 0 1px #1ba0e333}.infra-img img{object-fit:cover;width:100%;height:180px}.infra-content{padding:15px}.infra-content p{color:#555;font-size:13px;line-height:1.5}@media (width>=768px){.infra-grid{grid-template-columns:repeat(2,1fr);gap:20px;padding:0;display:grid;overflow:visible}.infra-card{min-width:auto}.infra-img img{height:200px!important}}@media (width>=1024px){.infra-grid{grid-template-columns:repeat(4,1fr)}.infra-img img{height:180px}}.contact-preview{text-align:center;background:#f9fbfd;padding:30px 0}.section-header h2{margin-bottom:8px;font-size:28px}.section-header .title{color:#0f172a;text-decoration:none}.section-header .title:hover{color:#1ba0e3}.section-header p{color:#555;font-size:14px}.contact-info{color:#555;margin:20px 0;font-size:15px;line-height:1.8}.btn.primary{color:#fff;background:#1ba0e3;border-radius:6px;padding:10px 20px;text-decoration:none}.contact-page{background:#f9fbfd;padding:0}.contact-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#1ba0e3,#0d6efd);padding:60px 20px}.contact-hero h1{margin-bottom:10px;font-size:32px}.contact-hero p{opacity:.9;font-size:15px}.contact-top{gap:30px;margin-top:30px;display:grid}.contact-map a{display:block}.contact-map iframe{pointer-events:none;border:none;border-radius:12px;width:100%;height:300px}.contact-details h3{color:#1ba0e3;margin-bottom:10px}.contact-details p{color:#444;margin-bottom:8px}.working-hours{margin-top:15px}.working-hours h4{color:#1ba0e3;margin-bottom:5px}.quick-contact{gap:20px;margin:40px 0;display:grid}.contact-card{text-align:center;color:inherit;cursor:pointer;background:#d3d3d31a;border:1px solid #e5e7eb;border-radius:10px;padding:20px;text-decoration:none;transition:all .3s}.contact-card:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 10px 20px #0000001a}.contact-card:active{transform:scale(.97)}.contact-card h4{color:#1ba0e3;margin-bottom:5px}.contact-form-section{text-align:center}.contact-form-section h3{margin-bottom:5px}.contact-form-section p{color:#555;margin-bottom:20px}.contact-form{flex-direction:column;gap:15px;max-width:500px;margin:auto;display:flex}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:6px;padding:12px}.contact-form button{color:#fff;cursor:pointer;background:#1ba0e3;border:none;border-radius:6px;padding:12px}.contact-form button:hover{background:#0d8ac7}.whatsapp-float{color:#fff;background:#25d366;border-radius:50%;padding:12px 15px;font-size:22px;text-decoration:none;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 10px #0003}@media (width>=768px){.contact-top{grid-template-columns:1fr 1fr}.quick-contact{grid-template-columns:repeat(3,1fr)}}.contact-page .container{animation:.6s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.products-page{background:#f9fbfd;padding:0 40px}.product-item{margin-bottom:70px}.product-title{text-align:center;color:#1ba0e3;margin-bottom:25px;font-size:26px;font-weight:600}.product-box{align-items:center;gap:40px;display:flex}.product-left{flex:0 0 60%;gap:12px;max-width:60%;display:flex}.thumbs{flex-direction:column;gap:10px;display:flex}.thumbs img{object-fit:cover;cursor:pointer;opacity:.6;border:1px solid #ddd;border-radius:8px;width:65px;height:65px;transition:all .2s}.thumbs img.active{opacity:1;border:2px solid #1ba0e3}.main-image{background:#fff;border:1px solid #eee;border-radius:12px;flex:1;overflow:hidden}.main-image img{object-fit:cover;width:100%;height:340px}.product-right{flex:0 0 40%;max-width:40%}.product-right p{color:#444;font-size:15px;line-height:1.7}.note{color:#777;margin-top:10px;font-size:13px}@media (width<=768px){.product-box{flex-direction:column}.product-left{flex-direction:column;align-items:center}.thumbs{flex-direction:row}.main-image img{height:220px}}.product-item{animation:.6s fadeUp}.about{background:#f9fbfd}.about-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#1ba0e3,#0d6efd);padding:60px 20px}.about-hero h1{margin-bottom:10px;font-size:32px}.about-hero p{opacity:.9;font-size:15px}.about-section{align-items:center;gap:40px;margin:60px 0;display:flex}.about-text{flex:1}.about-text h2{color:#1ba0e3;margin-bottom:15px;font-size:24px}.about-text p{color:#555;margin-bottom:12px;line-height:1.7}.about-image{flex:1}.about-image img{object-fit:cover;border-radius:12px;width:100%}.about-founder{text-align:center;margin:60px 0}.founder-card{background:#fff;border:1px solid #eee;border-radius:12px;max-width:600px;margin:20px auto;padding:25px}.founder-card h3{margin-bottom:5px}.role{color:#1ba0e3;margin-bottom:10px}.founder-card p{color:#555;margin-bottom:10px}.founder-card ul{text-align:left;margin-top:10px}.about-values{text-align:center;margin:60px 0}.values-grid{gap:20px;margin-top:20px;display:grid}.value-card{background:#d3d3d31a;border:1px solid #e5e7eb;border-radius:10px;padding:20px;transition:all .3s}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 18px #00000014}.value-card h4{color:#1ba0e3;margin-bottom:8px}@media (width>=768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.about-section{flex-direction:column}.about-hero h1{font-size:26px}}.about-section{animation:.6s fadeUp}.infra-page{background:#f9fbfd}.infra-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#1ba0e3,#0d6efd);padding:60px 20px}.infra-hero h1{margin-bottom:10px;font-size:32px}.infra-hero p{opacity:.9;font-size:14px}.infra-timeline{margin:60px 0}.infra-item{align-items:center;gap:40px;margin-bottom:60px;display:flex}.infra-item.reverse{flex-direction:row-reverse}.infra-img{flex:1;width:100%}.infra-img img{object-fit:cover;border-radius:12px;width:100%;height:280px;transition:all .3s}.infra-img img:hover{transform:scale(1.03)}.infra-content{flex:1}.infra-content h3{color:#1ba0e3;margin-bottom:10px;font-size:22px}.infra-content p{color:#555;line-height:1.6}.infra-timeline:before{content:"";background:#ddd;width:2px;height:100%;position:absolute;left:50%;transform:translate(-50%)}.infra-timeline{position:relative}@media (width<=768px){.infra-item,.infra-item.reverse{flex-direction:column;gap:0}.infra-img img{height:200px}.infra-hero h1{font-size:26px}.infra-timeline:before{background:0 0}}.infra-infra-timeline{animation:.6s fadeUp}:root{margin:0;padding:0}body{background-color:#fff}.page-title{color:#0f172a;text-align:center}
