.logo {
    height: 40px;
  
  }
  
 .nav-link {
    color:black;
    font-weight: bold;


 }
 .nav-link:hover{
    color:#D4AF37; 
 }
 .list-group-item{
    border:none!important;
    background-color: transparent!important;
}
.list-group{
    gap:40px;
}
.cover-card {
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e0e0e0;
  }
  
  .cover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background-color: #fdfdfd;
  }
  
  .icon-cover {
    font-size: 2.5rem;
    transition: color 0.3s ease;
  }
  
  .cover-card:hover .icon-cover {
    color: #0d6efd !important;
  }
.insurance{
   padding: 7%;
}  
