@charset "UTF-8";
.navbar {
  background-color: var(--bs-dark);
}

img.responsive-img {
  width: 350px;
  transition: width 0.3s ease;
  /* smooth transition */
}

.solutions .slide {
  width: 70%;
  margin: 0 auto;
}
.solutions .h2 {
  color: var(--bs-primary);
}
.solutions .expertise-card {
  border: var(--bs-primary);
  background-color: var(--bs-secondary);
}
.solutions .card-body {
  color: white;
}

.glightbox-container {
  overflow: visible !important;
}

.glightbox-slide .gnext,
.glightbox-slide .gprev {
  z-index: 9999 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.map iframe {
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  border: none;
}

.responsive-h1 {
  font-size: clamp(2.25rem, 2vw + 1rem, 4rem);
  line-height: 1.2;
}

.responsive-h2 {
  font-size: clamp(2rem, 2vw + 1rem, 3.25rem);
  line-height: 1.2;
}

.responsive-h3 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: 1.2;
}

.responsive-h4 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
  line-height: 1.2;
}

.responsive-h5 {
  font-size: clamp(1.25rem, 2vw + 1rem, 1.5rem);
  line-height: 1.2;
}

.responsive-h6 {
  font-size: clamp(1rem, 2vw + 1rem, 1.25rem);
  line-height: 1.2;
}

/* Default size hero-heading (mobile-first) */
.hero-heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Default badge styling */
.badge-responsive {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.6em 0.8em;
  line-height: 1.4;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  /* allow wrapping */
  text-align: center;
}

/* <420px (badge styling - very small devices) */
@media (max-width: 419.98px) {
  .badge-responsive {
    font-size: 1rem;
    padding: 0.4em 0.8em;
  }
}
/* <768px (badge styling - small screens) */
@media (max-width: 767.98px) {
  img.responsive-img {
    width: 220px;
  }
}
/* ≥420px size hero-heading (Bootstrap md) */
@media (min-width: 420px) {
  .hero-heading {
    font-size: 2.5rem;
  }
  .badge-responsive {
    font-size: 1.2rem;
    padding: 0.5em 1em;
  }
}
/* ≥768px size hero-heading (Bootstrap md) */
@media (min-width: 768px) {
  .hero-heading {
    font-size: 2.5rem;
  }
  .badge-responsive {
    font-size: 1.6rem;
    padding: 0.5em 1em;
  }
}
/* ≥992px size hero-heading (Bootstrap lg) */
@media (min-width: 992px) {
  .hero-heading {
    font-size: 3.5rem;
  }
  .badge-responsive {
    font-size: 1.8rem;
    padding: 0.5em 1em;
  }
}
/* ≥1200px size hero-heading (Bootstrap xl) */
@media (min-width: 1200px) {
  .hero-heading {
    font-size: 4.5rem;
  }
  .badge-responsive {
    font-size: 2rem;
    padding: 0.5em 1em;
  }
}
/* When screen width is 768px or smaller */
@media (max-width: 768px) {
  .glightbox-container .gprev,
  .glightbox-container .gnext {
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}
