.block-contact .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.block-contact .form-control:focus {
  box-shadow: none;
  border-color: #4A90E2;
}

.block-contact .btn-custom {
  background-color: #4A90E2;
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
}

.block-contact .btn-custom:hover {
  background-color: #357ABD;
  color: white;
}

.block-contact .contact-info {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.block-contact .map-container {
  position: relative;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.block-contact .icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
  border-radius: 50%;
  margin-right: 10px;
}
.block-contact__social i {
	color: var(--theme-primary);
}
