.neem-banner {
  position: relative;
  width: 100%;
  height: 275px;
  min-height: 180px;
  background-image: url("../img/neem/nbnr.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
}

.neem-banner .neem-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.neem-banner .neem-banner-content {
  position: relative;
  z-index: 2;
  padding-left: 8%;
  padding-right: 20px;
  margin-bottom: 20px;
}

.neem-banner .neem-banner-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.5px;
  line-height: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
}

.neem-banner .neem-svg-divider {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}

.neem-banner .neem-svg-divider svg {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
}

@media (max-width: 768px) {
  .neem-banner .neem-banner-title {
    font-size: 1.8rem;
  }

  .neem-banner .neem-banner-content {
    padding-left: 5%;
  }
}

/* neem section content */
.neem-section {
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
  box-sizing: border-box;
}

.neem-container {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}

.neem-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.neem-content {
  flex: 1;
  max-width: 70%;
  width: 100%;
}

.neem-title {
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.neem-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.neem-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.leaf-icon {
  width: 18px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 14px;
}

.list-text {
  font-family: "Raleway";
  background-color: linear-gradient(45deg, #e1e1e1, transparent);
  padding: 0 14px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 2;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
}

.neem-image-col {
  flex: 1;
  max-width: 30%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

.image-accent-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.image-accent-wrapper::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 100%;
  height: 100%;
  background-color: #7cda24;
  z-index: 1;
}

.neem-img {
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: cover;
  display: block;
}

.brochure-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.download-btn {
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.3em 1em;
  font-size: 20px;
  font-weight: 400;
  color: #2ea3f2;
  background-color: #ffffff;
  border: 2px solid #2ea3f2;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.download-btn::after {
  content: "\f381";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  font-size: 23px;
  color: #2ea3f2;
  display: inline-block;
  max-width: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.download-btn:hover {
  color: #2ea3f2 !important;
  background: linear-gradient(
    90deg,
    #000000 0%,
    #a80f0f 50%,
    #ed2c2c 100%
  ) !important;
  border-left-color: #ed2c2c !important;
  border-right-color: #000000 !important;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0.3em 1.5em 0.3em 1em;
}

.download-btn:hover::after {
  max-width: 30px;
  opacity: 1;
  transform: translateX(0);
  margin-left: 5px;
}

@media (max-width: 992px) {
  .neem-grid {
    flex-direction: column;
    gap: 30px;
  }

  .neem-content,
  .neem-image-col {
    max-width: 100%;
  }

  .neem-image-col {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .neem-container {
    width: 96%;
  }
  .neem-title {
    font-size: 1.8rem;
  }

  .image-accent-wrapper::after {
    bottom: -5px;
    right: -5px;
  }
  .image-accent-wrapper {
    width: 238px;
            justify-content: center;
        display: flex;
        align-self: center;
  }

  .list-text {
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .download-btn {
    font-size: 1rem;
    padding: 10px 22px;
  }
}
