﻿/* Projects Page Styles */
.projects-hero {
  justify-content: flex-end;
  background: url(../img/project-bg.png) no-repeat center center/cover;
  height: 700px;
}

.projects-section {
  padding: 20px;
  position: relative;
}

.breadcrumb {
  margin-bottom: 20px;
  color: #555;
}

.breadcrumb a {
  color: #867b7b;
  text-decoration: none;
}

.breadcrumb span {
  color: #333;
}

.projects-layout {
  display: flex;
  gap: 30px;
}

.sidebar-nav {
  width: 250px;
  flex-shrink: 0;
  border-top: 6px solid #9D0807;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 30px;
}

.sidebar-nav li a {
  display: block;
  padding: 20px 20px;
  padding-left: 40px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.sidebar-nav li:last-child a {
  border-bottom: none;
}

.sidebar-nav li.active a {
  color: #d35400;
  font-weight: bold;
}

.sidebar-nav li a:hover {
  background-color: #f0f0f0;
}

.sidebar-nav li.active a:hover {
  color: #d35400;
}

.project-content {
  flex-grow: 1;
  padding: 24px;
  background-color: white;
}

.project-content .title-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.project-content .title-decorator {
  width: 4px;
  height: 24px;
  background-color: #9D0807;
  border-radius: 2px;
  margin-right: 10px;
}

.project-content h2 {
  color: #333;
  border-bottom: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #951c21;
}

.project-content h3 {
  color: #d8940f;
  margin-top: 30px;
  font-size: 18px;
}

.project-content p {
  line-height: 1.6;
  color: #9D0807;
  font-size: 14px;
  margin-bottom: 1.2em;
}

/* Footer Languages */
.footer-languages {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  background-color: #f4f4f4;
}

.footer-languages p {
  margin: 0;
  color: #555;
}