body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f8f9fa;
  line-height: 1.8;
}

.text-bluish,
.text-bluish:hover,
.text-bluish:focus {
  color: #415E72 !important;
  text-decoration: none;
}


.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* section {
  padding: 80px 15px;
  text-align: justify;
} */

.matajiIMG
{
  height: 75%;
}

.trustBoard {
  padding: 80px 15px;
  text-align: justify;
}

section {
  text-align: justify;
}

.section-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #dc3545;
  text-align: center;
}

.divider {
  width: 90px;
  height: 3px;
  background: #0d6efd;
  margin: 0 auto 2rem auto;
}

p {
  font-size: 1.10rem;
  color: #444;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
  }

  .filtr-item {
    padding: 10px;
  }

  .filtr-item img {
    width: 100%;
    height: auto;
    display: block;
  }

#portfolio-filters li {
    cursor: pointer;
    padding: .35rem .9rem;
    border-radius: 50px;
    border: 1px solid #dee2e6;
    user-select: none;
  }
  #portfolio-filters li.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
  }

.indent {
  text-indent: 2rem;
  /* adjust: 2rem ~ 5–7 characters */
}

footer {
  background-color: white;
  color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: #f8f9fa;
}

footer a {
  color: #0d6efd;
}

/* Preloader Fullscreen Background */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; /* loader background */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner Animation */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #e9ecef;
  border-top-color: #0d6efd; /* Bootstrap primary color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin Animation */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
