.row-why{
    display: flex;
}
.col-why{
    background-color: rgb(255, 255, 255);
    margin: 10px;
    padding: 20px;
}
.col-why h3{
    color: black;

}
.col-why p{
    color: black;
}
.cards{

    transition: all 0.2s ease;
    cursor: pointer;
    

  }
.cards:hover{

    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1);
}

/* ============================================
   ISP BILLING SECTION (Clean + Professional)
   Works with your existing Themefisher/Bootstrap styles
   Add this at the END of css/style.css
   ============================================ */

#isp-billing {
  position: relative;
  padding: 80px 0;
  background: #f7f9fc;
}

#isp-billing .title h2 {
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

#isp-billing .title p {
  max-width: 920px;
  margin: 0 auto;
  color: #5f6b7a;
  line-height: 1.7;
  font-size: 15px;
}

#isp-billing .border {
  width: 64px;
  height: 3px;
  background: #1a73e8;
  margin: 18px auto 0;
  border-radius: 999px;
}

/* Cards */
#isp-billing .service-item {
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  height: 100%;
}

#isp-billing .service-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.10);
  border-color: rgba(26, 115, 232, 0.25);
}

/* Icon */
#isp-billing .service-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  margin-bottom: 14px;
  font-size: 22px;

  color: #1a73e8;
  background: rgba(26, 115, 232, 0.10);
}

/* Headings + text */
#isp-billing .service-item h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

#isp-billing .service-item p {
  margin: 0;
  color: #5f6b7a;
  line-height: 1.65;
  font-size: 14px;
}

/* CTA row */
#isp-billing .btn.btn-main {
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
}

#isp-billing .text-center p strong {
  color: #0f172a;
}

/* Spacing between cards (Bootstrap already helps, this is extra safety) */
#isp-billing .row.text-center > [class*="col-"] {
  margin-bottom: 18px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  #isp-billing {
    padding: 64px 0;
  }
  #isp-billing .title p {
    font-size: 14px;
  }
  #isp-billing .service-item {
    padding: 22px 18px;
  }
}

@media (max-width: 575.98px) {
  #isp-billing {
    padding: 54px 0;
  }
  #isp-billing .service-item i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 12px;
  }
}
