:root{--navy:#071a44;--navy2:#051333;--orange:#e59a00;--text:#081638;--muted:#4d5a70;--light:#f6faff}*{box-sizing:border-box}body{font-family:'Segoe UI',Arial,sans-serif;color:var(--text);background:linear-gradient(90deg,#f8fcff,#fff,#f4fbff);margin:0}.container{max-width:1180px}.topbar{background:var(--navy);color:#fff;font-size:14px;padding:10px 0}.topbar i{color:#fff;margin-right:6px}.main-navbar{background:#fff;box-shadow:0 5px 22px rgba(0,0,0,.08);padding:18px 0}.navbar-brand{gap:10px}.logo-icon{width:48px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:30px}.logo-icon.small{width:40px;height:35px;font-size:25px}.logo-text,.footer-logo div:last-child{font-weight:800;line-height:16px;color:var(--navy);font-size:17px}.logo-text span,.footer-logo span{font-weight:600}.logo-text small,.footer-logo small{display:block;color:var(--orange);font-size:10px;letter-spacing:.5px}.nav-link{font-weight:700;color:var(--text)!important;font-size:15px;position:relative}.nav-link.active{color:var(--orange)!important}.nav-link.active:after{content:"";height:2px;background:var(--orange);position:absolute;left:0;right:0;bottom:-29px}.btn{border-radius:4px;font-weight:700;padding:12px 22px}.btn-dark-blue{background:var(--navy2);color:#fff}.btn-dark-blue:hover{background:#102a66;color:#fff}.btn-orange{background:linear-gradient(135deg,#f5aa09,#d98b00);color:#fff;border:0}.section-space{padding:60px 0}.section-tag{color:var(--orange);font-weight:800;margin-bottom:16px}.about-hero h1{font-size:42px;line-height:1.25;font-weight:900;max-width:520px}.hero-desc,.para{font-size:17px;line-height:1.7;color:#0e1831}.hero-desc b{color:var(--orange)}.experience-card{margin-top:35px;background:#fff;border:1px solid #e6ebf3;border-radius:15px;box-shadow:0 15px 35px rgba(0,0,0,.07);padding:25px;display:flex;gap:25px;max-width:500px}.shield{width:70px;height:80px;background:var(--navy);color:var(--orange);border-radius:18px;display:grid;place-items:center;font-size:34px;flex-shrink:0}.experience-card h3{font-weight:900;font-size:24px}.experience-card ul{list-style:none;padding:0;margin:18px 0 0}.experience-card li{font-weight:650;margin:13px 0}.experience-card li:before{content:"✓";background:var(--orange);color:#fff;border-radius:50%;padding:1px 5px;margin-right:10px;font-size:12px}.hero-image-wrap{position:relative}.hero-img{width:100%;height:315px;object-fit:cover;object-position:top;border-radius:14px;box-shadow:0 8px 25px rgba(0,0,0,.08)}.value-icon{width:55px;height:55px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#f2f5fb;color:var(--navy);font-size:28px;border:1px solid #e3e9f2}.value-row h6{font-weight:900;margin:8px 0 4px}.value-row p{font-size:13px;line-height:1.3}.stats-bar{background:linear-gradient(90deg,#06183f,#082459);border-radius:15px;color:#fff;display:flex;justify-content:space-around;align-items:center;padding:25px 45px;margin-top:-15px}.stat{display:flex;align-items:center;gap:28px}.stat i{font-size:58px;color:var(--orange)}.stat h2{font-size:38px;font-weight:900;margin:0}.stat p{font-size:17px;font-weight:700;margin:0}.divider{height:55px;width:1px;background:rgba(255,255,255,.35)}.team-section h2{font-size:34px;font-weight:900}.sub-title{color:var(--muted);font-size:17px}.team-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.10);height:100%;transition:.3s}.team-card:hover{transform:translateY(-6px)}.team-card img{width:100%;height:335px;object-fit:cover;object-position:top}.team-body{padding:18px}.team-body h5{font-weight:900;margin:0}.team-body span{color:var(--orange);font-weight:700;font-size:14px}.team-body p{font-size:14px;line-height:1.7;margin:14px 0}.team-body a{background:var(--navy);color:#fff;width:22px;height:22px;border-radius:3px;display:inline-grid;place-items:center;text-decoration:none}.cta-box{background:linear-gradient(90deg,#06183f,#082459);border-radius:14px;color:#fff;padding:35px 65px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta-left{display:flex;align-items:center;gap:24px}.call-icon{width:70px;height:70px;border:2px solid var(--orange);border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:28px}.cta-box h3{font-weight:900}.cta-box p{margin:0}.cta-actions{display:flex;gap:22px}.footer{background:#06183f;color:#fff;padding:35px 0 0}.footer a{display:block;color:#fff;text-decoration:none;margin:8px 0;font-size:14px}.footer h5{font-weight:900;margin-bottom:18px}.footer p{font-size:14px;line-height:1.7}.footer-logo div:last-child{color:#fff}.footer-social i{width:28px;height:28px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:inline-grid;place-items:center;margin-right:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:25px;padding:18px 0;font-size:14px}
@media(max-width:991px){.nav-link.active:after{display:none}.nav-buttons{margin-top:15px}.about-hero h1{font-size:34px}.experience-card{max-width:100%}.stats-bar{margin-top:0;flex-direction:column;gap:25px;text-align:center}.divider{width:80%;height:1px}.stat{justify-content:center}.cta-box{flex-direction:column;text-align:center;padding:30px 20px}.cta-left{flex-direction:column}.cta-actions{flex-direction:column;width:100%}.cta-actions .btn{width:100%}}
@media(max-width:576px){.topbar{font-size:12px}.section-space{padding:40px 0}.about-hero h1{font-size:29px}.experience-card{flex-direction:column;padding:20px}.hero-img{height:260px}.stat{gap:16px}.stat h2{font-size:32px}.stat i{font-size:45px}.team-card img{height:220px}.footer-bottom{gap:10px}.btn{padding:11px 16px}}
