/* ==========================================================
   Table of Contents
   ==========================================================
   1. Widget Styles
   2. Service
   3. Icon Box
   4. Testimonial
   5. Team
   6. Contact Form
   7. Heading & Text
   8. Blog
   9. Loop
   10. Navigation
   11. Carousel Slider
========================================================== */

ul {
  padding-left: 0;
}

.wkit-btn-wrapper {
  justify-content: center;
}

.wkit-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffff5e;
  font-size: 9px;
  font-weight: 600;
  padding: 2px;
  border: 1px solid #dadada8d;
  border-radius: 3px;
  text-transform: uppercase;
  pointer-events: none;
}

.menu-badge {
  height: 100%;
  margin-left: 7px;
}

.wkit-post-item-overlay a.wkit-use-global-link {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: inherit;
}

.wkit-post-item-overlay a.wkit-use-global-link:hover {
  color: inherit;
}

.wkit-use-global-link {
  color: inherit;
  text-decoration: none;
}

.wkit-btn-text-two {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f2937;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wkit-btn-text-two:hover {
  color: #0d6efd;
}

.wkit-text-small {
  font-size: 13px;
  line-height: 1.4;
}

.wkit-text-subheading {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wkit-color-placeholder {
  color: #9aa3af;
}

.wkit-color-secondary {
  color: #1f2937;
}

.wkit-color-body {
  color: #4b5563;
}

.wkit-color-white {
  color: #ffffff;
}

.wkit-accent-text {
  color: #4f46e5;
}

.wkit-bg-primary {
  background-color: #0d6efd;
}

/* Font Awesome 6 class compatibility when FA5 stylesheet is loaded */
.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-solid {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-regular {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa-brands {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
