.custom-footer {
  position: relative;
  background: #fff;
  color: #000;
  padding: 40px 20px;
  overflow: hidden;
  text-align: center;
}
.footer-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  width: 880px;
  height: 880px;
  opacity: 0.3;
  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-copy {
  font-size: 14px;
  color: #888;
  margin-top: 15px;
}

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


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

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

#burger-btn {
  display: none;
}

@media (max-width: 768px) {
  #burger-btn {
    display: block;
  }

  nav.desktop-menu {
    display: none;
  }

  nav.mobile-menu.show {
    display: block;
  }
}

@media (max-width: 768px) {
  .footer-circle {
    width: 400px;
    height: 500px;
  }
}
.footer-content {
  padding-top: 80px; 
}
@media (max-width: 768px) {
  .footer-content {
    padding-top: 120px;
  }
}