:root {
  --bw-yellow: #fffc00;
  --bw-black: #2a2623;
  --bw-white: #ffffff;
  --bw-gray-1: #544f4f;
  --bw-gray-2: #7a7575;
  --bw-gray-3: #b0acab;
  --bw-gray-4: #d7d2d1;
  --bw-gray-5: #f1eeed;
}

.bg-bw-black {
  background-color: var(--bw-black) !important;
}

.bg-bw-yellow {
  background-color: var(--bw-yellow) !important;
}

.hero {
  width: 100%;
  aspect-ratio: 4400 / 1717;
  max-height: 65vh;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .hero {
    margin-top: 20px;
  }
  .hero-img {
    width: 100%;
    height: 100%;
  }
}

.footer-img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

footer p {
  font-size: 0.9rem;
  color: #555;
}

.footer-img-left {
  width: 360px;
  height: auto;
}

.footer-img-right {
  width: 360px;
  height: auto;
}

footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.logo-img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  /* max-width: 360px; */
}

.community-hero .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.community-hero .overlay h1 {
  margin: 0;
  color: white;
  font-size: 3rem; /* Desktop */
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .community-hero .overlay h1 {
    font-size: 1.8rem;
  }
}

.team-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}


.contact-card {
  max-width: 600px;
}

.contact-image-container {
  flex-shrink: 0;
}

.contact-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
}

.linkedin-text {
  max-width: 600px;
  margin: 0 auto 1rem auto;
}

@media (max-width: 767.98px) {
  .contact-image {
    width: 100px;
    height: 100px;
  }

  .contact-card-inner {
    text-align: center;
  }
}

/* Footer Styling */

.footer-container {
  padding: 0;
}

.footer-images {
  max-width: 1800px;
  margin: 0 auto;
}

.footer-linkedin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.footer-linkedin-link:hover {
  transform: scale(1.1);
}

.footer-linkedin-icon {
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  .footer-linkedin-icon {
    font-size: 2.5rem;
  }
}

.footer-social-icon {
  font-size: 2.5rem;
}

.footer-social-link {
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.footer-social-link:hover {
  transform: scale(1.1);
}

.footer-legal-bottom {
  /* border-top: 1px solid #dee2e6; */
  background-color: rgba(248, 249, 250, 0.9);
  padding: 0.75rem 0;
}

.footer-legal {
  border-top: 1px solid #dee2e6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(248, 249, 750, 0.8);
}
