.profile-image {
  border: 4px solid rgba(var(--primary-color-rgb), 0.2);
}
.mobile-menu-theme-toggle {
  margin: 25px 0;
}
.mobile-menu-theme-toggle .theme-toggle {
  margin: 0 auto;
}
.education-timeline {
  margin: 30px 0 20px;
}
.project-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.project-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-links {
  margin-top: auto;
}
@supports (-webkit-touch-callout: none) {
  .carousel-container {
    -webkit-overflow-scrolling: touch;
  }
}
.custom-cursor {
  mix-blend-mode: difference;
}
body:not(.dark-theme) .custom-cursor.hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(var(--primary-color-rgb), 0.5);
}
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--primary-color-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
}
.mobile-menu-close:hover {
  background-color: rgba(var(--primary-color-rgb), 0.2);
}
.mobile-menu-close i {
  font-size: 20px;
  color: var(--text-color);
}
.mobile-social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(var(--text-color-rgb), 0.1);
}
.mobile-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--primary-color-rgb), 0.1);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.mobile-social-link:hover {
  background-color: var(--primary-color);
  color: white;
}
.nav-items li a[href="#contact"],
.mobile-menu-nav li a[href="#contact"] {
  color: var(--primary-color);
  font-weight: var(--font-weight-medium);
}
.carousel-indicators {
  margin-top: 25px;
  margin-bottom: 10px;
}
.project-content p::before {
  color: var(--primary-color);
}
.project-highlights li::before {
  color: var(--primary-color);
}
.link-to-carousel-css {
  display: none;
}
