@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}html{scroll-behavior:smooth}.navbar{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;padding:1rem 0}.navbar-scrolled{background-color:#fffffffa;box-shadow:0 2px 20px #0000001a;padding:.5rem 0}.navbar-brand{font-size:1.8rem;color:#2c3e50!important;font-weight:700}.nav-link{color:#2c3e50!important;font-weight:500;margin:0 .5rem;transition:color .3s ease;background:none!important;border:none!important;text-decoration:none!important}.nav-link:hover{color:#3498db!important}.hero-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#2c3e50}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#6c757d;line-height:1.6}.hero-buttons .btn{margin:.5rem;padding:12px 30px;font-weight:600;border-radius:50px;transition:all .3s ease}.btn-primary{background-color:#3498db;border-color:#3498db}.btn-primary:hover{background-color:#2980b9;border-color:#2980b9;transform:translateY(-2px)}.btn-outline-primary{color:#3498db;border-color:#3498db}.btn-outline-primary:hover{background-color:#3498db;border-color:#3498db;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center;height:500px}.profile-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000001a;position:relative;text-align:center;animation:float 6s ease-in-out infinite}.profile-image i{font-size:8rem;color:#3498db;margin-bottom:1rem}.code-animation{margin-top:2rem}.code-line{height:4px;background:linear-gradient(90deg,#3498db,#2ecc71);margin:8px 0;border-radius:2px;animation:pulse 2s infinite}.code-line:nth-child(1){width:80%;animation-delay:0s}.code-line:nth-child(2){width:60%;animation-delay:.5s}.code-line:nth-child(3){width:90%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.section-padding{padding:100px 0}.section-title h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.section-divider{width:60px;height:4px;background:linear-gradient(90deg,#3498db,#2ecc71);margin:0 auto 2rem;border-radius:2px}.section-subtitle{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto}.about-text{font-size:1.1rem;margin-bottom:1.5rem;color:#555;line-height:1.8}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-link{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#3498db;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-link:hover{background-color:#2980b9;transform:translateY(-3px);color:#fff}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:2rem}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:700;color:#3498db;margin-bottom:.5rem}.stat-label{color:#6c757d;font-weight:500}.bg-light{background-color:#f8f9fa!important}.skill-category{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;height:100%;transition:transform .3s ease}.skill-category:hover{transform:translateY(-5px)}.category-title{color:#2c3e50;margin-bottom:1.5rem;font-weight:600;text-align:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.skill-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f8f9fa;border-radius:10px;transition:all .3s ease;text-align:center}.skill-item:hover{background:#3498db;color:#fff;transform:translateY(-3px)}.skill-item i{font-size:2rem;margin-bottom:.5rem;color:#3498db}.skill-item:hover i{color:#fff}.skill-item span{font-size:.9rem;font-weight:500}.project-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;height:100%}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.project-image{background:linear-gradient(135deg,#3498db,#2ecc71);padding:3rem;text-align:center}.project-image i{font-size:4rem;color:#fff}.project-content{padding:2rem}.project-title{color:#2c3e50;margin-bottom:1rem;font-weight:600}.project-description{color:#6c757d;margin-bottom:1.5rem;line-height:1.6}.project-technologies{margin-bottom:1.5rem}.tech-badge{display:inline-block;background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;margin:.25rem;font-weight:500}.project-links .btn{margin:.25rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#3498db,#2ecc71)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:2rem}.timeline-marker{position:absolute;left:-8px;top:0;width:16px;height:16px;background:#3498db;border-radius:50%;border:3px solid white;box-shadow:0 0 0 3px #3498db}.timeline-item.current .timeline-marker{background:#2ecc71;box-shadow:0 0 0 3px #2ecc71}.timeline-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.timeline-content:hover{transform:translateY(-5px)}.timeline-header{margin-bottom:1rem}.job-title{color:#2c3e50;margin-bottom:.5rem;font-weight:600}.company-period{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.company{color:#3498db;font-weight:600;font-size:1.1rem}.period{color:#6c757d;font-size:.9rem;background:#f8f9fa;padding:.25rem .75rem;border-radius:15px}.job-description{color:#555;line-height:1.6;margin:0}.contact-info{margin-bottom:2rem}.contact-item{display:flex;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.contact-item:hover{transform:translateY(-5px)}.contact-icon{width:60px;height:60px;background:linear-gradient(135deg,#3498db,#2ecc71);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;flex-shrink:0}.contact-icon i{font-size:1.5rem;color:#fff}.contact-details h5{color:#2c3e50;margin-bottom:.5rem;font-weight:600}.contact-details p{color:#6c757d;margin:0}.contact-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.contact-form .form-control{border:2px solid #e9ecef;border-radius:10px;padding:12px 15px;transition:border-color .3s ease}.contact-form .form-control:focus{border-color:#3498db;box-shadow:0 0 0 .2rem #3498db40}.footer{background:#2c3e50;color:#fff;padding:2rem 0;margin-top:0}.footer p{margin:0;color:#bdc3c7}.footer-social{display:flex;gap:1rem;justify-content:flex-end}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#34495e;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer-social a:hover{background-color:#3498db;transform:translateY(-3px);color:#fff}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title h2{font-size:2rem}.hero-buttons .btn{display:block;width:100%;margin:.5rem 0}.company-period{flex-direction:column;align-items:flex-start}.footer-social{justify-content:flex-start;margin-top:1rem}.timeline{padding-left:1rem}.timeline-item{padding-left:1.5rem}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media (max-width: 576px){.section-padding{padding:60px 0}.hero-title{font-size:2rem}.profile-card{padding:2rem}.profile-image i{font-size:6rem}.about-stats{grid-template-columns:1fr}.stat-item,.skill-category{padding:1.5rem}.skills-grid{grid-template-columns:repeat(2,1fr)}}.hero-content{animation:fadeInUp 1s ease-out}.hero-image{animation:fadeInUp 1s ease-out .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.text-primary{color:#3498db!important}.btn,.card,.skill-item,.project-card,.contact-item,.timeline-content,.stat-item,.skill-category{cursor:pointer}*{transition:all .3s ease}.btn-link,.btn-link:hover{color:inherit!important;text-decoration:none!important}
