.navbar{background:#fff;box-shadow:0 2px 5px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;height:80px}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:100%;max-width:1300px;margin:0 auto;padding:0 2rem}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700}.logo img{height:50px;margin-right:10px}.logo span{color:#000045}.nav-menu{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.nav-menu li a{text-decoration:none;color:gray;font-weight:500;transition:color .3s ease;padding:30px 0;display:block}.nav-menu li a:hover{color:#0ff}.nav-menu .active a{color:#0ff;font-weight:700}.btn-get-started{background:#0ff;color:#0a284c;padding:.5rem 1rem;border-radius:5px;text-decoration:none;font-weight:700;transition:background .3s ease}.btn-get-started:hover{background:#00a9bb}.menu-icon,.nav-item-mobile{display:none}@media screen and (max-width: 960px){.navbar-container{padding:0 1rem}.menu-icon{display:block;cursor:pointer;font-size:1.8rem;color:#000045;z-index:1001}.nav-menu{display:flex;flex-direction:column;width:100%;height:100vh;position:absolute;top:80px;left:-100%;opacity:0;transition:all .5s ease;background:#0a284c;z-index:999;padding-top:20px;overflow-y:hidden}.nav-menu.active{left:0;opacity:1;overflow-y:auto}.btn-get-started{display:none}.nav-menu li{width:100%;text-align:center}.nav-menu li a{padding:18px;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.nav-menu .active a,.nav-menu li a:hover{color:#0ff;background:#ffffff0d}.nav-item-mobile{display:block;margin:20px auto 0}.nav-item-mobile a{border-bottom:none}.btn-get-started-mobile{display:inline-block;background:#0ff;color:#0a284c;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700}}@keyframes glow{0%{text-shadow:0 0 5px #00a9bb,0 0 10px #00a9bb,0 0 15px #00a9bb}to{text-shadow:0 0 10px #00a9bb,0 0 20px #00a9bb,0 0 30px #00a9bb}}*{box-sizing:border-box}body{font-family:Arial,sans-serif;margin:0;padding:0;color:#333;width:100%;overflow-x:hidden;line-height:1.6}h1,h2,h3{font-weight:700;color:#0a284c;margin:0 0 .5em}.section-header{text-align:center;padding:2rem 1rem;animation:fadeInUp 1s ease-out}.section-header h2{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:.5rem;animation:fadeInUp 1s ease-out .2s both}.section-header p{font-size:clamp(1rem,3vw,1.1rem);color:#555;max-width:800px;margin:0 auto;animation:fadeInUp 1s ease-out .4s both}.hero-section{position:relative;width:100%;min-height:90vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:2rem 1rem}.hero-overlay{position:absolute;inset:0;background:#0a284cd9;animation:fadeIn 1.5s ease-out}.hero-content{position:relative;width:100%;max-width:850px;padding:0 1rem;z-index:1}.hero-title{font-size:clamp(2rem,8vw,4rem);font-weight:700;line-height:1.3;color:#fff;animation:fadeInUp 1.2s ease-out .5s both;position:relative;margin-bottom:1rem}.hero-title span{color:#00a9bb;animation:pulse 2s infinite 2s}.hero-title.typewriter{overflow:hidden;border-right:3px solid #00a9bb;white-space:nowrap;animation:typewriter 3s steps(30) 1s both,blink 1s infinite 4s}.hero-subtitle{margin:1rem auto 2rem;font-size:clamp(1rem,4vw,1.2rem);opacity:.9;max-width:600px;animation:fadeInUp 1s ease-out .8s both}.hero-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out 1.1s both}.hero-btn-primary,.hero-btn-outline,.services-btn,.cta-btn-primary,.benefits-btn,.fees-btn{padding:clamp(12px,3vw,15px) clamp(25px,5vw,35px);border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:clamp(.9rem,2.5vw,1rem);min-height:44px;white-space:nowrap}.hero-btn-primary{background:#0ff;color:#0a284c;animation:bounceIn .8s ease-out 1.5s both}.hero-btn-primary:hover{background:#0ff;transform:translateY(-2px);box-shadow:0 5px 15px #00a9bb4d}.hero-btn-outline{border:2px solid white;color:#fff;animation:bounceIn .8s ease-out 1.7s both}.hero-btn-outline:hover{background:#fff;color:#0a284c;transform:translateY(-2px);box-shadow:0 5px 15px #ffffff4d}.about-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(2rem,8vw,4rem);padding:clamp(4rem,12vw,6rem) clamp(1rem,5vw,2rem);background:#f7f9fc}@media (min-width: 1024px){.about-section{flex-direction:row;justify-content:space-between;text-align:left;max-width:1200px;margin:0 auto;padding-left:clamp(2rem,8vw,4rem);padding-right:clamp(2rem,8vw,4rem)}}.about-content{max-width:600px;width:100%;animation:fadeInLeft 1s ease-out;flex:1}.about-title{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1rem;color:#0a284c;animation:fadeInLeft 1s ease-out .2s both}.about-description{font-size:clamp(1rem,3vw,1.1rem);color:#555;line-height:1.6;animation:fadeInLeft 1s ease-out .4s both}.about-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,6vw,2rem);width:100%;animation:fadeInRight 1s ease-out .3s both;flex:1}.stat-card{background:#fff;padding:clamp(1.5rem,6vw,2rem);border-radius:12px;box-shadow:0 4px 15px #0000000d;text-align:left;transition:all .3s ease;animation:scaleIn .6s ease-out both;height:100%;display:flex;flex-direction:column}.stat-card:nth-child(1){animation-delay:.5s}.stat-card:nth-child(2){animation-delay:.7s}.stat-card:nth-child(3){animation-delay:.9s}.stat-card:nth-child(4){animation-delay:1.1s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.stat-icon{font-size:clamp(2rem,8vw,3rem);color:#00a9bb;margin-bottom:.75rem;display:block;animation:bounceIn .8s ease-out 1.3s both;flex-shrink:0}.stat-card h3{font-size:clamp(1.2rem,4vw,1.5rem);color:#0a284c;margin:0 0 .75rem;animation:fadeInUp .6s ease-out .2s both;flex-grow:0}.stat-card p{margin:0;color:#555;font-size:clamp(.95rem,3vw,1rem);line-height:1.5;animation:fadeInUp .6s ease-out .4s both;flex-grow:1}.services-section{background:#fff;padding:clamp(4rem,12vw,6rem) clamp(1rem,5vw,2rem);text-align:center}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(220px,40vw,300px),1fr));gap:clamp(1.5rem,6vw,2rem);max-width:1200px;margin:0 auto;padding:0 clamp(1rem,5vw,2rem);width:100%}.service-card{background:#fff;padding:clamp(1.5rem,6vw,2.5rem) clamp(1rem,4vw,1.5rem);border-radius:16px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;text-align:center;animation:fadeInUp .8s ease-out both;height:100%;display:flex;flex-direction:column}.service-card:nth-child(5){animation-delay:1s}.service-card:nth-child(6){animation-delay:1.2s}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 10px 25px #0003}.service-icon{font-size:clamp(2.5rem,10vw,3rem);color:#00a9bb;margin-bottom:1rem;animation:bounceIn 1s ease-out .5s both;transition:all .3s ease;flex-shrink:0}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg);color:#0a284c}.service-card h3{font-size:clamp(1.2rem,4vw,1.4rem);font-weight:700;margin-bottom:.75rem;color:#0a284c;animation:fadeInUp .6s ease-out .3s both;transition:color .3s ease;flex-grow:0}.service-card:hover h3{color:#00a9bb}.service-card p{font-size:clamp(.95rem,3vw,1rem);color:#555;line-height:1.5;animation:fadeInUp .6s ease-out .5s both;flex-grow:1;margin:0}.services-cta{margin-top:clamp(2rem,8vw,3rem);text-align:center;animation:fadeInUp 1s ease-out .8s both}.services-btn{background:#0ff;color:#0a284c;animation:pulse 2s infinite 2s}.services-btn:hover{background:#0a284c;color:#00a9bb;transform:translateY(-2px);box-shadow:0 5px 15px #00a9bb4d}.testimonials-section{background:#f7f9fc;padding:clamp(4rem,12vw,6rem) clamp(1rem,5vw,2rem);text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(280px,80vw,350px),1fr));gap:clamp(1.5rem,6vw,2rem);max-width:1200px;margin:0 auto;width:100%}.testimonial-card{background:#fff;padding:clamp(1.5rem,6vw,2rem);border-radius:16px;box-shadow:0 4px 12px #00000014;text-align:left;transition:all .3s ease;animation:slideInDown .8s ease-out both;height:100%;display:flex;flex-direction:column}.testimonial-card:nth-child(1){animation-delay:.2s}.testimonial-card:nth-child(2){animation-delay:.4s}.testimonial-card:nth-child(3){animation-delay:.6s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.testimonial-card .stars{color:#f7a900;font-size:1.2rem;margin-bottom:1rem;letter-spacing:2px;animation:fadeInLeft .8s ease-out .3s both;flex-shrink:0}.testimonial-card p{font-size:clamp(.95rem,3vw,1rem);line-height:1.6;color:#555;animation:fadeInUp .6s ease-out .5s both;flex-grow:1;margin:0 0 1rem}.client-info{margin-top:auto;animation:fadeInRight .6s ease-out .7s both}.client-info h4{font-size:clamp(1rem,3vw,1.1rem);margin:0;color:#0a284c;transition:color .3s ease}.testimonial-card:hover .client-info h4{color:#00a9bb}.client-info p{font-size:clamp(.85rem,2.5vw,.9rem);color:#888;margin:.25rem 0 0}.cta-section{background:#0a284c;color:#fff;text-align:center;padding:clamp(4rem,12vw,5rem) clamp(1rem,5vw,2rem);animation:fadeIn 1s ease-out}.cta-title{font-size:clamp(1.8rem,6vw,2.5rem);font-weight:700;margin-bottom:.75rem;color:#fff;animation:fadeInUp 1s ease-out .3s both}.cta-subtitle{max-width:700px;margin:0 auto clamp(1rem,4vw,1.5rem);font-size:clamp(1rem,3vw,1.1rem);opacity:.85;animation:fadeInUp 1s ease-out .5s both}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .7s both}.cta-btn-primary{background:#00a9bb;color:#0a284c;animation:bounceIn .8s ease-out 1s both}.cta-btn-primary:hover{background:#fff;color:#0a284c;transform:translateY(-3px);box-shadow:0 8px 20px #00a9bb66}.arrow{font-size:1.2rem;transition:transform .3s ease}.cta-btn-primary:hover .arrow{transform:translate(5px)}.process-section{background:#fff;padding:clamp(4rem,12vw,6rem) clamp(1rem,5vw,2rem) clamp(3rem,8vw,4rem);text-align:center}.process-eyebrow{font-size:clamp(.8rem,2.5vw,.9rem);letter-spacing:.2em;text-transform:uppercase;color:#888;margin-bottom:.5rem;animation:fadeInUp .8s ease-out}.process-title{font-size:clamp(1.8rem,6vw,2.4rem);font-weight:700;color:#0a284c;margin-bottom:.5rem;animation:fadeInUp .8s ease-out .1s both}.process-subtitle{max-width:800px;margin:0 auto;font-size:clamp(.95rem,3vw,1.05rem);color:#555;animation:fadeInUp .8s ease-out .2s both}.process-grid{margin-top:clamp(2rem,8vw,2.5rem);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,6vw,2rem);max-width:1200px;margin-left:auto;margin-right:auto;width:100%}.process-card{background:#fff;border-radius:24px;box-shadow:0 15px 40px #00000012;overflow:hidden;display:flex;flex-direction:column;height:100%;animation:fadeInUp .7s ease-out both;transition:transform .3s ease,box-shadow .3s ease}.process-card:nth-child(1){animation-delay:.1s}.process-card:nth-child(2){animation-delay:.2s}.process-card:nth-child(3){animation-delay:.3s}.process-card:nth-child(4){animation-delay:.4s}.process-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000026}.process-image-wrapper{position:relative;width:100%;height:clamp(200px,35vw,260px);overflow:visible;border-top-left-radius:24px;border-top-right-radius:24px;flex-shrink:0}.process-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:24px;border-top-right-radius:24px;transition:transform .4s ease}.process-card:hover .process-image{transform:scale(1.03)}.process-number{position:absolute;bottom:-22px;left:clamp(1rem,4vw,1.25rem);width:clamp(42px,8vw,48px);height:clamp(42px,8vw,48px);background:#0ff;color:#0a284c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:clamp(1rem,3vw,1.1rem);box-shadow:0 8px 15px #00000040;z-index:2}.process-card-body{padding:clamp(1.75rem,6vw,2.5rem) clamp(1.5rem,5vw,1.75rem) clamp(1.5rem,5vw,2rem);text-align:left;flex-grow:1;display:flex;flex-direction:column}.process-card-body h3{font-size:clamp(1.1rem,4vw,1.3rem);color:#0a284c;margin:0 0 .75rem;flex-grow:0}.process-card-body p{margin:0;font-size:clamp(.9rem,3vw,.98rem);line-height:1.6;color:#555;flex-grow:1}.benefits-section{background:#f7f9fc;padding:clamp(4rem,12vw,6rem) clamp(1rem,5vw,2rem)}.section-header-plain{animation:none;padding:0 clamp(1rem,5vw,2rem)}.section-header-plain h2,.section-header-plain p{animation:none}.benefits-list{max-width:1100px;margin:clamp(2rem,8vw,2.5rem) auto 0;padding:0 clamp(.5rem,3vw,1rem);display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(280px,45vw,1fr),1fr));gap:clamp(1.5rem,6vw,1.5rem)}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:clamp(1rem,4vw,1.25rem)}.benefit-icon{font-size:clamp(1.75rem,6vw,2rem);color:#00a9bb;flex-shrink:0;margin-top:.25rem}.benefit-text h3{margin:0 0 .5rem;font-size:clamp(1rem,3.5vw,1.1rem);color:#0a284c}.benefit-text p{margin:0;font-size:clamp(.9rem,3vw,.98rem);color:#555;line-height:1.6}.benefits-cta{text-align:center;margin-top:clamp(2rem,8vw,2.5rem);padding:0 clamp(1rem,5vw,2rem)}.benefits-btn{background:#0ff;color:#0a284c}.benefits-btn:hover{background:#0a284c;color:#0ff;transform:translateY(-2px)}.benefits-note{margin-top:.5rem;font-size:clamp(.85rem,2.5vw,.9rem);color:#555}.fees-section{background:#fff;padding:clamp(4rem,12vw,6rem) clamp(1rem,5vw,2rem) clamp(3.5rem,10vw,4.5rem)}.fees-list{max-width:900px;margin:clamp(1.5rem,6vw,2rem) auto 0;padding:0 clamp(.5rem,3vw,1rem);display:flex;flex-direction:column;gap:clamp(1.5rem,6vw,2rem)}.fee-item h3{margin:0 0 .5rem;font-size:clamp(1.1rem,4vw,1.2rem);color:#0a284c}.fee-item p{margin:0 0 .5rem;font-size:clamp(.9rem,3vw,.98rem);color:#555;line-height:1.6}.fee-item ul{padding-left:clamp(1.25rem,5vw,1.25rem);margin:.25rem 0 clamp(.75rem,3vw,1rem)}.fee-item ul li{font-size:clamp(.9rem,3vw,.96rem);color:#444;margin-bottom:.25rem}.fees-cta{text-align:center;margin-top:clamp(1.5rem,6vw,2rem)}.fees-btn{background:#0ff;color:#0a284c}.fees-btn:hover{background:#0a284c;color:#0ff;transform:translateY(-2px)}@media (max-width: 768px){.hero-buttons,.cta-buttons{flex-direction:column;align-items:stretch}.hero-btn-primary,.hero-btn-outline,.services-btn,.cta-btn-primary,.benefits-btn,.fees-btn{width:100%;justify-content:center}.about-section{text-align:center}.about-stats-grid{grid-template-columns:1fr}}@media (max-width: 480px){.benefits-list{grid-template-columns:1fr}}@media (max-width: 1024px){.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.process-grid{grid-template-columns:1fr}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes iconEntry{0%{opacity:0;transform:rotate(-180deg) scale(0)}50%{opacity:1;transform:rotate(0) scale(1.1)}to{opacity:1;transform:rotate(0) scale(1)}}body{font-family:Arial,sans-serif;margin:0;padding:0;color:#333;background-color:#fff}.section-header h2{font-size:2.5rem;margin-bottom:10px;animation:fadeInUp 1s ease-out}.section-header p{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto;animation:fadeInUp 1s ease-out}.services-hero-section{background-color:#0a284c;color:#fff;padding:100px 20px;text-align:center;animation:fadeIn 1.5s ease-out}.services-hero-content{max-width:800px;margin:0 auto}.services-hero-title{font-size:3rem;margin-bottom:20px;color:#fff;animation:fadeInUp 1.2s ease-out;position:relative}.services-hero-title.typewriter{overflow:hidden;border-right:3px solid #00bcd4;white-space:nowrap;animation:typewriter 3s steps(30) both,blink 1s infinite 3.5s}.services-hero-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:40px;animation:fadeInUp 1s ease-out}.services-hero-btn{background:#00bcd4;color:#0a284c;font-weight:700;padding:15px 35px;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;animation:elasticIn 1s ease-out}.services-hero-btn:hover{background:#00a9bb;transform:translateY(-3px);box-shadow:0 8px 20px #00bcd44d}.service-offerings-section{padding:80px 20px;background-color:#f7f9fc;animation:fadeIn 1s ease-out}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 0 15px #00000014;text-align:left;transition:all .4s ease;animation:scaleIn .8s ease-out both;position:relative;overflow:hidden}.service-card:nth-child(1){animation-delay:.2s}.service-card:nth-child(2){animation-delay:.4s}.service-card:nth-child(3){animation-delay:.6s}.service-card:nth-child(4){animation-delay:.8s}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,188,212,.1),transparent);transition:left .5s ease}.service-card:hover:before{left:100%}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 35px #00000026}.service-icon{font-size:2.5rem;color:#00bcd4;margin-bottom:15px;float:left;margin-right:15px;transition:all .4s ease;animation:iconEntry 1s ease-out .5s both}.service-card:hover .service-icon{transform:scale(1.2) rotate(10deg);color:#0a284c}.service-card h3{font-size:1.6rem;font-weight:700;margin-top:5px;margin-bottom:10px;color:#0a284c;overflow:hidden;animation:fadeInRight .8s ease-out .4s both;transition:color .3s ease}.service-card:hover h3{color:#00bcd4}.service-card p{font-size:1rem;color:#555;line-height:1.5;margin-bottom:20px;animation:fadeInUp .8s ease-out .6s both;transition:color .3s ease}.service-card:hover p{color:#333}.service-list{list-style:none;padding:0;margin:20px 0 0}.service-list li{font-size:1rem;color:#555;margin-bottom:8px;padding-left:20px;position:relative;animation:slideInLeft .6s ease-out both;transition:all .3s ease}.service-list li:nth-child(1){animation-delay:.8s}.service-list li:nth-child(2){animation-delay:.9s}.service-list li:nth-child(3){animation-delay:1s}.service-list li:nth-child(4){animation-delay:1.1s}.service-list li:nth-child(5){animation-delay:1.2s}.service-list li:nth-child(6){animation-delay:1.3s}.service-list li:hover{transform:translate(5px);color:#333}.service-list li:before{content:"→";color:#00bcd4;font-weight:700;display:inline-block;width:1em;margin-left:-1em;position:absolute;left:0;top:0;transition:all .3s ease;animation:bounceIn .5s ease-out 1s both}.service-list li:hover:before{color:#0a284c;transform:translate(3px) scale(1.2)}.services-cta-section{background:#0a284c;color:#fff;text-align:center;padding:70px 20px;animation:fadeIn 1s ease-out;position:relative;overflow:hidden}.services-cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,188,212,.1) 0%,transparent 50%);animation:pulse 4s ease-in-out infinite}.services-cta-section .cta-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#fff;position:relative;z-index:1;animation:fadeInUp 1s ease-out .3s both}.services-cta-section .cta-subtitle{max-width:700px;margin:0 auto 25px;font-size:1.1rem;opacity:.85;position:relative;z-index:1;animation:fadeInUp 1s ease-out .5s both}.services-cta-section .cta-buttons{display:flex;justify-content:center;gap:15px;position:relative;z-index:1;animation:fadeInUp 1s ease-out .7s both}.cta-btn-primary,.cta-btn-outline{padding:15px 35px;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;position:relative;overflow:hidden}.cta-btn-primary{background:#00bcd4;color:#0a284c;animation:bounceIn .8s ease-out 1s both}.cta-btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;transition:all .3s ease;border-radius:50%;transform:translate(-50%,-50%)}.cta-btn-primary:hover:before{width:300px;height:300px}.cta-btn-primary:hover{background:#00a9bb;transform:translateY(-3px);box-shadow:0 8px 25px #00bcd466}.cta-btn-outline{background:transparent;border:2px solid white;color:#fff;animation:bounceIn .8s ease-out 1.2s both}.cta-btn-outline:hover{background:#fff;color:#0a284c;transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes iconGlow{0%{opacity:0;transform:rotate(-180deg) scale(0)}50%{opacity:1;transform:rotate(0) scale(1.1);text-shadow:0 0 20px currentColor}to{opacity:1;transform:rotate(0) scale(1);text-shadow:none}}@keyframes elasticIn{0%{opacity:0;transform:scale(0)}55%{opacity:1;transform:scale(1.1)}75%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes slideUpBounce{0%{opacity:0;transform:translateY(50px)}60%{opacity:1;transform:translateY(-5px)}80%{transform:translateY(2px)}to{transform:translateY(0)}}.section-header{text-align:center;margin-bottom:50px;animation:fadeInUp 1s ease-out}.section-header h2{font-size:2.5rem;margin-bottom:10px;animation:fadeInUp 1s ease-out .2s both}.section-header p{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto;animation:fadeInUp 1s ease-out .4s both}.about-hero-section{background-color:#0a284c;color:#fff;padding:80px 20px;display:flex;flex-direction:column;align-items:center;gap:40px;animation:fadeIn 1.5s ease-out;position:relative;overflow:hidden}.about-hero-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,188,212,.1) 0%,transparent 70%);animation:pulse 6s ease-in-out infinite}@media (min-width: 1024px){.about-hero-section{flex-direction:row;justify-content:center;padding:100px 50px}}.about-hero-content{max-width:600px;position:relative;z-index:1}.about-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#fff;animation:fadeInLeft 1.2s ease-out .3s both}.about-hero-subtitle{font-size:1.1rem;line-height:1.6;opacity:.9;animation:fadeInLeft 1s ease-out .6s both}.about-hero-stats{display:flex;gap:30px;margin-top:30px;animation:fadeInLeft 1s ease-out .9s both}.stat-item{position:relative}.stat-item h3{font-size:2rem;color:#00bcd4;margin-bottom:5px;animation:countUp 1.2s ease-out 1.2s both;transition:all .3s ease}.stat-item:hover h3{transform:scale(1.1);text-shadow:0 0 15px #00bcd4}.stat-item p{font-size:1rem;margin:0;animation:fadeInUp .8s ease-out 1.5s both}.about-hero-image{position:relative;z-index:1;animation:fadeInRight 1.2s ease-out .5s both;display:flex;align-items:center;justify-content:center}.about-hero-image img{width:100%;max-width:600px;height:auto;border-radius:10px;transition:all .4s ease;box-shadow:0 10px 30px #0000004d;display:block}.about-hero-image:hover img{transform:scale(1.05);box-shadow:0 20px 40px #00bcd433}.mission-vision-section{padding:80px 20px;background-color:#f7f9fc;display:flex;flex-direction:column;gap:40px;justify-content:center;align-items:center}@media (min-width: 768px){.mission-vision-section{flex-direction:row;gap:50px}}.mv-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 12px #00000014;text-align:left;max-width:550px}.mv-icon{font-size:3rem;color:#00bcd4;margin-bottom:20px}.mv-card h3{font-size:1.8rem;margin-bottom:15px}.mv-card p{font-size:1.1rem;line-height:1.6}.mv-card .secondary-text{font-size:.9rem;color:#888;margin-top:15px}.core-values-section{padding:80px 20px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;max-width:1200px;margin:0 auto}.value-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 12px #00000014;text-align:center}.value-icon{font-size:2.5rem;color:#00bcd4;margin-bottom:15px}.value-card h3{font-size:1.4rem;margin-bottom:10px}.value-card p{font-size:1rem;color:#555}.team-section{padding:80px 20px;background-color:#f7f9fc}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.team-member-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 12px #00000014;text-align:center;transition:all .4s ease;animation:elasticIn 1s ease-out both;position:relative}.team-member-card:nth-child(1){animation-delay:.2s}.team-member-card:nth-child(2){animation-delay:.4s}.team-member-card:nth-child(3){animation-delay:.6s}.team-member-card:nth-child(4){animation-delay:.8s}.team-member-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 40px #00000026}.member-initials{width:100px;height:100px;background-color:#e0f7fa;color:#00bcd4;font-size:3rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:all .4s ease;animation:bounceIn 1.2s ease-out .5s both;position:relative;overflow:hidden}.member-initials:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.team-member-card:hover .member-initials{background-color:#00bcd4;color:#fff;transform:scale(1.1) rotate(5deg);box-shadow:0 10px 25px #00bcd44d}.team-member-card:hover .member-initials:before{left:100%}.team-member-card h3{font-size:1.4rem;margin-bottom:5px;animation:fadeInUp .8s ease-out .7s both;transition:color .3s ease}.team-member-card:hover h3{color:#00bcd4}.member-title{font-size:1rem;color:#888;margin-bottom:15px;animation:fadeInUp .8s ease-out .9s both;transition:color .3s ease}.team-member-card:hover .member-title{color:#0a284c}.member-bio{font-size:.9rem;line-height:1.6;color:#555;animation:fadeInUp .8s ease-out 1.1s both}.about-cta-section{background:#0a284c;color:#fff;text-align:center;padding:70px 20px;animation:fadeIn 1s ease-out;position:relative;overflow:hidden}.about-cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,188,212,.1) 0%,transparent 50%);animation:pulse 4s ease-in-out infinite}.about-cta-section .cta-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#fff;position:relative;z-index:1;animation:fadeInUp 1s ease-out .3s both}.about-cta-section .cta-subtitle{max-width:700px;margin:0 auto 25px;font-size:1.1rem;opacity:.85;position:relative;z-index:1;animation:fadeInUp 1s ease-out .5s both}.about-cta-section .cta-buttons{display:flex;justify-content:center;gap:15px;position:relative;z-index:1;animation:fadeInUp 1s ease-out .7s both}.about-cta-section .cta-btn-primary{background:#00bcd4;color:#0a284c;font-weight:700;padding:15px 35px;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;animation:bounceIn .8s ease-out 1s both;position:relative;overflow:hidden}.about-cta-section .cta-btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;transition:all .3s ease;border-radius:50%;transform:translate(-50%,-50%)}.about-cta-section .cta-btn-primary:hover:before{width:300px;height:300px}.about-cta-section .cta-btn-primary:hover{background:#00a9bb;transform:translateY(-3px);box-shadow:0 8px 25px #00bcd466}.about-cta-section .cta-btn-outline{background:transparent;border:2px solid white;color:#fff;padding:15px 35px;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;animation:bounceIn .8s ease-out 1.2s both}.about-cta-section .cta-btn-outline:hover{background:#fff;color:#0a284c;transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:all .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.float{animation:float 3s ease-in-out infinite}.glow{animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 5px #00bcd4,0 0 10px #00bcd4,0 0 15px #00bcd4}to{text-shadow:0 0 10px #00bcd4,0 0 20px #00bcd4,0 0 30px #00bcd4}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes softBounce{0%{opacity:0;transform:scale(.95)}50%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}body{font-family:Arial,sans-serif;margin:0;padding:0;color:#333}h1,h2,h3{font-weight:700;color:#0a284c}.section-header{text-align:center;margin-bottom:50px;animation:fadeInUp .8s ease-out}.section-header h2{font-size:2.5rem;margin-bottom:10px;animation:fadeInUp .8s ease-out .1s both}.section-header p{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto;animation:fadeInUp .8s ease-out .2s both}.contact-hero-section{background-color:#0a284c;color:#fff;padding:100px 20px;text-align:center;animation:fadeIn 1s ease-out}.contact-hero-content{max-width:800px;margin:0 auto}.contact-hero-title{font-size:3rem;margin-bottom:20px;color:#fff;animation:fadeInUp 1s ease-out .2s both}.contact-hero-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:40px;animation:fadeInUp .8s ease-out .4s both}.contact-details-section{display:flex;flex-direction:column;gap:50px;padding:80px 20px;max-width:1200px;margin:0 auto}@media (min-width: 1024px){.contact-details-section{flex-direction:row;justify-content:space-between}}.contact-form-container,.contact-info-container{flex:1;padding:40px;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.contact-form-container{background-color:#fff;animation:slideInLeft .8s ease-out .3s both}.contact-form-container:hover{box-shadow:0 6px 20px #0000001f}.contact-info-container{background-color:#f7f9fc;animation:slideInRight .8s ease-out .4s both}.contact-info-container:hover{box-shadow:0 6px 20px #0000001f}.contact-form-container h2,.contact-info-container h2{font-size:2rem;margin-bottom:10px;color:#0a284c;animation:fadeInUp .6s ease-out .5s both}.contact-form-container p,.contact-info-container p{font-size:1.1rem;color:#555;margin-bottom:30px;animation:fadeInUp .6s ease-out .6s both}.form-row{display:flex;flex-direction:column;gap:20px;margin-bottom:20px;animation:fadeInUp .6s ease-out .7s both}@media (min-width: 600px){.form-row{flex-direction:row}}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-weight:700;margin-bottom:8px;transition:color .3s ease}.form-group input,.form-group textarea{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00bcd4;box-shadow:0 0 8px #00bcd433;transform:translateY(-1px)}.form-group:focus-within label{color:#00bcd4}.file-upload-group{margin-top:20px;margin-bottom:0;animation:fadeInUp .6s ease-out .8s both}.resume-label{font-weight:700;margin-bottom:10px;display:block;font-size:.9rem;color:#555}.resume-btn{background:#0a284c;color:#fff;font-weight:700;padding:12px 25px;border:none;border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:1rem;display:block;width:100%;text-align:center;margin-bottom:15px}.resume-btn:hover{background:#1e3d62;transform:translateY(-1px);box-shadow:0 4px 12px #0a284c4d}.resume-btn:active{transform:translateY(0)}.send-message-btn{background:#00bcd4;color:#0a284c;font-weight:700;padding:15px 35px;border:none;border-radius:50px;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:1rem;display:block;width:100%;margin-top:0;animation:softBounce .8s ease-out .9s both}.send-message-btn:hover{background:#00a9bb;transform:translateY(-2px);box-shadow:0 6px 16px #00bcd44d}.send-message-btn:active{transform:translateY(0)}.contact-info-card{display:flex;align-items:flex-start;gap:20px;margin-bottom:25px;animation:fadeInUp .6s ease-out both;transition:all .3s ease;padding:10px;border-radius:8px}.contact-info-card:nth-child(1){animation-delay:.7s}.contact-info-card:nth-child(2){animation-delay:.8s}.contact-info-card:nth-child(3){animation-delay:.9s}.contact-info-card:hover{background:#00bcd40d;transform:translate(5px)}.info-icon{font-size:2.5rem;color:#00bcd4;transition:all .3s ease}.contact-info-card:hover .info-icon{transform:scale(1.1);color:#0a284c}.info-text h3{font-size:1.4rem;margin:0 0 5px;transition:color .3s ease}.contact-info-card:hover .info-text h3{color:#00bcd4}.info-text p{margin:0;font-size:1rem;color:#555;line-height:1.4}.info-text a{color:#00bcd4;text-decoration:none;transition:all .3s ease}.info-text a:hover{text-decoration:underline;color:#0a284c}.availability{font-size:.9rem;color:#888;margin-top:5px}.social-icons{display:flex;gap:15px;margin-top:20px;animation:fadeInUp .6s ease-out 1s both}.social-icons a{color:#0a284c;font-size:1.5rem;transition:all .3s ease;padding:8px;border-radius:50%}.social-icons a:hover{color:#00bcd4;background:#00bcd41a;transform:translateY(-2px) scale(1.1)}.form-element-enter{animation:fadeInUp .4s ease-out both}.form-success{border-color:#4caf50!important;box-shadow:0 0 8px #4caf504d}.form-error{border-color:#f44336!important;box-shadow:0 0 8px #f443364d}.send-message-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.send-message-btn:disabled:hover{transform:none;box-shadow:none}.footer{background-color:#001f4d;color:#fff;padding:50px 8%;font-family:Arial,sans-serif}.footer-container{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);max-width:1200px;margin:0 auto 40px;align-items:flex-start}.footer-logo img{height:28px;width:auto;margin-right:8px;vertical-align:middle}.footer-logo{display:flex;align-items:center;margin-bottom:10px}.company-name{font-weight:700;font-size:1.2rem}.footer-company p{margin-top:10px;line-height:1.6;max-width:300px;opacity:.85;color:#ffffffd9}.footer-links h4,.footer-services h4,.footer-contact h4{margin-bottom:15px;font-weight:700;font-size:1.2rem;color:#0ff}.footer-links a,.footer-services a{display:block;margin-bottom:10px;color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover,.footer-services a:hover{color:#0ff}.footer-contact .contact-item{display:flex;align-items:flex-start;margin-bottom:15px;font-size:.95rem;color:#ffffffe6}.footer-contact .contact-icon{font-size:1.2rem;color:#0ff;margin-right:10px;min-width:1.2rem}.footer-contact .address-item p{margin:0;color:#ffffffb3}.footer-social-icons{display:flex;gap:15px;margin-top:20px}.footer-social-icons a{color:#fff;font-size:1.5rem;transition:color .3s ease}.footer-social-icons a:hover{color:#0ff}.footer-bottom{padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;max-width:1200px;margin:0 auto}.footer-bottom p{font-size:.85rem;opacity:.7;margin:0;color:#ffffff80}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:#ffffff80;font-size:.85rem;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#fff}@media (max-width: 768px){.footer-container{grid-template-columns:1fr 1fr;gap:25px}.footer-col:first-child{grid-column:span 2}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-social-icons{justify-content:center}}
