.elementor-351 .elementor-element.elementor-element-d648265{--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;}.elementor-351 .elementor-element.elementor-element-d648265:not(.elementor-motion-effects-element-type-background), .elementor-351 .elementor-element.elementor-element-d648265 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FF;}.elementor-351 .elementor-element.elementor-element-7747cb9{--display:flex;--border-radius:10px 10px 10px 10px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-351 .elementor-element.elementor-element-7747cb9:not(.elementor-motion-effects-element-type-background), .elementor-351 .elementor-element.elementor-element-7747cb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-351 .elementor-element.elementor-element-12fd827 .elementor-heading-title{color:#000000;}/* Start custom CSS for html, class: .elementor-element-37cee39 */.cat-link {
  text-decoration: none;
  color: inherit;
}

.cat-link:active {
  transform: scale(0.97);
}


/* Category Section */
.category-section {
  padding: 15px;
  background: #fff;
}

/* Header */
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.category-header h2 {
  font-size: 18px;
  margin: 0;
}

.category-header a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

/* Grid */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* Item */
.cat-item {
  text-align: center;
}

/* Image Box */
.cat-img {
  background: #eaf6f0;
  border-radius: 14px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-img img {
  max-width: 65px;
  max-height: 65px;
}

/* Text */
.cat-item p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.2;
}

/* Desktop */
@media (min-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}/* End custom CSS */