body {
  background: url("../images/lead-form-bg.png");
   font-family: "Baloo Bhai 2", sans-serif;
  overflow-x: hidden;
}
.container-box {
  max-width: 900px;
  margin: 70px auto 20px auto;
  background: transparent;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: hidden;
}
.form-label{
  font-weight: 600 !important;
}
.form-control{
  font-size: 14px !important;
}

.form-left,
.form-right {
  flex: 1;
  min-width: 0;
}
.form-left {
  display: flex;
  flex-direction: column;
}
.form-left-bg {
  position: relative;
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  overflow: hidden;
}

.form-left-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ec6b12;
  opacity: 0.7;
  z-index: 1;
}

.form-left-bg::after {
  content: "";
  background: url("../images/lead-form-image.jpg") center center / cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.form-left-bg > * {
  position: relative;
  z-index: 2;
}

.quote-box {
  margin-top: auto;

  padding: 2rem;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.logo {
  background: transparent;
  padding: 1rem 1rem;
}

.logo img {
  height: 28px;
}

.form-right {
  flex: 1;
  padding: 3rem 2rem;
}

.form-right h6 {
  color: #ec6b12;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-control,
.form-select {
  border-radius: 8px;
}

.btn-submit {
  background-color: #ec6b12 !important;
  color: white !important;
  width: 100%;
  border-radius: 8px;
}

.form-check-inline {
  margin-right: 2rem;
}

.back-link {
  font-size: 0.85rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
}

@media (max-width: 768px) {
  .container-box {
    flex-direction: column;
    margin: auto;
  }

  .form-left {
    height: 200px;
  }

  .form-left p {
    font-size: 1.3rem;
  }
  .back-link {
    margin: 10px;
  }
}
