@media (max-width: 576px) {
  .about-block img.img-fluid {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
/* Make navbar background white and text dark */
/* Navbar unified styles */
.navbar, .navbar .nav-link, .navbar .navbar-brand {
  background-color: #fff !important;
  /* background: transparent !important; */
  box-shadow: none !important; /* optional: remove shadow */
  color: #222 !important;
}
/* .navbar-toggler {
  border-color: #222 !important;
} */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

:root { --brand: #fff; }
.hero {
  /* background: url('../img/banner1.jpg') no-repeat center/cover; */
  min-height: 380px;
  display: grid;
  place-items: end start;
  color: #fff;
}

body {
  background: url('../img/background1.jpg') no-repeat center center fixed;
  background-size: cover;
}

main.container {
  padding-top: 90px;
}
main.container > section {
  margin-top: 2rem;
}
.hero .cta {
  backdrop-filter: blur(6px);
  background: rgba(13,110,253,.15);
  border: 1px solid rgba(255,255,255,.25);
  padding: 1rem 1.25rem;
  margin: 1.5rem;
  border-radius: 1rem;
}
.icon-circle {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7f1ff;
  color: #222;
  border: 1px solid #d0e3ff;
  flex-shrink: 0;
}
.icon-circle i.bi {
  font-size: 1.2rem;
  color: #222 !important;
  stroke: #222 !important;
  stroke-width: 2.2;
}
.icon-circle .bi-telephone,
.icon-circle .bi-envelope,
.icon-circle .bi-geo-alt {
  stroke: #222;
  stroke-width: 2.2;
  color: #222;
}
.figure-emoji {
  font-size: 2.25rem;
}
.card-body.text-center ul,
.card-body.text-center ol {
  display: inline-block;
  text-align: left;
}
.card-body.text-center ul,
.card-body.text-center ul li {
  text-align: center;
}
.card-body.text-center ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body.text-center ul.checks li::before {
  margin-right: .5rem;
  text-align: center;
}
.card-instructor img {
  width: 96px; height: 96px; object-fit: cover; border-radius: 50%;
  border: 3px solid #e9ecef;
}
a { text-decoration: none; }
