@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");body{font-family:Poppins,sans-serif;margin:0;padding:0;color:#222;background-color:#fff;overflow-x:hidden}.section-wrapper{width:90%;margin:0 auto}*{box-sizing:border-box}html{scroll-behavior:smooth}.tech-hero{width:100%;background:linear-gradient(135deg,#005d6c,#018fa3);color:#fff;padding:3rem 1.5rem 2.5rem;text-align:center;box-shadow:0 8px 28px rgba(0,0,0,.15);position:relative;overflow:hidden;height:auto;display:flex;align-items:center;justify-content:center}.tech-hero:before{content:"";position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#01b1cc 0,transparent 70%);opacity:.1;animation:pulse 6s ease-in-out infinite;z-index:0}.tech-hero-content{max-width:1000px;margin:0 auto;position:relative;z-index:2;padding:0 1rem 2rem;width:100%;text-align:center}.tech-hero h1{font-size:clamp(1.25rem,4.5vw,2.2rem);font-weight:600;color:#fff;margin-bottom:.8rem;animation:slideDown 1s ease forwards}.tech-hero p{font-size:clamp(.9rem,2.2vw,1.1rem);color:#d0faff;line-height:1.5;max-width:800px;margin:0 auto 1.5rem;animation:fadeIn 1.5s ease forwards}.tech-hero-buttons{display:flex;justify-content:center;align-items:center;gap:.8rem;flex-wrap:wrap;animation:fadeIn 2s ease forwards;padding:0 1rem;max-width:100%;margin:0 auto}.tech-btn,.tech-btn-outline{padding:8px 20px;font-size:13.5px;cursor:pointer;border-radius:30px;font-weight:700;border:2px solid #fff;transition:all .3s ease-in-out;text-decoration:none;width:auto;max-width:none;word-break:break-word;display:inline-block;text-align:center}.tech-btn{background:#fff;color:#005d6c}.tech-btn-outline,.tech-btn:hover{background:transparent;color:#fff}.tech-btn-outline:hover{background:#01b1cc;color:#fff;border-color:#01b1cc}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.1}50%{transform:scale(1.2);opacity:.2}}.animate-fade-in{animation:fadeIn 1.5s ease forwards}@media screen and (max-width:768px){.tech-hero{padding:2rem 1rem 1rem;height:auto;flex-direction:column}.tech-hero h1{font-size:1.5rem}.tech-hero p{font-size:1rem}.tech-btn,.tech-btn-outline{font-size:13px;padding:7px 18px;width:100%;max-width:260px}.tech-hero-buttons{flex-direction:column;gap:.7rem}}@media screen and (min-width:769px) and (max-width:1024px){.tech-hero{padding:2.5rem 1.5rem 2rem;height:auto}.tech-btn,.tech-btn-outline{font-size:13.5px;padding:10px 20px}}@media screen and (min-width:1200px){.tech-hero{height:auto;padding:4rem 2rem 3rem}.tech-btn,.tech-btn-outline{font-size:15px;padding:12px 26px}}.chiller-intro{background:linear-gradient(90deg,rgba(0,93,108,.1),rgba(1,177,204,.1));padding:60px 5%;font-family:Poppins,sans-serif;border-radius:0 0 25px 25px}.chiller-intro .about-container{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto;justify-content:space-between;align-items:flex-start;gap:30px}.chiller-intro .tech-about-text-left{flex:1 1;min-width:300px;padding-right:30px}.chiller-intro .tech-about-text-left h2{font-size:2.2rem;font-weight:600;color:#005d6c;position:relative;display:inline-block}.chiller-intro .about-text-right{flex:2 1;min-width:300px;text-align:left}.chiller-intro .about-text-right p,.chiller-intro .about-text-right strong{font-size:16px;color:#222;line-height:1.6;letter-spacing:.1px;max-width:100%;text-align:left;display:block}.chiller-intro .about-text-right strong{font-size:22px;margin-bottom:10px}@media (max-width:1024px){.chiller-intro .about-container{flex-direction:column;align-items:flex-start;text-align:left}.chiller-intro .tech-about-text-left{padding-right:0;margin-bottom:25px;text-align:left;width:100%}.chiller-intro .about-text-right{width:100%;text-align:left}.chiller-intro .about-text-right p{font-size:1.05rem}}@media (max-width:768px){.chiller-intro{padding:40px 4%}.chiller-intro .tech-about-text-left h2{font-size:2.1rem;text-align:left}.chiller-intro .about-text-right p{font-size:1rem}}@media (max-width:480px){.chiller-intro{padding:30px 3%}.chiller-intro .tech-about-text-left h2{font-size:2rem;text-align:left}.chiller-intro .about-text-right p{font-size:.95rem}}.benefit-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:90%;margin:0 auto}.chiller-benefits{padding:3rem 2rem;width:100%;margin:0 auto;background:none;transition:padding .3s ease}.section-heading{font-size:2.8rem;font-weight:600;color:#005d6c;position:relative;display:inline-block;text-align:left;margin-bottom:3rem;transition:font-size .3s ease;width:-moz-fit-content;width:fit-content}.section-heading:after{content:"";display:block;width:60px;height:3px;background:#01b1cc;margin:10px 0 0;border-radius:2px}.benefit-item{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:2rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:22%;min-width:220px;max-width:280px;min-height:320px;max-height:360px;transition:transform .4s ease,box-shadow .4s ease,background-color .3s ease;overflow:hidden}.benefit-item:hover{transform:scale(1.05) translateY(-10px);box-shadow:0 12px 24px rgba(0,93,108,.15);background-color:rgba(1,177,204,.05)}.icon-circle{width:100px;height:100px;background-color:#005d6c;border-radius:50%;margin-bottom:1rem;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:background-color .3s ease}.benefit-icon1,.icon-circle{display:flex;align-items:center;justify-content:center}.benefit-icon1{font-size:35px!important;color:#fff!important}.benefit-item:hover .icon-circle{background-color:#01b1cc}.benefit-item:hover .benefit-icon1{color:#fff}.benefit-item p{font-size:16px;font-weight:500;color:#333;line-height:1.5;letter-spacing:.5px;margin-top:.5rem;transition:color .3s ease;flex-grow:1}.benefit-item:hover p{color:#005d6c}@media (max-width:1024px){.benefit-item{width:45%;min-height:280px;max-height:320px;padding:1.5rem 1rem;text-align:center;max-width:none}.section-heading{font-size:2.4rem}.benefit-item p{font-size:14px}}@media (max-width:768px){.benefit-wrapper{gap:1.5rem}.benefit-item{width:90%;min-height:260px;max-height:300px;padding:1.2rem 1rem;text-align:center;margin:0 auto}.section-heading{font-size:2rem;margin-bottom:2rem}.benefit-item p{font-size:13px}.icon-circle{width:80px;height:80px}.benefit-icon1{font-size:30px!important}}@media (max-width:480px){.benefit-wrapper{width:100%;gap:1rem}.benefit-item{width:100%;min-height:220px;max-height:260px;padding:1rem .8rem;text-align:center;margin:0 auto}.section-heading{font-size:1.8rem;margin-bottom:1.5rem}.benefit-item p{font-size:12px}.icon-circle{width:60px;height:60px}.benefit-icon1{font-size:26px!important}}.tender-support{padding:3rem 0;border-radius:16px;color:#005d6c;background:none;min-height:100vh}.tender-support h2{font-size:2.8rem;font-weight:600;color:#005d6c;position:relative;display:inline-block;text-align:left;margin-bottom:3rem;transition:font-size .3s ease;width:-moz-fit-content;width:fit-content}.tender-support h2:after{content:"";display:block;width:60px;height:3px;background:#01b1cc;margin:10px 0 0;border-radius:2px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.support-card{background:#fff;border:1px solid #066168;padding:1.5rem 1.5rem 1rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,border-radius .3s ease;display:flex;flex-direction:column;justify-content:center;height:320px}.support-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(0,93,108,.15);border:3px solid #005d6c;border-radius:5px 60px 5px 60px}.support-title{font-size:1.25rem;font-weight:600;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem;color:#005d6c}.support-title-icon{background:#01b1cc;color:#fff;border-radius:50%;padding:.4rem;font-size:20px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.15)}.support-card ul{list-style:none;padding-left:1rem}.support-card ul li{position:relative;padding-left:1.2rem;margin-bottom:.6rem;font-size:15px;color:#333;line-height:1.5}.support-card ul li:before{content:"✔";position:absolute;left:0;color:#005d6c}@media (max-width:1024px){.support-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.support-title{font-size:1.15rem}.support-card{height:auto}}@media (max-width:768px){.support-grid{grid-template-columns:1fr;gap:1.5rem}.support-title{font-size:1.1rem}.support-card{padding:1.5rem;height:auto}.support-card ul li{font-size:14px}}@media (max-width:480px){.support-grid{grid-template-columns:1fr;gap:1rem}.support-title{font-size:1rem}.support-card ul li{font-size:13px}}