.elementor-29800 .elementor-element.elementor-element-0d4ecf9{--display:flex;}.elementor-29800 .elementor-element.elementor-element-8d47ea6{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-29800 .elementor-element.elementor-element-1fc19a1 .elementor-field-group{margin-bottom:10px;}.elementor-29800 .elementor-element.elementor-element-1fc19a1 .elementor-form-fields-wrapper{margin-bottom:-10px;}body .elementor-29800 .elementor-element.elementor-element-1fc19a1 .elementor-field-group > label{padding-bottom:0px;}.elementor-29800 .elementor-element.elementor-element-1fc19a1 .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-29800 .elementor-element.elementor-element-1fc19a1 .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}@media(min-width:769px){.elementor-29800 .elementor-element.elementor-element-8d47ea6{--content-width:600px;}}/* Start custom CSS for html, class: .elementor-element-92fe4c8 */.rr-category-grid {
  max-width: 1140px !important;
  margin: 40px auto 0 !important;
  display: grid !important;
  grid-template-columns: 2.05fr 1fr 0.78fr !important;
  grid-template-rows: 235px 235px !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.rr-category-grid .rr-cat-item {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  text-decoration: none !important;
  background: #f5f5f5 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Layout positions */
.rr-category-grid .rr-cat-item:nth-child(1),
.rr-category-grid .rr-cat-large {
  grid-column: 1 / 2 !important;
  grid-row: 1 / 3 !important;
}

.rr-category-grid .rr-cat-item:nth-child(2) {
  grid-column: 2 / 3 !important;
  grid-row: 1 / 2 !important;
}

.rr-category-grid .rr-cat-item:nth-child(3) {
  grid-column: 3 / 4 !important;
  grid-row: 1 / 2 !important;
}

.rr-category-grid .rr-cat-item:nth-child(4) {
  grid-column: 2 / 3 !important;
  grid-row: 2 / 3 !important;
}

.rr-category-grid .rr-cat-item:nth-child(5) {
  grid-column: 3 / 4 !important;
  grid-row: 2 / 3 !important;
}

/* Images */
.rr-category-grid .rr-cat-item img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

/* Individual crop positions */
.rr-category-grid .rr-cat-item:nth-child(1) img {
  object-position: center 22% !important;
}

.rr-category-grid .rr-cat-item:nth-child(2) img {
  object-position: center center !important;
}

.rr-category-grid .rr-cat-item:nth-child(3) img {
  object-position: center center !important;
}

.rr-category-grid .rr-cat-item:nth-child(4) img {
  object-position: center center !important;
}

.rr-category-grid .rr-cat-item:nth-child(5) img {
  object-position: center center !important;
}

/* Overlay */
.rr-category-grid .rr-cat-item::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.05)
  ) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Labels */
.rr-category-grid .rr-cat-item span {
  position: absolute !important;
  left: 16px !important;
  bottom: 14px !important;
  z-index: 2 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  line-height: 1.2 !important;
}

.rr-category-grid .rr-cat-item:hover img {
  transform: scale(1.06) !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .rr-category-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
  }

  .rr-category-grid .rr-cat-item,
  .rr-category-grid .rr-cat-large {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 260px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rr-category-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .rr-category-grid .rr-cat-item,
  .rr-category-grid .rr-cat-large {
    height: 240px !important;
  }

  .rr-category-grid .rr-cat-item span {
    font-size: 14px !important;
    left: 16px !important;
    bottom: 14px !important;
  }
}/* End custom CSS */