*{margin:0;padding:0;box-sizing:border-box}body{font-family:Google Sans Regular,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#171e27;transition:background-color .3s ease,color .3s ease}.dark-mode body,.dark-mode{background-color:#171c28;color:#e3e3e3}a{text-decoration:none;color:#1d6ce2}a:hover{color:#8c43ce}.main-content{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.4rem;font-weight:700;margin-bottom:.5rem}.section-subtitle{font-size:1.1rem;color:#868e96;margin-bottom:2rem}.dark-mode .section-subtitle{color:#aaa}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.dark-mode ::-webkit-scrollbar-track{background:#171c28}.dark-mode ::-webkit-scrollbar-thumb{background:#555}html{scroll-behavior:smooth}.header{display:flex;align-items:center;justify-content:space-between;padding:15px 40px;position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;transition:background .3s ease,box-shadow .3s ease}.header.dark{background:#171c28f2;box-shadow:0 2px 10px #0000004d}.header-logo{font-size:1.4rem;font-weight:700;color:#55198b;text-decoration:none;font-family:Google Sans Regular,monospace;transition:color .3s ease}.header-logo:hover{color:#8c43ce}.header-nav ul{display:flex;list-style:none;gap:30px;margin:0;padding:0}.header-nav a{font-size:1rem;font-weight:500;color:#171e27;text-decoration:none;transition:color .3s ease;position:relative}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#55198b;transition:width .3s ease}.header-nav a:hover{color:#55198b}.header-nav a:hover:after{width:100%}.dark .header-nav a{color:#e3e3e3}.dark .header-nav a:hover{color:#8c43ce}.dark .header-nav a:after{background:#8c43ce}.theme-toggle{background:none;border:2px solid #55198b;border-radius:50%;width:40px;height:40px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#55198b;transition:all .3s ease}.theme-toggle:hover{background:#55198b;color:#fff;transform:rotate(30deg)}.dark .theme-toggle{border-color:#8c43ce;color:#8c43ce}.dark .theme-toggle:hover{background:#8c43ce;color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.hamburger span{display:block;width:25px;height:3px;background:#171e27;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.dark .hamburger span{background:#e3e3e3}@media (max-width: 768px){.header{padding:15px 20px}.hamburger{display:flex;order:2}.theme-toggle{order:3}.header-nav{position:fixed;top:60px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.header-nav.open{max-height:400px;padding:20px;box-shadow:0 4px 10px #0000001a}.header-nav ul{flex-direction:column;gap:15px}.dark .header-nav{background:#171c28fa}.dark .header-nav.open{box-shadow:0 4px 10px #0006}}.lottie-container{max-width:500px;margin:0 auto}.lottie-loading{display:flex;justify-content:center;align-items:center;height:300px}.lottie-loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #55198b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-container{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;background-color:#fff}.splash-animation-container{width:400px;max-width:80%}.fade-in-section{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-section.fade-up{transform:translateY(30px)}.fade-in-section.fade-down{transform:translateY(-30px)}.fade-in-section.fade-left{transform:translate(-30px)}.fade-in-section.fade-right{transform:translate(30px)}.fade-in-section.is-visible{opacity:1;transform:translateY(0) translate(0)}.social-media-div{display:flex;gap:12px;flex-wrap:wrap;margin-top:1rem}.icon-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#e8e8e8;color:#333;font-size:1.2rem;transition:all .3s ease;cursor:pointer}.icon-button:hover{background:#55198b;color:#fff;transform:scale(1.1);box-shadow:0 4px 15px #55198b4d}.icon-button.dark{background:#2a2e3d;color:#ccc}.icon-button.dark:hover{background:#8c43ce;color:#fff}.main-button{padding:12px 30px;font-size:1rem;font-weight:600;border:none;border-radius:6px;background-color:#55198b;color:#fff;cursor:pointer;transition:all .3s ease}.main-button:hover{background-color:#8c43ce;transform:translateY(-2px);box-shadow:0 4px 15px #55198b66}.main-button:active{transform:translateY(0)}.dark-mode .main-button{background-color:#8c43ce}.dark-mode .main-button:hover{background-color:#a860e0}.greet-main{width:100%;padding:40px 40px 20px;max-width:1200px;margin:0 auto}.greeting-main{display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:80vh}.greeting-text-div{flex:1;max-width:550px}.greeting-text{font-size:3rem;font-weight:700;line-height:1.2;color:#171e27}.greeting-text.dark{color:#e3e3e3}.greeting-text-p{font-size:1.15rem;line-height:1.8;margin-top:20px;color:#868e96}.greeting-text-p.dark-text{color:#aaa}.greeting-image-div{flex:1;display:flex;justify-content:center;max-width:500px}.greeting-image-div img{width:100%;max-width:450px}.button-greeting-div{display:flex;gap:15px;margin-top:25px;flex-wrap:wrap}.wave-emoji{animation-duration:1.8s;animation-iteration-count:infinite;animation-name:wave;display:inline-block;transform-origin:70% 70%}@keyframes wave{0%{transform:rotate(0)}10%{transform:rotate(-10deg)}20%{transform:rotate(12deg)}30%{transform:rotate(-10deg)}40%{transform:rotate(9deg)}50%{transform:rotate(0)}to{transform:rotate(0)}}@media (max-width: 768px){.greet-main{padding:20px}.greeting-main{flex-direction:column;text-align:center;min-height:auto;padding-top:40px}.greeting-text-div{max-width:100%}.greeting-text{font-size:2rem}.greeting-image-div{max-width:300px}.button-greeting-div{justify-content:center}}.software-skills-main-div{margin-top:1.5rem}.dev-icons{display:flex;flex-wrap:wrap;gap:20px;list-style:none;padding:0;justify-content:center}.software-skill-inline{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:70px}.software-skill-inline i{font-size:2.5rem;color:#171e27;transition:color .3s ease,transform .3s ease}.software-skill-inline i:hover{color:#55198b;transform:scale(1.2)}.software-skill-inline p{font-size:.75rem;color:#868e96;text-align:center}.dark-mode .software-skill-inline i{color:#e3e3e3}.dark-mode .software-skill-inline i:hover{color:#8c43ce}.dark-mode .software-skill-inline p{color:#aaa}.skills-main-div{padding:60px 40px;max-width:1200px;margin:0 auto}.skills-content{display:flex;align-items:center;gap:60px}.skills-image-div{flex:1;display:flex;justify-content:center}.skills-image-div img{width:100%;max-width:400px}.skills-text-div{flex:1}.skills-heading{font-size:2.2rem;font-weight:700;color:#171e27}.skills-heading.dark{color:#e3e3e3}.skills-subtitle{font-size:1.1rem;color:#868e96;margin-top:8px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.skills-subtitle.dark-text{color:#aaa}.skills-list{margin-top:20px}.skill-text{font-size:1rem;line-height:2;color:#868e96}.skill-text.dark-text{color:#aaa}@media (max-width: 768px){.skills-main-div{padding:40px 20px}.skills-content{flex-direction:column;gap:30px}.skills-heading{font-size:1.8rem;text-align:center}.skills-subtitle{text-align:center}}.experience-card{display:flex;gap:25px;padding:30px;border-radius:12px;background:#fff;border-left:4px solid #1d6ce2;box-shadow:0 4px 20px #0003;margin-bottom:25px;transition:all .3s ease}.experience-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000026}.experience-card.dark{background:#1a1e2e;box-shadow:0 4px 20px #0006}.experience-card.dark:hover{box-shadow:0 8px 30px #00000080}.experience-card-left{flex-shrink:0}.experience-card-logo{width:60px;height:60px;border-radius:12px;overflow:hidden}.experience-card-logo img{width:100%;height:100%;object-fit:contain}.experience-card-logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#55198b,#8c43ce);color:#fff;font-size:1.5rem;font-weight:700;border-radius:12px}.experience-card-right{flex:1}.experience-card-title{font-size:1.2rem;font-weight:700;color:#171e27;margin:0}.experience-card-title.dark{color:#e3e3e3}.experience-card-company{font-size:1rem;font-weight:600;color:#55198b;margin:4px 0}.experience-card-company.dark{color:#8c43ce}.experience-card-duration{font-size:.85rem;color:#868e96;margin-bottom:10px}.experience-card-desc{font-size:.95rem;color:#868e96;line-height:1.6}.experience-card-desc.dark-text{color:#aaa}.experience-card-bullets{margin-top:10px;padding-left:20px}.experience-card-bullet{font-size:.9rem;color:#868e96;line-height:1.8}.experience-card-bullet.dark-text{color:#aaa}@media (max-width: 768px){.experience-card{flex-direction:column;gap:15px;padding:20px}}.experience-main-div{padding:60px 40px;max-width:1200px;margin:0 auto}.experience-header{text-align:center;margin-bottom:40px}.experience-heading{font-size:2.2rem;font-weight:700;color:#171e27}.experience-heading.dark{color:#e3e3e3}.experience-subtitle{font-size:1.05rem;color:#868e96;margin-top:8px}.experience-subtitle.dark-text{color:#aaa}.experience-cards-div{max-width:800px;margin:0 auto}@media (max-width: 768px){.experience-main-div{padding:40px 20px}.experience-heading{font-size:1.8rem}}.education-card{display:flex;gap:25px;padding:30px;border-radius:12px;background:#fff;border-left:4px solid #55198b;box-shadow:0 4px 20px #0003;margin-bottom:25px;transition:all .3s ease}.education-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000026}.education-card.dark{background:#1a1e2e;box-shadow:0 4px 20px #0006}.education-card.dark:hover{box-shadow:0 8px 30px #00000080}.education-card-left{flex-shrink:0}.education-card-logo{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #55198b}.education-card-logo img{width:100%;height:100%;object-fit:contain;padding:5px}.education-card-logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#55198b,#8c43ce);color:#fff;font-size:1.5rem;font-weight:700}.education-card-right{flex:1}.education-card-school{font-size:1.2rem;font-weight:700;color:#171e27;margin:0}.education-card-school.dark{color:#e3e3e3}.education-card-degree{font-size:1rem;font-weight:600;color:#55198b;margin:4px 0}.education-card-degree.dark{color:#8c43ce}.education-card-duration{font-size:.85rem;color:#868e96;margin-bottom:10px}.education-card-desc{font-size:.95rem;color:#868e96;line-height:1.6}.education-card-desc.dark-text{color:#aaa}.education-card-bullets{margin-top:10px;padding-left:20px}.education-card-bullet{font-size:.9rem;color:#868e96;line-height:1.8}.education-card-bullet.dark-text{color:#aaa}@media (max-width: 768px){.education-card{flex-direction:column;align-items:center;text-align:center;gap:15px;padding:20px}.education-card-bullets{text-align:left}}.education-main-div{padding:60px 40px;max-width:1200px;margin:0 auto}.education-header{text-align:center;margin-bottom:40px}.education-heading{font-size:2.2rem;font-weight:700;color:#171e27}.education-heading.dark{color:#e3e3e3}.education-subtitle{font-size:1.05rem;color:#868e96;margin-top:8px}.education-subtitle.dark-text{color:#aaa}.education-cards-div{max-width:800px;margin:0 auto}@media (max-width: 768px){.education-main-div{padding:40px 20px}.education-heading{font-size:1.8rem}}.project-card{border-radius:12px;background:#fff;box-shadow:0 4px 20px #0003;overflow:hidden;transition:all .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 35px #00000026}.project-card.dark{background:#1a1e2e;box-shadow:0 4px 20px #0006}.project-card.dark:hover{box-shadow:0 10px 35px #00000080}.project-card-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-card-image img{transform:scale(1.05)}.project-card-body{padding:20px}.project-card-title{font-size:1.2rem;font-weight:700;color:#171e27;margin:0 0 8px}.project-card-title.dark{color:#e3e3e3}.project-card-desc{font-size:.9rem;color:#868e96;line-height:1.6}.project-card-desc.dark-text{color:#aaa}.project-card-footer{display:flex;gap:12px;flex-wrap:wrap;margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.dark .project-card-footer{border-top-color:#ffffff1a}.project-card-link{font-size:.85rem;font-weight:600;color:#55198b;padding:4px 12px;border:1px solid #55198b;border-radius:20px;text-decoration:none;transition:all .3s ease}.project-card-link:hover{background:#55198b;color:#fff}.dark .project-card-link{color:#8c43ce;border-color:#8c43ce}.dark .project-card-link:hover{background:#8c43ce;color:#fff}.projects-main-div{padding:60px 40px;max-width:1200px;margin:0 auto}.projects-header{text-align:center;margin-bottom:40px}.projects-heading{font-size:2.2rem;font-weight:700;color:#171e27}.projects-heading.dark{color:#e3e3e3}.projects-subtitle{font-size:1.05rem;color:#868e96;margin-top:8px}.projects-subtitle.dark-text{color:#aaa}.projects-cards-div{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,360px));gap:30px;justify-content:center}@media (max-width: 768px){.projects-main-div{padding:40px 20px}.projects-heading{font-size:1.8rem}.projects-cards-div{grid-template-columns:1fr}}.contact-main-div{padding:60px 40px;max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:40px}.contact-heading{font-size:2.2rem;font-weight:700;color:#171e27}.contact-heading.dark{color:#e3e3e3}.contact-subtitle{font-size:1.05rem;color:#868e96;margin-top:8px}.contact-subtitle.dark-text{color:#aaa}.contact-content{display:flex;align-items:center;gap:60px;max-width:900px;margin:0 auto}.contact-animation-div{flex:1;max-width:350px}.contact-info-div{flex:1}.contact-detail{display:flex;align-items:center;gap:15px;margin-bottom:20px}.contact-icon{font-size:1.4rem;color:#55198b;width:30px;text-align:center}.contact-detail-text{font-size:1.1rem;color:#171e27;text-decoration:none;transition:color .3s ease}.contact-detail-text:hover{color:#55198b}.contact-detail-text.dark{color:#e3e3e3}.contact-detail-text.dark:hover{color:#8c43ce}.contact-social{margin-top:25px}@media (max-width: 768px){.contact-main-div{padding:40px 20px}.contact-heading{font-size:1.8rem}.contact-content{flex-direction:column;gap:30px;text-align:center}.contact-detail{justify-content:center}}.footer-div{text-align:center;padding:30px 20px;margin-top:40px;border-top:1px solid rgba(0,0,0,.1)}.footer-div.dark{border-top-color:#ffffff1a}.footer-text{font-size:.95rem;color:#868e96}.dark .footer-text{color:#aaa}.heart{color:#e25555;font-size:1.1rem}.footer-copyright{font-size:.8rem;color:#868e96;margin-top:8px;opacity:.7}.dark .footer-copyright{color:#aaa}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:45px;height:45px;border-radius:50%;background:#55198b;color:#fff;border:none;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 15px #55198b66;z-index:99}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:#8c43ce;transform:translateY(-3px);box-shadow:0 6px 20px #55198b80}.dark-mode .scroll-to-top{background:#8c43ce}.dark-mode .scroll-to-top:hover{background:#a860e0}
