.elementor-106 .elementor-element.elementor-element-acccf44{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c5ec9ca *//* ===== HERO ===== */
.bd-contact-hero {
  background: linear-gradient(135deg, #ffedd5, #fed7aa);
  padding: 90px 15px 70px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.bd-symbol {
  font-size: 56px;
  margin-bottom: 10px;
}

.bd-contact-hero h1 {
  font-size: 42px;
  color: #bf360c;
  font-weight: 800;
}

.bd-contact-hero p {
  font-size: 16px;
  color: #6b7280;
}

/* ===== CONTACT WRAPPER ===== */
.bd-contact {
  background: #fff7ed;
  padding: 70px 15px;
  font-family: 'Poppins', sans-serif;
}

.bd-contact-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* LEFT INFO */
.bd-contact-info h2 {
  font-size: 30px;
  color: #bf360c;
  font-weight: 800;
  margin-bottom: 10px;
}

.bd-contact-info p {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 20px;
}

.bd-contact-info ul {
  list-style: none;
  padding: 0;
}

.bd-contact-info li {
  font-size: 15px;
  margin-bottom: 12px;
  color: #374151;
}

/* FORM */
.bd-contact-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.bd-form {
  display: flex;
  flex-direction: column;
}

/* Floating Field */
.bd-field {
  position: relative;
  margin-bottom: 22px;
}

.bd-field input,
.bd-field textarea {
  width: 100%;
  padding: 14px 14px 14px 44px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
  outline: none;
  background: transparent;
}

.bd-field label {
  position: absolute;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s ease;
}

.bd-field input:focus + label,
.bd-field textarea:focus + label,
.bd-field input:valid + label,
.bd-field textarea:valid + label {
  top: -8px;
  font-size: 12px;
  color: #e65100;
  background: #ffffff;
  padding: 0 6px;
}

/* Icon */
.bd-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

/* Button */
.bd-form button {
  margin-top: 10px;
  background: #e65100;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(230, 81, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bd-form button:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(191, 54, 12, 0.45);
}

/* Success UI (hidden by default) */
.bd-success {
  display: none;
  margin-top: 20px;
  background: #ecfdf5;
  color: #065f46;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
}

/* MOBILE */
@media (max-width: 900px) {
  .bd-contact-container {
    grid-template-columns: 1fr;
  }

  .bd-contact-hero h1 {
    font-size: 34px;
  }
}/* End custom CSS */