* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Fira Code', monospace;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  color: #00FF00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #00FF00;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header */
header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: sticky;
  top: 0;
  background-color: #000000;
  z-index: 1000;
  padding: 10px 0;
  border-bottom: 1px solid #00FF00;
}

.logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: 'Fira Code', monospace;
  font-weight: 700;
  font-size: 12px;
  color: #00FF00;
  border: 1px solid #00FF00;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: default;
}

header nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

nav ul li a {
  color: #00FF00;
  font-weight: 600;
  display: flex;
  gap: 6px;
  transition: color 0.3s ease;
}

nav ul li a span {
  color: #00FF00;
  font-family: 'Fira Code', monospace;
  font-weight: 600;
}

nav ul li a:hover {
  color: #00FF00;
}

.resume-btn {
  border: 1px solid #00FF00;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  color: #00FF00;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.resume-btn:hover {
  background-color: #00FF00;
  color: #000000;
}

/* Social Icons Left */
.social-icons, .left-icon-section {
  position: fixed;
  left: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.social-icons a, .left-icon-section a {
  color: #ffffff;
  font-size: 20px;
  transition: color 0.3s ease;
}

.social-icons a:hover, .left-icon-section a:hover {
  color: #00FF00;
}

.vertical-line {
  width: 1px;
  height: 90px;
  background-color: #ffffff;
  margin-top: 20px;
}

/* Email Vertical Right */
.email-vertical {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  color: #ffffff;
  z-index: 10;
}

.email-vertical a {
  color: #ffffff;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.email-vertical a:hover {
  color: #00FF00;
}

/* Main Content */
main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 80px;
  margin-bottom: 80px;
}

/* Contact Section */
.contact-section {
  margin-top: 80px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.contact-section h2 {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 20px;
  border-bottom: 1px solid #00FF00;
  padding-bottom: 10px;
  text-align: left
}

.contact-section p {
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-email {
  font-family: 'Fira Code', monospace;
  font-size: 16px;
  color: #00FF00;
  text-decoration: none;
  border: 1px solid #00FF00;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.contact-email:hover {
  background-color: #00FF00;
  color: #000000;
}

.intro {
  max-width: 600px;
}

.intro-small {
  font-family: 'Fira Code', monospace;
  color: #00FF00;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}

.intro-name {
  font-weight: 900;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 12px;
}

.intro-subtitle {
  font-weight: 700;
  font-size: 48px;
  color: #cccccc;
  margin-bottom: 24px;
}

.intro-description {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.6;
}

.intro-description a {
  color: #00FF00;
  font-weight: 600;
}

.btn-course {
  border: 1px solid #00FF00;
  padding: 14px 24px;
  border-radius: 4px;
  font-family: 'Fira Code', monospace;
  font-weight: 400;
  font-size: 16px;
  color: #00FF00;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.btn-course:hover {
  background-color: #00FF00;
  color: #0a192f;
}

/* About Me Section */
.about-me {
  margin-top: 80px;
  width: 100%;
}

.about-me h2 {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #00FF00;
  padding-bottom: 10px;
}

.about-me-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.about-me-text {
  flex: 1;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}

.about-me-text p {
  margin-bottom: 20px;
}

.about-me-text a {
  color: #00FF00;
  text-decoration: none;
}

.about-me-text a:hover {
  text-decoration: underline;
}

.tech-list {
  list-style: none;
  padding-left: 0;
  columns: 2;
  column-gap: 40px;
  margin-top: 20px;
}

.tech-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  color: #00FF00;
}

.tech-list li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: #00FF00;
}

.about-me-image {
  flex: 0 0 250px;
  position: relative;
  border: 2px solid #00FF00;
  padding: 10px;
  box-shadow: 0 10px 30px -15px #00FF00;
  border-radius: 4px;
}

.about-me-image img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

/* Where I've Worked Section */
.where-ive-worked {
  margin-top: 80px;
  width: 100%;
}

.where-ive-worked h2 {
  font-weight: 700;
  font-size: 28px;
  color: #ccd6f6;
  margin-bottom: 40px;
  border-bottom: 1px solid #00FF00;
  padding-bottom: 10px;
}

.work-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.work-nav {
  flex: 0 0 150px;
  border-left: 2px solid #00FF00;
  display: block;
  padding-left: 0;
  margin: 0;
}
.work-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.work-nav ul li {
  padding: 10px 20px;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  color: #8892b0;
  cursor: pointer;
  border-left: 3px solid transparent;
  border-bottom: none;
  transition: all 0.3s ease;
}
.work-nav ul li.active,
.work-nav ul li:hover {
  color: #00FF00;
  border-left-color: #00FF00;
  background-color: #112240;
}

.work-details {
  flex: 1;
  color: #a8b2d1;
  font-size: 16px;
  line-height: 1.6;
}

.work-details h3 {
  font-weight: 700;
  font-size: 20px;
  color: #ccd6f6;
  margin-bottom: 8px;
}

.work-details h3 span {
  color: #00FF00;
}

.work-date {
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  color: #8892b0;
  margin-bottom: 20px;
}

.work-list {
  list-style: none;
  padding-left: 0;
}

.work-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.work-list li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: #00FF00;
}

/* Some Things I've Built Section */
.some-things-ive-built {
  margin-top: 80px;
  width: 100%;
}

.some-things-ive-built h2 {
  font-weight: 700;
  font-size: 28px;
  color: #ccd6f6;
  margin-bottom: 40px;
  border-bottom: 1px solid #00FF00;
  padding-bottom: 10px;
}

.projects {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.project {
  background-color: #112240;
  border-radius: 4px;
  overflow: hidden;
  flex: 1 1 48%;
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
}

.featured-project {
  background-color: #112240;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
  flex: 1 1 100%;
}

.project img {
  width: 50%;
  border-radius: 4px;
  object-fit: cover;
}

.project-info {
  flex: 1;
  color: #a8b2d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-label {
  color: #00FF00;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.project-info h3 {
  font-weight: 700;
  font-size: 24px;
  color: #ccd6f6;
  margin-bottom: 10px;
}

.project-info h3 a {
  color: #00FF00;
  text-decoration: none;
}

.project-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.project-description a {
  color: #00FF00;
  text-decoration: none;
}

.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  color: #00FF00;
  margin-bottom: 20px;
}

.project-tech span {
  background-color: #0a192f;
  padding: 4px 8px;
  border-radius: 4px;
}

.project-links {
  display: flex;
  gap: 15px;
}

.project-links a {
  color: #a8b2d1;
  font-size: 20px;
  transition: color 0.3s ease;
}

.project-links a:hover {
  color: #00FF00;
}

.other-noteworthy-projects {
  margin-top: 80px;
  width: 100%;
  text-align: center;
  color: #a8b2d1;
}

.other-noteworthy-projects h2 {
  font-weight: 700;
  font-size: 28px;
  color: #ccd6f6;
  margin-bottom: 8px;
}
.archive-link {
  display: inline-block;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  color: #00FF00;
  margin-bottom: 40px;
  text-decoration: none;
}

.archive-link:hover {
  text-decoration: underline;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px 30px;
  justify-items: start;
  margin-bottom: 40px;
}

.project-card {
  background-color: #112240;
  border-radius: 4px;
  padding: 20px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
}

.folder-icon {
  font-size: 28px;
  color: #00FF00;
  margin-bottom: 8px;
}

.project-card h3 {
  font-weight: 700;
  font-size: 18px;
  color: #ccd6f6;
  margin-bottom: 6px;
}

.project-card p {
  font-size: 14px;
  line-height: 1.4;
  color: #a8b2d1;
  flex-grow: 1;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: 'Fira Code', monospace;
  font-size: 12px;
  color: #00FF00;
}

.project-tags span {
  background-color: #0a192f;
  padding: 4px 8px;
  border-radius: 4px;
}

.project-links {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
}

.project-links a {
  color: #a8b2d1;
  font-size: 16px;
  transition: color 0.3s ease;
}

.project-links a:hover {
  color: #00FF00;
}

.show-more-btn {
  border: 1px solid #00FF00;
  padding: 10px 24px;
  border-radius: 4px;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  color: #00FF00;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.show-more-btn:hover {
  background-color: #00FF00;
  color: #0a192f;
}

/* Responsive */
@media (max-width: 768px) {
  header {
    justify-content: space-between;
  }
  .logo {
    position: static;
    margin: 0;
  }
  .burger-menu {
    order: 2;
  }
  nav.nav-menu {
    order: 1;
  }
  .left-icon-section, .social-icons, .email-vertical {
    display: none;
  }
  main {
    padding-top: 40px;
  }
  .intro-name {
    font-size: 40px;
  }
  .intro-subtitle {
    font-size: 32px;
  }
  .about-me-content {
    flex-direction: column;
  }
  .about-me-image {
    margin: 0 auto;
    width: 70%;
  }
  .work-content {
    flex-direction: column;
  }
  .work-nav {
    border-left: 2px solid #00FF00;
    border-top: none;
    flex: 0 0 150px;
  }
  .work-nav ul {
    display: block;
    gap: 0;
  }
  .work-nav ul li {
    border-left: 3px solid transparent;
    border-top: none;
    padding: 10px 20px;
  }
  .work-nav ul li.active,
  .work-nav ul li:hover {
    border-left-color: #00FF00;
    border-top-color: transparent;
  }
  .some-things-ive-built .projects {
    flex-direction: column;
  }
  .project,
  .featured-project {
    flex: 1 1 100%;
  }
  .project img {
    width: 100%;
  }
}

/* Added Responsive for tablets */
@media (max-width: 1024px) {
  .container {
    max-width: 90%;
    padding: 20px 10px;
  }
  .intro-name {
    font-size: 48px;
  }
  .intro-subtitle {
    font-size: 36px;
  }
  .project {
    flex: 1 1 100%;
    flex-direction: column;
  }
  .project img {
    width: 100%;
    height: auto;
  }
}

/* Burger Menu */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}

.burger-bar {
  width: 24px;
  height: 2px;
  background-color: #00FF00;
  border-radius: 2px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}

.burger-menu[aria-expanded="true"] .burger-bar:nth-child(1) {
  transform: rotate(45deg);
}

.burger-menu[aria-expanded="true"] .burger-bar:nth-child(2) {
  opacity: 0;
}

.burger-menu[aria-expanded="true"] .burger-bar:nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .burger-menu {
    display: flex;
  }
  nav.nav-menu {
    position: fixed;
    top: 60px;
    right: 0;
    background-color: #000000;
    width: 200px;
    height: calc(100vh - 60px);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    padding-top: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
  }
  nav.nav-menu.open {
    transform: translateX(0);
  }
  nav.nav-menu ul {
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
  }
  nav.nav-menu ul li a {
    font-size: 18px;
  }
  .resume-btn-mobile {
    display: block;
    margin: 20px 0 0 0;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    color: #00FF00;
    border: 1px solid #00FF00;
    text-align: center;
    width: auto;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .resume-btn-mobile:hover {
    background-color: #00FF00;
    color: #000000;
  }
  .resume-btn-desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .resume-btn-desktop {
    display: block;
  }
  .resume-btn-mobile {
    display: none;
  }
}

.about-nav {
  flex: 0 0 150px;
  border-left: 2px solid #00FF00;
  display: block;
  padding-left: 0;
  margin: 0;
}
.about-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.about-nav ul li {
  padding: 10px 20px;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  color: #8892b0;
  cursor: pointer;
  border-left: 3px solid transparent;
  border-bottom: none;
  transition: all 0.3s ease;
}
.about-nav ul li.active,
.about-nav ul li:hover {
  color: #00FF00;
  border-left-color: #00FF00;
  background-color: #112240;
}

.about-details {
  flex: 1;
  color: #a8b2d1;
  font-size: 16px;
  line-height: 1.6;
}

.about-details h3 {
  font-weight: 700;
  font-size: 20px;
  color: #ccd6f6;
  margin-bottom: 8px;
}

.about-details h3 span {
  color: #00FF00;
}

.about-detail {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-detail.active {
  display: block;
  opacity: 1;
}

/* Footer */
.footer {
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  background-color: #000000;
}

.footer-social-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-social-icons a {
  color: #00FF00;
  font-size: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social-icons a:hover {
  color: #00cc00;
  transform: scale(1.2);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro, .about-me, .where-ive-worked, .some-things-ive-built, .contact-section, .footer {
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
  animation-delay: 0.3s;
}

.intro {
  animation-delay: 0.3s;
}

.about-me {
  animation-delay: 0.3s;
}

.where-ive-worked {
  animation-delay: 0.3s;
}

.some-things-ive-built {
  animation-delay: 0.3s;
}

.contact-section {
  animation-delay: 0.3s;
}

.footer {
  animation-delay: 0.3s;
}
