.pure-neem-oil-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;
}

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

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

.pure-neem-oil-banner .pure-neem-oil-banner-title {
  color: #ffffff;
  font-size: 40px !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;
}

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

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

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



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

.pure-neem-oil-neem-container {
  max-width: 1040px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 40px;
}

.pure-neem-oil-neem-content {
  flex: 1;
}

.pure-neem-oil-neem-title {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 24px;
}

.pure-neem-oil-neem-text {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: #242424;
  margin-top: 0;
  /* margin-bottom: 16px; */
}

.pure-neem-oil-neem-text .highlight-green {
  color: #99cc00;
  font-weight: 700;
}

.pure-neem-oil-neem-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.pure-neem-oil-image-wrapper {
  width: 360px;
  height: 200px;
  border: 1px solid #333;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f9f9f9;
}

.pure-neem-oil-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pure-neem-oil-msds-btn {
  display: inline-block;
  margin-top: 5px;
  padding: 10px 28px;
  background-color: #8fc427;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.2s ease;
  text-align: center;
}

.pure-neem-oil-msds-btn:hover {
  background-color: #7ab732;
}

@media (max-width: 768px) {
  .pure-neem-oil-neem-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .pure-neem-oil-neem-media {
    width: 100%;
    align-items: center;
  }

  .pure-neem-oil-image-wrapper {
    width: 100%;
    max-width: 400px;
  }
}

.pure-neem-oil-properties-section {
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  color: #333333;
  box-sizing: border-box;
}

.pure-neem-oil-properties-section .properties-container {
  max-width: 1040px;
  width: 80%;
  margin: 0 auto;
}

.pure-neem-oil-properties-section .properties-header {
  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: 5px 15px;
  margin-bottom: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.pure-neem-oil-properties-section .properties-header-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.7em;
  font-weight: 700;
  margin: 0;
}

.pure-neem-oil-properties-section .properties-list {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pure-neem-oil-properties-section .property-item {
  position: relative;
  background: linear-gradient(45deg, #e1e1e1, transparent);

  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
}

.pure-neem-oil-properties-section .property-item::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;
}

.pure-neem-oil-properties-section .property-text {
  font-size: 17px;
  font-family: "Raleway";
  flex: 1;
  padding: 8px 5px;
  font-weight: 600;
  line-height: 2;
  color: #474747;
  border-radius: 2px;
}

.pure-neem-oil-properties-section .property-text strong {
  color: #000000;
  font-weight: 700;
}

@media (max-width: 768px) {
  .pure-neem-oil-properties-section .properties-container {
    width: 95%;
  }
}

@media (max-width: 600px) {
  .pure-neem-oil-properties-section {
    padding: 20px 10px;
  }

  .pure-neem-oil-properties-section .property-text {
    font-size: 15px;
  }

  .pure-neem-oil-properties-section .property-item {
    padding: 0px 9px;
  }
}
 .neem-uses-section {
        width: 100%;
        padding: 16px 20px;
        background-color: #ffffff;
        font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
        color: #333333;
        box-sizing: border-box;
    }

    .neem-uses-container {
        max-width: 1040px;
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }


    .neem-use-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        box-sizing: border-box;
    }


    .neem-use-header {
        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: 2px 15px;

        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .neem-use-title {
        color: #ffffff;
        font-size: 22px;
        line-height: 1.7em;
        font-weight: 700;
        margin: 0;
    }


    .neem-use-description {
        font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
        font-size: 17px;
        line-height: 1.8em;
        font-weight: 500;
        color: #242424;
        margin: 0;
    }

    .neem-use-card-human-medicines-left .neem-use-description {
        margin-top: 16px;
    }

    .neem-use-gallery {
        display: grid;
        gap: 16px;
        margin-top: 8px;
    }

    .neem-use-card-human-medicines {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .neem-use-card-human-medicines-left {
        flex: 1;
        max-width: 650px;
    }

    .neem-use-card-human-medicines-right {
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .neem-gallery-4col {
        grid-template-columns: repeat(4, 1fr);
    }

    .neem-gallery-2col {
        grid-template-columns: repeat(2, 1fr);
    }

    .neem-thumb-card {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        background-color: #f5f5f5;
       
    }

    .neem-thumb-card img {
        width: 100%;
        object-fit: cover;
        display: block;
    }


    .neem-use-split {
        display: flex;
        gap: 32px;
        align-items: center;
    }

    .neem-use-split-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .neem-use-feature-media {
        width: 320px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
    }

    .neem-circle-frame {
        width: 100%;
        overflow: hidden;
      
    }

    .neem-circle-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    @media (max-width: 850px) {
        .neem-use-card-human-medicines {
            flex-direction: column;
            align-items: flex-start;
        }

        .neem-use-card-human-medicines-right {
            width: 100%;
            margin-top: 20px;
        }
    }

    @media (max-width: 820px) {
        .neem-gallery-4col {
            grid-template-columns: repeat(2, 1fr);
        }

        .neem-use-split {
            flex-direction: column;
            align-items: flex-start;
        }

        .neem-use-feature-media {
            width: 100%;
        }

        
    }
    @media(max-width:768px){
        .neem-uses-container{
            width: 100%;
        }
        .neem-gallery-2col{
                grid-template-columns: repeat(1, 1fr);
        }
        
    }
    

    @media (max-width: 480px) {

        .neem-gallery-4col,
        .neem-gallery-2col {
            grid-template-columns: 1fr;
        }

    }
