	.img-aspect-ratio {
		aspect-ratio: 29/10; /* Adjust the aspect ratio as needed, for example, 4/3, 1/1, etc. */
	}

	#whatsapp-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }

  #whatsapp-popup a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
  }

  #whatsapp-popup img {
    width: 30px;
    margin-right: 10px;
  }

  #whatsapp-popup span {
    font-size: 16px;
  }
  .navbar-nav .nav-item.active a {
	font-weight: bold;
	color: #81c621;
}

  .card-img-top {
    transition: transform 0.5s;
  }

  .card-img-top:hover {
    transform: scale(1.1); /* Adjust the scale factor as needed */
  }