.nav {
  --bs-nav-link-padding-y: 0.3rem;
}
.pagination {
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-font-size: 0.8rem;
  --bs-pagination-padding-x: 0.7rem;
}
body {
  font-family: "Roboto", sans-serif;
}
ol, ul {
    padding-left: 1.2rem;
}


.inner {
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}

.inner:before, .inner:after {
  bottom: -9px;
  height: 8px;
  display: block;
  border: 1px solid #e6e6e6;
  border-top: none;
  content: '';
  position: absolute;
}

.inner:after {
  bottom: -17px;
  width: 96%;
  left: 2%;
  background-color: #f9f9f9;
}

.inner:before {
  width: 98%;
  left: 1%;
  background-color: #fcfcfc;
}
.middle {
  background-color: #f0f1f2;
}

#bottom-logo {
  height: 125px;
  margin-top: -30px;
}

#slogan {
  padding-right: 70px;
  margin-top: -54px;
}

@media (min-width: 575.98px) {
}

@media (min-width: 767.98px) {
}

@media (min-width: 991.98px) {
  #slogan {
    padding-right: 0;
    margin-top: 0;
  }
}

@media (min-width: 1199.98px) {
}

@media (min-width: 1399.98px) {

}
/*
@media (max-width: 600px) {
    .nav-link {
        padding: 2px 16px !important;
    }
}
*/
.offcanvas {
  --bs-offcanvas-width: undefined;
}

.active {
  color: var(--bs-nav-link-disabled-color);
}

.clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
    padding-left: 0;
}
.clients > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    object-fit: contain;
    object-position: center center;
    border-radius: 5px;
    filter: grayscale(100%);
    border: 1px solid var(--bs-gray);
    margin: 13px;
}
.clients > li img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 66px;
    box-sizing: border-box;
    object-fit: contain;
}
.clients > li:hover {
    filter: grayscale(0);
}

.client {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    object-fit: contain;
    object-position: center center;
    border-radius: 5px;
    border: 1px solid var(--bs-gray);
    margin: 10px;
}

.client > img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 90px;
    box-sizing: border-box;
    object-fit: contain;
}

:root {
    --swiper-theme-color: var(--bs-primary) !important;
    --swiper-pagination-bottom: 0;
}

blockquote {
    border-left: 3px solid var(--bs-primary);
    background-color: var(--bs-light);
    padding: 20px 30px 10px 50px;
}

blockquote > p:first-child:before {
    margin-left: -0.3em;
    font-size: 1.2em;
    content: '«';
}
blockquote > p:first-child:after {
    font-size: 1.2em;
    content: '»';
}
blockquote p {
    text-align: right;
    -font-size: 0.9em;
    font-style: normal;
    -margin-right: 30px;
    color: var(--bs-secondary);
    line-height: 1.1em;
}

blockquote > p:first-child {
    text-align: left;
    font-style: italic;
    -font-size: 1em;
    -margin-right: 0;
    color: var(--bs-light-text-emphasis);
}


.slot-card {
  background-size: cover;
}

.slot-card hr {
  width: 50px;
  height: 1px;
  margin: 8px 0 6px;
  background: #fff;
  border: none;
  opacity: 1;
}

.slot-card div.bottom-0 {
  opacity: 0.7;
}
.slot-card div.bottom-0:hover {
  opacity: 1;
}
.banner {
  background: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 90%), url(/assets/static/images/perm-bg.jpg) center bottom no-repeat;
}

.banner div.bg-primary {
  background-color: rgba(var(--bs-primary-rgb), 0.7) !important;
}

.banner div.bg-primary:hover {
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.banner div.bg-secondary {
  background-color: rgba(var(--bs-secondary-rgb), 0.7) !important;
}

.banner div.bg-secondary:hover {
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

@media (max-width: 575.98px) {
  header {
    position: fixed;
    top: 0;
    z-index: 1040;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  /* Spacer below the fixed header to prevent content overlap */
  body::before {
    content: "";
    display: block;
    height: 90px; /* mobile header height */
  }
  
  .clients > li {
    width: 100px;
    height: 50px;
    margin: 5px;
  }
  .clients > li img {
    width: 80px;
    height: 36px;
  }
}
@media (max-width: 991.98px) {
  a.nav-link.active::after {
   content: " \2714"; /* The mark */
   color: var(--bs-primary);
   margin-left: 1em;
 }
}

