body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/* Header Styles */
header {
  background-color: #333;
  color: #fff;
  padding: 10px 0;
}

header nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

header nav ul li {
  margin: 0 15px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

header nav ul li a:hover {
  text-decoration: underline;
}

/* Hero Section
  ndryshon njgyren e shkrimit tek pjesa madhe */
#hero {
  background: url("../hero_section.jpg") no-repeat center center/cover;
  color: #ddd;
  text-align: center;
  padding: 100px 20px;
}

.first-line {
  font-size: 2em;
}

.second-line {
  font-size: 1.5em;
  display: block;
  margin-top: 10px;
}

/* Section Styles */
section {
  margin: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#featured-projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
}

#featured-projects h2 {
  text-align: center;
  width: 100%;
}

/* Project Card Styles */
.project-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 40px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.project-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  cursor: pointer;
}

.project-card img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}

.project-card h3 {
  margin: 10px 0;
  color: #333;
  font-size: 1.8em;
}

.project-card p {
  margin: 15px 0;
  color: #666;
  font-size: 1.1em;
  line-height: 1.8;
}

.explore-btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 25px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.explore-btn:hover {
  background-color: #555;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.project-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.project-card h3 {
  margin-top: 10px;
  font-size: 1.5em;
}

.project-card p {
  margin-bottom: 10px;
}

.project-card a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #333;
  border-radius: 4px;
}

.project-card a:hover {
  background-color: #333;
  color: #fff;
}

.project-card .explore-btn {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 25px;
  display: inline-block;
}

.project-card .explore-btn:hover {
  background-color: #555;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Footer Styles */
footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

/* Button Styles */
button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

button:hover {
  background-color: #555;
}

/* Form Styles */
form label {
  display: block;
  margin-top: 10px;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

form button {
  margin-top: 10px;
}
