@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css";header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1e1e2f;color:#fff;flex-wrap:wrap;position:fixed;top:0;left:0;width:100%;z-index:999}.title h1{font-size:1.5rem;color:#fff}.links{display:flex;gap:1.5rem}.links a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease}.links a:hover{color:#007bff;border-bottom:1px solid #007bff}.menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:.3rem}.bar{height:.2rem;width:1.5rem;background:linear-gradient(135deg,#007bff,#8a2be2);border-radius:1rem}@media (max-width: 768px){header{flex-direction:row;justify-content:space-between;align-items:center}.menu-toggle{display:flex;margin-left:auto}.links{display:none;flex-direction:column;width:100%;background-color:#1e1e2f;padding:1rem}.links.active{display:flex}}@media (min-width: 769px) and (max-width: 1024px){.title h1{font-size:1.8rem}.links a{font-size:1.05rem}}@media (min-width: 1025px){.title h1{font-size:2rem}.links a{font-size:1.1rem}}footer{background-color:#1a1a1a;color:#fff;padding:2rem 1rem;font-family:Segoe UI,sans-serif;text-align:center}.footer-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.footer-texts h1{font-size:1.8rem;margin-bottom:.5rem}.footer-texts p{margin:.2rem 0;font-size:1rem;color:#ccc}.footer-texts .tagline{font-style:italic;color:#007bff}.social-icons{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.social-icon i{font-size:1.6rem;color:#fff;transition:transform .3s ease,color .3s ease}.social-icon:hover i{color:#007bff;transform:scale(1.2)}.copy-right p{font-size:.9rem;color:#aaa}@media (min-width: 768px){.footer-content{gap:2rem}.footer-texts h1{font-size:2rem}.social-icon i{font-size:1.8rem}.copy-right p{font-size:1rem}}:root{--primary: #007bff;--light-bg: #f0f8ff;--text-dark: #111;--text-muted: #555;--card-bg: #fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,sans-serif;background-color:#7bb8fa34;color:#111;overflow-x:hidden}.scroll-container{display:flex;overflow-x:hidden;height:100vh;width:100%}.panel{flex:0 0 100%;height:100vh;padding:2rem;display:flex;align-items:center;justify-content:center}.about{flex-direction:column;text-align:center}.profile img{width:11.25rem;height:11.25rem;border-radius:50%;object-fit:cover;margin-bottom:1rem}.name h1{font-size:2.5rem;margin:.5rem 0;color:#007bff}.name h2{font-size:1.5rem;color:#555}.name p{color:#007bffb7;margin-top:.5rem;font-weight:700}.btn a{background:linear-gradient(135deg,#007bff,#8a2be2);padding:.75rem 1.5rem;color:#fff;border-radius:.5rem;margin-top:1rem;display:inline-block;cursor:pointer;text-decoration:none}.career-container{max-width:50rem;padding:4rem 3rem;text-align:center;border-radius:1.25rem;box-shadow:0 8px 20px #007bff88;background-color:#f0f8ff}.career-container h2{font-size:2rem;margin-bottom:1.5rem}.career-intro,.career-details{font-size:1rem;color:#111;line-height:1.8;margin-bottom:1rem}.career-container strong{color:#007bff}.stats-container{width:100%;max-width:68.75rem;margin:auto;padding:3rem 1rem;text-align:center}.section-heading{font-size:2rem;margin-bottom:2rem;font-weight:700;color:#111}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13.75rem,1fr));gap:2rem;padding:.5rem}.icon-circle{width:3.75rem;height:3.75rem;background-color:#007bff;border-radius:50%;margin:0 auto 1rem;display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.5rem}.card-content h2{font-size:1rem;color:#555;margin-bottom:.5rem}.card-content h1{font-size:2rem;color:#111;font-weight:700}.card{position:relative;background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px #037afa2c;padding:2rem 1rem;transition:transform .3s ease;overflow:hidden}.card:before,.card:after,.card::backdrop,.card::cue{content:"";position:absolute;background-color:#007bff;transition:all .7s ease}.card:before{top:0;left:0;height:2px;width:0}.card:after{bottom:0;right:0;height:2px;width:0}.card::backdrop{top:0;left:0;width:2px;height:0}.card::cue{bottom:0;right:0;width:2px;height:0}.card:hover:before,.card:hover:after{width:100%}.card:hover::backdrop,.card:hover::cue{height:100%}@media (max-width: 768px){.scroll-container{display:block;height:auto;overflow-y:auto}.panel{height:auto;min-height:100vh;padding:2rem 1rem;flex:none;flex-direction:column}.profile img{width:8rem;height:8rem}.name h1{font-size:2rem}.name h2{font-size:1.2rem}.btn p{padding:.5rem 1rem}.career-container h2,.section-heading{font-size:1.5rem}.career-intro,.career-details{font-size:.9rem}.card-content h1{font-size:1.5rem}.cards-grid{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.career-container{padding:3rem 2rem}.cards-grid{gap:1.5rem}.card-content h1{font-size:2rem}}@media (min-width: 1025px){.career-container{padding:4rem 3rem}.cards-grid{gap:2rem}.card-content h1{font-size:2.5rem}}body{font-family:Segoe UI,sans-serif;background-color:#7bb8fa34}.projects{padding:4rem 1rem;color:#333;text-align:center}.projects .title{margin-bottom:2.5rem;padding:1.5rem}.projects .title h2{font-size:2rem;margin-bottom:.5rem;color:#222}.projects .title p{font-size:1rem;color:#555;max-width:600px;margin:0 auto}.projects .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.projects .project-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #037afa2c;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;height:100%}.projects .project-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001f;background-color:#0065f8;color:#fff}.projects .card-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:1.5rem}.projects .card-header h3{font-size:1.3rem;color:inherit;margin-bottom:1rem;border-left:.3rem solid #0065f8}.projects .card-body p{font-size:.95rem;color:inherit;text-align:justify;line-height:1.6;margin-bottom:1rem}.projects .tools{overflow:hidden;width:100%;margin-top:1rem}.projects .marquee{white-space:nowrap;overflow:hidden}.projects .marquee-content{display:inline-block;padding-left:100%;animation:marqueeAnim 15s linear infinite}@keyframes marqueeAnim{0%{transform:translate(0)}to{transform:translate(-100%)}}.projects .tools span{background-color:#e3e3e3;color:#0a0a0a;padding:.4rem .75rem;margin:.2rem;border-radius:20px;font-size:.9rem;display:inline-block;transition:background-color .3s}.projects .card-footer{margin-top:auto}.projects .buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.projects .buttons button{background:linear-gradient(135deg,#007bff,#8a2be2);color:#fff;box-shadow:0 2px 5px #ffffff73;padding:.6rem 1rem;border-radius:6px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;gap:.5rem;border:none;transition:all .3s ease}.projects .buttons button:hover{background:#fff;color:#007bff}.projects .buttons i{font-size:1rem}@media (max-width: 768px){.projects .title h2{font-size:1.75rem}.projects .title p{font-size:.95rem}.projects .card-header h3{font-size:1.2rem}.projects .card-body p{font-size:.9rem}.projects .tools span{font-size:.75rem;padding:.3rem .6rem}}@media (max-width: 480px){.projects .buttons{flex-direction:column;align-items:center}.projects .buttons button{width:100%;justify-content:center}}.contactContainer{display:flex;flex-direction:column;gap:1.5rem;max-width:1000px;margin:2rem auto;padding:2rem;border-radius:12px;background:#1e1e1e;color:#f0f0f0;font-family:Inter,sans-serif;box-shadow:0 5px 15px #0003}.Contactleft h2{font-size:2rem;margin-bottom:1rem;background:linear-gradient(90deg,#007bff,#007bff);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600}.Contactleft p{font-size:1rem;line-height:1.6;display:flex;align-items:center;gap:.5rem;margin:.75rem 0;color:#e0e0e0}.icon{font-size:1.2rem;color:#007bff}.Contactright form{display:flex;flex-direction:column;gap:1rem}.input-fd{width:100%}.input-fd input,.input-fd select,.input-fd textarea{width:100%;padding:.8rem 1rem;font-size:.95rem;border:1px solid #3a3a3a;border-radius:8px;background:linear-gradient(135deg,#007bff23,#892be243);transition:all .2s ease;color:#007bff}.input-fd input:focus,.input-fd select:focus,.input-fd textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 2px #9754d646;background-color:#fff}.input-fd textarea{resize:vertical;min-height:120px}.input-fd button{background:linear-gradient(135deg,#007bff,#8a2be2);color:#fff;border:none;padding:.9rem;width:100%;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500;box-shadow:0 2px 10px #9754d646}.input-fd button:hover{transform:translateY(-1px);background:linear-gradient(135deg,#a564e1,#5096e1)}.input-fd button:disabled{background:#9754d646;transform:none;box-shadow:none;cursor:not-allowed}@media (min-width: 768px){.contactContainer{flex-direction:row;padding:2rem;gap:2rem}.Contactleft{flex:1;padding-right:1.5rem}.Contactright{flex:1}.input-fd button{width:auto;padding:.9rem 2rem}}.skills-section{padding:1rem}.skills-section h2{font-size:2rem;text-align:center;margin-bottom:1.5rem}.skills-section i{color:#007bff}.skills-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:3rem;padding:.5rem}.development-skills h3{margin-bottom:1rem;font-size:1.3rem}.development-skills .progress-bar{background:linear-gradient(to right,#8a2be2,#892be24e)}.development-skills{flex:1;min-width:300px;padding:1rem;border-radius:10px;background-color:#f5fdf7;box-shadow:0 5px 20px #037afa33}.tech-skills{flex:1;min-width:300px;padding:1rem;border-radius:10px;background-color:#fffaf5;box-shadow:0 5px 20px #037afa33}.tech-skills h3{margin-bottom:1rem;font-size:1.3rem}.tech-skills .progress-bar{background:linear-gradient(to right,#007bff,#0260c54e)}.two-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem}.skill-bar{margin-bottom:1rem}.skill-label{margin-bottom:.4rem;font-weight:700}.progress-container{background:#ddd;height:10px;border-radius:25px;overflow:hidden}.progress-bar{height:10px;width:0;transition:width 1.5s ease-out;border-radius:25px}.education-internship{display:flex;flex-direction:column;gap:2rem;padding:1.5rem}.section{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 10px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.section:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.section-title{font-size:1.8rem;margin-bottom:1rem;color:#333;border-bottom:2px solid #ddd;padding-bottom:.5rem}.entry{background:linear-gradient(135deg,#85b9f246,#c087f543);padding:1rem;margin-bottom:1rem;border-left:4px solid #8a2be2;border-radius:8px}.entry h3{margin-top:0;color:#007bff;font-size:1.2rem}.entry p{margin:.3rem 0;font-size:.95rem;color:#383737}@media (min-width: 768px){.education-internship{flex-direction:row;gap:3rem}.section{flex:1}}:root{--primary-color: #007bff;--hover-color: #0056b3;--text-color: #333;--secondary-text: #555;--bg-color: #e5f5f8;--box-bg: #ffffff;--box-shadow: 0 4px 12px rgba(0, 0, 0, .1);--box-hover-shadow: 0 8px 16px rgba(0, 0, 0, .2)}body{font-family:Segoe UI,sans-serif;background-color:#7bb8fa34;color:#111}.certificates{color:var(--text-color);text-align:center;padding:3rem 1rem}.title h2{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem}.boxes{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.box{width:15.625rem;min-height:12.5rem;background-color:var(--box-bg);padding:1.25rem;border-radius:.5rem;box-shadow:var(--box-shadow);display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 25px #037afa2c}.box:hover{transform:translateY(-.625rem);box-shadow:var(--box-hover-shadow)}.box h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-color)}.box p{font-size:1rem;color:var(--secondary-text);margin:.25rem 0}.box button{margin-top:.75rem;padding:.625rem 1rem;font-size:1rem;border:none;background:linear-gradient(135deg,#007bff,#8a2be2);color:#fff;border-radius:.3125rem;cursor:pointer;transition:background-color .3s ease}.box button:hover{background:linear-gradient(135deg,#a564e1,#5096e1)}@media (max-width: 768px){.boxes{gap:1rem}.box{width:45%}.box h3{font-size:1.25rem}.box p{font-size:.875rem}}@media (max-width: 480px){.box{width:100%}.title h2{font-size:2rem}.box h3{font-size:1.125rem}.box p{font-size:.8125rem}.box button{font-size:.875rem}}
