body {
  font-family: "Segoe UI", sans-serif;
}
html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1;
}
.category-slider {
  background: #fff;
  white-space: nowrap;
}
.category-slider strong{
    font-weight: 400;
}
.category-slider .slick-prev {
    left: 0px;
}
.category-slider .slick-next {
    right: 0px;
}
.category-tab {
  transition: background 0.3s;
}

.category-tab:hover {
  background: #f8f9fa;
  border-radius: 5px;
}

#megaMenuArea {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
}
.banner-slide {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.banner-content {
  background: rgba(0, 0, 0, 0.5); /* optional overlay */
  padding: 20px;
  border-radius: 10px;
}

.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.service-card .badge {
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 0.5rem;
}


































