.about-me-section .about-intro{font-size:1.1rem;margin-bottom:1.5rem;text-align:left}.about-me-section .about-subsection{margin-bottom:1.5rem}.about-me-section .about-subsection h3{display:flex;align-items:center;gap:10px;font-size:1.3rem;color:#0056b3;margin-bottom:.5rem}.about-me-section .about-subsection h3 svg{color:#007bff}.about-me-section .about-subsection p{font-size:.95rem;line-height:1.7;color:#495057}.animated-section{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out}.animated-section.fadeInUp{transform:translateY(50px)}.animated-section.fadeInLeft{transform:translateX(-50px)}.animated-section.fadeInRight{transform:translateX(50px)}.animated-section.is-visible{opacity:1;transform:translateY(0) translateX(0)}.contact-section-two-col-refined{background-color:#f8f9fa;padding:50px 0 70px;overflow:hidden}.contact-section-two-col-refined .section-header-contact{text-align:center;margin-bottom:35px}.contact-section-two-col-refined .section-header-contact h2{font-size:2.1rem;color:#0056b3;margin-bottom:12px}.contact-section-two-col-refined .section-header-contact .contact-intro-text{font-size:1.05rem;color:#495057;line-height:1.65;max-width:620px;margin:0 auto}@media(max-width:767.999){.contact-section-two-col-refined .section-header-contact .contact-intro-text{text-align:left}}.contact-section-two-col-refined .contact-content-grid{display:flex;justify-content:center;align-items:flex-start}.contact-section-two-col-refined .contact-form-panel-main{background-color:#fff;padding:30px 40px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);width:100%;max-width:700px;border:1px solid #e9ecef;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out}.contact-section-two-col-refined .contact-form-panel-main:hover{box-shadow:0 8px 25px rgba(0,98.4,204,.12);transform:translateY(-3px)}.contact-section-two-col-refined .panel-title{font-size:1.5rem;color:#007bff;margin-top:0;margin-bottom:30px;padding-bottom:12px;border-bottom:2px solid #cce5ff;font-weight:600;text-align:left}.contact-section-two-col-refined .main-contact-form{display:flex;flex-direction:column;gap:20px}.contact-section-two-col-refined .form-row-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:20px;gap:20px}.contact-section-two-col-refined .form-group-contact{display:flex;flex-direction:column;position:relative}.contact-section-two-col-refined .form-group-contact label{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;color:#212529;font-weight:500;transition:color .2s ease}.contact-section-two-col-refined .form-group-contact label svg{color:#66b3ff;font-size:1em;transition:color .2s ease}.contact-section-two-col-refined .form-group-contact input[type=email],.contact-section-two-col-refined .form-group-contact input[type=text],.contact-section-two-col-refined .form-group-contact textarea{padding:12px 15px;border:1px solid #dee2e6;border-radius:4px;font-size:.95rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;background-color:rgb(234.6,244.6,255);color:#212529;transition:border-color .25s ease-in-out,box-shadow .25s ease-in-out,background-color .25s ease-in-out,transform .15s ease-out}.contact-section-two-col-refined .form-group-contact input[type=email]::placeholder,.contact-section-two-col-refined .form-group-contact input[type=text]::placeholder,.contact-section-two-col-refined .form-group-contact textarea::placeholder{color:#adb5bd;opacity:1}.contact-section-two-col-refined .form-group-contact input[type=email]:hover,.contact-section-two-col-refined .form-group-contact input[type=text]:hover,.contact-section-two-col-refined .form-group-contact textarea:hover{border-color:rgb(51,153.6666666667,255);background-color:rgb(219.3,236.8,255);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.03)}.contact-section-two-col-refined .form-group-contact input[type=email]:focus,.contact-section-two-col-refined .form-group-contact input[type=text]:focus,.contact-section-two-col-refined .form-group-contact textarea:focus{outline:none;border-color:#007bff;background-color:#fff;box-shadow:0 0 0 3px rgba(0,123,255,.25);transform:translateY(0)}.contact-section-two-col-refined .form-group-contact:focus-within label{color:#007bff}.contact-section-two-col-refined .form-group-contact:focus-within label svg{color:#007bff}.contact-section-two-col-refined .form-group-contact textarea{resize:vertical;min-height:110px}.contact-section-two-col-refined .btn-submit-contact{background-color:#007bff;color:#fff;border:none;padding:12px 25px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;align-self:center;min-width:200px;position:relative;overflow:hidden;box-shadow:0 3px 6px rgba(0,86,179,.18);transition:background-color .25s ease-out,transform .15s ease-out,box-shadow .25s ease-out,color .25s ease-out}.contact-section-two-col-refined .btn-submit-contact svg{font-size:1.1em;transition:transform .25s ease-out;animation:subtle-plane-bob 2s ease-in-out infinite alternate}.contact-section-two-col-refined .btn-submit-contact:hover{background-color:rgb(0,103.32,214.2);box-shadow:0 5px 12px rgba(0,86,179,.25);transform:translateY(-2px)}.contact-section-two-col-refined .btn-submit-contact:hover svg{transform:translateX(4px) scale(1.12) rotate(5deg)}.contact-section-two-col-refined .btn-submit-contact:active{transform:translateY(0) scale(.97);box-shadow:0 2px 5px rgba(0,86,179,.2);background-color:rgb(0,93.48,193.8)}.contact-section-two-col-refined .btn-submit-contact:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:hsla(0,0%,100%,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.contact-section-two-col-refined .btn-submit-contact:hover:after{animation:ripple .8s ease-out forwards}@keyframes ripple{0%{transform:scale(0) translate(-50%,-50%);opacity:1}to{transform:scale(35) translate(-50%,-50%);opacity:0}}@keyframes subtle-plane-bob{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}.experience-section .experience-item h3{color:#007bff}.experience-section .experience-item h4{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#495057;margin-bottom:15px;font-weight:500}.experience-section .experience-item h4 svg{margin-right:5px;color:#66b3ff}.experience-section .experience-item h4 .dates{margin-left:auto;font-style:italic;color:#adb5bd;background-color:#cce5ff;padding:3px 8px;border-radius:12px;font-size:.9em}.experience-section .experience-item ul{padding-left:20px}.remote-tag{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;background-color:rgb(229.5,242,255);color:#0056b3;padding:3px 8px;border-radius:12px;margin-left:10px;font-weight:500}.two-col-built-right-footer{background-color:#0056b3;color:#fff;padding:15px 0;border-top:1px solid rgba(0,123,255,.6);font-size:.75rem;line-height:1.4}.two-col-built-right-footer .container.footer-content-flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 20px}.two-col-built-right-footer .footer-left-info-col{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}@media(max-width:768px){.two-col-built-right-footer .footer-left-info-col{width:100%;align-items:center;text-align:center;margin-bottom:10px;order:1}}.two-col-built-right-footer .footer-copyright-main{margin:0;font-weight:500;color:#fff;white-space:nowrap}.two-col-built-right-footer .footer-professional-statement{margin:0;font-size:.85em;font-style:italic;color:#fff;opacity:.95}.two-col-built-right-footer .footer-tagline{margin:0;font-size:.8em;color:#fff;opacity:.85}.two-col-built-right-footer .footer-right-action-col{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:0}@media(max-width:768px){.two-col-built-right-footer .footer-right-action-col{width:100%;align-items:center;text-align:center;order:2}}.two-col-built-right-footer .footer-social-icons-group{display:flex;align-items:center;gap:15px}.two-col-built-right-footer .footer-social-icons-group a{color:#fff;font-size:1.25rem;line-height:1;transition:color .2s ease,transform .15s ease}.two-col-built-right-footer .footer-social-icons-group a:hover{color:#fff;transform:scale(1.12) translateY(-1px)}.two-col-built-right-footer .footer-built-with-on-right{margin:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:3px;font-size:.8em;color:#fff}@media(max-width:768px){.two-col-built-right-footer .footer-built-with-on-right{justify-content:center}}.two-col-built-right-footer .footer-built-with-on-right .built-with-heart-icon{color:#00c6ff;font-size:.9em;margin:0 1px;vertical-align:middle}.two-col-built-right-footer .footer-built-with-on-right .tech-logo-item-footer{display:inline-flex;align-items:center;font-size:1.1em;color:#fff;margin:0 2px;transition:color .2s ease,transform .15s ease}.two-col-built-right-footer .footer-built-with-on-right .tech-logo-item-footer:hover{color:#fff;transform:scale(1.1)}.two-col-built-right-footer .footer-built-with-on-right .tech-logo-item-footer svg{vertical-align:middle}.two-col-built-right-footer .back-to-top-built-right{position:fixed;bottom:12px;right:12px;width:32px;height:32px;font-size:.9rem;background-color:#00c6ff;color:#0056b3;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.12);transition:background-color .2s ease,transform .2s ease;z-index:1000}.two-col-built-right-footer .back-to-top-built-right:hover{background-color:rgb(0,158.4,204);transform:scale(1.08)}.portfolio-main-header{position:fixed;top:0;left:0;width:100vw;z-index:1000;padding:15px 0;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,padding .3s ease-in-out}.portfolio-main-header .header-nav-content{display:flex;justify-content:end;align-items:center}.portfolio-main-header .nav-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;font-family:Montserrat,sans-serif;transition:color .3s ease-in-out}.portfolio-main-header .main-navigation{display:flex;gap:20px}.portfolio-main-header .main-navigation .nav-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;padding:5px 10px;border-radius:4px;transition:color .3s ease-in-out,background-color .2s ease;display:inline-flex;align-items:center;gap:6px}.portfolio-main-header .main-navigation .nav-link svg{font-size:1.1em}.portfolio-main-header .main-navigation .nav-link:hover{color:#fff;background-color:hsla(0,0%,100%,.1);text-decoration:none}.portfolio-main-header.transparent-header{background-color:rgba(0,0,0,0);box-shadow:none}.portfolio-main-header.solid-header{background-color:#0056b3;box-shadow:0 2px 10px rgba(0,0,0,.15);padding:12px 0}.portfolio-main-header.solid-header .main-navigation .nav-link,.portfolio-main-header.solid-header .nav-logo{color:#fff}.portfolio-main-header.solid-header .main-navigation .nav-link:hover{color:#fff;background-color:rgba(102,179,255,.2)}@media(max-width:768px){.portfolio-main-header .main-navigation{gap:10px}.portfolio-main-header .main-navigation .nav-link{font-size:.8rem;padding:5px}.portfolio-main-header .main-navigation .nav-link svg{display:none}.portfolio-main-header .nav-logo{font-size:1.3rem}}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:25px;gap:25px}.projects-section .project-item h3{color:#0056b3;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.projects-section .project-item .project-links{display:flex;gap:15px;margin-top:5px}.projects-section .project-item .project-links a{font-size:.9rem;color:#007bff;display:inline-flex;align-items:center;gap:5px}.projects-section .project-item .project-links a svg{font-size:1.1em}.projects-section .project-item .project-links a:hover{color:rgb(0,98.4,204)}.projects-section .project-item .project-link-display{font-size:.85rem;font-style:italic;color:#adb5bd;margin-top:-8px;margin-bottom:10px;word-break:break-all}.projects-section .project-item .project-role{font-size:1rem;color:#495057;margin-bottom:10px;font-weight:500}.projects-section .project-item .project-description-text{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:15px}.projects-section .project-item .project-libraries{margin-top:15px;padding-top:15px;border-top:1px solid #e9ecef}.projects-section .project-item .project-libraries strong{display:block;font-size:.9rem;color:#0056b3;margin-bottom:10px;display:flex;align-items:center;gap:8px}.projects-section .project-item .project-libraries strong svg{color:#007bff;font-size:1.1em}.projects-section .project-item .project-libraries .skills-list-flow{display:flex;flex-wrap:wrap;gap:6px 8px}.projects-section .project-item .project-libraries .project-library-tag svg{font-size:1em;color:#007bff;margin-right:4px}.hero-section{width:100%;min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:rgb(0,61.4972067039,128)}.hero-content{position:relative;z-index:1;text-align:center;padding:20px;color:#fff}.hero-content .hero-title{font-size:3.2rem;color:#fff;margin-bottom:.75rem;font-weight:700;text-shadow:0 2px 6px rgba(0,0,0,.45);line-height:1.2}@media(max-width:768px){.hero-content .hero-title{font-size:2.5rem;text-align:center}}@media(max-width:480px){.hero-content .hero-title{font-size:2.1rem}}.hero-content .hero-subtitle{font-size:1.5rem;color:#fff;margin-bottom:1.5rem;font-weight:300;letter-spacing:.5px;text-shadow:0 1px 4px rgba(0,0,0,.3)}@media(max-width:768px){.hero-content .hero-subtitle{font-size:1.2rem}}@media(max-width:480px){.hero-content .hero-subtitle{font-size:1.1rem}}.hero-content .hero-description{font-size:1.05rem;color:#fff;margin-bottom:2.5rem;line-height:1.7;max-width:650px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media(max-width:768px){.hero-content .hero-description{font-size:.95rem;margin-bottom:2rem}}.hero-content .hero-cta-button{background-color:#00c6ff;color:#0056b3;padding:12px 30px;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;text-transform:uppercase;letter-spacing:.8px;border:none;box-shadow:0 4px 12px rgba(0,158.4,204,.3);transition:background-color .25s ease,transform .2s ease,box-shadow .25s ease}.hero-content .hero-cta-button:hover{background-color:rgb(0,166.32,214.2);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 18px rgba(0,158.4,204,.4);text-decoration:none;color:#0056b3}.hero-content .hero-cta-button:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px rgba(0,158.4,204,.3)}.skills-section-masonry .section-header-skills{text-align:center;margin-bottom:30px}.skills-masonry-grid-container{display:flex;width:auto;gap:25px}.skills-masonry-grid_column{background-clip:padding-box;display:flex;flex-direction:column;gap:20px}.skill-category-card{padding:18px 20px;border-radius:8px;background-color:#fff;border:1px solid #e9ecef;box-shadow:0 2px 8px rgba(0,0,0,.06)}.skill-category-card h3{font-size:1.1rem;font-weight:600;color:#0056b3;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #66b3ff}.skill-category-card .skills-list-tags{display:flex;flex-wrap:wrap;gap:6px 8px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-roboto),-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;background:#0056b3;color:#212529;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}.container{max-width:1100px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:var(--font-montserrat),"Helvetica Neue",Arial,sans-serif;color:#0056b3;margin-bottom:1rem;font-weight:600;line-height:1.3}h1{font-size:2.8rem;margin-bottom:.5rem}h1,h2{text-align:left}h2{font-size:2.2rem;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #007bff;color:#0056b3;text-shadow:1px 1px 2px rgba(0,0,0,.1)}h3{font-size:1.6rem;color:#007bff}h4{font-size:1.2rem;font-weight:500}h4,p{color:#495057}p{margin-bottom:1rem}a{color:#00c6ff;text-decoration:none;transition:color .3s ease}a:hover{color:#00a2d9;text-decoration:underline}ul{list-style-position:outside;padding-left:20px}ul li{margin-bottom:.6rem;color:#495057}ul li::marker{color:#007bff}.section{padding:20px 0;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.section,.section:first-child{margin-top:0}.section:last-child{margin-bottom:0}.card{background:linear-gradient(135deg,rgba(230,247,255,.7),rgba(204,229,255,.5));padding:25px;margin-bottom:25px;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 4px 12px rgba(0,70,150,.08);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,70,150,.12)}.card h3{margin-top:0}.skill-tag{display:inline-flex;align-items:center;gap:5px;background-color:#fff;color:#0056b3;padding:5px 10px;margin:2px;border-radius:50px;font-size:.85rem;font-weight:500;border:1px solid #66b3ff;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:all .2s ease-in-out}.skill-tag svg{font-size:1.1em;line-height:1;fill:#007bff;transition:fill .2s ease-in-out}.skill-tag:hover{background-color:#007bff;color:#fff;border-color:#0056b3;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,86,179,.2)}.skill-tag:hover svg{fill:#fff}.section-summary{font-size:1.05rem;color:#495057;line-height:1.7;margin-top:-.5rem;margin-bottom:2rem;text-align:left}.education-cert-summary{margin-bottom:2.5rem}.threejs-background-container{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tech-stack-banner-compact{padding:5px 0;background-color:#0056b3;overflow:hidden}.tech-banner-container{padding-left:10px;padding-right:10px}.tech-banner-title-compact{text-align:center;font-size:.9rem;color:#495057;margin-bottom:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.tech-marquee-wrapper{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent)}.tech-logo-scroller{display:flex;width:-moz-fit-content;width:fit-content;animation:marquee-scroll 60s linear infinite}.tech-logo-scroller:hover{animation-play-state:paused}.tech-logo-item-compact{display:flex;align-items:center;justify-content:center;color:#fff;padding:0 10px;height:35px;transition:transform .15s ease,color .15s ease;flex-shrink:0}.tech-logo-item-compact svg{font-size:1.6rem;line-height:1}.tech-logo-item-compact .tech-name-compact{font-size:.6rem;color:#adb5bd;margin-left:4px}.tech-logo-item-compact:hover{transform:scale(1.1);color:#212529}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}