html,body,#root{height:100%;width:100%;margin:0;padding:0}body{background:#0a0a0acc}:root{--header-height: clamp(48px, 4.5vw, 72px)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}.main-content{margin:0;height:100vh;overflow-y:auto;width:100%;max-width:100%;padding:0}.header{background-color:#0a0a0a;position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem;box-sizing:border-box;height:var(--header-height, 60px);min-height:var(--header-height, 60px)}.header-content{width:100%;display:flex;justify-content:space-between;align-items:center}.header-name{color:transparent;background:linear-gradient(90deg,#4ecdc4,#556270);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.header-nav{display:flex;gap:3rem}.header-nav a{color:#fff;text-decoration:none;font-size:1.15rem;font-weight:500;transition:all .3s ease;position:relative}.header-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#4ecdc4,#556270);transition:width .3s ease}.header-nav a:hover:after{width:100%}.header-nav a:hover{color:#4ecdc4}.name-and-description{background-image:url("src/assets/Screenshot from 2025-06-25 23-22-48.png");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:0;padding:0;width:100%;max-width:100%}.name-and-description:before{content:"";position:absolute;inset:0;background-color:#000000d9;z-index:1}.name-and-description>*{position:relative;z-index:2;color:#fff}.gradientTxt{color:transparent;background:linear-gradient(90deg,#4ecdc4,#556270);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3rem);margin:0}.name-and-description p{color:#fff;font-size:clamp(1rem,3vw,1.5rem);margin:1rem 0;max-width:800px;padding:0 1rem;line-height:1.6;text-align:center}.gradientTxt,.Hello{font-weight:700;font-size:clamp(2rem,5vw,3rem)}@media screen and (max-width: 768px){.name-and-description{padding:1rem}.gradientTxt{font-size:2rem}.name-and-description p{font-size:1.25rem}}@media screen and (max-width: 480px){.gradientTxt{font-size:1.75rem}.name-and-description p{font-size:1rem;padding:0 .5rem}}.developer-title{color:#4ecdc4;font-weight:500;letter-spacing:.2em;margin:.5rem 0}.gradientTxt{color:transparent;background:linear-gradient(90deg,#4ecdc4,#556270);-webkit-background-clip:text}.buttons-container{display:flex;gap:.75rem;margin-top:1rem;justify-content:center}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:25px;background-color:#fff;color:#242424;border:none;font-weight:500;cursor:pointer;transition:all .3s ease}.action-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.github-button{background:linear-gradient(90deg,#4ecdc4,#556270);color:#fff}.github-button:hover{background:linear-gradient(90deg,#4ecdc4,#667085)}.download-button{background:linear-gradient(90deg,#4ecdc4,#556270);color:#fff}.download-button:hover{background:linear-gradient(90deg,#4ecdc4,#667085)}.expertise-section{width:100%;padding:6rem 1.5rem;background-color:#0a0a0a;color:#fff}.expertise-container{max-width:72rem;margin:0 auto}.expertise-header{text-align:center;margin-bottom:5rem;opacity:0;animation:slideUp .8s ease-out forwards}.expertise-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.text-gradient{background:linear-gradient(90deg,#4ecdc4,#6c5ce7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.expertise-description{color:#9ca3af;max-width:42rem;margin:0 auto;line-height:1.6}.expertise-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:5rem}@media (min-width: 768px){.expertise-grid{grid-template-columns:repeat(3,1fr)}}.expertise-card{position:relative;padding:2rem;border-radius:1rem;background-color:#1a1a1a;border:1px solid #333;height:100%;transform:translateY(0);transition:transform .3s ease,border-color .3s ease;opacity:0;animation:slideUp .8s ease-out forwards}.expertise-card:hover{transform:translateY(-.5rem);border-color:#4ecdc4}.expertise-card:before{content:"";position:absolute;inset:0;border-radius:1rem;opacity:0;transition:opacity .3s ease;z-index:0}.expertise-card:hover:before{opacity:.1}.expertise-card-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column}.expertise-card-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.expertise-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.expertise-card-description{color:#9ca3af;margin-bottom:1.5rem;flex-grow:1}.expertise-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.375rem .75rem;font-size:.75rem;border-radius:9999px;background-color:#2d3436;color:#e5e7eb;transition:all .2s ease;display:inline-flex;align-items:center;gap:.375rem}.tech-tag:hover{background-color:#4ecdc4;color:#fff}.additional-tech{text-align:center;margin-top:5rem;opacity:0;animation:slideUp .8s ease-out .4s forwards}.additional-tech-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.tech-tags-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.projects-section{width:100%;padding:6rem 1.5rem;background-color:#0a0a0a;color:#fff}.projects-container{max-width:72rem;margin:0 auto}.projects-header{display:flex;align-items:center;margin-bottom:3rem}.projects-icon{width:2rem;height:2rem;color:#4ecdc4;margin-right:1rem}.projects-title{font-size:2.25rem;font-weight:700;background:linear-gradient(90deg,#4ecdc4,#1e90ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{position:relative;background-color:#1a1a1a;border-radius:1rem;overflow:hidden;height:100%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:box-shadow .3s ease,transform .3s ease;opacity:0;animation:slideUp .8s ease-out forwards}.project-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.project-image-container{position:relative;height:12rem;width:100%}.project-image{position:absolute;height:100%;width:100%;inset:0;object-fit:cover;color:transparent}.project-content{padding:1.5rem}.project-name{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.project-description{font-size:.875rem;color:#9ca3af;margin-bottom:1rem;line-height:1.5}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{font-size:.75rem;background-color:#4ecdc41a;color:#4ecdc4;padding:.25rem .5rem;border-radius:9999px}.project-links{display:flex;align-items:center;gap:1rem}.project-link{display:flex;align-items:center;color:#4ecdc4;text-decoration:none;font-size:.875rem;transition:color .2s ease}.project-link:hover{text-decoration:underline}.project-link-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.project-status{font-size:.875rem;color:#9ca3af}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}._section_gmq2h_2{position:relative;padding:4rem 0;background-color:#0a0a0a}@media (min-width: 768px){._section_gmq2h_2{padding:8rem 0}}._container_gmq2h_14{width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 768px){._container_gmq2h_14{padding:0 1.5rem}}._content_gmq2h_27{max-width:56rem;margin:0 auto;text-align:center;opacity:0}._header_gmq2h_34{display:flex;align-items:center;justify-content:center;margin-bottom:3rem}._phoneIcon_gmq2h_41{width:2rem;height:2rem;color:#4ecdc4;margin-right:1rem}._heading_gmq2h_48{font-size:2.25rem;line-height:2.5rem;font-weight:700;background:linear-gradient(to right,#4ecdc4,#556270);-webkit-background-clip:text;background-clip:text;color:transparent}._linksContainer_gmq2h_59{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}._linkCard_gmq2h_66{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background-color:#1a1a1a;border-radius:1rem;text-decoration:none;color:inherit;transition:all .3s ease;min-width:120px}._linkContent_gmq2h_79{display:flex;flex-direction:column;align-items:center;color:#fff}._linkIcon_gmq2h_86{width:2rem;height:2rem;color:#4ecdc4;margin-bottom:.75rem}._animateOnScroll_gmq2h_94{opacity:0}._animateSlideUp_gmq2h_98{animation:_slideUp_gmq2h_1 1s ease forwards}@keyframes _slideUp_gmq2h_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._cardHover_gmq2h_114:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}._bounceOnHover_gmq2h_119{transition:transform .3s ease}._linkCard_gmq2h_66:hover ._bounceOnHover_gmq2h_119{animation:_bounce_gmq2h_119 .5s ease}@keyframes _bounce_gmq2h_119{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 640px){._linksContainer_gmq2h_59{flex-direction:column;gap:1rem;align-items:center}._linkCard_gmq2h_66{width:100%;max-width:200px}}._footer_cbt7i_2{padding:2rem 0;border-top:1px solid #2d3748;background-color:#0a0a0a;color:#fff}._container_cbt7i_10{width:100%;margin:0 auto;padding:0 1.5rem;text-align:center}._text_cbt7i_18{color:#9ca3af;font-size:.875rem;line-height:1.25rem}@media (min-width: 640px){._container_cbt7i_10{max-width:640px}}@media (min-width: 768px){._container_cbt7i_10{max-width:768px}}@media (min-width: 1024px){._container_cbt7i_10{max-width:1024px}}@media (min-width: 1280px){._container_cbt7i_10{max-width:1280px}}._container_wfsy3_1{background-color:#1a1a1a;border-radius:1rem;padding:clamp(1rem,3vw,2rem);opacity:0;transition:opacity .5s ease,transform .5s ease}._container_wfsy3_1._animateOnScroll_wfsy3_9{animation:_slideUp_wfsy3_1 1s ease forwards}@keyframes _slideUp_wfsy3_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._tabContainer_wfsy3_24{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:clamp(1.5rem,3vw,3rem);border-bottom:1px solid #2d3748}._tabButton_wfsy3_32{display:flex;align-items:center;gap:.5rem;padding:clamp(.75rem,2vw,1rem);font-size:clamp(.75rem,2vw,.875rem);line-height:1.25rem;font-weight:500;color:#9ca3af;transition:all .3s ease;position:relative;background-color:#1a1a1a;flex:1;min-width:120px;text-align:center}._tabButton_wfsy3_32:hover{color:#fff}._activeTab_wfsy3_53{color:#4ecdc4}._tabIcon_wfsy3_57{width:1.25rem;height:1.25rem}._activeIndicator_wfsy3_62{position:absolute;bottom:0;left:0;width:100%;height:.125rem;background-color:#4ecdc4}._content_wfsy3_71,._experienceList_wfsy3_77{display:flex;flex-direction:column;gap:2rem}._educationContent_wfsy3_83{min-height:200px;display:flex;align-items:center;justify-content:center}._comingSoon_wfsy3_90{color:#9ca3af;font-style:italic}._itemContainer_pngfd_1{position:relative;padding-left:2rem}._itemContainer_pngfd_1:before{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:linear-gradient(to bottom,#4ECDC4,transparent)}._itemContent_pngfd_16{display:flex;align-items:flex-start;gap:1rem}._calendarIcon_pngfd_22{width:1.25rem;height:1.25rem;color:#4ecdc4;flex-shrink:0}._itemTitle_pngfd_29{font-size:1.25rem;line-height:1.75rem;font-weight:700;margin-bottom:.25rem;color:#fff}._company_pngfd_37{color:#4ecdc4;margin-bottom:.5rem}._period_pngfd_42{color:#9ca3af;font-size:.875rem;line-height:1.25rem;margin-bottom:1rem}._responsibilities_pngfd_49{display:flex;flex-direction:column;gap:.5rem}._responsibilityItem_pngfd_55{color:#d1d5db;display:flex;align-items:flex-start;gap:.5rem}._bulletPoint_pngfd_62{width:.375rem;height:.375rem;border-radius:9999px;background-color:#4ecdc4;margin-top:.5rem;flex-shrink:0}
