*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif;scroll-behavior:smooth}body{min-height:100vh;font-family:Arial,sans-serif;margin:0;color:#1a1a1a;line-height:1.6;font-family:Open Sans,Segoe UI,Arial,sans-serif}.main-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:5px -10px;background:#8ecde8;box-shadow:#fff;position:fixed;border-bottom:1px solid #8ecde8;top:0;z-index:100;max-height:80px}.link-nav{display:flex;gap:2rem;padding-left:30px}.link-nav a{text-decoration:none;transition:color .25s ease,transform .2s ease;display:inline-block;font-weight:600;color:#00f;padding:15px;z-index:1;transition:color .3s eas}nav{display:flex;align-items:center;font-size:13px;font-weight:100;letter-spacing:.7px}.link-nav a:hover{color:#007bff}.logooo{cursor:pointer;padding-right:30px}.logooo>img{height:auto;object-fit:contain;width:200px}.hamburger{display:none;width:30px;height:22px;padding-left:20px;flex-direction:column;justify-content:space-between;cursor:pointer}.hamburger span{display:block;height:3px;width:100%;background:#00f;transition:.3s ease}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media(max-width:768px){.link-nav{position:absolute;top:70px;right:0;background:#8ecde8;flex-direction:column;gap:1.5rem;padding:20px;width:200px;transform:translate(120%);transition:.3s ease-in-out;border-left:1px solid #8ecde8}.link-nav.open{transform:translate(0)}.hamburger{display:flex;padding-left:10px;cursor:pointer}}@media(max-width:768px){.main-header{padding:1rem}.link-nav{gap:1.2rem}.link-nav a{font-size:.95rem}}.about-hero{height:400px;width:100%;background-size:cover;background-position:center;display:flex;align-items:center;padding-left:60px;background-repeat:no-repeat}.about-card{background:#0099cce6;padding:35px 55px;border-radius:12px;color:#fff;box-shadow:0 10px 20px #00000040;animation:fadeIn .8s ease}.about-card h1{font-size:40px}.about-card p{font-size:15px;opacity:.9}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.about-wrapper{padding:60px 40px;margin:0 auto;background:none!important;box-shadow:none!important}.about-wrap{display:flex;flex-direction:row;gap:50px;padding:10px 30px}.about-heading{color:#1e88e5;font-size:38px;font-weight:800;margin-bottom:25px;display:flex;align-items:center}.about-heading svg{margin-right:12px;font-size:1em}.about-highlight{font-size:18px;font-weight:600;margin-bottom:30px;color:#0056b3;padding:15px 20px;border-left:5px solid #0056b3;border-radius:4px;line-height:1.5}.about-text p{line-height:1.8;margin-bottom:18px;color:#333;font-size:16px;text-align:justify}.section-title{margin-top:40px;margin-bottom:15px;color:#333;font-size:26px;font-weight:700;display:flex;align-items:center}.section-title+p{font-size:16px;color:#555;padding-bottom:20px;border-bottom:1px solid #eee;text-align:justify}.section-title:last-of-type+p{border-bottom:none}.section-title svg{color:#0056b3;margin-right:10px;font-size:1.1em}.reveal{opacity:0;transform:translateY(25px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.reveal.active{opacity:1;transform:translateY(0)}.about-heading svg,.section-title svg{margin-right:8px;color:#1e88e5;font-size:1.2em}.about-heading.reveal.active{animation:none}.about-hero{animation:heroZoom 10s infinite alternate ease-in-out}@keyframes heroZoom{0%{background-size:100%}to{background-size:105%}}.about-heading{animation:slideDown .8s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.section-title{position:relative}.section-title:after{content:"";position:absolute;bottom:-6px;left:0;width:50px;height:3px;background:linear-gradient(to right,#1e88e5,#64b5f6);border-radius:20px}.about-text p{animation:fadeText 1s ease}@keyframes fadeText{0%{opacity:0}to{opacity:1}}.about-wrapper{box-shadow:0 10px 25px #00000012}.about-highlight{background:linear-gradient(90deg,#e3f2fd,#fff);padding:12px 15px;border-left:4px solid #1e88e5}.about-highlight{animation:glowFade 2s infinite alternate}@keyframes glowFade{0%{box-shadow:0 0 #1e88e566}to{box-shadow:0 0 12px #1e88e533}}@media(max-width:768px){.about-hero{object-fit:cover;width:100%;margin-top:-50px}.about-card{padding:20px 25px;font-size:14px}.about-wrap{flex-direction:column;gap:20px;padding:20px 15px}.about-wrap1{width:100%}.about-heading{font-size:28px;margin-bottom:15px;margin-top:-50px}.about-heading svg{margin-right:8px;font-size:.9em}.about-highlight{font-size:16px;padding:10px 15px;margin-bottom:20px}.about-text p{font-size:15px;line-height:1.6}.section-title{font-size:22px;margin-top:15px}.section-title svg{font-size:1em;margin-right:6px}.about-wrapper{padding:20px 15px;margin-top:-100px}}.services-section{padding:80px 60px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-card{padding:32px 28px;border-radius:18px;position:relative;box-shadow:0 8px 22px #8c5ac814;transition:all .35s ease}.service-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;border-radius:18px 0 0 18px;background:linear-gradient(#0056b3,#add8e6)}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #5a7dc826}.service-icon-wrapper{font-size:2.4rem;color:#1e88e5;margin-bottom:18px;animation:floatIcon 3s ease-in-out infinite}.service-title{font-size:1.25rem;font-weight:700;margin-bottom:10px;color:#222}.service-description{font-size:.95rem;line-height:1.65;color:#555}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}@media(max-width:480px){.services-section{padding:40px 20px}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:20px 18px}.service-icon-wrapper{font-size:2rem;margin-bottom:12px}.service-title{font-size:1.1rem;margin-bottom:8px}.service-description{font-size:.9rem;line-height:1.5}}.contact-faq{display:flex;justify-content:space-between;padding:40px;background:#f2f2f2;border-radius:20px;gap:40px;margin-top:50px}.contact-box{background:#3d81c1;padding:35px;width:45%;border-radius:18px;box-shadow:0 4px 20px #00000014;color:#fff}.contact-box h2{margin-bottom:10px;font-size:26px;font-weight:700}.contact-box p{margin-bottom:15px;line-height:1.5}.contact-info p{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:16px}.contact-form{display:flex;flex-direction:column;margin-top:20px}.contact-form label{font-weight:700;margin:10px 0 5px}.contact-form input,.contact-form textarea{padding:12px;border-radius:6px;border:none;margin-bottom:15px;font-size:15px}textarea{min-height:120px;resize:vertical}.contact-form button{padding:14px;background:#eaeaea;border:none;width:100%;border-radius:8px;font-size:17px;font-weight:700;cursor:pointer;transition:.3s ease}.contact-form button:hover{background:#d1d1d1}.faq-box{background:#fff;width:55%;padding:20px;border-radius:18px;box-shadow:0 4px 20px #0000000d}.faq-box h2{font-size:28px;font-weight:700;margin-bottom:20px;border-bottom:2px solid #29b8c8;padding-bottom:10px}.faq-item{background:#f9f9f9;border-radius:12px;padding:18px;margin-bottom:15px;cursor:pointer;transition:.2s ease}.faq-item:hover{background:#f1f1f1}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question p{font-weight:700;font-size:18px}.faq-answer{margin-top:10px;color:#555;font-size:15px;line-height:1.4;cursor:pointer}@media(max-width:900px){.contact-faq{flex-direction:column;padding:0}.contact-box,.faq-box{width:100%}}.leadership-image img{border:4px solid #e3f2fd;max-width:100%;border-radius:12px;box-shadow:0 12px 30px #00000026;object-fit:cover;background:#f5f7fa}.leadership-grid{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:100px}.leadership-content{flex:1}.leadership-image{flex:0 0 300px;display:flex;justify-content:flex-end;margin-top:-150px}.leadership-content.active{opacity:1;transform:translate(0)}.leadership-image.active{opacity:1;transform:translate(0) scale(1);box-shadow:0 20px 40px #1e88e52e,0 0 #1e88e566}.leadership-image.active{animation:glowOnce 1.8s ease-out forwards}@keyframes glowOnce{0%{box-shadow:0 0 #1e88e500}60%{box-shadow:0 25px 55px #1e88e540}to{box-shadow:0 20px 40px #1e88e52e}}@media(min-width:1400px){.leadership-image{padding-left:60px;padding-right:60px}}@media(max-width:900px){.leadership-grid{flex-direction:column}.leadership-image{justify-content:center;order:-1}.about-heading{margin-top:30px}}.footer{background:#7dc3ee;color:#fff;font-family:Inter,sans-serif}.footer-container{max-width:1200px;margin:0 auto;padding:40px 60px 0}.footer-container hr{border:none;border-top:1px solid #ffffff;opacity:.8;margin-bottom:50px}.footer-content{display:flex;align-items:center;justify-content:space-between;padding-bottom:60px}.footer-content img{width:220px}.footer-links{display:flex;gap:160px}.footer-col{display:flex;flex-direction:column;gap:16px}.footer-title{font-size:18px;font-weight:600;color:#00f;margin-bottom:12px}.footer-col a{text-decoration:none;font-size:16px;color:#fff;display:flex;align-items:center;gap:10px;opacity:.95}.footer-col a:hover{opacity:1}.footer-col.right a svg{font-size:16px}.green{color:#00f;font-weight:500}.footer-bottom{border-top:1px solid #ffffff;padding:18px 0 25px;text-align:center;font-size:14px;color:#fff;opacity:.9}@media(max-width:768px){.footer-container{padding:30px 20px 0}.footer-content{flex-direction:column;align-items:flex-start;padding-bottom:40px}.footer-content img{width:180px}.footer-links{flex-direction:column;gap:30px}.footer-col{gap:10px}.footer-bottom{font-size:13px;padding:15px 0 20px}}
