.banner-wrapper {
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* .slide.highlight-left:after, .slide.highlight-right:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0;
    top: 0;
    width: 620px;
    height: 100%;
    background-color: #00b36b;
    opacity: .80;
} */

/* Transparent Green Overlay Behind Left Text */
.banner-text {
  position: relative;
  z-index: 1;
  padding: 30px;
  overflow: hidden;
}

.btn-primary{
  background-color: #00b36b;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  /* width: 100%; */
}


.btn-primary:hover {
  background-color: #7ba73a;
}



/* Left Side Headings */
.banner-text h2 {
  text-align: left;
  line-height: 78px;
  font-weight: 700;
  font-size: 80px;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  margin-top: 0;
}

.banner-text h3 {
  text-align: left;
  line-height: 78px;
  font-weight: 400;
  font-size: 75px;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
}

.banner-text p {
  text-align: left;
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Form Container */
.form-container {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Bubbles */
.bubble {
  position: absolute;
  background-color: #00b36b;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.bubble.top-right {
  top: -40px;
  right: -40px;
}

.bubble.bottom-left {
  bottom: -40px;
  left: -40px;
}

.bubble strong {
  display: block;
  font-size: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .banner-text h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .banner-text h3 {
    font-size: 32px;
    line-height: 40px;
  }

  /* .banner-text p {
    font-size: 16px;
    line-height: 24px;
  } */

  .form-container {
    margin-top: 20px;
  }

  .bubble {
    width: 90px;
    height: 90px;
    font-size: 12px;
    padding: 8px;
  }

  .bubble strong {
    font-size: 16px;
  }

  .bubble.top-right {
    top: -30px;
    right: -30px;
  }

  .bubble.bottom-left {
    bottom: -30px;
    left: -30px;
  }
}
@media (max-width: 767.98px) {
  .banner-wrapper {
    background-image: linear-gradient(to bottom, rgba(140, 188, 67, 0.85), rgba(140, 188, 67, 0.1)),
                      url('assets/images/slides/slider-mainbg-009.jpg');
  }
}
