/* Container principal */
.contact-container {
  padding: 20px;
  max-width: 100%;
}

/* Header */
.contact-header {
  margin-bottom: 30px;
  text-align: left;
}

.contact-title {
  color: #c12429;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.contact-subtitle {
  color: #2c2a2a;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

/* Formulário */
.contact-form {
  margin-bottom: 30px;
}

.contact-input {
  flex: 1;
  padding: 12px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
  border: 1px solid #e7e1dd;
  width: 100% !important;
  height: 60px !important;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.contact-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Footer do formulário */
.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-button-submit {
  width: 169px;
  height: 44px;
  background-color: #2c2a2a;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.servicos-button-wpp:hover {
  background-color: #c12429;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.map-section-btn-whats:hover {
  background-color: #c12429;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.map-section-btn-email:hover {
  background-color: #c12429;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Dividers */
.contact-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #ddd, transparent);
  margin: 30px 0;
}

.contact-social-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px 0;
}

.social-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-text {
  color: #c12429;
  font-weight: 500;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px) scale(1.1);
  color: white;
  text-decoration: none;
}

/* Seção de Informações */
.contact-info-section {
  margin-top: 30px;
}

.info-item {
  margin-bottom: 30px;
  padding: 20px;
}

.info-title {
  color: #2c2a2a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-subtitle {
  color: #2c2a2a;
  font-size: 16px;
  font-weight: 400px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.info-subtitle:last-child {
  margin-bottom: 0;
}

/* Responsividade */
@media (max-width: 768px) {
  .contact-container {
    padding: 15px;
  }

  .info-item {
    padding: 0px !important;
  }

  .contact-input {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .contact-title {
    font-size: 24px;
  }

  .form-footer {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .map-section-btn-whats {
    width: 100% !important;
  }
  .whatsapp-section {
    width: 100% !important;
  }

  .contact-button-submit {
    width: 100% !important;
    margin-bottom: 15px;
    margin-top: 0px !important;
  }

  .contact-social-section {
    flex-direction: column;
    text-align: center;
  }

  .social-section {
    flex-direction: column;
    gap: 10px;
  }

  .whatsapp-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .info-title {
    font-size: 16px;
  }

  .info-subtitle {
    font-size: 13px;
  }
}
