@import url("../npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.animate-slide {
  animation: slideIn 1s ease-out;
}

.breadcrumb {
  background-color: transparent !important;
  padding: 0 !important;
}

.breadcrumb-item.active {
  color: #ffffff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff !important;
}

.w35 {
  width: 350px;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.link {
  display: block;
  list-style-type: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  padding: 0;
}

.jkds {
  font-weight: 600;
}

.links {
  padding-left: 0.85rem;
}

.texture {
  background-image: linear-gradient(
      240deg,
      rgb(255 255 255 / 71%),
      rgb(255 255 255 / 80%) 99%
    ),
    url("../images/texture.jpg");
  background-position: left center;
  background-repeat: repeat;
  background-size: contain;
  height: auto;
}

.textures {
  background-image: url("../views/default/images/home-banner-f.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.borderbottom {
  width: 50%;
  border-bottom: 2px solid red;
  margin: 0 auto;
}

table,
th,
td {
  padding: 8px;
  text-align: center;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .links {
    padding-left: 1rem;
  }

  .links li {
    text-align: justify;
  }

  .borderbottom {
    width: 100%;
    font-size: 12.9px;
    font-weight: 600;
    line-height: normal;
  }
}

.borderradius10 {
  border-radius: 20px;
}

.breadcrumb-item.active {
  color: rgb(255 255 255 / 75%);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.statistics-section {
  padding: 100px 0;
  background-color: #f1f1f1;
  color: #fff;
}

.statistic-item {
  text-align: center;
  padding: 30px;
  background-color: #ededed;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.statistic-item h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #dc3545;
}

.statistic-item p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .statistic-item {
    padding: 20px;
  }
}

section.textures:before {
  content: "";
  background: #00000091;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
}

section.textures {
  position: relative;
  z-index: 0;
}
