.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
  color: rgba(0, 0, 0, 0.7);
  padding: 16px 24px;
  font-size: 18px;
  line-height: 2;
  font-family: 'Londrina Solid', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

.t4-footnav .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.t4-footnav,
.t4-footer {
  background-color: #adedb6;
  padding: 20px;
}

.btn {
  border-radius: 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: normal;
}

div[id*="t4-section-"],
div[id^="t4-section-"],
div[id*="t4-spotlight-"],
div[id^="t4-spotlight-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fa-map-marker-alt {
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
}

.fa-phone-square-alt {
  font-size: 16px;
  color: #fff;
}

#t4-header {
  padding: 0;
}

.btn.btn-primary {
  background-color: #f3ba1f;
  border-color: #f3ba1f;
}

.wf-columns-gap-small {
  gap: 4rem;
}

.c1,
.c2,
.c3,
.c4,
.c5 {
  padding: 20px;
  border-radius: 25px;
  color: #000;
}

.c1 {
  background: #c1c8e3;
}

.c2 {
  background: #f7d3bb;
}

.c3 {
  background: #f1f7af;
}

.c4 {
  background: #adedb6;
}

.c5 {
  background: #f7959d;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}

.navbar .navbar-toggler i {
  font-size: 22px;
  color: #000;
}

.contact .plain-style .contact-title h2 {
  margin: 0 0 16px 0;
  color: #333;
  letter-spacing: -0.02em;
  display: none;
}

/* Static gallery */

.bb-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px;
  max-width: 1100px;
  margin: 30px auto;
}

.bb-gallery__item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  text-decoration: none;
  cursor: default;
}

.bb-gallery__item img {
  display: block !important;
  width: 100% !important;
  height: 320px !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}

.bb-gallery__item:hover img {
  transform: scale(1.04);
}

/* Hide any old popup markup if still present */

.bb-js-lightbox,
.bb-lightbox {
  display: none !important;
}

/* Responsive */

@media (max-width: 900px) {
  .bb-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .bb-gallery {
    grid-template-columns: 1fr !important;
  }

  .bb-gallery__item img {
    height: 260px !important;
  }
}