.neem-insecticides-main-wrapper {
  font-family: "Open Sans", Arial, sans-serif;
  max-width: 1040px;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  gap: 40px;
  box-sizing: border-box;
}

.neem-insecticides-main-wrapper .content-area {
  flex: 1;
  min-width: 0;
  padding-bottom: 30px;
}

.neem-insecticides-main-wrapper .post-title {
  font-size: 1.8rem;
  margin: 0 0 6px 0;
  font-weight: 400;
  color: #222222;
  word-wrap: break-word;
}

.neem-insecticides-main-wrapper .post-meta {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 25px;
}

.neem-insecticides-main-wrapper .gallery-container {
  width: 100%;
  margin-bottom: 40px;
}

.neem-insecticides-main-wrapper .main-swiper {
  width: 100%;
  margin-bottom: 15px;
}

.neem-insecticides-main-wrapper .main-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.neem-insecticides-main-wrapper .main-swiper .swiper-slide img {
  width: 100%;
  height: auto !important;
  max-height: 500px;
  object-fit: cover;
}

.neem-insecticides-main-wrapper .thumbs-swiper {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
}

.neem-insecticides-main-wrapper .thumbs-swiper .swiper-slide {
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    opacity 0.2s,
    border-color 0.2s;
  background: none;
  box-shadow: none !important;
}

.neem-insecticides-main-wrapper .thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.neem-insecticides-main-wrapper .thumbs-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  /* max-height: 80px; */
  object-fit: cover;
}

.neem-insecticides-main-wrapper .comments-title {
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
  line-height: 1.2;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.neem-insecticides-main-wrapper .comment-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.neem-insecticides-main-wrapper .avatar {
  width: 80px;
  height: 80px;
  background-color: #cccccc;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.neem-insecticides-main-wrapper .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.neem-insecticides-main-wrapper .avatar svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

.neem-insecticides-main-wrapper .comment-body {
  flex: 1;
  min-width: 0;
}

.neem-insecticides-main-wrapper .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
}

.neem-insecticides-main-wrapper .comment-author {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  gap: 8px;
}

.neem-insecticides-main-wrapper .comment-date {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.neem-insecticides-main-wrapper .reply-btn {
  position: relative;
  border: 2px solid #2ea3f2;
  color: #2ea3f2;
  background: none;
  padding: 0.6em 0.8em;
  font-size: 20px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.neem-insecticides-main-wrapper .reply-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #2ea3f2;
  display: inline-block;
  padding-left: 6px;
  max-width: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.neem-insecticides-main-wrapper .reply-btn:hover {
  padding-left: 20px;
  border: none;
}

.neem-insecticides-main-wrapper .reply-btn:hover::after {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}

.neem-insecticides-main-wrapper .comment-notice {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #777777;
  font-style: italic;
  margin: 4px 0;
}

.neem-insecticides-main-wrapper .comment-text {
  font-size: 0.95rem;
  color: #555555;
  margin: 0;
  word-break: break-word;
}

.neem-insecticides-main-wrapper .comment-form-section {
  margin-top: 40px;
}

.neem-insecticides-main-wrapper .form-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 10px;
  color: #333;
  margin-bottom: 0px;
}

.neem-insecticides-main-wrapper .form-note {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}

.neem-insecticides-main-wrapper .comment-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.neem-insecticides-main-wrapper .form-control {
  font-family: "Open Sans", Arial, sans-serif;
  width: 100%;
  background-color: #eee;
  border: 1px solid #eee;
  padding: 12px;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.2em;
  box-sizing: border-box;
  outline: none;
  border-radius: 2px;
  color: #666;
}
.neem-insecticides-main-wrapper .form-control.inputname,.neem-insecticides-main-wrapper .form-control.inputemail,.neem-insecticides-main-wrapper .form-control.inputwebsite {
  width: 50%;
}

.neem-insecticides-main-wrapper .form-control:focus {
  border-color: #ccc;
}

.neem-insecticides-main-wrapper textarea.form-control {
  height: 120px;
  resize: vertical;
}

.neem-insecticides-main-wrapper .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #666666;
}

.neem-insecticides-main-wrapper .checkbox-group input {
  margin-top: 3px;
}

.neem-insecticides-main-wrapper .submit-btn-neem {
  align-self: flex-end;
  border: 2px solid #2ea3f2;
  color: #2ea3f2;
  background: #ffffff;
  padding: 0.5em 1.2em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
}

.neem-insecticides-main-wrapper .submit-btn-neem:hover {
  background: rgba(0, 0, 0, .05);;
  border: none;
}

.neem-insecticides-main-wrapper .sidebar-area {
  width: 260px;
  flex-shrink: 0;
  border-left: 1.5px solid #e2e2e2;
  padding-left: 30px;
  box-sizing: border-box;
}

.neem-insecticides-main-wrapper .search-box {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}

.neem-insecticides-main-wrapper .search-input {
  flex: 1;
  min-width: 0;
  padding: 0.7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  box-sizing: border-box;
}

.neem-insecticides-main-wrapper .search-btn {
  background-color: #ddd;
  border: 1px solid #e0e0e0;
  border-left: none;
  color: #555555;
  cursor: pointer;
  padding: 0.7em 1em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  box-sizing: border-box;
}

.neem-insecticides-main-wrapper .widget-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
  margin: 0 0 15px 0;
}

.neem-insecticides-main-wrapper .widget-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.neem-insecticides-main-wrapper .widget-list li {
  margin-bottom: 12px;
}

.neem-insecticides-main-wrapper .widget-list a {
  font-family: "Open Sans", Arial, sans-serif;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}

.neem-insecticides-main-wrapper .widget-list a:hover {
  color: #82c0c7;
}

.neem-insecticides-main-wrapper .no-comments-text {
  font-size: 0.9rem;
  color: #888888;
}

@media (max-width: 850px) {
  .neem-insecticides-main-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 15px;
  }

  .neem-insecticides-main-wrapper .sidebar-area {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
  }
}
@media(max-width:768px){
    .neem-insecticides-main-wrapper .form-control.inputname,.neem-insecticides-main-wrapper .form-control.inputemail,.neem-insecticides-main-wrapper .form-control.inputwebsite{
        width: 100%;
    }
}

@media (max-width: 500px) {
  .neem-insecticides-main-wrapper .post-title {
    font-size: 1.5rem;
  }

  .neem-insecticides-main-wrapper .comment-item {
    gap: 12px;
  }

  .neem-insecticides-main-wrapper .avatar {
    width: 40px;
    height: 40px;
  }

  .neem-insecticides-main-wrapper .comment-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .neem-insecticides-main-wrapper .submit-btn-neem {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
    .comments-section {
        max-width: 100%;
        padding: 0 10px;
    }

    .comments-section .comment-item {
        gap: 12px;
        flex-direction: column;
    }

    .comments-section .comment-author {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
}
