.project-img {
  background-color: var(--card-bg);
  position: relative;
}
.project-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-container {
  overflow: visible;
  padding: 20px 0;
}
.carousel-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 15px;
    word-wrap: break-word;
  }
  .hero-content h2 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 15px;
    word-wrap: break-word;
  }
  .section-header h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  p, li, .timeline-content p, .project-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media (hover: hover) {
  .custom-cursor, .cursor-trail {
    display: block;
    pointer-events: none !important;
  }
}
@media (hover: none) {
  .custom-cursor, .cursor-trail {
    display: none !important;
  }
  body, a, button, .btn {
    cursor: auto !important;
  }
}
.timeline-title, .timeline-subtitle, .timeline-description {
  font-weight: var(--font-weight-light);
}
.nav-social-link {
  font-size: 1.5rem;
  margin: 0 12px;
}
.contact-form .form-control {
  font-size: 0.95rem;
}
.project-card {
  overflow: visible;
  margin-bottom: 25px;
}
.project-highlights li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 5px;
}
.project-highlights {
  padding-left: 20px;
}
