@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.about-hero{background:linear-gradient(rgb(0 31 63 / .8),rgb(58 109 140 / .8)),url(../images/about-hero.avif) center/cover no-repeat;background-size:100% auto;background-position:center;height:50vh;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.about-content{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);text-align:center}.about-hero h1{font-size:35px;margin-bottom:20px;animation:fadeInUp 1s ease-out}.about-hero p{font-size:24px;color:#fff;margin-bottom:30px;animation:fadeInUp 1.2s ease-out}.about-hero a{display:inline-block;text-decoration:none;color:#fff;font-weight:700;padding:12px 30px;border:2px solid #fff;border-radius:30px;transition:all 0.4s ease;animation:fadeInUp 1.4s ease-out}.about-hero a:hover{background:#fff;color:#1a3157}.about-hero img{width:100%;max-height:400px;object-fit:cover;margin-top:40px;filter:brightness(.9);animation:fadeIn 1.6s ease-out}.our-story{padding:100px 20px;background:#fff;position:relative;overflow:hidden;text-align:center}.our-story::before{content:'';position:absolute;top:-50px;left:-50px;width:200px;height:200px;background:radial-gradient(circle,rgb(0 123 255 / .2) 0%,#fff0 70%);z-index:0}.our-story::after{content:'';position:absolute;bottom:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgb(0 123 255 / .2) 0%,#fff0 70%);z-index:0}.story-container{display:flex;align-items:center;justify-content:center;gap:40px;max-width:1200px;margin:0 auto;position:relative;z-index:1;flex-wrap:wrap}.story-text{flex:1;text-align:left;min-width:300px}.story-text h2{font-size:40px;color:#1a3157;margin-bottom:20px;animation:fadeInLeft 1s ease-out;position:relative}.story-text h2::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#007bff;border-radius:2px}.story-text p{font-size:18px;color:#555;line-height:1.8;animation:fadeInLeft 1.2s ease-out}.story-image{flex:1;min-width:300px;animation:fadeInRight 1.4s ease-out}.story-image img{width:100%;max-width:500px;border-radius:15px;box-shadow:0 8px 30px rgb(0 0 0 / .15);transition:transform 0.4s ease}.story-image img:hover{transform:scale(1.03)}.mission-vision{padding:80px 20px;background:linear-gradient(135deg,#f5f7fa 0%,#e0e7ff 100%);text-align:center;position:relative;overflow:hidden}.mission-vision::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgb(0 123 255 / .1) 0%,#fff0 70%);z-index:0}.mission-vision h2{font-size:40px;color:#1a3157;margin-bottom:40px;animation:fadeInUp 1s ease-out;position:relative;z-index:1;text-shadow:0 2px 4px rgb(0 0 0 / .1)}.mv-container{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;position:relative;z-index:1}.mv-item{background:#fff;width:400px;padding:30px;border-radius:12px;box-shadow:0 6px 20px rgb(0 0 0 / .15);transition:transform 0.4s ease,box-shadow 0.4s ease;animation:fadeInUp 1.2s ease-out;animation-delay:calc(0.2s * var(--i))}.mv-item:nth-child(1){--i:1}.mv-item:nth-child(2){--i:2}.mv-item:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgb(0 123 255 / .3)}.mv-item i{font-size:40px;color:#007bff;margin-bottom:20px;transition:transform 0.3s ease}.mv-item:hover i{transform:scale(1.1);animation:pulse 0.8s infinite}.mv-item h3{font-size:26px;color:#1a3157;margin-bottom:15px}.mv-item p{font-size:16px;color:#555}.what-we-do{padding:80px 20px;background:#fff;text-align:center}.what-we-do h2{font-size:36px;color:#1a3157;margin-bottom:40px;animation:fadeInUp 1s ease-out}.services-grid{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.service-card{background:#f5f7fa;width:300px;padding:25px;border-radius:12px;transition:all 0.4s ease;animation:fadeInUp 1.2s ease-out;animation-delay:calc(0.2s * var(--i))}.service-card:nth-child(1){--i:1}.service-card:nth-child(2){--i:2}.service-card:nth-child(3){--i:3}.service-card:hover{background:#e0e7ff;transform:translateY(-10px);box-shadow:0 8px 25px rgb(0 0 0 / .1)}.service-card img{width:100%;height:150px;object-fit:cover;border-radius:8px;margin-bottom:15px;transition:transform 0.4s ease}.service-card:hover img{transform:scale(1.05)}.service-card h3{font-size:22px;color:#1a3157;margin-bottom:10px}.service-card p{font-size:16px;color:#555}.our-team{padding:80px 20px;background:#f5f7fa;text-align:center}.our-team h2{font-size:36px;color:#1a3157;margin-bottom:20px;animation:fadeInUp 1s ease-out}.our-team p{font-size:18px;color:#555;max-width:800px;margin:0 auto 40px;animation:fadeInUp 1.2s ease-out}.our-team img{width:40%;max-width:800px;border-radius:12px;box-shadow:0 6px 20px rgb(0 0 0 / .1);animation:fadeInUp 1.4s ease-out}.our-values{padding:80px 20px;background:linear-gradient(135deg,#fff 0%,#f5f7fa 100%);text-align:center;position:relative;overflow:hidden}.our-values::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgb(0 123 255 / .1) 0%,#fff0 70%);z-index:0}.our-values h2{font-size:40px;color:#1a3157;margin-bottom:40px;animation:fadeInUp 1s ease-out;position:relative;z-index:1;text-shadow:0 2px 4px rgb(0 0 0 / .1)}.values-grid{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;position:relative;z-index:1}.value-item{width:240px;padding:25px;border:2px solid #e0e7ff;border-radius:12px;background:#fff;transition:all 0.4s ease;animation:fadeInUp 1.2s ease-out;animation-delay:calc(0.2s * var(--i))}.value-item:nth-child(1){--i:1}.value-item:nth-child(2){--i:2}.value-item:nth-child(3){--i:3}.value-item:nth-child(4){--i:4}.value-item:hover{border-color:#007bff;background:#e0e7ff;transform:scale(1.05);box-shadow:0 8px 25px rgb(0 123 255 / .2)}.value-item i{font-size:36px;color:#007bff;margin-bottom:15px;transition:transform 0.3s ease}.value-item:hover i{transform:scale(1.1);animation:pulse 0.8s infinite}.value-item h3{font-size:22px;color:#1a3157;margin-bottom:10px}.value-item p{font-size:16px;color:#555}.global-reach{padding:70px 20px;background:linear-gradient(135deg,#f5f7fa 0%,#e0e7ff 100%);text-align:center;position:relative;overflow:hidden}.global-reach::before{content:'';position:absolute;top:50%;left:50%;width:300px;height:300px;background:radial-gradient(circle,rgb(0 123 255 / .15) 0%,#fff0 70%);transform:translate(-50%,-50%);z-index:0}.global-reach h2{font-size:40px;color:#1a3157;margin-bottom:20px;animation:fadeInUp 1s ease-out;position:relative;z-index:1;text-shadow:0 2px 4px rgb(0 0 0 / .1)}.global-reach p{font-size:18px;color:#555;max-width:800px;margin:0 auto 40px;animation:fadeInUp 1.2s ease-out;position:relative;z-index:1}.global-reach .reach-container{position:relative;z-index:1;max-width:900px;margin:0 auto}.global-reach img{width:100%;max-width:800px;border-radius:15px;box-shadow:0 8px 30px rgb(0 0 0 / .15);animation:fadeInUp 1.4s ease-out;transition:transform 0.4s ease;position:relative}.global-reach img:hover{transform:scale(1.03)}.global-reach .highlight-text{position:absolute;top:20px;left:20px;background:rgb(0 123 255 / .9);color:#fff;padding:10px 20px;border-radius:8px;font-size:16px;font-weight:700;animation:fadeInLeft 1.6s ease-out;z-index:2}.cta-banner{padding:50px 20px;background:linear-gradient(135deg,#007bff 0%,#1a3157 100%);color:#fff;text-align:center;position:relative;overflow:hidden}.cta-banner::before{content:'';position:absolute;top:50%;left:50%;width:400px;height:400px;background:radial-gradient(circle,rgb(255 255 255 / .15) 0%,#fff0 70%);transform:translate(-50%,-50%);z-index:0}.cta-container{display:flex;align-items:center;justify-content:center;gap:40px;max-width:1200px;margin:0 auto;position:relative;z-index:1;flex-wrap:wrap}.cta-text{flex:1;text-align:left;min-width:300px}.cta-text h2{font-size:40px;margin-bottom:20px;animation:fadeInUp 1s ease-out;position:relative}.cta-text h2::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#fff;border-radius:2px}.cta-text p{font-size:18px;margin-bottom:30px;animation:fadeInUp 1.2s ease-out}.cta-text a{display:inline-block;text-decoration:none;color:#1a3157;font-weight:700;padding:12px 30px;background:#fff;border:2px solid #fff;border-radius:30px;transition:all 0.4s ease;animation:fadeInUp 1.4s ease-out}.cta-text a:hover{background:#007bff;color:#fff;border-color:#007bff;box-shadow:0 6px 20px rgb(0 0 0 / .2)}.cta-image{flex:1;min-width:300px;animation:fadeInRight 1.6s ease-out}.cta-image img{width:50%;max-width:500px;border-radius:15px;box-shadow:0 8px 30px rgb(0 0 0 / .15);transition:transform 0.4s ease}.cta-image img:hover{transform:scale(1.03)}@media (max-width:768px){.about-hero,.our-story,.mission-vision,.what-we-do,.our-team,.our-values,.global-reach,.cta-banner{padding:60px 15px}.about-hero h1,.our-story h2,.mission-vision h2,.what-we-do h2,.our-team h2,.our-values h2,.global-reach h2,.cta-banner h2{font-size:32px}.about-hero p,.our-story p,.mission-vision p,.what-we-do p,.our-team p,.our-values p,.global-reach p,.cta-banner p{font-size:16px}.story-container,.mv-container,.services-grid,.values-grid,.cta-container{flex-direction:column;align-items:center}.story-text,.cta-text{text-align:center}.story-text h2::after,.cta-text h2::after{margin:0 auto;left:0;right:0}.mv-item,.service-card,.value-item{width:90%;margin:0 auto 20px}.story-image img,.global-reach img,.cta-image img,.our-team img{max-width:100%}.global-reach .highlight-text{font-size:14px;padding:8px 15px}}