:root {
  --bs-font-family-heading: 'Outfit', sans-serif;
}

.blurred-navbar {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  /*Optional: subtle border;*/
  z-index: 1030;
}

.content-section {
  padding-top: 90px;
}

.scroll-offset {
  /*scroll-margin-top: 100px;*/
}

.form-control:focus {
  border-color: #F04124;
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25);
  outline: 0;
}

.modal-content {
  background-color: #F04124;
}

.btn-close {
  background-color: #F04124;
  border-radius: .25rem;
  padding: .5rem;
  filter: invert(1);
  opacity: 1;
}

.swiper-slide {
  height: 500px!important;
  /*width: 311px !important;*/
  /*margin-right: 0px !important;*/
}

.swiper-slide .card, .swiper-slide .card-body {
  height: 100%;
  margin-right: 0px;
}

.swiper-slide .card-body {
  display: flex;
  flex-direction: column;
}

.swiper-slide .btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.swiper-slide .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Make icons slightly larger — for impact */

.bs-icon-lg {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}

/* Tweak text spacing */

.stats-section .fw-bold {
  font-size: 1.25rem;
}

.stats-section p {
  font-size: 1rem;
}

html {
  scroll-padding-top: 100px;
}

.navbar .nav-link, .footer-contact a, .footer-contact span {
  color: rgb(252, 235, 198);
}

.page-item {
  color: var(--bs-primary);
}

.page-item.active .page-link {
  background-color: rgb(237,91,18) !important;
}

