#page {
  min-height: unset !important;
}

.elementor-element-ec1c454 {
  position: absolute;
  top: 0;
  background-color: none !important;
}

.ast-container {
  display: block !important;
}

/* Category Menu Styling based on the image */
.category-menu-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

.category-thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0;
}
.category-thumbnail .category-thumbnail-item {
  width: calc((100% - 40px) / 2);
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}
.category-thumbnail .category-thumbnail-item:hover .thumb-img-wrapper {
  border-radius: 12px 12px 0 0;
}
.category-thumbnail .category-thumbnail-item:hover .thumb-title {
  background: rgba(32, 34, 77, 0.8);
  color: #ffdd00;
}
.category-thumbnail .category-thumbnail-item:hover .thumb-title svg {
  transform: translateX(10px);
  transition: all 0.4s ease;
}
.category-thumbnail .category-thumbnail-item:hover .thumb-title svg path {
  stroke: #ffdd00;
}
.category-thumbnail .category-thumbnail-item:hover .thumb-description {
  background: #20224d;
  transition: all 0.3s ease;
}
.category-thumbnail .category-thumbnail-item:hover .thumb-description span {
  color: #fff;
}

.thumb-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.thumb-img-wrapper img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.thumb-img-wrapper .thumb-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.thumb-img-wrapper .thumb-title span {
  transition: all 0.3s ease;
}
.thumb-img-wrapper .thumb-title svg {
  transition: all 0.4s ease;
}

.thumb-description {
  padding: 16px 24px 20px;
  color: #555;
  font-size: 16px;
  transition: all 0.3s ease;
}
.thumb-description span {
  display: block;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Responsive styles */
@media screen and (max-width: 992px) {
  .category-thumbnail {
    gap: 20px;
  }
  .category-thumbnail-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .category-thumbnail {
    padding: 0 10px !important;
  }
  .category-thumbnail .category-thumbnail-item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .category-thumbnail {
    gap: 15px;
  }
  .category-thumbnail-item {
    width: 100%;
  }
}/*# sourceMappingURL=application-home.css.map */