/******* Do not edit this file *******
Code Snippets Manager
Saved: Mar 24 2026 | 15:55:21 */
/* 
.hpcategory-hover-box {
    background-color: #ffffff;
    transition: 
        background-color 0.4s ease,
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.hpcategory-hover-box p,
.hpcategory-hover-box .jet-listing-dynamic-field__content {
    transition: color 0.4s ease;
}

.hpcategory-hover-icon img {
    transition: filter 0.4s ease;
}

.hpcategory-hover-box:hover {
    background-color: #7AA6D3;
    transform: translateY(-6px);
}

.hpcategory-hover-box:hover p,
.hpcategory-hover-box:hover .jet-listing-dynamic-field__content {
    color: #ffffff !important;
}

.hpcategory-hover-box:hover .hpcategory-hover-icon img {
    filter: brightness(0) invert(1);
}

#category-tile {
  transition: transform 0.5s ease;
}

#category-tile:hover {
  transform: translateY(-10px);
} */
.hpcategory-hover-box {
  background-color: #ffffff;
  transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.hpcategory-hover-box p, .hpcategory-hover-box .jet-listing-dynamic-field__content {
  transition: color 0.4s ease;
}
.hpcategory-hover-icon img {
  transition: filter 0.4s ease;
}
.hpcategory-hover-box:hover {
  background-color: #7AA6D3;
  transform: translateY(-6px);
}
.hpcategory-hover-box:hover p, .hpcategory-hover-box:hover .jet-listing-dynamic-field__content {
  color: #ffffff !important;
}
.hpcategory-hover-box:hover .hpcategory-hover-icon img {
  filter: brightness(0) invert(1);
}
#category-tile {
  transition: transform 0.5s ease;
}
#category-tile:hover {
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  .hpcategory-hover-box, .hpcategory-hover-box p, .hpcategory-hover-box .jet-listing-dynamic-field__content, .hpcategory-hover-icon img, #category-tile {
    transition: none !important;
  }
  .hpcategory-hover-box:hover {
    background-color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
  }
  .hpcategory-hover-box:hover p, .hpcategory-hover-box:hover .jet-listing-dynamic-field__content {
    color: inherit !important;
  }
  .hpcategory-hover-box:hover .hpcategory-hover-icon img {
    filter: none !important;
  }
  #category-tile:hover {
    transform: none !important;
  }
}
