/* ===== Global Reset ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== Portfolio Container ===== */
#portfolio {
  max-width: 1000px;
  margin: 50px auto;
  padding: 40px;
  background: #e2e2e2;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #f5f7ea;
  line-height: 1.7;
  box-shadow: 0 4px 12px #97bcbd;
}

/* ===== Section Title ===== */
.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #c925b1 !important;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #16100c;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ===== Subsections ===== */
#portfolio > div {
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 12px;
  background: #16100c;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#portfolio > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* ===== Subsection Headings ===== */
#portfolio h2,
#portfolio h3 {
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffeb9f;
  border-left: 5px solid #3498db;
  padding-left: 12px;
}

/* ===== Lists ===== */
#portfolio ul {
  list-style: none;
  padding: 0;
}

#portfolio ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.05rem;
}

#portfolio ul li:last-child {
  border-bottom: none;
}

/* ===== Strong Labels ===== */
#portfolio strong {
  color: #0099FF;
  font-weight: 600;
}

/* ===== Personal Info + Language Side by Side ===== */
.personal-language-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

#PersonalI, #Language {
  flex: 1;
  min-width: 280px;
}

/* ===== Language Section ===== */
.language-list {
  list-style: none;
  padding: 0;
}

.language-list li {
  font-size: 1.1rem;
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #efb3e6;
}

.language-list i {
  color: #3498db;
  font-size: 1.3rem;
}

/* ===== Interests Section ===== */
#Interests {
  text-align: center;
}

#Interests h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #34495e;
}

.interests-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.interest-item {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 15px;
  width: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.interest-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.interest-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.interest-item p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
}

/* ===== Skills Section ===== */
#Skills {
  text-align: center;
}

#Skills h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #34495e;
}

.skills-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.skill-item {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 15px;
  width: 160px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.skill-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.skill-item img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.skill-item p {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
}

/* ===== Education Section ===== */
#Education {
  text-align: center;
}

.education-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.edu-item {
  background: #ffeb9f;
  border-radius: 12px;
  padding: 15px;
  width: 220px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px #709dec;
}

.edu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px #01f7ff;
}

.edu-item img {
  width: 120px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.edu-item p {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
}

/* ===== Experience Section ===== */
#Experience {
  text-align: center;
}

.experience-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.exp-item {
  background: #150b04;
  border-radius: 12px;
  padding: 15px;
  width: 220px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px #ffeb9f;
}

.exp-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px #ff005b;
}

.exp-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
.exp-item .PEZA {
  width: 120px !important;
  height: auto;
}
.exp-item .Waitress {
  width: 120px !important;
  height: auto;
}
.exp-item p {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  #portfolio {
    padding: 16px;
    max-width: 90%;
  }
  .section-title {
    font-size: 1.8rem;
  }
  #portfolio h2, #portfolio h3 {
    font-size: 1.3rem;
  }
  .skills-grid, .interests-grid, .education-grid, .experience-grid {
    gap: 15px;
  }
  .skill-item, .interest-item, .edu-item, .exp-item {
    width: 160px;
  }
  .personal-language-wrapper {
    flex-direction: column;
  }
}
