body {
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}
#skill-bar {
  }
  #skill-marquee span {
    white-space: nowrap;
  }

@media (max-width: 768px) {
  #skill-marquee span {
    font-size: 2rem !important;
    margin-right: 3rem !important;
  }
}

@media (max-width: 480px) {
  #skill-marquee span {
    font-size: 1.5rem !important;
    margin-right: 2rem !important;
  }
}

no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.custom-footer {
  position: relative;
  background: #fff;
  color: #000;
  padding: 40px 20px;
  overflow: hidden;
  text-align: center;
}

.footer-circle {
  position: absolute;
  top: -440px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  stroke-width: 3px;
}


.footer-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.footer-text {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
  border-bottom: 2px solid #666;
  display: inline-block;
  padding-bottom: 8px;
}


.footer-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #777;
  border-radius: 50%;
  color: #555;
  transition: border-color 0.3s ease, color 0.3s ease;
  font-size: 20px;
}

.footer-icons a:hover {
  border-color: #2563eb;
  color: #2563eb;
}


.footer-icons a img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}


.footer-copy {
  font-size: 14px;
  color: #888;
  margin-top: 15px;
}

.dot.active {
  background-color: black;
  width: 12px !important;
  height: 12px !important;
}

.project-active {
  transform: scale(1.1);
  z-index: 10;
}

@media (max-width: 640px) {
  #project-slider {
    padding-left: 16px !important;
    padding-right: 16px !important;
    gap: 24px !important;
    justify-content: flex-start !important;
  }
}
