.neem-cake-product-banner {
  position: relative;
  width: 100%;
  height: 287px;
  min-height: 180px;
  background-image: url("../img/about/ppm.jpeg");
  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-cake-product-banner .neem-cake-product-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

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

.neem-cake-product-banner .neem-cake-product-banner-title {
  color: #ffffff;
  font-size: 36px !important;
  font-weight: 800 !important;
  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-cake-product-banner .neem-cake-product-svg-divider {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}

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

@media (max-width: 768px) {
  .neem-cake-product-banner .neem-cake-product-banner-content {
    padding-left: 5%;
  }
}
@media (max-width: 690px) {
  .neem-cake-product-banner {
    height: auto;
  }
}

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

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

.neem-cake-container .top-section {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
  margin-bottom: 25px;
}

.neem-cake-container .section-title {
  font-weight: 700;
  font-size: 29px;
  color: #000000 !important;
  margin-bottom: 8px;
  text-align: left;
}

.neem-cake-container .neem-cake-header-line {
  background-image: linear-gradient(90deg, #13490e 2%, #7cda24 100%);
  height: 8px;
  width: 34%;
  margin-top: 17px;
  margin-bottom: 2.758%;
}

.neem-cake-container .header-bar {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  border-left-width: 10px;
  border-left-style: double;
  border-left-color: #000;
  font-size: 18px;
  background-color: #8fc427;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 8px 15px;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 700;
  margin: 0;
}

.neem-cake-container .leaf-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.neem-cake-container .leaf-list li {
  position: relative !important;
  background: linear-gradient(45deg, #e1e1e1, transparent) !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 2px !important;
  font-size: 17px;
  font-family: "Raleway";
  line-height: 2;
  color: #474747;
  font-weight: 600;
}

.neem-cake-container .leaf-list li::before {
  content: "";
  position: absolute;
  left: -26px;
  color: #0c4b04;
  text-align: center;
  font-size: 20px;
  background-image: url(../img/footer/leaf.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  top: 8px;
  bottom: 0;
}

.neem-cake-container .paragraph-text {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  color: #242424;
  margin-bottom: 12px;
  margin-top: 10px;
}

.neem-cake-container .media-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.neem-cake-container .product-image-frame {
  border: 1px solid #cccccc;
  padding: 10px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.neem-cake-container .product-image-frame img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.neem-cake-container .msds-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  font-size: 20px;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  background-color: #8fc427;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
  transition: background-color 0.2s;
}

.neem-cake-container .middle-section {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
  margin-bottom: 25px;
}

.neem-cake-container .contents-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
  border: 1px solid #eee;
  margin: 15px 0 15px 0px;
  text-align: left;
}

.neem-cake-container .contents-table td {
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  border: 1px solid;
  color: #333;
  font-family: "Raleway";
  line-height: 1.8;
}

.neem-cake-container .contents-table tr td:first-child {
  color: #333333;
}

.neem-cake-container .contents-table tr td:last-child {
  color: #555555;
  width: 40%;
}

.neem-cake-container .full-header-bar {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  border-left-width: 10px;
  border-left-style: double;
  border-left-color: #000;
  font-size: 18px;
  background-color: #8fc427;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  width: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 700;
  margin: 0;
}

.neem-cake-container .dosage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.neem-cake-container .sub-heading {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000 !important;
  margin: 12px 0 8px 0;
}

.dosage-grid .sub-heading {
  margin: 30px 0 17px 0;
}

.neem-cake-container .gray-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.neem-cake-container .gray-box-list li {
  position: relative !important;
  background: linear-gradient(45deg, #e1e1e1, transparent) !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 2px !important;
  font-size: 17px;
  font-family: "Raleway";
  line-height: 2;
  color: #474747;
  font-weight: 600;
}

.neem-cake-container .gray-box-list li::before {
  content: "";
  position: absolute;
  left: -26px;
  color: #0c4b04;
  text-align: center;
  font-size: 20px;
  background-image: url(../img/footer/leaf.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  top: 8px;
  bottom: 0;
}

@media(max-width:970px){
  .neem-cake-container .full-header-bar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .neem-cake-container .top-section,
  .neem-cake-container .middle-section,
  .neem-cake-container .dosage-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .neem-cake-container .leaf-list li,
  .neem-cake-container .gray-box-list li {
    font-size: 15px;
  }
  .neem-cake-container .container {
    width: 90%;
  }
  .neem-cake-container .paragraph-text {
    font-size: 16px;
  }
}
