.service-card .icon i {
  color: #558888 !important; /* blanco casi puro */
}

.modal-title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 500;
}

.modal-header {
    padding: 1rem;
    background-color: #0a3636;
    border-bottom: 1px solid #dee2e6;
}

.modal-body {
    padding: 2rem;
    background-color: #215c5c;
    border-top: 1px solid #dee2e6;
}

.social-link {
  color: #f9f9f9;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.social-link:hover {
  opacity: 1;
  transform: translateY(-2px);
  color: #007bff;
}

.footer {
  background-color: #215c5c !important;
}

.social-link {
  color: #6c757d;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.social-link:hover {
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
  transform: translateY(-2px);
}

.footer-link {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #007bff;
}

.footer h5, .footer h6 {
  color: #f8f9fa;
  font-weight: 600;
}

.footer ul li {
  font-size: 14px;
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer .col-md-6.text-md-end {
    text-align: left !important;
    margin-top: 10px;
  }
}
