.text-main{color:#0e5698}
.bg-main{background-color:#0e5698}
.text-justify{text-align:justify;}
.card-img-top {
   object-fit: cover;
  }
  .bottom-48{bottom:48px;}
  .verified-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0e5698;
    color: white;
    border-radius: 5px;
    padding: 5px;
  }
  .card-bottom {
    font-size: 0.9rem;
  }
  .custom-card {
    padding: 20px;
    min-height: 100%;
  }
  .hover-dark:hover {
    background-color: #212529 !important; /* Bootstrap's bg-dark */
  }