.folderContainer {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #00d4ff;
  background: linear-gradient(135deg, rgba(10, 14, 39, 0.95) 0%, rgba(15, 20, 35, 0.95) 100%);
  backdrop-filter: blur(10px);
}

.folderTitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #00ffff;
  border-bottom: 2px solid #00d4ff;
  padding-bottom: 10px;
  text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
  box-shadow: 0 2px 0 rgba(0, 212, 255, 0.3);
}

/* Projects Folder Styles */
.projectItem {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(0, 212, 255, 0.05);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 212, 255, 0.1), 0 0 20px rgba(0, 212, 255, 0.05);
  border-left: 4px solid #00d4ff;
  border: 1px solid rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.projectItem:hover {
  background: rgba(0, 212, 255, 0.08);
  box-shadow: 0 4px 8px rgba(0, 212, 255, 0.2), 0 0 30px rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.4);
  transform: translateY(-2px);
}

.projectItem h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.projectMeta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}

.role {
  font-weight: 600;
  color: #00d4ff;
  font-size: 14px;
  text-shadow: 0 0 8px rgba(0, 212, 255, 0.4);
}

.stack {
  font-style: italic;
  color: #66ccff;
  font-size: 14px;
}

.projectDescription {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #b3e5ff;
}

.projectHighlight {
  background: rgba(0, 212, 255, 0.15);
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 600;
  color: #00ffff;
  margin-top: 10px;
  border: 1px solid rgba(0, 212, 255, 0.3);
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.1);
}

.projectLinks {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}

.projectLink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #00ffff;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 212, 255, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  border: 1px solid rgba(0, 212, 255, 0.3);
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.projectLink:hover {
  background: rgba(0, 212, 255, 0.2);
  text-decoration: underline;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
  border-color: rgba(0, 255, 255, 0.5);
  transform: translateY(-1px);
}

/* Personal Info Folder Styles */
.infoCard {
  background: rgba(0, 212, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 212, 255, 0.1), 0 0 20px rgba(0, 212, 255, 0.05);
  margin-bottom: 20px;
  border: 1px solid rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(10px);
}

.infoRow {
  display: flex;
  margin-bottom: 15px;
}

.infoLabel {
  font-weight: 600;
  width: 150px;
  color: #00d4ff;
  text-shadow: 0 0 8px rgba(0, 212, 255, 0.4);
}

.infoValue {
  flex: 1;
  color: #b3e5ff;
}

.philosophySection {
  background: rgba(0, 212, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 212, 255, 0.1), 0 0 20px rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(10px);
}

.philosophySection h2 {
  color: #00ffff;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.philosophySection p {
  color: #b3e5ff;
  line-height: 1.6;
}

.principlesList {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
}

.principlesList li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #b3e5ff;
}

/* Contact Folder Styles */
.contactCard {
  background: rgba(0, 212, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 212, 255, 0.1), 0 0 20px rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(10px);
}

.contactItem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.contactItem:hover {
  background: rgba(0, 212, 255, 0.08);
  transform: translateX(5px);
}

.contactIcon {
  color: #00d4ff;
  margin-right: 15px;
  filter: drop-shadow(0 0 5px rgba(0, 212, 255, 0.5));
}

.contactDetails {
  display: flex;
  flex-direction: column;
}

.contactLabel {
  font-size: 14px;
  color: #66ccff;
  margin-bottom: 5px;
}

.contactValue {
  color: #00ffff;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.contactValue:hover {
  text-decoration: underline;
  text-shadow: 0 0 12px rgba(0, 255, 255, 0.6);
}

/* Skills Folder Styles */
.skillsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.skillCategory {
  background: rgba(0, 212, 255, 0.05);
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 212, 255, 0.1), 0 0 20px rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.skillCategory:hover {
  background: rgba(0, 212, 255, 0.08);
  box-shadow: 0 4px 8px rgba(0, 212, 255, 0.2), 0 0 30px rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.4);
  transform: translateY(-2px);
}

.skillCategory h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #00ffff;
  border-bottom: 1px solid rgba(0, 212, 255, 0.3);
  padding-bottom: 5px;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.skillList {
  list-style-type: disc;
  padding-left: 20px;
}

.skillList li {
  margin-bottom: 8px;
  color: #b3e5ff;
}

.specialization {
  background: rgba(0, 212, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 212, 255, 0.1), 0 0 20px rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(10px);
}

.specialization h2 {
  color: #00ffff;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.specialization p {
  color: #b3e5ff;
  line-height: 1.6;
}

/* Additional Info Folder Styles */
.additionalInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.infoSection {
  background: rgba(0, 212, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 212, 255, 0.1), 0 0 20px rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.infoSection:hover {
  background: rgba(0, 212, 255, 0.08);
  box-shadow: 0 4px 8px rgba(0, 212, 255, 0.2), 0 0 30px rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.4);
}

.infoSection h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #00ffff;
  border-bottom: 1px solid rgba(0, 212, 255, 0.3);
  padding-bottom: 5px;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.summary {
  line-height: 1.6;
  font-size: 16px;
  color: #b3e5ff;
}

.expertiseList,
.achievementsList,
.languageList {
  list-style-type: disc;
  padding-left: 20px;
}

.expertiseList li,
.achievementsList li,
.languageList li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #b3e5ff;
}

.leadershipItem {
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(0, 212, 255, 0.03);
  border-radius: 6px;
  border-left: 3px solid #00d4ff;
}

.leadershipItem h3 {
  font-size: 16px;
  font-weight: 600;
  color: #00ffff;
  margin-bottom: 8px;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.leadershipItem p {
  line-height: 1.5;
  color: #b3e5ff;
}

@media (max-width: 768px) {
  .skillsGrid {
    grid-template-columns: 1fr;
  }

  .projectMeta {
    flex-direction: column;
  }

  .infoRow {
    flex-direction: column;
  }

  .infoLabel {
    width: auto;
    margin-bottom: 5px;
  }
}
