/* Bootstrap Custom */
.text-primary {
  color: #ffa400 !important;
}

.text-light-grey {
  color: #c0c0c0 !important;
}

.border-grey {
  border: 1px solid #f3f3f3;
}

.text-cf {
  color: #e85f5c;
}

.text-cw {
  color: #4abcce;
}

.text-cw {
  color: #c43036;
}

/* Global */
body {
  margin-top: 62px;
}

#hero, #spotlight, #main, #footer-before, #stat-cards, #breakdown-content, #showcase, #services {
  padding: 150px 0 0;
}
@media (max-width: 1200px) {
  #hero, #spotlight, #main, #footer-before, #stat-cards, #breakdown-content, #showcase, #services {
    padding: 100px 0 0;
  }
}
@media (max-width: 768px) {
  #hero, #spotlight, #main, #footer-before, #stat-cards, #breakdown-content, #showcase, #services {
    padding: 50px 0 0;
  }
}

/* General */
* {
  font-family: "Montserrat", sans-serif;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 500;
}

.bolder {
  font-weight: 700;
}

p {
  line-height: 2em;
  font-size: 1.1em;
  font-weight: 300;
}

li {
  line-height: 2em;
  font-size: 1em;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  color: #073256;
}

/* Buttons */
.btn {
  transition: 0.2s;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .btn {
    margin-bottom: 10px;
    width: 100%;
  }
}
.btn.btn-primary {
  background-color: #ffa400;
  color: #282828;
  border-color: #ffa400;
}
.btn.btn-primary:hover {
  filter: brightness(110%); /* Slightly lighter on hover */
}
.btn.btn-alternate {
  padding: 0;
  border: 0;
  color: #282828;
  font-weight: 600;
}
.btn.btn-arrow::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061"; /* Right arrow */
  font-weight: 900;
  margin-left: 0.3rem;
  display: inline-block; /* Needed for transform */
  transition: transform 0.3s ease; /* Smooth animation */
}
.btn.btn-arrow:hover::after {
  transform: translateX(2px); /* Moves arrow 2px to the right */
}
.btn i {
  padding-left: 5px;
  font-size: 14px;
}

/* Animations */
.fade-slide-in {
  opacity: 0;
  transform: translateX(30px); /* Start position */
  animation: fadeSlideIn 1s ease-out forwards;
}

.delay-1 {
  animation-delay: 0.25s;
}

.delay-2 {
  animation-delay: 0.75s;
}

.delay-3 {
  animation-delay: 1.25s;
}

.delay-4 {
  animation-delay: 1.75s;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateX(0); /* End position */
  }
}
/* Carousel */
.carousel-control-prev,
.carousel-control-next {
  width: 50%;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: transparent;
  justify-content: flex-start;
}

.carousel-control-prev {
  padding-left: 25px;
}

.carousel-control-next {
  justify-content: flex-end;
  padding-right: 25px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
}

/* Navbar */
.navbar {
  background: white;
  z-index: 3;
}
.navbar .nav-item {
  margin-left: 10px;
}

.logo {
  height: 35px;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-collapse .btn {
  float: right;
}
.navbar-collapse .nav-item {
  padding-right: 15px;
}
.navbar-collapse .nav-item .btn-link {
  padding-right: 0;
}
.navbar-collapse .btn-outline {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 15px;
  float: right;
}

/* Hero */
#home #hero {
  background: #f3f3f3;
  padding: 150px 0;
}
@media (max-width: 1200px) {
  #home #hero {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  #home #hero {
    padding: 50px 0;
  }
}

/* Services */
#services .card-title {
  letter-spacing: 0;
}
#services .icon-container {
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}
#services .icon-container img {
  height: 45%;
  width: auto;
  display: block;
}
#services .icon-container img.larger-icon {
  height: 50%;
}
#services .icon-container img.smaller-icon {
  height: 40%;
}

/* Spotlight */
.card {
  border: 0;
  border-radius: 0;
}
.card .card-image {
  background: #282828;
  min-height: 200px;
}
@media (max-width: 1200px) {
  .card .card-image {
    min-height: 350px;
  }
}
.card .card-image * {
  color: white;
}
.card p {
  margin-bottom: 5px;
}
.card .card-body .read-more-gradient {
  max-height: 150px;
  height: 150px;
  overflow: hidden;
}
.card .card-body .read-more-gradient::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 62px;
  background: linear-gradient(transparent 100px, white);
  pointer-events: none;
}

/* Stat cards */
#stat-cards p {
  margin-bottom: 0;
}

/* Offering */
#offering .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 0;
  background: #fcfcfc;
}
#offering .card.featured-card {
  background: white;
}
#offering .card:hover {
  /* transform: scale(1.05); */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 2;
  background: white;
}

.checklist li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: green;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

/* Main */
/* Tags */
.tags {
  padding-left: 0;
  margin-bottom: 25px;
}
.tags li {
  display: inline-block;
  list-style: none;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 25px;
  font-size: 0.9em;
}
.tags li.border-blue {
  border-color: blue;
  color: blue;
}
.tags li.border-green {
  border-color: green;
  color: green;
}
.tags li.border-orange {
  border-color: #DE8108;
  color: #DE8108;
}

/* Image Container */
.img-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .img-container {
    min-height: 400px;
  }
}
.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Logo Container */
.logo-container {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.logo-container img {
  height: 66% !important;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-container.bg-c-and-f {
  background: linear-gradient(150deg, rgb(33, 93, 137) 0%, rgb(33, 93, 137) 33%, rgb(232, 95, 92) 100%);
}
.logo-container.bg-city-week {
  background: linear-gradient(150deg, rgb(11, 4, 114) 0%, rgb(11, 4, 114) 33%, rgb(74, 188, 206) 100%);
}
.logo-container.bg-forante {
  background: linear-gradient(150deg, rgb(40, 40, 40) 0%, rgb(40, 40, 40) 33%, rgb(100, 100, 100) 100%);
}

.bg-city-week {
  background: #0b0472;
  position: relative;
}

.bg-c-and-f {
  background: #374a67;
}

.bg-forante {
  background: #282828;
}

/* Footer */
#footer {
  background: #073256;
  padding: 150px 0;
  margin-top: 150px;
}
#footer * {
  color: white;
}

/* #footer {
  background: $light-grey;
  padding: 150px 0;
  margin-top: 150px;

  * {
    color: $dark-grey;
  }
} */
/* Cookies */
#cookieBanner {
  background: #282828 !important;
  color: white;
}
#cookieBanner button {
  float: right;
  background: #ffa400;
  border: 0;
  padding: 10px 15px;
  color: #282828;
  font-weight: bold;
}
@media (max-width: 992px) {
  #cookieBanner {
    text-align: center;
  }
  #cookieBanner button {
    width: 100%;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(100%);
  opacity: 0;
  z-index: 1050; /* bootstrap z-index for fixed */
}

.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
}/*# sourceMappingURL=styles.css.map */