/* Google Font - Poppins (Loaded in HTML for better performance) */

body {
  background-color: rgb(255, 255, 255);
  font-family: 'Poppins', var(--bs-font-sans-serif);
}

a {
  text-decoration: none;
}

body::before {
  display: block;
  content: '';
  height: 60px;
}

h1 {
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

p {
  font-size: 1.1rem;
}

footer address p {
  margin-bottom: 0.5rem;
}

footer address i {
  font-size: 1.2rem !important;
  /* Normalize icons */
}

ul {
  list-style: none;
}

li {
  font-size: 1.2rem;
}

/* Add shadows on hover */
/*.price:hover {
  box-shadow: 0 8px 12px 12px rgba(107, 253, 131, 0.699) */


.img {
  content-visibility: auto;

}

#instructors .card-body a i,
#instructors .card-body a svg {
  display: inline-block;
  transition: color 0.3s ease, transform 0.2s ease;
}

#instructors .card-body a i {
  font-size: 23px;
  vertical-align: middle;
}

#instructors .card-body a svg {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  transform: translateY(4px);
}

/* Remove hover underline for instructor social icons */
#instructors .card-body a:hover {
  border-bottom: none !important;
}

/* Hover effects for all icons */
#instructors .card-body a:hover i {
  transform: scale(1.2);
}

#instructors .card-body a:hover svg {
  transform: translateY(4px) scale(1.2);
}

/* Hover color for Facebook and Instagram */
#instructors .card-body a:hover .bi-facebook,
#instructors .card-body a:hover .bi-instagram {
  color: #007bff !important;
  /* Bootstrap primary blue */
}





#map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (min-width: 770px) {
  .news-input {
    width: 50%;
  }
}

.dropdown-menu {
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.change-black {
  color: rgb(221, 219, 221);
}

.change-black:hover {
  color: rgb(8, 8, 8);
}

a:hover {
  color: rgb(28, 151, 34);
  border-bottom: 2px solid rgb(28, 151, 34);
  background-color: transparent;
}

/* Remove underline for navbar links */
.navbar-nav .nav-link:hover,
.dropdown-item:hover {
  border-bottom: none !important;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: #fff;
  z-index: 9999;
  border-radius: 8px;
}