*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);color:#333;font-family:Arial,sans-serif;line-height:1.6;min-height:100vh}header{background-color:#2c3e50;color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:100}nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{font-size:1.5rem;font-weight:700}nav ul{display:flex;list-style:none}nav ul li{margin-left:2rem}nav ul li a{color:#fff;text-decoration:none;transition:color .3s}nav ul li a:hover{color:#3498db}main{margin:80px auto 0;max-width:1200px;padding:2rem}section{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:3rem;padding:2rem}h2{border-bottom:2px solid #3498db;color:#2c3e50;padding-bottom:.5rem}h2,h3{margin-bottom:1rem}h3{color:#34495e}h4{color:#2c3e50;margin-bottom:.5rem}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service{background-color:#ecf0f1;border-radius:8px;padding:1.5rem;text-align:center}.service h3{margin-bottom:1rem}.download-resume{margin-bottom:2rem;text-align:center}.download-resume a{background-color:#3498db;border-radius:4px;color:#fff;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s}.download-resume a:hover{background-color:#2980b9}.work-history .job{background-color:#f8f9fa;border-left:4px solid #3498db;margin-bottom:2rem;padding:1rem}.work-history .job h4{font-size:1.2rem}.work-history .job p{color:#7f8c8d;font-style:italic;margin-bottom:1rem}.work-history ul{margin-left:1.5rem}.skills-container{margin:0 auto;max-width:800px}.skill{margin-bottom:1.5rem}.skill-name{font-weight:700;margin-bottom:.5rem}.skill-bar{background-color:#ecf0f1;border-radius:20px;height:20px;overflow:hidden;position:relative}.skill-fill{background:linear-gradient(90deg,#3498db,#2980b9);border-radius:20px;height:100%;transition:width 2s ease-in-out}.skill-level{font-weight:700;margin-top:.5rem;text-align:right}.skill-category{margin-bottom:2rem}.skill-category h4{color:#34495e;margin-bottom:.5rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{animation:fadeInUp .6s ease-out forwards;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:15px;color:#fff;display:inline-block;font-size:.75rem;font-weight:500;margin:.1rem;opacity:0;padding:.25rem .75rem;transform:translateY(5px);transition:all .3s ease}.skill-tag:hover{box-shadow:0 2px 8px #3498db66;transform:translateY(-1px) scale(1.02)}.skill-category:first-child .skill-tag{background:linear-gradient(135deg,#3498db,#2980b9)}.skill-category:nth-child(2) .skill-tag{background:linear-gradient(135deg,#e74c3c,#c0392b)}.skill-category:nth-child(3) .skill-tag{background:linear-gradient(135deg,#2ecc71,#27ae60)}.skill-category:nth-child(4) .skill-tag{background:linear-gradient(135deg,#f39c12,#e67e22)}.skill-category:nth-child(5) .skill-tag{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.skill-category:nth-child(6) .skill-tag{background:linear-gradient(135deg,#1abc9c,#16a085)}.skill-tag:first-child{animation-delay:.05s}.skill-tag:nth-child(2){animation-delay:.1s}.skill-tag:nth-child(3){animation-delay:.15s}.skill-tag:nth-child(4){animation-delay:.2s}.skill-tag:nth-child(5){animation-delay:.25s}.skill-tag:nth-child(6){animation-delay:.3s}.skill-tag:nth-child(7){animation-delay:.35s}.skill-tag:nth-child(8){animation-delay:.4s}.skill-tag:nth-child(9){animation-delay:.45s}.skill-tag:nth-child(10){animation-delay:.5s}.skill-tag:nth-child(11){animation-delay:.55s}.skill-tag:nth-child(12){animation-delay:.6s}.skill-tag:nth-child(13){animation-delay:.65s}.skill-tag:nth-child(14){animation-delay:.7s}.skill-tag:nth-child(15){animation-delay:.75s}.skill-tag:nth-child(16){animation-delay:.8s}.skill-tag:nth-child(17){animation-delay:.85s}.skill-tag:nth-child(18){animation-delay:.9s}.skill-tag:nth-child(19){animation-delay:.95s}.skill-tag:nth-child(20){animation-delay:1s}.skill-tag:nth-child(21){animation-delay:1.05s}.skill-tag:nth-child(22){animation-delay:1.1s}.skill-tag:nth-child(23){animation-delay:1.15s}.skill-tag:nth-child(24){animation-delay:1.2s}.skill-tag:nth-child(25){animation-delay:1.25s}.skill-tag:nth-child(26){animation-delay:1.3s}.skill-tag:nth-child(27){animation-delay:1.35s}.skill-tag:nth-child(28){animation-delay:1.4s}.skill-tag:nth-child(29){animation-delay:1.45s}.skill-tag:nth-child(30){animation-delay:1.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project{background-color:#f8f9fa;border-radius:8px;padding:1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.project:hover{box-shadow:0 4px 20px #0003;transform:translateY(-5px)}.project img{border-radius:4px;height:200px;margin-bottom:1rem;object-fit:cover;width:100%}.demo-link{background-color:#3498db;border-radius:4px;color:#fff;display:inline-block;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.demo-link:hover{background-color:#2980b9}.load-more-container{margin-top:2rem;text-align:center}.load-more-btn{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s}.load-more-btn:hover{background-color:#2980b9}.blog-search{margin-bottom:2rem}.blog-search input{border:1px solid #ddd;border-radius:4px;font-family:inherit;padding:.75rem;width:100%}.blogs-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.blog{background-color:#f8f9fa;border-radius:8px;padding:1.5rem}.blog h3 a{color:#2c3e50;text-decoration:none}.blog h3 a:hover{text-decoration:underline}.tags{margin-top:1rem}.tag{background-color:#3498db;border-radius:4px;color:#fff;font-size:.8rem;margin-right:.5rem;padding:.25rem .5rem}.subscribe{margin-top:2rem;text-align:center}.subscribe input{border:1px solid #ddd;border-radius:4px;margin-right:1rem;padding:.75rem;width:250px}form{margin:0 auto;max-width:600px}label{display:block;font-weight:700;margin-bottom:.5rem}input,textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;margin-bottom:1rem;padding:.75rem;width:100%}textarea{height:150px;resize:vertical}button{background-color:#27ae60;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s}button:hover{background-color:#229954}.contact-info{align-items:center;display:flex;justify-content:space-between}.contact-info p{margin:0}#contact a{color:#3498db;text-decoration:none}#contact a:hover{text-decoration:underline}footer{background-color:#2c3e50;color:#fff;margin-top:3rem;padding:2rem 0 1rem}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-logo h3{margin-bottom:.5rem}.footer-links a{color:#fff;margin-left:1rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#3498db}.footer-bottom{border-top:1px solid #34495e;margin-top:2rem;padding-top:1rem;text-align:center}@media (max-width:768px){nav{flex-direction:column;padding:1rem;text-align:center}nav ul{flex-wrap:wrap;justify-content:center;margin-top:1rem}nav ul li{margin:.5rem}.logo{font-size:1.2rem}main{padding:.5rem}section{margin-bottom:2rem;padding:1rem}.about-content{flex-direction:column;gap:1.5rem;text-align:center}.about-image img{height:150px;width:150px}.about-text{text-align:center}.content-section{margin-bottom:2rem}.videos-carousel .videos-container{flex-direction:column;gap:1rem}.video-card{max-width:100%;min-width:100%}.skill-category h4{font-size:1rem;margin-bottom:.5rem}.skills-list{gap:.25rem;justify-content:center}.skill-tag{font-size:.7rem;padding:.2rem .5rem}.projects-grid{gap:1rem;grid-template-columns:1fr}.project{padding:1rem}.project img{height:150px}.services-grid{gap:1rem;grid-template-columns:1fr}.service{padding:1rem}.contact-info{flex-direction:column;gap:.5rem;text-align:center}.contact-form-container{padding:0}.form-tabs{flex-direction:column}.form-tabs button{border-radius:6px;margin-bottom:.5rem}.contact-form{padding:1rem}.achievement-carousel,.certifications-carousel{flex-direction:column;gap:.5rem}.achievement-card,.certification-card{max-width:100%;width:100%}.nav-btn{align-self:center}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links a{margin:0 .5rem}.blog-card{padding:1.5rem}.blog-tags{justify-content:center}.tag{font-size:.7rem;padding:.2rem .4rem}h2{font-size:1.5rem}h2,h3{margin-bottom:.5rem}h3{font-size:1.2rem}h4{font-size:1rem;margin-bottom:.5rem}p{line-height:1.5}button,p{font-size:.9rem}button{padding:.6rem 1.2rem}input,textarea{font-size:.9rem;padding:.6rem}.achievements-section,.certifications-section,.content-section{margin-bottom:1.5rem}}@media (max-width:480px){main{padding:.25rem}section{padding:.75rem}.about-image img{height:120px;width:120px}.skill-tag{font-size:.65rem;padding:.15rem .4rem}.project,.video-card{padding:.75rem}.blog-card{padding:1rem}.form-tabs button{font-size:.9rem;padding:.8rem}.contact-form{padding:.75rem}.achievement-card,.certification-card{padding:1rem}.nav-btn{font-size:1rem;height:35px;width:35px}}.achievement-carousel,.certifications-carousel{align-items:center;display:flex;gap:1rem;justify-content:center}.achievement-card{background-color:#f8f9fa;border-radius:8px;flex:1 1;font-size:1.1rem;max-width:600px;padding:2rem}.certifications-carousel{gap:.5rem}.certification-card{background-color:#f8f9fa;border-radius:8px;flex:1 1;min-width:200px;padding:1.5rem;text-align:center}.nav-btn{align-items:center;background-color:#3498db;border:none;border-radius:50%;box-shadow:0 2px 8px #3498db4d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.nav-btn:hover{background-color:#2980b9;box-shadow:0 4px 12px #3498db66;transform:scale(1.1)}.education-details{background-color:#f8f9fa;border-radius:8px;padding:1.5rem}.education-details h3{margin-bottom:.5rem}.education-details p{color:#7f8c8d;margin-bottom:.5rem}.about-content{align-items:center;display:flex;gap:2rem}.about-image img{border-radius:50%;height:200px;object-fit:cover;width:200px}.about-text{flex:1 1}.social-profiles{margin-top:2rem}.social-profiles a{color:#3498db;display:inline-block;margin-right:1rem;text-decoration:none}.social-profiles a:hover{text-decoration:underline}.videos-carousel{position:relative}.videos-container{display:flex;gap:1.5rem;justify-content:center;overflow:hidden}.video-card{background-color:#f8f9fa;border-radius:8px;min-width:300px;padding:1.5rem;text-align:center;transition:transform .3s}.video-card:hover{transform:translateY(-5px)}.video-card img{border-radius:4px;height:180px;margin-bottom:1rem;object-fit:cover;width:100%}.video-card h4{margin-bottom:.5rem}.video-card a{color:#2c3e50;text-decoration:none}.video-card a:hover{text-decoration:underline}.carousel-indicators{display:flex;justify-content:center;margin-top:1rem}.carousel-indicators span{background-color:#ddd;border-radius:50%;cursor:pointer;height:10px;margin:0 5px;transition:background-color .3s;width:10px}.carousel-indicators span.active{background-color:#3498db}.contact-info{margin-bottom:2rem}.contact-form-container{margin:0 auto;max-width:600px}.form-tabs{border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;margin-bottom:2rem;overflow:hidden}.form-tabs button{background-color:#e9ecef;border:2px solid #dee2e6;color:#495057;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:1rem;transition:all .3s ease}.form-tabs button.active{background-color:#3498db;border-color:#3498db;box-shadow:0 2px 8px #3498db4d;color:#fff}.form-tabs button:hover:not(.active){background-color:#dee2e6;border-color:#adb5bd;color:#212529}.contact-form{background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}.appointment-fields,.common-fields{transition:opacity .3s ease,max-height .3s ease}.common-fields.hidden{max-height:0;opacity:0;overflow:hidden}.anonymous-toggle{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.switch{display:inline-block;height:24px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#3498db}input:focus+.slider{box-shadow:0 0 1px #3498db}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.toggle-label{color:#34495e;font-weight:500}.coding-links{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.coding-links a{align-items:center;background-color:#f8f9fa;border-radius:8px;color:#2c3e50;display:flex;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.coding-links a:hover{background-color:#3498db;box-shadow:0 4px 12px #3498db4d;color:#fff;transform:translateY(-2px)}.coding-links a i{font-size:1.1rem;margin-right:.5rem}.content-section{margin-bottom:3rem}.blog-carousel{text-align:center}.blog-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:800px;padding:2.5rem;transition:all .3s ease}.blog-card:hover{background:linear-gradient(135deg,#fff,#f0f4f8);box-shadow:0 8px 30px #3498db26;transform:translateY(-5px)}.blog-card h4{color:#2c3e50;margin-bottom:.5rem}.blog-date{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.blog-excerpt{line-height:1.6;margin-bottom:1.5rem}.blog-tags{margin-bottom:1rem}.click-to-read{color:#7f8c8d;font-size:.9rem;font-style:italic;margin-top:1rem}.blog-card:hover .click-to-read{color:#3498db}.scroll-progress{background:linear-gradient(90deg,#3498db,#2980b9);height:4px;left:0;position:fixed;top:0;transition:width .3s ease;z-index:1000}
/*# sourceMappingURL=main.e2a29455.css.map*/