   .section {
padding:60px 0px;
}


.gridd{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:6px 40px;
}

.itemmm{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.iconnn{
  width:36px;
  height:36px;
  flex-shrink:0;
}

.texttt h3{
  margin:0 0 8px;
  font-size:22px;
  font-weight:600;
  position:relative;
}

.texttt p{


  line-height:1.6;

}

/* Responsive */
@media(max-width:992px){
  .gridd{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:576px){
  .gridd{grid-template-columns:1fr;}
}

 .trust-section h3:before {
    content: "✔";
    position: absolute;
    left: 2px;
    top: 0;
    color: #26829C;
    font-weight: bold;
  }
   .texttt h3:before {
    content: "✔";
    position: absolute;
    left: -30px;
    top: 0;
    color: #26829C;
    font-weight: bold;
  }
  .trust-section h3 {
    position: relative;
    padding-left: 28px;
  }
  .trust-section p {
    padding-left: 28px;
    text-wrap:auto;
  }
  .trust-section {
    background: #f9f9fb;
  }
  .trust-point .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .trust-point .icon img {
    width: 30px;
    height: 30px;
  }
  .trust-point:hover .icon {
    transform: scale(1.1);
  }
  .trust-point {
    gap: 10px;
  }
  .trust-point h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #0477a9;
  }
  .whatsapp-usecase-section {
  background: #f8f9fa;
}

.usecase-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.usecase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #198754;
}

.bg-primary-subtle {
  color: #0d6efd;
}

.usecase-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.usecase-link:hover {
  gap: 14px;
}

.usecase-link span {
  transition: transform 0.3s ease;
}

.usecase-link:hover span {
  transform: translateX(6px);
}

.usecase-link small {
  display: block;
  font-weight: 500;
  color: #6c757d;
}

@media (max-width: 767px) {
  .usecase-card {
    padding: 22px;
  }
}
.cta-button {
   
    color: #fff;
    text-align: center;
    
   
}
.dlt-points {
  padding-left: 0;
  list-style: none;
}

.dlt-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
      line-height: 1.75rem;
}

.dlt-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #25D366;
  font-weight: 600;
}
.broadcast-steps {
  list-style: none;
  padding-left: 0;
}

.broadcast-steps li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
      line-height: 1.75rem;
}

.broadcast-steps li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #25D366;
  font-weight: 600;
}

.affiliate-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:25px;
}

/* CARD */
.affiliate-card{
  background:#fff;
  padding:22px;
  border-radius:10px;
  border:1px solid #79a6c6;
  display:flex;
  flex-direction:column;
  gap:16px;
 
}
.affiliate-card:hover{
        transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.trust-point h3{
    font-size:22px;
}
.affiliate-icon{
  width:60px;
  height:60px;
  border-radius:10px;
  background:#f7f7f7;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.affiliate-icon img{
  width:38px;
  height:38px;
}
.affiliate-title{
    font-size:22px;
}
/* RESPONSIVE */
@media(max-width:900px){
  .affiliate-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:600px){
  .affiliate-grid{grid-template-columns:1fr;}
}

.steps-grid{
  grid-template-columns: repeat(4, 1fr);
}

.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(4, 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-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 600;
  }
  .step-box:nth-child(1) .step-number { background: #25D366; } /* Green */
.step-box:nth-child(2) .step-number { background: #0088cc; } /* Blue */
.step-box:nth-child(3) .step-number { background: #ff6b6b; } /* Red */
.step-box:nth-child(4) .step-number { background: #9b59b6; } /* Purple */
  .step-icon {
    background: #eaf2fd;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 15px auto;
    color: #034737;
    font-size: 1.4rem;
  }

 

  @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;
    }
  }
    .sim-sms-usecases {
  background: #f9fafb;
}

.usecase-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
}

.usecase-card:hover {
  border-color: #4f46e5;
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.12);
}

.sms-preview {
 
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 20px;
  background: #fdfdff;
}

.sms-preview img {
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
}

.usecase-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.usecase-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .usecase-card {
    padding: 20px;
  }

  .usecase-card h3 {
    font-size: 18px;
  }

  .usecase-card p {
    font-size: 14px;
  }
}
 .sms-comparison-section {
  background: #f9fafb;
}

.comparison-table {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.table-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  border-bottom: 1px solid #e5e7eb;
}

.table-row:last-child {
  border-bottom: none;
}

.table-row > div {
  padding: 16px 18px;
  font-size: 15px;
}

.table-head {
  background: #1972f5;
  color: #fff;
  font-weight: 700;
}

.feature {
  font-weight: 600;
  color: #111827;
}

.highlight {
  color: #0477a9;
  font-weight: 600;
}

/* Hover effect */
.table-row:not(.table-head):hover {
  background: #f3f4f6;
}

/* Mobile Card Layout */
@media (max-width: 768px) {
  .table-row {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .table-head {
    display: none;
  }

  .table-row > div {
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .table-row > div::before {
    content: attr(data-label);
    font-weight: 600;
    color: #6b7280;
  }

  .table-row > div:nth-child(1)::before {
    content: "Feature";
  }
  .table-row > div:nth-child(2)::before {
    content: "API Gateway";
  }
  .table-row > div:nth-child(3)::before {
    content: "SIM-Based SMS";
  }
}
.affiliate-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:25px;
}

/* CARD */
.affiliate-card{
  background:#fff;
  padding:22px;
  border-radius:10px;
  border:1px solid #79a6c6;
  display:flex;
  flex-direction:column;
  gap:16px;
 
}
.affiliate-card:hover{
        transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.trust-point h3{
    font-size:22px;
}
.affiliate-icon{
  width:60px;
  height:60px;
  border-radius:10px;
  background:#f7f7f7;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.affiliate-icon img{
  width:38px;
  height:38px;
}
.affiliate-title{
    font-size:22px;
}
/* RESPONSIVE */
@media(max-width:900px){
  .affiliate-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:600px){
  .affiliate-grid{grid-template-columns:1fr;}
}