.elementor-1163 .elementor-element.elementor-element-d55341f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1163 .elementor-element.elementor-element-419642b{--display:flex;}@media(min-width:768px){.elementor-1163 .elementor-element.elementor-element-d55341f{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-a8c26e6 *//* =========================================
   YASHVI GREENS – PRODUCT CATEGORY SECTION
   FULL CSS (Desktop + Tablet + Mobile)
   ========================================= */

/* ---------- PAGE CONTAINER ---------- */
.ap-page {
  font-family: "Poppins", sans-serif;
  background: transparent !important;
  padding: 48px 16px;
}

.ap-container {
  max-width: 1240px;
  margin: 0 auto;
  background: transparent !important;
}

/* ---------- HEADER ---------- */
.ap-main-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.ap-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b3d2e;
  margin: 0 0 4px;
}

.ap-subtitle {
  font-size: 15px;
  color: #4a665c;
  margin: 0;
}

/* ---------- GRID ---------- */
.ap-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Tablet landscape / small laptops */
@media (max-width: 1024px) {
  .ap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablet portrait */
@media (max-width: 768px) {
  .ap-title {
    font-size: 26px;
  }

  .ap-subtitle {
    font-size: 14px;
  }

  .ap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .ap-page {
    padding: 34px 12px;
  }

  .ap-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ap-title {
    font-size: 24px;
  }
}

/* =========================================
   CATEGORY CARD – EQUAL HEIGHT
   ========================================= */

.ap-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(13, 55, 36, 0.07);
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;

  /* Equal height structure */
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
}

/* Hover */
.ap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(13, 55, 36, 0.12);
  border-color: rgba(25, 133, 78, 0.25);
}

/* ---------- IMAGE ---------- */
.ap-card-img-wrap {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex: 0 0 auto;
}

.ap-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s ease;
}

.ap-card:hover .ap-card-img-wrap img {
  transform: scale(1.06);
}

/* ---------- BADGES ---------- */
.ap-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 12px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 999px;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.ap-badge-new {
  background: #1fae66;
}

.ap-badge-hot {
  background: #2e7d32;
}

/* ---------- CARD BODY ---------- */
.ap-card-body {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ap-card-category {
  font-size: 11px;
  text-transform: uppercase;
  color: #7b9287;
  margin-bottom: 2px;
}

.ap-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #0b3d2e;
  margin: 4px 0;
}

.ap-card-desc {
  color: #557066;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
}

/* Mobile font adjustments */
@media (max-width: 576px) {
  .ap-card-body {
    padding: 14px 14px 18px;
  }

  .ap-card-title {
    font-size: 16px;
  }

  .ap-card-desc {
    font-size: 13px;
  }
}

/* ---------- BUTTONS ---------- */
.ap-card-actions {
  margin-top: auto; /* pushes to bottom */
  display: flex;
  gap: 10px;
  padding-top: 12px;
}

.ap-btn-primary,
.ap-btn-ghost {
  flex: 1;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
  border: 1px solid transparent;
  text-align: center;
  transition: 0.18s ease;
  cursor: pointer;
}

/* Primary */
.ap-btn-primary {
  background: #1fae66;
  color: #ffffff;
  border-color: #1fae66;
}

.ap-btn-primary:hover {
  background: #198a53;
  border-color: #198a53;
}

/* Ghost */
.ap-btn-ghost {
  background: #ffffff;
  border-color: #cfd8d4;
  color: #114232;
}

.ap-btn-ghost:hover {
  background: #eff7f2;
}

/* Small devices */
@media (max-width: 480px) {
  .ap-btn-primary,
  .ap-btn-ghost {
    padding: 8px 10px;
    font-size: 12px;
  }
}

/* =========================================
   SHAPE SECTION (BOTTOM WAVE IMAGE)
   ========================================= */

.yg-shape-section {
  width: 100%;
  margin-top: 60px;
  line-height: 0;
  overflow: hidden;
}

.yg-shape-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}/* End custom CSS */