body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  color: #333;
}
header {
  background: #333;
  color: white;
  padding: 20px;
  text-align: center;
}
section {
  background: #fff;
  margin: 20px auto;
  padding: 20px 30px;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
section.about-me {
  background: #fff;
  max-width: 700px;
  margin: 30px auto;
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
  line-height: 1.6;
}

section.about-me h2 {
  background: linear-gradient(90deg, #3498db, #2980b9);
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}



section h2 {
  color: #2c3e50;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
  border-bottom: 3px solid #2980b9;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

section ul {
  list-style: none;
  padding-left: 0;
}

section ul li {
  font-size: 18px;
  padding: 8px 0;
  border-bottom: 1px solid #ecf0f1;
  color: #34495e;
}

section ul li:last-child {
  border-bottom: none;
}

section.skills {
  background: #ffffff;
  max-width: 700px;
  margin: 30px auto;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

section.skills h2 {
  background: linear-gradient(90deg, #2ecc71, #27ae60);
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}


section.skills ul {
  list-style: none;
  padding-left: 0;
}

section.skills ul li {
  font-size: 18px;
  color: #333;
  margin-bottom: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 24px;
}

section.skills ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0a74da;
  font-weight: bold;
}

section.Education {
  background: #fff;
  max-width: 700px;
  margin: 30px auto;
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
}

section.Education h2 {
  background: linear-gradient(90deg, #2c3e50, #006d77);
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}


.Education {
  margin-bottom: 25px;
}

.Education h3 {
  margin: 10px 0 6px;
  font-size: 22px;
  color: #34495e;
}

.Education p {
  font-size: 16px;
  color: #555;
  margin-bottom: 6px;
}

.Education a {
  color: #27ae60;
  text-decoration: none;
  font-weight: 500;
}

.Education a:hover {
  text-decoration: underline;
}

section.projects {
  background: #fff;
  max-width: 700px;
  margin: 30px auto;
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
}

section.projects h2 {
  background: linear-gradient(90deg, #f39c12, #e67e22);
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}


.project {
  margin-bottom: 25px;
}

.project h3 {
  margin: 10px 0 6px;
  font-size: 22px;
  color: #34495e;
}

.project p {
  font-size: 16px;
  color: #555;
  margin-bottom: 6px;
}

.project a {
  color: #27ae60;
  text-decoration: none;
  font-weight: 500;
}

.project a:hover {
  text-decoration: underline;
}
section.socials {
  background: #fff;
  max-width: 700px;
  margin: 30px auto;
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  text-align: center;
}

section.socials h2 {
  background: linear-gradient(90deg, #9b59b6, #8e44ad);
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 10px 18px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}


.social-icons a {
  margin: 0 10px;
  display: inline-block;
}

.social-icons img {
  width: 28px;
  height: 28px;
  margin: 0 12px;
  vertical-align: middle;
  transition: transform 0.2s ease-in-out;
}

.social-icons img:hover {
  transform: scale(1.1);
}
section.achievements {
  background: #fff;
  max-width: 700px;
  margin: 30px auto;
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
}

section.achievements h2 {
  background: linear-gradient(90deg, #c0392b, #e74c3c);
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

section.achievements ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

section.achievements ul li {
  position: relative;
  font-size: 17px;
  color: #34495e;
  padding: 12px 18px;
  margin-bottom: 12px;
  border-left: 4px solid #c0392b;
  background: #f9f9f9;
  border-radius: 6px;
  transition: background 0.3s ease;
}

section.achievements ul li:hover {
  background: #f0f0f0;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  section {
    padding: 20px;
    margin: 20px auto;
  }

  h1 {
    font-size: 26px;
    text-align: center;
  }

  h2 {
    font-size: 22px;
    text-align: center;
  }

  .resume-button a {
    padding: 10px 16px;
    font-size: 14px;
  }

  .social-icons img {
    width: 24px;
    height: 24px;
    margin: 0 8px;
  }

  .project h3,
  .project p,
  section ul li {
    font-size: 15px;
  }
}
h1 {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  color: #2c3e50;
}

#typed-text {
  color: #27ae60; 
}
.footer {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #777;
  background: #f4f4f4;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

.footer a {
  color: #2980b9;
  text-decoration: none;
  font-weight: 500;
}

body.dark-mode .footer {
  background: #1a1a1a;
  color: #bbb;
  border-top: 1px solid #444;
}

body.dark-mode .footer a {
  color: #3498db;
}
