/* Social Media Modal */
.social-modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.20);
}

.social-modal-header {
  padding: 28px 22px;
  color: #fff;
  background: linear-gradient(135deg, #0066cc, #003d80);
}

.social-modal-main-icon {
  font-size: 42px;
}

.social-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  color: #333;
  text-decoration: none;
  transition: all .2s ease;
}

.social-box:hover {
  color: #333;
  background: #f4f9ff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.social-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
}

.social-icon.instagram {
  background: #e1306c;
}

.social-icon.maps {
  background: #4285f4;
}

.social-title {
  font-weight: 600;
  margin-bottom: 2px;
}

.social-description {
  color: #777;
  font-size: 13px;
}
