.img-machaa {
  width: 100px !important;
  height: 100px !important;
}

@media (max-width: 768px) {

  h1,
  h2 {
    font-size: 40px !important;
    width: 100% !important;
  }
}

/* Contact Modal Custom Styles */
#contactModal .modal-content {
  border: none;
}

.social-icon-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.social-icon-link:hover {
  background: linear-gradient(135deg, #F49959 0%, #FF6B6B 100%);
  transform: translateY(-3px);
  color: white;
  box-shadow: 0 5px 15px rgba(244, 153, 89, 0.3);
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #F49959 !important;
  background-color: #fff !important;
}

.form-check-input:checked {
  background-color: #F49959;
  border-color: #F49959;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 153, 89, 0.25);
  border-color: #F49959;
}

.hover-overlay:hover {
  opacity: 0.1 !important;
}

/* Glassmorphism for left panel circles */
.glass-circle {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}