.elementor-793 .elementor-element.elementor-element-ba23b1a{margin-top:0px;margin-bottom:0px;}.elementor-793 .elementor-element.elementor-element-d9268b1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}/* Start custom CSS for bdevs-contact, class: .elementor-element-052ec2c *//* Form container grid */
.wpcf7-form {
  max-width: 700px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 equal columns */
  gap: 25px;
  font-family: 'Segoe UI', sans-serif;
}

/* Remove default <p> spacing */
.wpcf7-form p {
  margin: 0;
}

/* Row 1 → Social Media + Name (side by side) */
.wpcf7-form > p:has([data-name="social-media-handles"]),
.wpcf7-form > p:has([data-name="full-name"]) {
  grid-column: span 1;
}

/* Row 2 → Contact Number full width */
.wpcf7-form > p:has([data-name="contact-number"]) {
  grid-column: 1 / -1;   /* force across both columns */
}
.wpcf7-form > p:has([data-name="contact-number"]) label {
  width : 100%;
}
.wpcf7-form > p:has([data-name="contact-number"]) .wpcf7-form-control {
  width: 100% !important;
  margin: 0 auto;
  display: block;
}

/* Row 3 → Submit button full width */
.wpcf7-form > p:has(.wpcf7-submit) {
  grid-column: 1/-1;
  text-align: center;
  margin: auto;
}

/* Submit button */
.wpcf7-form .wpcf7-submit {
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #EA0000;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7-form .wpcf7-submit:hover {
  background: #c00000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(234, 0, 0, 0.3);
}

/* Inputs */
.wpcf7-form-control {
  width: 100%;
  padding: 12px 15px 12px 40px; /* space for icon */
  font-size: 15px;
  border: none;
  border-bottom: 2px solid #ddd;
  background: transparent;
  outline: none;
  transition: 0.3s;
}
.wpcf7-form-control:focus {
  border-color: #EA0000;
}
.wpcf7-form-control::placeholder {
  color: #666;
  font-size: 14px;
}

/* Icon wrapper */
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro"; /* ✅ Pro version */
  font-weight: 900; /* solid style */
  font-size: 16px;
  color: #EA0000;
}

/* Icons (Font Awesome 5 Pro) */
[data-name="social-media-handles"]::before {
  content: "\f044"; /* Instagram */
}
[data-name="full-name"]::before {
  content: "\f007"; /* User */
}
[data-name="contact-number"]::before {
  content: "\f095"; /* Phone */
}

/* ✅ Responsive for small screens */
@media (max-width: 600px) {
  .wpcf7-form {
    grid-template-columns: 1fr; /* stack everything */
  }

  .wpcf7-form > p {
    grid-column: 1 / -1 !important; /* each input takes full width */
  }

  .wpcf7-form > p:has(.wpcf7-submit) {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-d9268b1 */.subscribe.bdevs-el-title {
  display: block;
  width: 300px;
  height: 150px;
  margin: 0 auto;
  background-image: url('https://ihearyouguys.com/wp-content/uploads/2025/09/WhatsApp-Image-2025-09-10-at-23.26.55-1.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
}

.section-title5 {
  display: flex;
  justify-content: center;
}

.contact-form-box {
    padding: 60px 0px 87px 0px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ba23b1a */.contact-form-box{
    z-index: 1;
}
@media(max-width:767px){
    .page-titel-padding {
        padding-bottom: 150px !important;
    }
    .section-title5{
        margin-bottom: 28px;
    }
}/* End custom CSS */