/* ****card**** */
 
      .card-img-overlay {
        border: 2px solid #000;
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-weight: 600;
      font-size: 2.2rem;
      border-radius: 15px;
    }
    .service-card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      transition: transform 0.3s ease;
    }
    .service-card:hover {
      transform: scale(1.03);
    }
    .service-img {
      height: 300px;
      object-fit: cover;
    }
    .card-logo {
      position: absolute;
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%);
      z-index: 3;
      background: rgba(255,255,255,0.95);
      border-radius: 999px;
      padding: 4px 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 26px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      font-size: 15px;
      color: #222;
    }
    
    @media (max-width: 480px) {
     .col-lg-6.text-center.position-relative.d-inline p {
    text-align: center !important;
}
}

.vnav a, .vnav label:active 
 {
    outline: 2px solid #e6e6e600;}