body {
  background-color: #f8f8f7;
}

h1 {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
h2,
h3,
h4 {
  text-align: center;
  font-family: sans-serif;
}

p {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #444;
}

.hero {
  background-color: #e8d8c4;
  color: #561c24;
  padding: 50px 0;
  text-align: center;
}

.btn-branding {
  background-color: #561c24;
  color: #f8f8f7;
  border-radius: 15px;
}

#about-section {
  padding-top: 350px;
  text-align: center;
}

#projects .card {
  background-color: #e8d8c4;
  border: none;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#projects .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

#projects .card .card-title {
  font-weight: 600;
}

#projects .card-text {
  color: #444;
}

@media (prefers-reduced-motion: reduce) {
  #projects .card {
    transition: none;
  }
}

#contact .contact-form .form-control {
  border-radius: 6px;
  box-shadow: none;
}

#contact .btn-branding {
  padding: 0.5rem 1.1rem;
}

#contact .contact-details h5 {
  margin-bottom: 0.75rem;
}

#contact .contact-details a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  #contact .contact-details {
    margin-top: 1rem;
  }
}

.social-links .social-icon {
  color: #333;
  font-size: 1.25rem;
  transition: transform 0.2s ease, color 0.2s ease;
  display: inline-block;
}

.social-links .social-icon:hover {
  color: #561c24;
  transform: translateY(-3px);
  text-decoration: none;
}

#contact .contact-details i {
  color: #561c24;
  width: 20px;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .social-links .social-icon {
    transition: none;
  }
}

body {
  padding-top: 72px;
}

.navbar-brand {
  color: #561c24;
}

.navbar .nav-link {
  color: #561c24;
}

.navbar .nav-link:hover {
  color: #561c24;
}
