@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}[data-theme=light]{--navy:#001f3f;--light-navy:#0a2f5c;--light-gray:#fff;--text-gray:#495057;--bg-primary:#fff;--bg-secondary:#f8f9fa}:root{--navy:#001f3f;--light-navy:#0a2f5c;--red:#dc143c;--white:#fff;--light-gray:#f8f9fa;--text-gray:#6c757d;--bg-primary:#001f3f;--bg-secondary:#0a2f5c}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:#001f3f;background:var(--bg-primary);transition:background .3s,color .3s}[data-theme=light] .about-block h3,[data-theme=light] .about-intro-card h3,[data-theme=light] .blog-card h3,[data-theme=light] .contact-item h4,[data-theme=light] .exp-card h4,[data-theme=light] .latest-blog-content h3,[data-theme=light] .program-card h5,[data-theme=light] .project-card h3,[data-theme=light] .section-title,[data-theme=light] .service-card h3,[data-theme=light] .skill-item h5,[data-theme=light] .subsection-title{color:#001f3f}[data-theme=light] .about-block,[data-theme=light] .about-intro-card,[data-theme=light] .blog-card,[data-theme=light] .contact-item,[data-theme=light] .education-card,[data-theme=light] .exp-card,[data-theme=light] .latest-blog-card,[data-theme=light] .program-card,[data-theme=light] .project-card,[data-theme=light] .service-card,[data-theme=light] .skill-item{background:#fff}[data-theme=light] .about-content-section,[data-theme=light] .blogs-content-section,[data-theme=light] .contact-content-section,[data-theme=light] .experience-section,[data-theme=light] .latest-insights-section,[data-theme=light] .mission-section,[data-theme=light] .projects-content-section,[data-theme=light] .services-section{background:#f8f9fa}.about-hero,.blogs-hero,.contact-hero,.hero,.projects-hero{color:#fff!important}.about-hero *,.blogs-hero *,.contact-hero *,.hero *,.projects-hero *{color:inherit}.App{min-height:100vh}.navbar{background:#0000;box-shadow:none;position:fixed;top:58px;transition:background .4s,box-shadow .4s;width:100%;z-index:1000}.navbar.scrolled{background:#001f3f;box-shadow:0 2px 10px #0003}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{color:#fff;color:var(--white);font-size:1.125rem;font-weight:700;gap:.75rem;text-decoration:none;transition:opacity .3s}.logo:hover{opacity:.8}.avatar{border-radius:50%;height:40px;width:40px}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:#fff;color:var(--white);padding-bottom:.25rem;text-decoration:none;transition:all .3s}.nav-menu a.active,.nav-menu a:hover{color:#dc143c;color:var(--red)}.navbar.scrolled .nav-menu a{color:#fff;color:var(--white)}.navbar.scrolled .nav-menu a.active,.navbar.scrolled .nav-menu a:hover{color:#dc143c;color:var(--red)}.theme-toggle{background:none;border:none;color:#fff;color:var(--white);cursor:pointer;font-size:1.5rem;padding:.5rem;transition:transform .3s}.theme-toggle:hover{transform:scale(1.2)}.theme-dropdown{position:relative}.dropdown-content:hover,.theme-dropdown:hover .dropdown-content{display:block}.dropdown-content{animation:fadeIn .2s ease-in;background:#fff;background:var(--white);border-radius:5px;box-shadow:0 5px 15px #0003;display:none;margin-top:.5rem;min-width:120px;position:absolute;right:0;top:100%;z-index:1000}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-btn{background:none;border:none;color:#fff;color:var(--white);cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:color .3s}.theme-btn:hover{color:#dc143c;color:var(--red)}.dropdown-content button{background:none;border:none;color:#001f3f;color:var(--navy);cursor:pointer;display:block;padding:.75rem 1rem;text-align:left;transition:background .3s;width:100%}.dropdown-content button:hover{background:#f8f9fa;background:var(--light-gray);color:#dc143c;color:var(--red)}.dropdown-content button:first-child{border-radius:5px 5px 0 0}.dropdown-content button:last-child{border-radius:0 0 5px 5px}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px}.menu-toggle span{background:#fff;background:var(--white);height:3px;transition:.3s;width:25px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{background-position:100%;background-size:cover;display:flex;margin-top:0;min-height:100vh;position:relative}.hero:before{background:linear-gradient(90deg,#0a2f5c 0,#0a2f5c99 40%,#0a2f5c4d 60%,#0000 80%);background:linear-gradient(to right,var(--light-navy) 0,#0a2f5c99 40%,#0a2f5c4d 60%,#0000 80%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content-side{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem;position:relative;z-index:2}.hero-image-side{flex:1 1;position:relative;z-index:0}.hero-overlay{display:none}.hero-content{max-width:600px;text-align:center}.hero-intro{animation:fadeInUp 1s ease-out;color:#fff;color:var(--white);font-size:1.5rem;font-weight:300;margin-bottom:1rem}.hero-avatar{animation:fadeInUp 1.2s ease-out;border:4px solid #dc143c;border:4px solid var(--red);border-radius:50%;box-shadow:0 10px 30px #dc143c4d;height:120px;margin-bottom:1.5rem;width:120px}.hero-title{animation:fadeInUp 1.4s ease-out;color:#fff;color:var(--white);font-size:2.5rem;margin-bottom:1.5rem}.highlight{color:#dc143c;color:var(--red)}.hero-subtitle{animation:fadeInUp 1.6s ease-out;color:#f8f9fa;color:var(--light-gray);font-size:1rem;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{animation:fadeInUp 1.8s ease-out;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:5px;display:inline-block;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s}.btn-primary{background:#0077b5;color:#fff;color:var(--white)}.btn-primary:hover{background:#005a8a;box-shadow:0 5px 15px #0077b54d;transform:translateY(-2px)}.btn-secondary{background:#dc143c;background:var(--red);border:2px solid #dc143c;border:2px solid var(--red);color:#fff;color:var(--white);font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.btn-secondary:hover{background:#0000;border-color:#fff;border-color:var(--white);color:#fff;color:var(--white)}.container{margin:0 auto;max-width:1200px;padding:4rem 2rem}.section-title{color:#001f3f;color:var(--navy);font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.about-hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.about-hero-images,.carousel-image{height:100%;left:0;position:absolute;top:0;width:100%}.carousel-image{background-position:50%;background-size:cover;opacity:0;transition:opacity 1.5s ease-in-out}.carousel-image.active{opacity:1}.about-hero-overlay{background:#0009;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.about-hero-content{color:#fff;color:var(--white);max-width:800px;padding:2rem;position:relative;text-align:center;z-index:2}.about-hero-title{animation:fadeInUp 1s ease-out;font-size:3rem}.about-hero-quote,.about-hero-title{color:#fff;color:var(--white);margin-bottom:2rem}.about-hero-quote{animation:fadeInUp 1.3s ease-out;font-size:2rem;font-style:italic}.about-hero-typing{animation:fadeInUp 1.6s ease-out;color:#fff;color:var(--white);font-size:1.5rem;min-height:60px}.about-content-section{background:#fff;background:var(--white);padding:4rem 0}.about-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}.about-block{background:#fff;background:var(--white);border-radius:12px;border-top:4px solid #001f3f;border-top:4px solid var(--navy);box-shadow:0 4px 20px #00000012;padding:2.5rem;transition:transform .3s,box-shadow .3s}.about-block:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-5px)}.about-block h3{border-bottom:2px solid #dc143c;border-bottom:2px solid var(--red);color:#001f3f;color:var(--navy);display:inline-block;font-size:1.3rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem}.about-block p{color:#6c757d;color:var(--text-gray);font-size:.95rem;line-height:1.9}.services-section{background:#fff;background:var(--white)}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{background:#f8f9fa;background:var(--light-gray);border-radius:10px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:transform .3s,box-shadow .3s,background .3s}.service-card:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.service-card:hover:before{left:100%}.service-card:hover{background:#fff;background:var(--white);box-shadow:0 10px 30px #001f3f33;transform:translateY(-10px)}.service-icon{color:#dc143c;color:var(--red);font-size:3rem;margin-bottom:1rem;transition:color .3s}.service-card:first-child .service-icon{color:#0077b5}.service-card:nth-child(2) .service-icon{color:#ff6b6b}.service-card:nth-child(3) .service-icon{color:#4caf50}.service-card:nth-child(4) .service-icon{color:#ff9800}.service-card:nth-child(5) .service-icon{color:#2196f3}.service-card:nth-child(6) .service-icon{color:#e91e63}.service-card:nth-child(7) .service-icon{color:gold}.service-card:nth-child(8) .service-icon{color:#9c27b0}.service-card h3,.service-card:hover .service-icon{color:#001f3f;color:var(--navy)}.service-card h3{margin-bottom:1rem}.service-card p{color:#6c757d;color:var(--text-gray)}.experience-section{background:#f8f9fa;background:var(--light-gray)}.subsection-title{color:#001f3f;color:var(--navy);font-size:1.75rem;margin:3rem 0 2rem;text-align:center}.experience-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.exp-card{background:#fff;background:var(--white);border:1px solid #e8e8e8;border-radius:0;box-shadow:0 2px 8px #0000000f;padding:2.5rem;text-align:center;transition:transform .3s,box-shadow .3s,border-color .3s}.exp-card:hover{border-color:#001f3f;border-color:var(--navy);box-shadow:0 10px 30px #001f3f26;box-shadow:0 5px 15px #0000001a;transform:translateY(-10px);transform:translateY(-5px)}.exp-logo{background:#fff;border-radius:50%;display:block;height:120px;margin:0 auto 1.5rem;object-fit:contain;padding:10px;width:120px}.exp-card h4{color:#001f3f;color:var(--navy);font-size:1.25rem;margin-bottom:.5rem}.exp-org{color:#dc143c;color:var(--red);font-weight:600;margin-bottom:1rem}.exp-desc{color:#6c757d;color:var(--text-gray);line-height:1.6}.education-card{background:#fff;background:var(--white);border:1px solid #e8e8e8;border-radius:0;box-shadow:0 2px 8px #0000000f;margin:0 auto 3rem;max-width:400px;padding:2.5rem;text-align:center;transition:transform .3s,box-shadow .3s,border-color .3s}.education-card:hover{border-color:#001f3f;border-color:var(--navy);box-shadow:0 10px 30px #001f3f26;transform:translateY(-10px)}.edu-logo{background:#fff;border-radius:50%;display:block;height:120px;margin:0 auto 1.5rem;object-fit:contain;padding:10px;width:120px}.edu-content h4{color:#001f3f;color:var(--navy);font-size:1.5rem;margin-bottom:.5rem}.edu-status{color:#dc143c;color:var(--red);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.programs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.program-card{background:#fff;background:var(--white);border:1px solid #e8e8e8;border-radius:0;box-shadow:0 2px 8px #0000000f;padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s,border-color .3s}.program-card:hover{border-color:#001f3f;border-color:var(--navy);box-shadow:0 10px 30px #001f3f26;transform:translateY(-10px);transform:translateY(-5px)}.program-logo{background:#fff;border-radius:50%;display:block;height:80px;margin:0 auto 1rem;object-fit:contain;padding:8px;width:80px}.program-card h5{color:#001f3f;color:var(--navy);font-size:1.1rem;margin-bottom:.5rem}.program-card p{color:#6c757d;color:var(--text-gray);font-size:.9rem}.skills-professional{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.skill-item{background:#fff;background:var(--white);border:1px solid #e8e8e8;padding:2.5rem 1.5rem;text-align:center;transition:all .3s}.skill-item:hover{background:#f8f9fa;background:var(--light-gray);border-color:#001f3f;border-color:var(--navy);border-color:#dc143c;border-color:var(--red);box-shadow:0 8px 20px #001f3f26;box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.skill-icon{font-size:3.5rem;margin-bottom:1rem}.skill-item h5{color:#001f3f;color:var(--navy);font-size:1.1rem;font-weight:600}.about{background:#fff;background:var(--white)}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.about-text p{color:#6c757d;color:var(--text-gray);font-size:1.125rem;line-height:1.8;margin-bottom:2rem}.skills{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:#001f3f;background:var(--navy);border-radius:20px;color:#fff;color:var(--white);font-size:.875rem;padding:.5rem 1rem}.about-image img{border-radius:10px;box-shadow:0 10px 30px #0000001a;width:100%}.projects{background:#f8f9fa;background:var(--light-gray)}.projects-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-card{border:1px solid #e8e8e8;box-shadow:0 2px 10px #00000014;transition:all .3s}.project-card:hover{border-color:#dc143c;border-color:var(--red);box-shadow:0 8px 25px #0000001f;transform:translateY(-5px)}.project-info{padding:2rem 1.5rem;text-align:center}.project-icon{font-size:3rem;margin-bottom:1rem}.project-info h3{color:#001f3f;color:var(--navy);margin-bottom:.5rem}.project-info p{color:#6c757d;color:var(--text-gray);margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tags span{background:#f8f9fa;background:var(--light-gray);border-radius:15px;color:#001f3f;color:var(--navy);font-size:.75rem;padding:.25rem .75rem}.contact{background:#fff;background:var(--white);margin-bottom:4rem}.contact-form{margin:0 auto;max-width:600px}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;padding:1rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#001f3f;border-color:var(--navy);outline:none}.contact-form .btn{border:none;cursor:pointer;font-size:1rem;width:100%}.ft{background:#2b3340;border-top:3px solid #1a6bc4;padding:60px 2rem 0}.ft-inner{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.4fr 1fr 1fr;margin:0 auto;max-width:1200px;padding-bottom:50px}.ft-name{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.ft-tagline{color:#9ca3af;font-size:.8rem;line-height:1.6;margin-bottom:.85rem}.ft-bio{color:#6b7280;font-size:.85rem;line-height:1.75;margin-bottom:1.25rem}.ft-socials{display:flex;flex-wrap:wrap;gap:.65rem}.ft-social{align-items:center;background:#ffffff14;border-radius:6px;color:#fff;display:flex;height:36px;justify-content:center;text-decoration:none;transition:background .3s,color .3s;width:36px}.ft-social:hover{background:#1a6bc4;color:#fff}.ft-heading{border-bottom:1px solid #ffffff14;color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.6px;margin-bottom:1.25rem;padding-bottom:.6rem;text-transform:uppercase}.ft-links{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.ft-link{align-items:center;color:#9ca3af;display:flex;font-size:.88rem;gap:0;padding:.2rem 0;text-decoration:none;transition:color .3s}.ft-arrow{color:#1a6bc4;font-weight:700;margin-right:.5rem;opacity:0;transform:translateX(-4px);transition:opacity .3s,transform .3s}.ft-link:hover{color:#fff}.ft-link:hover .ft-arrow{opacity:1;transform:translateX(0)}.ft-contact-list{display:flex;flex-direction:column;gap:.85rem;list-style:none;margin:0;padding:0}.ft-contact-list li{align-items:flex-start;color:#9ca3af;display:flex;font-size:.88rem;gap:.65rem;line-height:1.5}.ft-contact-list svg{flex-shrink:0;margin-top:2px}.ft-contact-link{color:#9ca3af;text-decoration:none;transition:color .3s}.ft-contact-link:hover{color:#1a6bc4}.ft-bottom-wrap{margin:0 auto;max-width:1200px}.ft-divider{border:none;border-top:1px solid #ffffff1a;margin:0}.ft-bottom{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 0 1.75rem}.ft-bottom p{color:#6b7280;font-size:.82rem;margin:0}@media (max-width:1024px){.ft-inner{grid-template-columns:1fr 1fr}.ft-col:last-child{grid-column:1/-1}}@media (max-width:640px){.ft{padding:40px 1.25rem 0}.ft-inner{gap:2rem;grid-template-columns:1fr}.ft-col:last-child{grid-column:auto}.ft-socials{justify-content:center}.ft-bottom,.ft-col:first-child{text-align:center}.ft-bottom{flex-direction:column;gap:.4rem}}@media (max-width:768px){.about-hero{min-height:80vh}.about-hero-title{font-size:2rem}.about-hero-quote{font-size:1.2rem}.about-hero-typing{font-size:1rem;min-height:40px}.menu-toggle{display:flex}.nav-menu{background:#001f3f;background:var(--navy);flex-direction:column;gap:1rem;left:0;padding:2rem;position:absolute;top:100%;transform:translateX(-100%);transition:transform .3s;width:100%}.nav-menu.active{transform:translateX(0)}.hero{background-position:50%;display:block}.hero-content-side{align-items:center;display:flex;justify-content:center;min-height:100vh;text-align:center;width:100%}.hero-image-side{display:none}.hero:before{background:linear-gradient(180deg,#0a2f5ccc 0,#0a2f5c80 30%,#0a2f5c80 70%,#0a2f5cd9)}.hero-buttons .btn{font-size:.7rem;padding:.5rem 1rem}.skills-professional{gap:.75rem;grid-template-columns:repeat(2,1fr)}.skill-item{padding:1.25rem .75rem}.skill-item h5{font-size:.85rem}.education-card{max-width:100%}.experience-grid,.hero,.programs-grid,.services-grid{grid-template-columns:1fr}.hero-content-side{order:1}.hero-image-side{min-height:40vh;order:2}.hero-content-side:after{background:linear-gradient(180deg,#001f3f,#001f3fb3,#001f3f4d,#0000);background:linear-gradient(to bottom,var(--navy),#001f3fb3,#001f3f4d,#0000);bottom:0;height:100px;right:auto;width:100%}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.about-content{grid-template-columns:1fr}.section-title{font-size:2rem}.footer .container{flex-direction:column;text-align:center}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%}.projects-grid{grid-template-columns:1fr}}.contact-hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.contact-hero-image{background-position:center 60%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.contact-hero-overlay{background:#0009;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.contact-hero-content{color:#fff;color:var(--white);margin-top:40vh;position:relative;text-align:center;z-index:2}.contact-hero-title{animation:fadeInUp 1s ease-out;color:#fff;color:var(--white);font-size:3rem;margin-bottom:1rem}.contact-hero-subtitle{animation:fadeInUp 1.5s ease-out;color:#fff;color:var(--white);font-size:1.5rem}.contact-content-section{background:#fff;background:var(--white);padding:6rem 0}.contact-grid{grid-gap:6rem;display:grid;gap:6rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-form-wrapper h3,.contact-info h3{color:#001f3f;color:var(--navy);font-size:2.5rem;margin-bottom:2rem}.contact-item{align-items:flex-start;background:#f8f9fa;background:var(--light-gray);display:flex;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;transition:transform .3s}.contact-item:hover{transform:translateX(10px)}.contact-info .contact-item svg{fill:#fff;fill:var(--white);border-radius:5px;flex-shrink:0;height:28px;margin-top:.25rem;padding:8px;width:28px}.contact-info .contact-item:first-of-type svg{background:#dc143c;background:var(--red)}.contact-info .contact-item:nth-of-type(2) svg{background:#25d366}.contact-info .contact-item:nth-of-type(3) svg{background:#0077b5}.contact-info .contact-item:nth-of-type(4) svg{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.contact-info .contact-item:nth-of-type(5) svg{background:#1877f2}.contact-item h4{color:#001f3f;color:var(--navy);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.contact-item a{color:#6c757d;color:var(--text-gray);font-size:1.125rem;text-decoration:none;transition:color .3s}.contact-item a:hover{color:#dc143c;color:var(--red)}.contact-form-wrapper{align-self:start;background:#fff;background:var(--white);border:3px solid #dc143c;border:3px solid var(--red);border-radius:10px;color:#001f3f;color:var(--navy);padding:2rem}.contact-form-wrapper h3{color:#001f3f;color:var(--navy);font-size:1.75rem;margin-bottom:1.25rem}.contact-form .form-group{margin-bottom:1rem}.contact-form input,.contact-form textarea{background:#fff;background:var(--white);border:2px solid #001f3f;border:2px solid var(--navy);border-radius:5px;color:#001f3f;color:var(--navy);font-size:.95rem;padding:.75rem;transition:border-color .3s;width:100%}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6c757d;color:var(--text-gray)}.contact-form input:focus,.contact-form textarea:focus{border-color:#dc143c;border-color:var(--red);outline:none}.contact-form .btn-primary{font-size:1rem;font-weight:600;padding:.75rem;width:100%}@media (max-width:768px){.contact-hero{min-height:80vh}.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1.2rem}.contact-grid{gap:3rem;grid-template-columns:1fr}.contact-form-wrapper h3,.contact-info h3{font-size:1.75rem}.contact-item{padding:1rem}.contact-form-wrapper{padding:2rem}}.blogs-hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.blogs-hero-image{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.blogs-hero-overlay{background:#0009;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.blogs-hero-title{animation:fadeInUp 1s ease-out;color:#fff;color:var(--white);font-size:3rem;margin-bottom:1rem}.blogs-hero-subtitle{animation:fadeInUp 1.5s ease-out;color:#fff;color:var(--white);font-size:1.5rem}.blogs-hero-content{color:#fff;color:var(--white);margin-top:50vh;position:relative;text-align:center;transform:translateY(-50%);z-index:2}.blogs-content-section{background:#fff;background:var(--white);padding:6rem 0}.blogs-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.blog-card{background:#fff;background:var(--white);border:3px solid #dc143c;border:3px solid var(--red);border-radius:10px;overflow:hidden;transition:transform .3s,box-shadow .3s}.blog-card:hover{box-shadow:0 10px 30px #dc143c33;transform:translateY(-10px)}.blog-image{background-position:top;background-size:cover;height:200px;width:100%}.blog-content{padding:1.5rem}.blog-date{color:#dc143c;color:var(--red);font-size:.875rem;font-weight:600;text-transform:uppercase}.blog-content h3{color:#001f3f;color:var(--navy);font-size:1.5rem;margin:.75rem 0}.blog-content p{color:#6c757d;color:var(--text-gray);line-height:1.6;margin-bottom:1rem}.blog-link{color:#dc143c;color:var(--red);font-weight:600;text-decoration:none;transition:color .3s}.blog-link:hover{color:#001f3f;color:var(--navy)}.projects-hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.projects-hero-image{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.projects-hero-overlay{background:#0009;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.projects-hero-title{animation:fadeInUp 1s ease-out;color:#fff;color:var(--white);font-size:3rem;margin-bottom:1rem}.projects-hero-subtitle{animation:fadeInUp 1.5s ease-out;color:#fff;color:var(--white);font-size:1.5rem}.projects-hero-content{color:#fff;color:var(--white);margin-top:50vh;position:relative;text-align:center;transform:translateY(-50%);z-index:2}.projects-content-section{background:#fff;background:var(--white);padding:6rem 0}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.project-card{border:3px solid #dc143c;border:3px solid var(--red);border-radius:10px}.project-card:hover{box-shadow:0 10px 30px #dc143c33;transform:translateY(-10px)}.project-image{height:200px}.project-content h3{font-size:1.5rem;margin-bottom:.75rem}.project-content p,.project-tech{margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#001f3f;background:var(--navy);border-radius:15px;color:#fff;color:var(--white);font-size:.875rem;padding:.25rem .75rem}.project-link{color:#dc143c;color:var(--red);font-weight:600;text-decoration:none;transition:color .3s}.project-link:hover{color:#001f3f;color:var(--navy)}@media (max-width:768px){.blogs-hero,.projects-hero{min-height:80vh}.blogs-hero-title,.projects-hero-title{font-size:2rem}.blogs-hero-subtitle,.projects-hero-subtitle{font-size:1.2rem}.blogs-grid,.projects-grid{gap:2rem;grid-template-columns:1fr}}.about-intro-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:3rem auto 4rem;max-width:1200px}.about-intro-card{background:#fff;background:var(--white);border:3px solid #001f3f;border:3px solid var(--navy);border-radius:10px;padding:2rem;transition:transform .3s,box-shadow .3s}.about-intro-card:hover{box-shadow:0 10px 30px #001f3f33;transform:translateY(-5px)}.about-intro-card h3{color:#001f3f;color:var(--navy);font-size:1.5rem;margin-bottom:1rem}.about-intro-card p{color:#6c757d;color:var(--text-gray);line-height:1.7;margin-bottom:1rem}.about-intro-card p:last-child{margin-bottom:0}@media (max-width:768px){.about-intro-grid{gap:1.5rem}.about-grid,.about-intro-grid{grid-template-columns:1fr}.hero{background-position:center 40%!important}.carousel-image{background-position:50%!important}.about-grid,.experience-grid,.programs-grid,.services-grid{grid-template-columns:1fr}.skills-professional{grid-template-columns:repeat(2,1fr)}.contact-form input,.contact-form textarea{font-size:16px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.75rem}.about-intro-card h3{font-size:1.25rem}.about-intro-card p{font-size:.95rem}.about-block h3{font-size:1.1rem}.about-block p{font-size:.9rem}}.blog-detail-hero{align-items:center;background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:60vh;position:relative}.blog-detail-overlay{background:#0000004d;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.blog-detail-header{color:#fff;color:var(--white);max-width:800px;padding:2rem;position:relative;text-align:center;z-index:2}.back-link{color:#001f3f;color:var(--navy);display:inline-block;font-size:1rem;font-weight:600;margin-bottom:2rem;text-decoration:none;transition:color .3s}.back-link:hover{color:#dc143c;color:var(--red)}.blog-detail-header h1{color:#fff;color:var(--white);font-size:2.5rem;margin:1rem 0}.blog-detail-date{color:#dc143c;color:var(--red);font-size:1rem;font-weight:600;text-transform:uppercase}.blog-detail-content{background:#fff;background:var(--white);padding:4rem 0}.blog-article{margin:0 auto;max-width:800px;padding:0 2rem}.blog-article p{color:#6c757d;color:var(--text-gray);font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}@media (max-width:768px){.blog-detail-header h1{font-size:1.75rem}.blog-article p{font-size:1rem}}.blog-carousel-image,.blog-detail-hero-images{height:100%;left:0;position:absolute;top:0;width:100%}.blog-carousel-image{background-position:center 25%;background-size:cover;opacity:0;transition:opacity 1.5s ease-in-out}.blog-carousel-image.active{opacity:1}@media (max-width:1024px){.container{padding:0 2rem}.hero-title{font-size:2.5rem}.about-intro-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-content-side{padding:2rem;width:100%}.hero-image-side{display:none}.hero{background-position:50%!important}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.hero-buttons .btn{font-size:.9rem;padding:.75rem 1.5rem}.section-title{font-size:2rem}.subsection-title{font-size:1.5rem}.about-hero-title{font-size:2rem}.about-hero-quote{font-size:1.2rem}.about-hero-typing{font-size:1rem}.about-intro-card{padding:1.5rem}.about-intro-card h3{font-size:1.35rem}.about-block,.education-card,.exp-card,.program-card,.service-card{padding:1.5rem}.blogs-hero-title,.contact-hero-title,.projects-hero-title{font-size:2rem}.blogs-hero-subtitle,.contact-hero-subtitle,.projects-hero-subtitle{font-size:1.2rem}.blog-detail-header h1{font-size:1.75rem}.nav-menu{background:#001f3f;background:var(--navy);flex-direction:column;gap:1rem;left:0;opacity:0;padding:2rem;position:absolute;top:100%;transform:translateY(-100%);transition:all .3s;visibility:hidden;width:100%}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.85rem}.btn,.hero-intro{font-size:.9rem}.btn{padding:.75rem 1.5rem}.section-title{font-size:1.5rem}.subsection-title{font-size:1.25rem}.about-hero-title{font-size:1.5rem}.about-hero-quote{font-size:1rem}.about-hero-typing{font-size:.9rem;min-height:30px}.about-intro-card{padding:1.25rem}.about-intro-card h3{font-size:1.2rem}.about-intro-card p{font-size:.95rem}.about-block{padding:1.25rem}.about-block h3{font-size:1.1rem}.about-block p{font-size:.9rem}.exp-card h4,.program-card h5,.service-card h3{font-size:1.1rem}.exp-card p,.program-card p,.service-card p{font-size:.9rem}.blogs-hero-title,.contact-hero-title,.projects-hero-title{font-size:1.5rem}.blogs-hero-subtitle,.contact-hero-subtitle,.projects-hero-subtitle{font-size:1rem}.contact-form-wrapper h3,.contact-info h3{font-size:1.5rem}.contact-item{padding:1rem}.contact-item h4{font-size:1rem}.contact-item a{font-size:.95rem}.blog-card h3,.project-card h3{font-size:1.25rem}.blog-detail-header h1{font-size:1.5rem}.blog-article p{font-size:.95rem}.footer{padding:2rem 0}.social-links a{height:35px;width:35px}}@media (max-width:360px){.hero-title{font-size:1.5rem}.section-title{font-size:1.35rem}.about-block,.about-intro-card{padding:1rem}}.latest-insights-section{background:#f8f9fa;background:var(--light-gray);padding:4rem 0}.latest-blog-card{grid-gap:3rem;background:#fff;background:var(--white);border:3px solid #001f3f;border:3px solid var(--navy);border-radius:20px;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px;overflow:hidden;transition:transform .3s,box-shadow .3s}.latest-blog-card:hover{box-shadow:0 15px 40px #0077b54d;transform:translateY(-10px)}.latest-blog-image{background-position:50%;background-size:cover;height:100%;min-height:350px;width:100%}.latest-blog-content{display:flex;flex-direction:column;justify-content:center;padding:2.5rem}.latest-blog-content h3{color:#001f3f;color:var(--navy);font-size:1.75rem;margin:1rem 0}.latest-blog-content p{color:#6c757d;color:var(--text-gray);flex-grow:1;line-height:1.7;margin-bottom:1.5rem}@media (max-width:768px){.latest-blog-card{grid-template-columns:1fr}.latest-blog-image{min-height:250px}.latest-blog-content{padding:2rem}.latest-blog-content h3{font-size:1.5rem}}.mission-section{background:#f8f9fa;background:var(--light-gray);padding:5rem 0}.mission-card{background:#001f3f;background:var(--navy);border-radius:10px;box-shadow:0 10px 30px #001f3f4d;color:#fff;color:var(--white);margin:0 auto;max-width:900px;overflow:hidden;padding:3rem;position:relative;transition:transform .3s,box-shadow .3s}.mission-card:before{animation:glowRotate 3s linear infinite;background:linear-gradient(45deg,#dc143c,#ff6b6b,#dc143c,#ff6b6b);background:linear-gradient(45deg,var(--red),#ff6b6b,var(--red),#ff6b6b);background-size:400% 400%;border-radius:10px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s;z-index:-1}.mission-card:hover:before{opacity:1}@keyframes glowRotate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.mission-card:hover{box-shadow:0 15px 40px #001f3f80;transform:translateY(-10px)}.mission-card h2{color:#fff;color:var(--white);font-size:2.5rem;margin-bottom:1.5rem}.mission-card p{color:#fff;color:var(--white);font-size:1.25rem;line-height:1.9}@media (max-width:768px){.mission-section{padding:4rem 0}.mission-content p{font-size:1.1rem}}.footer-divider{border:none;border-top:2px solid #ffffff80;margin:2rem 0;width:100%}[data-theme=light]{--navy:#fff;--white:#001f3f;--red:#dc143c;--light-gray:#f5f5f5;--text-gray:#4a4a4a}[data-theme=light] body{background:#fff;color:#333}[data-theme=light] .navbar{background:#fffffff2}[data-theme=light] .logo,[data-theme=light] .nav-menu a{color:#001f3f}[data-theme=light] .hero:before{background:linear-gradient(90deg,#fffffff2,#ffffff4d)}[data-theme=light] .hero-intro,[data-theme=light] .hero-subtitle,[data-theme=light] .hero-title,[data-theme=light] .section-title{color:#001f3f}[data-theme=light] .education-card,[data-theme=light] .exp-card,[data-theme=light] .program-card,[data-theme=light] .service-card,[data-theme=light] .skill-item{background:#fff}[data-theme=light] .exp-card h4,[data-theme=light] .program-card h5,[data-theme=light] .service-card h3,[data-theme=light] .skill-item h5{color:#001f3f}[data-theme=light] .exp-card p,[data-theme=light] .program-card p,[data-theme=light] .service-card p{color:#4a4a4a}[data-theme=light] .about-block,[data-theme=light] .about-intro-card{background:#fff;border-color:#001f3f}[data-theme=light] .about-block h3,[data-theme=light] .about-intro-card h3{color:#001f3f}[data-theme=light] .about-block p,[data-theme=light] .about-intro-card p{color:#4a4a4a}[data-theme=light] .contact-form-wrapper{background:#fff;border-color:#001f3f}[data-theme=light] .contact-form-wrapper h3{color:#001f3f}[data-theme=light] .contact-form input,[data-theme=light] .contact-form textarea{border-color:#001f3f;color:#001f3f}[data-theme=light] .contact-item{background:#f5f5f5}[data-theme=light] .contact-item h4{color:#001f3f}[data-theme=light] .blog-card,[data-theme=light] .project-card{background:#fff;border-color:#001f3f}[data-theme=light] .blog-card h3,[data-theme=light] .project-card h3{color:#001f3f}[data-theme=light] .latest-blog-card{background:#fff;border-color:#001f3f}[data-theme=light] .latest-blog-content h3{color:#001f3f}@media (max-width:768px){.logo span{font-size:1rem}.avatar{height:35px;width:35px}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.mission-card{padding:2rem}.mission-card h2{font-size:2rem}.mission-card p{font-size:1.1rem}.contact-hero-content{margin-top:30vh}.social-links{flex-wrap:wrap;justify-content:center}.contact-links a{font-size:.85rem}.contact-info .contact-item svg{height:24px;padding:6px;width:24px}}@media (max-width:480px){.hero-avatar{height:100px;width:100px}.mission-card{padding:1.5rem}.mission-card h2{font-size:1.75rem}.mission-card p{font-size:1rem}.footer{padding:2rem 0}.social-links a{height:35px;width:35px}.social-links svg{height:20px;width:20px}}@media (max-width:768px){.about-hero-quote{font-size:1.5rem}.about-hero-typing{font-size:1.2rem}}@media (max-width:480px){.about-hero-quote{font-size:1.2rem}.about-hero-typing{font-size:1rem}}@media (max-width:768px){.nav-menu{background:#001f3f;background:var(--navy);box-shadow:0 5px 15px #0003;flex-direction:column;gap:.5rem;left:0;padding:1.5rem;position:fixed;top:70px;transform:translateX(-100%);transition:transform .3s ease;width:100%}.nav-menu.active{transform:translateX(0)}.nav-menu a{border-radius:5px;display:block;padding:.875rem 1rem;transition:all .2s}.nav-menu a.active,.nav-menu a:hover{background:#ffffff1a}.menu-toggle{display:flex;z-index:1001}}.services-hero{align-items:center;background:#001f3f;background:var(--navy);display:flex;justify-content:center;min-height:60vh;position:relative;text-align:center}.services-hero-overlay{background:#001f3fb3;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.services-hero-content{position:relative;transform:translateY(70%);z-index:2}.services-hero-title{animation:fadeInUp 1s ease-out;color:#fff;color:var(--white);font-size:3rem;margin-bottom:1rem}.services-hero-subtitle{animation:fadeInUp 1.2s ease-out;color:#fff;color:var(--white);font-size:1.5rem;opacity:.9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services-cta-section{background:#001f3f;background:var(--navy);padding:4rem 2rem}.services-cta{color:#fff;color:var(--white);text-align:center}.services-cta h2{font-size:2.5rem;margin-bottom:1rem}.services-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width:768px){.services-hero-title{font-size:2rem}.services-hero-subtitle{font-size:1.2rem}.services-cta h2{font-size:1.8rem}.services-cta p{font-size:1rem}}.blog-video{border-radius:10px 10px 0 0;height:315px;overflow:hidden;width:100%}.blog-video iframe{height:100%;width:100%}.blog-detail-hero-video{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.blog-detail-hero-video iframe{height:100%;object-fit:cover;width:100%}.project-card{background:#fff;background:var(--white);border:1px solid #001f3f1a;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s}.project-card:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-6px)}.project-image{background-position:50%;background-size:cover;height:220px;width:100%}.project-logo-container{align-items:center;background:#f8f9fa;border-bottom:1px solid #001f3f14;display:flex;height:220px;justify-content:center;width:100%}.project-logo{max-height:140px;max-width:60%;object-fit:contain}.project-content{padding:1.5rem}.project-tag{background:#001f3f;background:var(--navy);border-radius:20px;color:#fff;color:var(--white);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;padding:.25rem .75rem;text-transform:uppercase}.project-content h3{color:#001f3f;color:var(--navy);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.project-content p{color:#6c757d;color:var(--text-gray);font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.profile-hero{display:flex;min-height:100vh;overflow:hidden;padding-top:116px;position:relative}.profile-hero-left{align-items:center;background:#2b3340;-webkit-clip-path:polygon(0 0,100% 0,88% 100%,0 100%);clip-path:polygon(0 0,100% 0,88% 100%,0 100%);display:flex;padding:4rem 4rem 4rem 5%;position:relative;width:60%;z-index:2}.profile-hero-diagonal{background:#29abe2;height:100%;left:52%;position:absolute;top:0;transform:skewX(-6deg);width:120px;z-index:3}.profile-hero-right{height:100%;position:absolute;right:0;top:0;width:45%;z-index:1}.profile-hero-photo{height:100%;object-fit:cover;object-position:center top;width:100%}.profile-hero-content{max-width:560px;position:relative;z-index:4}.profile-name{color:#fff;font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:.5rem}.profile-tagline{color:#29abe2;font-size:1rem;font-weight:600;margin-bottom:.5rem}.profile-location{align-items:center;color:#a0aec0;display:flex;font-size:.9rem;font-weight:600;margin-bottom:1.25rem}.profile-bio{color:#cbd5e0;font-size:.95rem;line-height:1.8;margin-bottom:.75rem}.profile-secondary{color:#718096;font-size:.88rem;margin-bottom:1.5rem}.profile-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.profile-divider{border:none;border-top:1px solid #ffffff1f;margin:1.25rem 0}@media (max-width:768px){.profile-hero{flex-direction:column;min-height:100vh}.profile-hero-left{align-items:flex-start;-webkit-clip-path:none;clip-path:none;padding:6rem 1.5rem 2rem;width:100%}.profile-hero-diagonal{display:none}.profile-hero-right{flex-shrink:0;height:320px;position:relative;width:100%}.profile-hero-photo{object-position:center 20%}.profile-name{font-size:2rem}.profile-bio,.profile-tagline{font-size:.88rem}.profile-hero-actions{flex-direction:row;gap:.75rem}.profile-btn{font-size:.82rem;padding:.55rem 1rem}.profile-nav-cards{gap:.5rem}.profile-nav-card{font-size:.8rem;padding:.4rem .9rem}.topbar-inner{padding:.4rem 1rem}.topbar-left{display:none}.topbar-right{gap:1.25rem;justify-content:center;width:100%}}@media (max-width:480px){.profile-name{font-size:1.75rem}.profile-hero-left{padding:5.5rem 1.25rem 1.5rem}.profile-hero-right{height:260px}.profile-hero-actions{align-items:flex-start;flex-direction:column}.profile-btn{justify-content:center;width:100%}}.page-wrapper{background:#f5f7fa;min-height:100vh}.page-hero{align-items:center;background:url(https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1920&h=800&fit=crop) 50%/cover no-repeat;display:flex;justify-content:center;min-height:50vh;position:relative;text-align:center}.page-hero-overlay{background:#001f3fb8;inset:0;position:absolute}.page-hero-content{animation:fadeInUp .9s ease-out;position:relative;z-index:2}.page-hero-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:.5rem}.page-hero-subtitle{color:#ffffffd9;font-size:1.2rem}.page-section{padding:4rem 2rem}.page-container{margin:0 auto;max-width:1100px}.page-section-title{color:#1a1a2e;font-size:1.8rem;font-weight:700;margin-bottom:2rem;padding-bottom:.75rem;position:relative;text-align:center}.page-section-title:after{background:#1a6bc4;border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.typed-role{color:#1a6bc4;font-weight:600}.typed-cursor{animation:blink 1s infinite;color:#1a6bc4}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.info-cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.info-card{background:#fff;border-radius:10px;border-top:3px solid #1a6bc4;box-shadow:0 2px 12px #0000000f;padding:1.75rem;transition:transform .3s,box-shadow .3s}.info-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.info-card-title{color:#1a1a2e;font-size:1.05rem;font-weight:700;margin-bottom:.75rem}.info-card-text{color:#4b5563;font-size:.9rem;line-height:1.8}.story-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.story-card{background:#fff;border-left:4px solid #1a6bc4;border-radius:10px;box-shadow:0 2px 12px #0000000f;padding:2rem;transition:transform .3s,box-shadow .3s}.story-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.story-card-title{color:#1a6bc4;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.story-card-text{color:#4b5563;font-size:.92rem;line-height:1.85}.services-pro-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.service-pro-card{background:#fff;border-radius:10px;box-shadow:0 2px 12px #0000000f;overflow:hidden;transition:transform .3s,box-shadow .3s}.service-pro-card:hover{box-shadow:0 10px 28px #0000001f;transform:translateY(-5px)}.service-pro-img{height:180px;object-fit:cover;width:100%}.service-pro-body{padding:1.5rem}.service-pro-title{color:#1a1a2e;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.service-pro-desc{color:#4b5563;font-size:.9rem;line-height:1.7;margin-bottom:1rem}.service-pro-techs{display:flex;flex-wrap:wrap;gap:.4rem}.projects-pro-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.project-pro-card{background:#fff;border-radius:10px;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.project-pro-card:hover{box-shadow:0 10px 28px #0000001f;transform:translateY(-5px)}.project-pro-logo-wrap{align-items:center;background:#f8f9fa;border-bottom:1px solid #e5e7eb;display:flex;height:180px;justify-content:center}.project-pro-logo{max-height:120px;max-width:60%;object-fit:contain}.project-pro-body{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.project-pro-tag{background:#e8f0fb;border-radius:20px;color:#1a6bc4;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.5px;margin-bottom:.75rem;padding:.25rem .75rem;text-transform:uppercase}.project-pro-title{color:#1a1a2e;font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.project-pro-desc{color:#4b5563;flex:1 1;font-size:.88rem;line-height:1.7;margin-bottom:1rem}.project-pro-techs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.project-pro-btn{align-items:center;align-self:flex-start;background:#1a6bc4;border-radius:6px;color:#fff;display:inline-flex;font-size:.88rem;font-weight:600;padding:.55rem 1.2rem;text-decoration:none;transition:background .3s}.project-pro-btn:hover{background:#155aa0}.contact-pro-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr}.contact-pro-intro{color:#4b5563;font-size:.95rem;line-height:1.8;margin-bottom:2rem}.contact-pro-items{display:flex;flex-direction:column;gap:1rem}.contact-pro-item{align-items:center;background:#fff;border-left:3px solid #1a6bc4;border-radius:10px;box-shadow:0 2px 10px #0000000d;display:flex;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.contact-pro-item:hover{box-shadow:0 4px 16px #0000001a;transform:translateX(4px)}.contact-pro-icon{flex-shrink:0}.contact-pro-label{color:#9ca3af;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:.15rem;text-transform:uppercase}.contact-pro-value{color:#1a1a2e;font-size:.92rem;font-weight:600}.contact-pro-form-wrap{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:2rem}.contact-pro-form{display:flex;flex-direction:column;gap:1rem}.contact-pro-form input,.contact-pro-form textarea{border:1.5px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1a1a2e;font-family:inherit;font-size:.95rem;outline:none;padding:.85rem 1rem;transition:border-color .3s;width:100%}.contact-pro-form input:focus,.contact-pro-form textarea:focus{border-color:#1a6bc4}.cta-banner{background:#1a1a2e;border-radius:12px;margin-top:3rem;padding:3rem 2rem;text-align:center}.cta-banner h2{color:#fff;font-size:2rem;margin-bottom:.75rem}.cta-banner p{color:#fffc;font-size:1rem;margin-bottom:1.5rem}.cta-btn{background:#1a6bc4;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:background .3s}.cta-btn:hover{background:#155aa0}@media (max-width:1024px){.info-cards-grid,.projects-pro-grid,.services-pro-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-hero-title{font-size:2rem}.page-hero-subtitle{font-size:1rem}.contact-pro-grid,.info-cards-grid,.projects-pro-grid,.services-pro-grid,.story-grid{grid-template-columns:1fr}.contact-pro-grid{gap:2rem}.cta-banner h2{font-size:1.5rem}}.profile-nav-cards{display:flex;flex-wrap:wrap;gap:.75rem}.profile-nav-card{background:#0000;border:1.5px solid #ffffff80;border-radius:8px;color:#fff;font-size:.88rem;font-weight:600;padding:.5rem 1.25rem;text-decoration:none;transition:all .3s}.profile-nav-card:hover{background:#29abe2;border-color:#29abe2;color:#fff}@media (max-width:768px){.profile-nav-cards{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr);width:100%}.profile-nav-card{font-size:.82rem;padding:.5rem;text-align:center}}@media (max-width:480px){.profile-nav-cards{grid-template-columns:repeat(2,1fr)}}.profile-btn{align-items:center;border-radius:6px;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.65rem 1.5rem;text-decoration:none;transition:all .3s}.profile-btn-filled{background:#1a6bc4;border:2px solid #1a6bc4;color:#fff}.profile-btn-filled:hover{background:#155aa0;border-color:#155aa0}.profile-btn-outline{background:#0000;border:2px solid #ffffff80;color:#fff}.profile-btn-outline:hover{background:#ffffff1a;border-color:#fff}.nav-social-divider{background:#ffffff4d;height:20px;margin:0 .5rem;width:1px}.nav-social-icon{align-items:center;color:#ffffffb3;display:flex;justify-content:center;padding:.25rem;transition:color .3s,transform .3s}.nav-social-icon:hover{color:#29abe2;transform:translateY(-2px)}@media (max-width:768px){.nav-social-divider{display:none}}.topbar{background:#fff;border-bottom:none;position:fixed;top:0;width:100%;z-index:1001}.topbar-inner{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.topbar-inner,.topbar-left{align-items:center;display:flex}.topbar-left{color:#4b5563;font-size:.88rem;font-weight:500;gap:.75rem}.topbar-right{gap:1rem}.topbar-right,.topbar-social{align-items:center;display:flex}.topbar-social{color:#4b5563;transition:color .3s}.topbar-social:hover{color:#1a6bc4}@media (max-width:768px){.topbar-left{display:none}}.insights-section{background:#f5f5f5;padding:80px 2rem}.insights-container{margin:0 auto;max-width:1200px}.insights-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:2.5rem}.insights-label{color:#1a6bc4;display:block;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.insights-heading{color:#1a1a2e;font-size:2rem;font-weight:800;margin:0}.insights-view-all{color:#1a6bc4;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .3s;white-space:nowrap}.insights-view-all:hover{opacity:.7}.insights-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(3,1fr)}.insight-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.insight-card:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-6px)}.insight-img{height:200px;object-fit:cover;width:100%}.insight-body{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.insight-tag{color:#1a6bc4;display:block;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.insight-tag,.insight-title{font-weight:700;margin-bottom:.75rem}.insight-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#1a1a2e;display:-webkit-box;font-size:1.05rem;line-height:1.5;overflow:hidden}.insight-excerpt{color:#6b7280;flex:1 1;font-size:.88rem;line-height:1.7;margin-bottom:1.25rem}.insight-read-more{align-self:flex-start;color:#1a6bc4;font-size:.88rem;font-weight:600;text-decoration:none;transition:opacity .3s}.insight-read-more:hover{opacity:.7}@media (max-width:1024px){.insights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.insights-section{padding:50px 1.25rem}.insights-header{align-items:flex-start;flex-direction:column;gap:.75rem}.insights-heading{font-size:1.5rem}.insights-grid{grid-template-columns:1fr}}.home-services-section{background:#fff;padding:80px 2rem}.home-services-header{margin-bottom:3rem;text-align:center}.home-services-subtitle{color:#6b7280;font-size:1rem;margin-top:.5rem}.home-services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.home-service-card{background:#fff;border-left:3px solid #0000;border-radius:8px;box-shadow:0 2px 10px #0000000f;padding:1.75rem 1.5rem;transition:all .3s}.home-service-card:hover{background:#f0f6ff;border-left-color:#1a6bc4;box-shadow:0 8px 24px #1a6bc41f;transform:translateY(-4px)}.home-service-icon{align-items:center;display:flex;height:40px;justify-content:center;margin-bottom:1rem}.home-service-icon img{height:40px;object-fit:contain;width:40px}.home-service-title{color:#1a1a2e;font-size:1rem;font-weight:700;margin-bottom:.5rem}.home-service-desc{color:#6b7280;font-size:.875rem;line-height:1.7}@media (max-width:1024px){.home-services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-services-section{padding:50px 1.25rem}.home-services-grid{grid-template-columns:1fr}}.home-exp-section{background:#fff;padding:80px 2rem}.home-exp-container{margin:0 auto;max-width:900px}.home-exp-header{margin-bottom:4rem;text-align:center}.home-exp-subtitle{color:#6b7280;font-size:1rem;margin-top:.5rem}.home-exp-list{border-left:2px solid #e5e7eb;display:flex;flex-direction:column;gap:0;margin-left:120px;padding-left:0}.home-exp-entry{display:flex;gap:0;opacity:0;padding-bottom:2.5rem;position:relative;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.home-exp-entry.visible{opacity:1;transform:translateY(0)}.home-exp-entry-left{left:-122px;padding-right:1.5rem;position:absolute;text-align:right;top:0;width:110px}.home-exp-entry-dot{background:#1a6bc4;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #1a6bc4;height:10px;left:calc(100% + 1.5rem - 5px);position:absolute;top:6px;width:10px}.home-exp-entry-date{color:#1a6bc4;font-size:.78rem;font-weight:700;line-height:1.4;margin-bottom:.35rem}.home-exp-entry-type{background:#f3f4f6;border-radius:20px;color:#6b7280;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.4px;padding:.15rem .5rem;text-transform:uppercase}.home-exp-entry-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:1 1;margin-left:2rem;padding:1.5rem 1.75rem;transition:box-shadow .3s,border-color .3s}.home-exp-entry-card:hover{border-color:#1a6bc4;box-shadow:0 6px 24px #1a6bc41a}.home-exp-entry-top{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.1rem}.home-exp-entry-role{color:#1a1a2e;font-size:1.05rem;font-weight:700;margin-bottom:.3rem}.home-exp-entry-org{align-items:center;color:#1a6bc4;display:flex;font-size:.88rem;font-weight:600;margin:0}.home-exp-entry-location{align-items:center;color:#9ca3af;display:flex;flex-shrink:0;font-size:.8rem;margin:0;white-space:nowrap}.home-exp-entry-bullets{grid-gap:.4rem 1.5rem;border-top:1px solid #f3f4f6;display:grid;gap:.4rem 1.5rem;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:1rem 0 0}.home-exp-entry-bullets li{color:#4b5563;font-size:.85rem;line-height:1.6;padding-left:.9rem;position:relative}.home-exp-entry-bullets li:before{background:#1a6bc4;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:.55em;width:5px}@media (max-width:768px){.home-exp-section{padding:50px 1.25rem}.home-exp-list{border-left:2px solid #e5e7eb;margin-left:0;padding-left:0}.home-exp-entry{flex-direction:column;padding-left:1.5rem}.home-exp-entry-left{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem;padding-right:0;position:static;text-align:left;width:auto}.home-exp-entry-dot{left:-6px;position:absolute;top:6px}.home-exp-entry-card{margin-left:0}.home-exp-entry-top{flex-direction:column;gap:.25rem}.home-exp-entry-bullets{grid-template-columns:1fr}}.home-edu-section{background:#f5f5f5;padding:80px 2rem}.home-edu-container{margin:0 auto;max-width:1200px}.home-edu-header{margin-bottom:3rem;text-align:center}.home-edu-card{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #1a6bc4;border-radius:10px;box-shadow:0 2px 16px #00000012;display:flex;gap:2rem;margin:0 auto;max-width:800px;padding:2.25rem 2rem;transition:box-shadow .3s,border-color .3s}.home-edu-card:hover{box-shadow:0 8px 28px #1a6bc41f}.home-edu-icon-wrap{align-items:center;background:#e8f0fe;border-radius:12px;display:flex;flex-shrink:0;height:72px;justify-content:center;width:72px}.home-edu-body{flex:1 1}.home-edu-top{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.home-edu-uni{color:#1a1a2e;font-size:1.2rem;font-weight:800;margin-bottom:.3rem}.home-edu-degree{color:#1a6bc4;font-size:.95rem;font-weight:600;margin:0}.home-edu-meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:.35rem}.home-edu-meta span{align-items:center;color:#9ca3af;display:flex;font-size:.8rem;white-space:nowrap}.home-edu-courses{border-top:1px solid #f3f4f6;padding-top:1.25rem}.home-edu-courses-label{color:#9ca3af;font-size:.75rem;font-weight:700;letter-spacing:.6px;margin-bottom:.75rem;text-transform:uppercase}.home-edu-tags{display:flex;flex-wrap:wrap;gap:.5rem}.home-edu-tag{background:#e8f0fe;border-radius:20px;color:#1a6bc4;font-size:.78rem;font-weight:600;padding:.3rem .85rem}@media (max-width:768px){.home-edu-section{padding:50px 1.25rem}.home-edu-card{flex-direction:column;gap:1.25rem}.home-edu-top{flex-direction:column;gap:.75rem}.home-edu-meta{align-items:flex-start}}.home-skills-section{background:#f5f5f5;padding:80px 2rem}.home-skills-container{margin:0 auto;max-width:1200px}.home-skills-header{margin-bottom:3rem;text-align:center}.home-skills-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.home-skill-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 10px #0000000f;display:flex;flex-direction:column;gap:.85rem;padding:2rem 1.25rem;text-align:center;transition:transform .3s,box-shadow .3s,background .3s,border-color .3s}.home-skill-card:hover{background:#e8f0fe;border-color:#1a6bc4;box-shadow:0 10px 24px #1a6bc421;transform:translateY(-5px)}.home-skill-icon{color:#1a6bc4;font-size:2rem}.home-skill-img{height:40px;object-fit:contain;width:40px}.home-skill-label{color:#1a1a2e;font-size:.9rem;font-weight:700;line-height:1.4;margin:0}@media (max-width:1024px){.home-skills-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-skills-section{padding:50px 1.25rem}.home-skills-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.home-skills-grid{grid-template-columns:1fr}}.about-profile-hero{background:#2b3340;padding:140px 2rem 60px}.about-profile-inner{align-items:center;display:flex;gap:3rem;margin:0 auto;max-width:1000px}.about-profile-photo{border:4px solid #1a6bc4;border-radius:50%;box-shadow:0 8px 32px #0000004d;flex-shrink:0;height:200px;object-fit:cover;object-position:center top;width:200px}.about-profile-info{flex:1 1}.about-profile-name{color:#fff;font-size:2.25rem;font-weight:800;line-height:1.2;margin:.4rem 0 .5rem}.about-profile-typed{color:#29abe2;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;min-height:1.6rem}.about-profile-location{align-items:center;color:#9ca3af;display:flex;font-size:.88rem;margin-bottom:1rem}.about-profile-bio{color:#cbd5e0;font-size:.95rem;line-height:1.8;margin-bottom:1.25rem;max-width:600px}.about-profile-tags{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width:768px){.about-profile-hero{padding:120px 1.25rem 40px}.about-profile-inner{flex-direction:column;gap:1.5rem;text-align:center}.about-profile-photo{height:150px;width:150px}.about-profile-name{font-size:1.75rem}.about-profile-location,.about-profile-tags{justify-content:center}}.ab-hero{align-items:stretch;display:flex;min-height:100vh;overflow:hidden;position:relative;width:100%}.ab-hero-photo-bg{height:100%;position:absolute;right:0;top:0;width:65%;z-index:0}.ab-hero-photo{display:block;height:100%;inset:0;object-fit:cover;object-position:center top;opacity:0;position:absolute;transition:opacity 1.2s ease-in-out;width:100%}.ab-hero-photo-active{opacity:1}.ab-hero-photo[src="/ajang2.jpeg"]{object-position:center 15%}.ab-hero-photo[src="/ajang.jpeg"]{object-position:center 8%}.ab-hero-photo[src="/IMG_2769.jpg"]{object-position:center 10%}.ab-hero-stripe{background:#29abe2;height:100%;left:40%;position:absolute;top:0;transform:skewX(-6deg);width:110px;z-index:2}.ab-hero-box{background:#2b3340;-webkit-clip-path:polygon(0 0,100% 0,88% 100%,0 100%);clip-path:polygon(0 0,100% 0,88% 100%,0 100%);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:140px 5% 60px;position:relative;width:50%;z-index:3}.ab-hero-box-accent{background:#2b3340;height:50px;position:absolute;right:-18px;top:90px;width:50px;z-index:4}.ab-hero-welcome{color:#29abe2;display:block;font-size:.78rem;letter-spacing:3px;text-transform:uppercase}.ab-hero-name,.ab-hero-welcome{font-weight:800;margin-bottom:.75rem}.ab-hero-name{color:#fff;font-size:2.25rem;line-height:1.25}.ab-hero-bio{color:#a0aec0;font-size:.92rem;line-height:1.85;margin-bottom:1rem;max-width:420px}.ab-hero-role{font-size:1rem;margin-bottom:1.5rem;min-height:1.6rem}.ab-hero-cta{align-self:flex-start;background:#1a6bc4;border-radius:6px;color:#fff;display:inline-block;font-size:.92rem;font-weight:600;padding:.7rem 1.75rem;text-decoration:none;transition:background .3s}.ab-hero-cta:hover{background:#155aa0}.ab-section{padding:80px 2rem}.ab-section-white{background:#fff}.ab-section-gray{background:#f5f5f5}.ab-container{margin:0 auto;max-width:1200px}.ab-section-header{margin-bottom:3rem;text-align:center}.ab-section-heading{color:#1a1a2e;font-size:2rem;font-weight:800;margin:.4rem 0 0}.ab-who-grid{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:300px 1fr}.ab-photo-card{border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 24px #0000001a;overflow:hidden;position:-webkit-sticky;position:sticky;top:110px}.ab-photo{aspect-ratio:1/1;display:block;object-fit:cover;object-position:center top;width:100%}.ab-photo-caption{background:#1a1a2e;padding:1rem 1.25rem;text-align:center}.ab-photo-name{color:#fff;font-size:.95rem;font-weight:700;margin:0 0 .2rem}.ab-photo-role{color:#29abe2;font-size:.78rem;margin:0}.ab-who-info{padding-top:.25rem}.ab-who-items{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.ab-who-item{border-left:3px solid #1a6bc4;padding-left:1.25rem}.ab-who-item-title{color:#1a6bc4;font-size:.95rem;font-weight:700;margin-bottom:.4rem}.ab-who-item-text{color:#4b5563;font-size:.9rem;line-height:1.8;margin:0}.ab-story-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.ab-story-card{background:#fff;border-left:4px solid #1a6bc4;border-radius:10px;box-shadow:0 2px 12px #0000000f;padding:2rem;transition:transform .3s,box-shadow .3s}.ab-story-card:hover{box-shadow:0 10px 28px #1a6bc41f;transform:translateY(-5px)}.ab-story-icon{color:#1a6bc4;display:block;font-size:1.5rem;margin-bottom:.85rem}.ab-story-title{color:#1a1a2e;font-size:1.05rem;font-weight:700;margin-bottom:.6rem}.ab-story-text{color:#4b5563;font-size:.9rem;line-height:1.8;margin:0}@media (max-width:900px){.ab-who-grid{grid-template-columns:1fr}.ab-photo-card{max-width:300px;position:static}}@media (max-width:768px){.ab-hero{flex-direction:column;min-height:auto}.ab-hero-photo-bg{flex-shrink:0;height:320px;left:auto;opacity:1;position:relative;top:auto;width:100%}.ab-hero-box{-webkit-clip-path:none;clip-path:none;margin-left:0;min-height:auto;padding:40px 1.5rem 50px;width:100%}.ab-hero-box-accent,.ab-hero-stripe{display:none}.ab-hero-name{font-size:1.75rem}.ab-hero-cta{align-self:stretch;text-align:center}.ab-section{padding:50px 1.25rem}.ab-story-grid{grid-template-columns:1fr}.ab-photo-card{max-width:100%;position:static}}@media (max-width:480px){.ab-hero-photo-bg{height:260px}.ab-hero-name{font-size:1.5rem}}.svc-icon-row{flex-wrap:wrap;gap:10px}.bl-hero,.svc-icon-row{align-items:center;display:flex;justify-content:center}.bl-hero{background:url(https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=1920&h=800&fit=crop) 50%/cover no-repeat;min-height:50vh;padding-top:116px;position:relative;text-align:center}.bl-hero-overlay{background:#001f3fb8;inset:0;position:absolute}.bl-hero-content{position:relative;z-index:2}.bl-hero-title{color:#fff;font-size:3rem;font-weight:800;margin:.4rem 0 .5rem}.bl-hero-sub{color:#fffc;font-size:1.1rem;margin:0}.bl-section{background:#f5f5f5;padding:80px 2rem}.bl-container{margin:0 auto;max-width:1200px}.bl-header{margin-bottom:2.5rem}.bl-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(3,1fr)}.bl-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 12px #00000012;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.bl-card:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-6px)}.bl-card-img-wrap{display:block;overflow:hidden;position:relative}.bl-card-img{display:block;height:300px;object-fit:cover;object-position:center top;transition:transform .4s;width:100%}.bl-card:hover .bl-card-img{transform:scale(1.04)}.bl-card-category{background:#1a6bc4;border-radius:20px;color:#fff;font-size:.72rem;font-weight:700;left:1rem;letter-spacing:.5px;padding:.25rem .75rem;position:absolute;text-transform:uppercase;top:1rem}.bl-card-body{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.bl-card-meta{display:flex;gap:1rem;margin-bottom:.85rem}.bl-card-meta span{align-items:center;color:#9ca3af;display:flex;font-size:.8rem}.bl-card-title{-webkit-line-clamp:2;color:#1a1a2e;font-size:1.05rem;font-weight:700;line-height:1.5;margin-bottom:.75rem}.bl-card-excerpt,.bl-card-title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.bl-card-excerpt{-webkit-line-clamp:3;color:#6b7280;flex:1 1;font-size:.88rem;line-height:1.7;margin-bottom:1.25rem}.bl-card-link{align-items:center;align-self:flex-start;border-top:1px solid #f3f4f6;color:#1a6bc4;display:inline-flex;font-size:.88rem;font-weight:700;padding-top:1rem;text-decoration:none;transition:gap .3s;width:100%}.bl-card-link:hover{color:#155aa0}@media (max-width:1024px){.bl-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.bl-hero-title{font-size:2rem}.bl-section{padding:50px 1.25rem}.bl-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.4dabd231.css.map*/