html{scroll-behavior:smooth}body{margin:0;padding:0;color:#050505;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff}.navbar{position:fixed;top:0;width:100%;z-index:999;display:flex;align-items:center;justify-content:space-between;background-color:#f8d7f3;padding:10px 20px;box-shadow:0 4px 8px #0003}.logo a{text-decoration:none;color:#000;display:flex;align-items:center;gap:10px;transition:color .3s ease;font-size:1.5rem}.logo a:hover{color:#f80}.icon{font-size:1.8rem}.nav-container{list-style:none;display:flex;margin:0;padding:0 40px 0 0}.nav-container li{opacity:0;animation:fadeInUp .6s forwards;margin:0 15px;opacity:1}.nav-container li a{text-decoration:none;color:#000;font-size:1.3rem;transition:color .3s ease;font-weight:700}.nav-container li a:hover{color:#f80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.nav-container li a.active,.nav-container li a:hover{color:#f80;font-weight:700;text-decoration:none}.logo .icon{font-size:1.8rem;color:#000;padding:8px;border:2px solid black;border-radius:50%;background-color:#fff;transition:transform .3s ease,background-color .3s}.logo .icon:hover{transform:scale(1.1);background-color:#f80;color:#fff}.home-section{padding:60px 20px;background-color:#370dcf5e;color:#111;display:flex;justify-content:center;align-items:center;min-height:100vh}.home-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1200px;width:100%}.text-content{flex:1;padding:20px}.greeting{font-size:3rem;margin-bottom:10px}.changing-text{font-size:3rem;margin:10px 0;font-weight:500;color:#333}.changing-text .dynamic{font-weight:700;color:#f80;transition:all .5s ease-in-out}.name{font-size:2.5rem;font-weight:700;margin:10px 0 20px;color:#000}.button-container{margin-top:20px}.about-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background-color:#f80;color:#fff;border:none;border-radius:25px;text-decoration:none;font-weight:700;font-size:1rem;transition:background-color .3s ease,transform .3s ease;gap:8px}.about-button:hover{background-color:#e37000;transform:scale(1.03)}.arrow-icon{font-size:1.1rem;vertical-align:middle}.social-icons{margin-top:25px}.social-icons a{margin-right:15px;text-decoration:none}.social-icons .icon{font-size:1.6rem;color:#333;transition:transform .3s ease,color .3s ease}.social-icons .icon:hover{transform:scale(1.2);color:#0077b5}.image-container{flex:1;padding:20px;text-align:center;position:relative}.profile-image{width:280px;height:280px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 5px #f80;z-index:2;position:relative}.image-border{display:none}@media (max-width: 768px){.home-content{flex-direction:column;text-align:center}.image-border{display:none}}.fade-in-icon{display:inline-block;opacity:0;animation:fadeInIcon .5s ease forwards}@keyframes fadeInIcon{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.cursor{display:inline-block;width:4px;height:1em;background-color:#000;margin-left:4px;animation:blink 1s step-end infinite;vertical-align:bottom}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.dynamic{-webkit-user-select:none;user-select:none}.about-section{background-color:#f4f6f8;padding:100px 0;animation:fadeIn 1s ease-in-out}.about-content{display:flex;align-items:center;gap:50px;animation:slideIn 1s ease forwards}.about-text{flex:1;color:#2d3436;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.section-heading{display:flex;align-items:center;gap:15px;margin-bottom:30px}.section-heading h1{font-size:2.7rem;color:#1e272e;font-weight:800;margin:0;position:relative;animation:fadeUp 1s ease-in-out}.icon{font-size:2.2rem;color:#0984e3}.summary{font-size:1.25rem;font-weight:700;margin-bottom:20px;color:#636e72;animation:fadeUp 1.3s ease-in-out}.highlight{color:#0984e3;font-weight:700}.contact-info{margin:25px 0;animation:fadeUp 1.5s ease-in-out}.info-item{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#2f3542;font-weight:600}.info-icon{color:#0984e3}.resume-button{display:inline-flex;align-items:center;gap:8px;background-color:#0984e3;color:#fff;padding:12px 26px;border-radius:30px;text-decoration:none;font-weight:700;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 8px #0000001a}.resume-button:hover{background-color:#0c6fd1;transform:scale(1.05);box-shadow:0 6px 16px #00000026}.button-icon{transition:transform .3s ease}.resume-button:hover .button-icon{transform:translate(5px)}.about-image{flex:1;display:flex;justify-content:center;animation:fadeIn 1.2s ease-in-out}.image-wrapper{position:relative;width:300px;height:300px;border-radius:50%;overflow:hidden;box-shadow:0 10px 25px #00000026;transition:transform .4s ease,box-shadow .4s ease}.image-wrapper:hover{transform:scale(1.05);box-shadow:0 16px 35px #0003}.image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .5s ease}.image-wrapper:hover img{transform:scale(1.1)}.image-border{position:absolute;top:-8px;left:-8px;width:316px;height:316px;border:4px dashed #0984e3;border-radius:50%;z-index:-1;animation:rotateBorder 8s linear infinite}@keyframes rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 992px){.about-content{flex-direction:column-reverse;gap:30px}.about-text{text-align:center}.section-heading,.contact-info,.info-item{justify-content:center}}@media (max-width: 576px){.image-wrapper{width:240px;height:240px}.image-border{width:256px;height:256px}.section-heading h1{font-size:2rem}}.skills-section{padding:80px 20px;background-color:#c5c5cf91;color:#111;min-height:100vh}.container{max-width:1200px;margin:auto;text-align:center}.section-heading{position:relative;z-index:2}.section-heading h2{font-size:2.5rem;margin-bottom:10px;color:#f80;text-shadow:0 1px 3px rgba(0,0,0,.1)}.section-heading p{font-size:1.2rem;color:#555;margin-bottom:40px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;justify-content:center;align-items:center}.skill-card{background:#faf8f8;padding:40px 20px;border-radius:25px;box-shadow:0 8px 20px #00000026;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.skill-card:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 25px #00000040}.skill-image img{width:100px;height:100px;object-fit:contain;border-radius:20px;margin-bottom:20px}.skill-card h3{font-size:1.5rem;color:#333}@media (max-width: 768px){.skill-card{padding:30px 15px}.skill-card h3{font-size:1.3rem}.skill-image img{width:80px;height:80px}}.skills-heading{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.skills-icon{font-size:2.5rem;color:#f80;display:flex;align-items:center}.animated-heading{display:flex;flex-wrap:wrap;gap:8px;font-size:2.4rem;font-weight:600;color:#f80;align-items:center;text-shadow:0 1px 3px rgba(0,0,0,.1);line-height:1}.animated-heading span{display:inline-block}@media (max-width: 480px){.skills-heading{flex-direction:column;gap:10px}.animated-heading{justify-content:center;font-size:2rem}}.education-section{padding:80px 20px;background-color:#370dcf5e;min-height:100vh;color:#111}.container{max-width:1100px;margin:auto}.education-heading{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:40px}.education-heading h1{font-size:2.5rem;color:#f80;text-shadow:0 1px 2px rgba(0,0,0,.15)}.education-heading .icon{font-size:2.8rem;color:#f80}.education-card{display:flex;align-items:center;gap:30px;background-color:#f3f3f3;padding:30px;border-radius:20px;margin-bottom:30px;box-shadow:0 6px 20px #0000001a;transition:transform .4s ease,box-shadow .4s ease}.education-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.education-image img{width:180px;height:180px;border-radius:12px;object-fit:cover;box-shadow:0 4px 10px #00000026;transition:transform .4s ease}.education-card:hover .education-image img{transform:scale(1.1)}.education-details{flex:1}.education-details h3{font-size:1.7rem;margin-bottom:10px;color:#333}.highlight{color:#0077b6;font-weight:500;font-size:1.1rem}.completed{font-size:1rem;color:#666;margin-top:5px}.completed span{color:#2e7d32;font-weight:700}@media (max-width: 768px){.education-card{flex-direction:column;text-align:center}.education-image img{width:140px;height:140px}.education-details h3{font-size:1.5rem}.highlight{font-size:1rem}}.work-section{padding:80px 20px;background-color:#4040f77e;min-height:100vh;color:#111}.work-container{max-width:1200px;margin:auto}.work-heading-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:60px;flex-wrap:wrap;text-align:center}.work-icon{font-size:2.5rem;color:#07f}.animated-heading{font-size:2.4rem;font-weight:700;display:flex;gap:8px}.animated-heading span{color:#333;font-size:2rem;font-weight:700}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease;transform-style:preserve-3d;position:relative;width:100%;aspect-ratio:16 / 9;perspective:1000px}.project-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.overlay{position:absolute;bottom:15px;left:50%;transform:translate(-50%);background-color:#fffffff2;border-radius:50%;padding:12px;opacity:0;transition:opacity .3s ease}.project-card:hover .overlay{opacity:1}.eye-icon.small{font-size:1.5rem;color:#07f}@media screen and (max-width: 768px){.project-grid{grid-template-columns:1fr;gap:20px}.animated-heading{font-size:1.8rem}}.contact-section{padding:80px 20px;background-color:#370dcf5e;min-height:100vh;color:#111;display:flex;justify-content:center;align-items:center}.contact-container{max-width:1000px;width:100%;margin:auto;text-align:center;display:flex;flex-direction:column;justify-content:center;flex-grow:1}.contact-heading-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.contact-icon{font-size:2.5rem;color:#f80}.animated-heading span{font-size:2rem;font-weight:700;color:#f80}.contact-box-wrapper{background-color:#cecef5;border-radius:16px;box-shadow:0 8px 24px #0000001a;padding:30px;margin-top:40px}.contact-box{display:flex;flex-direction:row;gap:40px;align-items:center;justify-content:space-between;flex-wrap:wrap}.contact-image{flex:1;max-width:320px;animation:fadeSlide .8s ease forwards;transform:translateY(20px);opacity:0}.contact-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .4s ease}.contact-image img:hover{transform:scale(1.08)}@keyframes fadeSlide{to{transform:translateY(0);opacity:1}}.contact-form{flex:1.2;display:flex;flex-direction:column;gap:20px;width:100%}.input-group{display:flex;align-items:center;border:1px solid #ccc;padding:12px 16px;border-radius:10px;background-color:#fff;box-shadow:0 2px 6px #00000014}.input-group input,.input-group textarea{flex:1;border:none;outline:none;font-size:1rem;padding-left:10px;background-color:transparent;color:#333}.input-group textarea{resize:vertical;height:100px}.input-icon{font-size:1.3rem;color:#f80}.submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background-color:#f80;color:#fff;padding:14px;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .2s ease}.submit-btn:hover{background-color:#e37000;transform:scale(1.05)}.send-icon{font-size:1.1rem}@media (max-width: 768px){.contact-container{padding:0 10px}.animated-heading span{font-size:1.6rem}.submit-btn{font-size:.95rem;padding:12px}.contact-box{flex-direction:column;align-items:center}.contact-image{max-width:100%;margin-bottom:20px;animation:none;transform:none;opacity:1}.contact-form{width:100%}}.footer-section{background-color:#111;color:#f5f5f5;padding:60px 20px 20px;text-align:center}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-start;max-width:1200px;margin:auto;gap:40px}.footer-about,.footer-links,.footer-contact{flex:1 1 300px;min-width:260px}.footer-about h2{font-size:1.8rem;color:#f80;margin-bottom:10px}.footer-about p{font-size:.95rem;margin:5px 0}.footer-links{display:flex;flex-direction:column;align-items:center}.footer-links h3{font-size:1.3rem;margin-bottom:14px;color:#f80}.footer-links ul{list-style:none;padding-left:0;margin:0;text-align:left}.footer-links li{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:1rem;transition:transform .2s ease}.footer-links li:hover{transform:translate(6px)}.link-icon{color:#f80;font-size:1.1rem;transition:color .3s ease}.footer-links a{color:#f5f5f5;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.link-icon:hover{color:#fd0}.footer-contact h3{font-size:1.3rem;margin-bottom:12px;color:#f80}.footer-contact p{font-size:.95rem;margin:5px 0}.footer-socials{margin-top:20px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.footer-icon{font-size:1.3rem;color:#f5f5f5;transition:transform .3s ease,color .3s ease}.footer-icon:hover{transform:scale(1.2);color:#fd0}.footer-bottom{border-top:1px solid #333;margin-top:40px;padding-top:15px;font-size:.9rem;color:#ccc}@media screen and (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-links ul{align-items:center}.footer-socials{justify-content:center}.footer-links{align-items:center}}.scroll-to-top{position:fixed;bottom:25px;right:25px;cursor:pointer;z-index:1000;transition:transform .3s ease}.arrow-icon{font-size:2.5rem;color:#000;transition:transform .3s ease,color .3s ease}.scroll-to-top:hover .arrow-icon{color:#f80;transform:scale(1.2)}
