@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");

body {
  font-family: "poppins", sans-serif;
}

body {
  background: linear-gradient(to bottom, #ff8b9e, #ff97fd);
  color: #000000;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 600px;
  margin: auto;
  margin-top: 50px;
}
.container h1 {
  margin: 0;
  font-size: 30px;
}
.container p {
  font-size: 18px;
  margin: 1px 0;
}
.profile img {
  width: 150px;
  border-radius: 50%;
}
.social-links img {
  width: 30px;
  margin: 10px;
}

.portfolio {
  background: #ffe4e4;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 3px 3px 0 rgb(0, 0, 0);
}
.portfolio img {
  width: 100%;
  border-radius: 10px;
}
.portfolio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.portfolio-header h2 {
  margin: 0;
  font-size: 20px;
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.portfolio-header a {
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s ease;
}
.portfolio-header a:hover {
  background: linear-gradient(to bottom, #ff002b, #ff02fb);
}
.portfolio-header a img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.links .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 4px 4px 0 rgb(8, 8, 8);
  border: 2px solid #000;
  transition: all 0.1s ease-in-out;
  position: relative;
  overflow: hidden;
}
.links .link-btn img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  position: absolute;
  left: 15px;
}
.links .link-btn span {
  flex-grow: 1;
  text-align: center;
}
.links .link-btn:hover {
  background: linear-gradient(to bottom, #ff3052, #ff2afb);
  color: #fff;
  transform: scale(1.01);
  border: 2px solid #000;
  box-shadow: 6px 6px 0 rgb(0, 0, 0);
}

.about {
  background: #ffffff;
  color: #000;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 3px 3px 0 rgb(0, 0, 0);
}
.about h2 {
  margin: 0;
  font-size: 20px;
  text-align: center;
}
.about p {
  font-size: 16px;
  text-align: left;
}
.skills {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.skills h3 {
  margin: 0;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.skills-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.skills-container {
  padding: 10px;
  margin: 1px;
  display: flex;
}
.skills-container img {
  width: 20px;
  margin: 5px;
  filter: drop-shadow(
    2px 2px 2px rgba(255, 180, 219, 0.973)
  ); /* Shadow appears behind PNG */
}
.skills-container span {
  margin: 0;
  font-size: 16px;
}
.Resume {
  justify-content: center;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 4px 4px 0 rgb(8, 8, 8);
  border: 2px solid #000;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  max-width: 75%;
  margin: 0 auto;
}
.Resume .Resume-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; /* Remove underline */
  width: 100%;
}
.Resume .Resume-btn img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  position: absolute;
  left: 15px;
}
.Resume .Resume-btn span {
  flex-grow: 1;
  text-align: center;
}
.Resume:hover {
  background: linear-gradient(to bottom, #ff8b9e, #ff97fd);
  color: #fff;
  transform: scale(1.001);
  border: 2px solid #000;
  box-shadow: 6px 6px 0 rgb(0, 0, 0);
}

/* Article Section */
.Article h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #000000;
}
.Article .btn {
  margin: 10px 0;
}
.Article .Article-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 4px 4px 0 rgb(8, 8, 8);
  border: 2px solid #000;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.Article .Article-btn img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  position: absolute;
  left: 15px;
}
.Article .Article-btn span {
  flex-grow: 1;
  text-align: center;
}
.Article .Article-btn:hover {
  background: #ff8abb;
  color: #fff;
  transform: scale(1.02);
  box-shadow: 5px 5px 0 rgb(0, 0, 0);
}

/*---FAQ Section---*/
.faq {
  text-align: center;
  margin: 40px 0;
}
.faq h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}
.faq-container {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}
.faq-item {
  margin-bottom: 7px;
}
.faq-question {
  width: 100%;
  background: rgba(255, 255, 255, 0.777);
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px;
  border: none;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.faq-answer {
  display: none;
  background: rgba(255, 255, 255, 0.764);
  font-size: 15px;
  color: #000000;
  padding: 12px;
  margin-top: 3px;
  border-radius: 8px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.faq-item.active .faq-answer {
  display: block;
}

/* Contact */
.contact {
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background: linear-gradient(to bottom, #ff8b9e, #ff97fd);
  border-radius: 10px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}
.contact h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
}
.contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact input,
.contact textarea {
  width: 90%;
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #616161;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  transition: 0.3s ease-in-out;
}
.contact input:focus,
.contact textarea:focus {
  border-color: #ff2d84;
  outline: none;
  box-shadow: 0 0 8px rgba(255, 120, 176, 0.785);
}
.contact textarea {
  resize: none;
  height: 100px;
}
/* Submit Button */
.contact button {
  background: #ff3086;
  color: white;
  border: none;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.contact button:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 8px rgb(0, 0, 0);
}

/* Footer */
footer {
  text-align: center;
  background: #222;
  color: white;
  padding: 10px;
  margin-top: 40px;
}
.share {
  margin-bottom: 15px;
}
footer h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ff8abb;
}
.share-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.share-icons a {
  display: inline-block;
  transition: transform 0.3s;
}
.share-icons img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
}
.share-icons a:hover {
  transform: scale(1.2);
}
.footer-link {
  color: #ff83b7;  /* Change this color as per your theme */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.footer-link:hover {
  color: #ff3184;  /* Lighter pink on hover */
  text-decoration: underline;
}


/* Media Queries */
@media screen and (max-width: 768px) {
  /* For Tablets & Mobiles */
  .container {
    margin-top: 25px;
  }
  .container h1 {
    font-size: 24px;
  }
  .container p {
    font-size: 15px;
  }
  .profile img {
    width: 120px;
  }
  .social-links img {
    width: 25px;
  }
  .Resume {
    max-width: 65%;
  }
  .Resume .Resume-btn img {
    width: 25px;
    height: 25px;
  }
  .contact button {
    padding: 10px 12px;
    font-size: 16px;
  }
  .portfolio-header h2 {
    font-size: 17px;
  }
  .share {
    margin-bottom: 10px;
  }
  footer h3 {
    font-size: 14px;
  }
  .share-icons {
    gap: 13px;
  }
  .share-icons img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  /* For Small Mobile Screens */
  .container {
    margin-top: 25px;
  }
  .container h1 {
    font-size: 24px;
  }
  .container p {
    font-size: 15px;
  }
  .profile img {
    width: 120px;
  }
  .social-links img {
    width: 25px;
  }
  .Resume {
    max-width: 65%;
  }
  .Resume .Resume-btn img {
    width: 25px;
    height: 25px;
  }
  .contact button {
    padding: 10px 12px;
    font-size: 16px;
  }
  .portfolio-header h2 {
    font-size: 17px;
  }
  footer {
    padding: 8px;
    margin-top: 30px;
  }
  .share {
    margin-bottom: 10px;
  }
  footer h3 {
    font-size: 14px;
  }
  .share-icons {
    gap: 13px;
  }
  .share-icons img {
    width: 30px;
    height: 30px;
  }
}
