.btn-lee-primary {
    background-color: #00233d !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn-lee-primary:hover {
    background: #00233d !important;
    color:  #00233d;
    border: 1px solid  #00233d;
}


.vc-list-menu
{
  text-align: left !important;
}
.services-list-content-layer{
  width: 90% !important;
}


/*Services list */
.custom-list {
  list-style: none; 
  padding: 0;
  margin: 0;
}

.custom-list li {
  background: #fff;
  margin: 12px 0;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

/* Hover animation */
.custom-list li:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  background: linear-gradient(135deg, #f0f4ff, #e8f0ff);
  color: #1a3d7c;
}

/* Responsive text sizing */
@media (max-width: 768px) {
  .custom-list li {
    font-size: 14px;
    padding: 14px 16px;
  }
}
