    .step{
      box-shadow:none;
  }
  .step-number{
      display:none;
  }
  .step:hover{
      box-shadow:none;
      transform:none;
  }

    @media (max-width: 768px) {
  .whatsapp-enquiryyy {
    display: block;
    margin: 15px auto 0!important; /* top auto bottom */
    text-align: center;
  }
 
}
.enquiry:hover{
    background:none!important;
    transform:none;
}
  .getgabs-steps {
    background: #eaf2fd;
    padding: 60px 20px;
    text-align: center;
  }
  .getgabs-steps .section-title {
    margin-bottom: 20px;
    
  }
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .step-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 25px 15px;
    position: relative;
    transition: all 0.3s ease;
  }
  .step-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  }
  .step-numberr {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #034737;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 600;
  }
  .step-icon {
    background: #eaf2fd;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 15px auto;
    color: #034737;
    font-size: 1.4rem;
  }
 
  .step-box h3 {
    color: #034737;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
  }
.cta-buttonn{
    margin:0px!important;
}
  @media (max-width: 992px) {
    .steps-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 600px) {
    .steps-grid {
      grid-template-columns: 1fr;
    }
    .getgabs-steps .section-title {
      font-size: 1.4rem;
    }
  }
   .usecase-section {
    background: #fffaeb;
    padding: 60px 20px;

}
.api-subtext{
    text-align:center;
}
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }

  .grid-item {
    display: block;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    height: 100%;
  }


  .grid-item h3 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #034737;
  }

  .grid-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    flex-grow: 1;
  }

  .grid-item a {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #034737;
    text-decoration: none;
  }

.grid-item a {
  display: inline-block;       /* ensures the link is visible */
  margin-top: 20px;
  font-size: 14px;
  color: #034737;
  text-decoration: none;
}

.grid-item a:hover {
  text-decoration: underline;
}
.usecase-item {
  text-align: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
}



.icon-circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  flex-shrink: 0;
}

.usecase-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.usecase-item p {
  color: #555;
  font-size: 0.95rem;
  flex-grow: 1;
  margin-bottom: 15px;
}

.usecase-item a {
  color: #034737;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.usecase-item a:hover {
  text-decoration: underline;
}


@media (max-width: 767px) {
  .usecase-item {
    height: auto;
  }
  .usecase-item p {
    min-height: auto;
  }
}
section {
max-width: 1200px;
margin: 0 auto;
padding:60px 0px;
}



.cards {
    display: flex;
    justify-content: center;
    gap: 25px;
}

/* Each card keeps 33% width like 3-column layout */
.card {
    width: calc(33.33% - 20px);
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.2s ease;
}
.icon {
font-size: 45px;
margin-bottom: 20px;
color: #22c55e;
}

/* Hide first card (Marketing) */
.cards .card:nth-child(1) {
    display: none;
}

/* Responsive */
@media(max-width: 900px) {
    .card { width: calc(50% - 20px); }
}

@media(max-width: 600px) {
    .card { width: 100%; }
}


/* Learn More Link */
.learn-more {
display: inline-flex;
align-items: center;
gap: 6px;
font-weight: 600;
color: #034737;
text-decoration: none;
font-size: 15px;
margin-top: 10px;
}


.learn-more i {
transition: 0.2s ease;
}





