.footer-section {
  background: #2f4354;
  padding: 80px 0;
  color: #ffffff;
}

/* LEFT */
.footer-title {
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-text {
  font-size: 0.95rem;
  color: #d3dce3;
  max-width: 300px;
}

/* SOCIAL ICONS */
.social-icons a {
  color: #ffffff;
  font-size: 20px;
  margin-right: 16px;
  text-decoration: none;
}

.social-icons a:hover {
  opacity: 0.8;
}

/* CENTER */
.footer-label {
  font-size: 0.75rem;
  letter-spacing: 0.12rem;
  color: #cfd8df;
  margin-bottom: 10px;
}

.footer-email {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

/* FORM */
.footer-section .form-control {
  border-radius: 8px;
  border: none;
  padding: 14px 16px;
  font-size: 0.95rem;
}

.footer-section .form-control:focus {
  box-shadow: none;
  border: 1px solid #4d93e6;
}

.footer-section .form-group {
  margin-bottom: 14px;
}

.message_input {
  height: 50px;
}

/* CHECKBOX */
.footer-section .form-check {
  margin-top: 10px;
}

.footer-section .form-check-label {
  font-size: 0.8rem;
  color: #dce4ea;
}

/* BUTTON */
.footer-btn {
  background: #4d93e6;
  color: #ffffff;
  padding: 12px;
  border-radius: 30px;
  font-weight: 500;
  border: none;
}

.footer-btn:hover {
  background: #3a7ccc;
}

/* SUCCESS & ERROR */
.success_msg,
.error_msg {
  display: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-section {
    padding: 50px 20px;
  }

  .footer-text {
    max-width: 100%;
  }

  .footer-email {
    margin-bottom: 20px;
  }
}
