/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 09 2025 | 16:58:30 */
.cubewp-posts-shortcode.cwp-row {
	gap:20px;
}



.cubewp-posts-shortcode.cwp-row div.service-card {
    flex-basis: 100%;
    padding: 0;
    background: transparent;
    flex-grow: 1;
  }


@media (min-width:700px) {
	.cubewp-posts-shortcode.cwp-row div.service-card {
    flex-basis: 31%;
	max-width: 32%;
    padding: 0;
    background: transparent;
    flex-grow: 1;
  }
}



.service-card {
      background-color: white;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

    .service-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .service-content {
      padding: 30px;
     text-align: start;
    }

    .service-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: #111827;
    }

    .service-desc {
      font-size: 0.95rem;
      color: #4b5563;
      margin-bottom: 1.25rem;
      flex-grow: 1;
    }

    .view-link {
	  background: #108B3D;
      background: linear-gradient(85deg, rgba(16, 139, 61, 0.99) 30%, rgba(33, 205, 19, 1) 100%);
      display: inline-block;
      padding: 0.5rem 1rem;
      border-radius: 9999px;
      color: white;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 500;
      transition: background-color 0.3s ease;
      text-align: center;
    }

  

  .cubewp-load-more-conatiner {
    margin-top: 50px;
    margin-bottom: 50px;
   }