.elementor-524 .elementor-element.elementor-element-2cf22f8{--display:flex;}.elementor-524 .elementor-element.elementor-element-344e511{--display:flex;}.elementor-524 .elementor-element.elementor-element-ebb0449{--display:flex;}.elementor-524 .elementor-element.elementor-element-50cfb7d{--display:flex;}.elementor-524 .elementor-element.elementor-element-033ee2f{--display:flex;}.elementor-524 .elementor-element.elementor-element-e3de5f6{--display:flex;}.elementor-524 .elementor-element.elementor-element-8d6a619{--display:flex;}.elementor-524 .elementor-element.elementor-element-9135fa9{--display:flex;}.elementor-524 .elementor-element.elementor-element-012a5ea{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9aece83 *//* ================================
   HERO HOMES SEC 104 BANNER
================================ */

.hero104-banner {
  position: relative;
  width: 100%;
  min-height: 650px;

  background-image: url("https://herohome.in/wp-content/uploads/2026/09/image-3.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  overflow: hidden;

  font-family: "Poppins", Arial, sans-serif;
}


/* RED + DARK OVERLAY */

.hero104-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(40, 0, 0, 0.92) 0%,
      rgba(100, 0, 0, 0.78) 42%,
      rgba(80, 0, 0, 0.48) 68%,
      rgba(20, 0, 0, 0.72) 100%
    );
}


/* MAIN CONTAINER */

.hero104-container {
  position: relative;
  z-index: 2;

  width: 90%;
  max-width: 1250px;

  margin: auto;

  display: grid;
  grid-template-columns: 1.15fr 0.85fr;

  gap: 70px;

  align-items: center;
}


/* LEFT CONTENT */

.hero104-content {
  color: #fff;
  padding: 35px 0;
}


.hero104-badge {
  display: inline-block;

  padding: 8px 18px;

  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50px;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 2px;

  margin-bottom: 22px;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(5px);
}


.hero104-content h1 {
  margin: 0;

  font-size: clamp(42px, 5vw, 70px);

  line-height: 1.05;

  font-weight: 700;
 color: #fff;
  letter-spacing: -1.5px;
}


.hero104-content h1 span {
  display: block;

   color: #fff;

  font-weight: 400;
}


/* LOCATION */

.hero104-location {
  margin-top: 22px;

  font-size: 22px;

  font-weight: 600;

  display: flex;
  align-items: center;

  gap: 10px;
}


.hero104-location span {
  color: #ff4b4b;

  font-size: 18px;
}


.hero104-address {
  margin: 7px 0 0;

  color: rgba(255,255,255,0.72);

  font-size: 14px;

  letter-spacing: 0.3px;
}


/* PROPERTY DETAILS */

.hero104-details {
  display: flex;

  align-items: center;

  gap: 30px;

  margin-top: 38px;
}


.hero104-detail {
  display: flex;
  flex-direction: column;

  gap: 7px;
}


.hero104-detail small {
  font-size: 10px;

  letter-spacing: 1.8px;

  color: rgba(255,255,255,0.58);

  font-weight: 600;
}


.hero104-detail strong {
  font-size: 22px;

  font-weight: 600;

  color: #fff;
}


.hero104-detail em {
  font-style: normal;

  font-size: 12px;

  color: rgba(255,255,255,0.65);

  font-weight: 400;
}


.hero104-line {
  width: 1px;

  height: 48px;

  background: rgba(255,255,255,0.3);
}


/* BUTTON */

.hero104-btn {
  display: inline-flex;

  align-items: center;

  gap: 20px;

  margin-top: 42px;

  padding: 15px 25px;

  color: #fff !important;

  text-decoration: none !important;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 1.5px;

  background: #b30000;

  border: 1px solid #e05a5a;

  transition: all 0.3s ease;
}


.hero104-btn span {
  font-size: 20px;

  line-height: 0;
}


.hero104-btn:hover {
  background: #d00000;

  transform: translateY(-3px);

  box-shadow: 0 12px 30px rgba(150,0,0,0.35);
}


/* ================================
   FORM BOX
================================ */

.hero104-form-wrapper {
  background: rgba(255,255,255,0.96);

  padding: 32px;

  border-radius: 4px;

  box-shadow:
    0 25px 70px rgba(0,0,0,0.35);

  border-top: 5px solid #b30000;

  backdrop-filter: blur(10px);
}


.hero104-form-header span {
  color: #b30000;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 2px;
}


.hero104-form-header h2 {
  margin: 7px 0 3px;

  font-size: 27px;

  line-height: 1.2;

  color: #1a1a1a;

  font-weight: 700;
}


.hero104-form-header p {
  margin: 0 0 22px;

  color: #777;

  font-size: 12px;
}


/* FORM PLACEHOLDER */

.hero104-form-placeholder {
  min-height: 190px;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 20px;

  border: 1px dashed #ccc;

  color: #999;

  font-size: 12px;
}


/* ================================
   CONTACT FORM 7 STYLING
================================ */

.hero104-form input,
.hero104-form textarea,
.hero104-form select {
  width: 100%;

  box-sizing: border-box;

  border: 1px solid #ddd;

  background: #fff;

  padding: 13px 14px;

  margin-bottom: 12px;

  font-size: 13px;

  color: #333;

  outline: none;

  border-radius: 2px;
}


.hero104-form input:focus,
.hero104-form textarea:focus,
.hero104-form select:focus {
  border-color: #b30000;
}


.hero104-form textarea {
  min-height: 80px;

  resize: vertical;
}


.hero104-form input[type="submit"] {
  background: #b30000;

  color: #fff;

  border: none;

  cursor: pointer;

  font-weight: 600;

  letter-spacing: 1px;

  transition: 0.3s;
}


.hero104-form input[type="submit"]:hover {
  background: #850000;
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 900px) {

  .hero104-banner {
    min-height: auto;

    padding: 70px 0;
  }

  .hero104-container {
    grid-template-columns: 1fr;

    gap: 40px;

    width: 88%;
  }

  .hero104-content {
    text-align: center;

    padding: 10px 0;
  }

  .hero104-location {
    justify-content: center;
  }

  .hero104-details {
    justify-content: center;
  }

  .hero104-btn {
    margin-top: 30px;
  }

}


@media (max-width: 600px) {

  .hero104-banner {
    padding: 50px 0;

    background-position: center;
  }

  .hero104-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(40,0,0,0.88),
        rgba(80,0,0,0.78)
      );
  }

  .hero104-container {
    width: 90%;

    gap: 35px;
  }

  .hero104-content h1 {
    font-size: 42px;
  }

  .hero104-location {
    font-size: 18px;
  }

  .hero104-details {
    gap: 18px;
  }

  .hero104-detail strong {
    font-size: 18px;
  }

  .hero104-form-wrapper {
    padding: 25px 20px;
  }

  .hero104-form-header h2 {
    font-size: 24px;
  }

  .hero104-btn {
    padding: 14px 22px;
  }

}/* End custom CSS */