.service-container
{
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  padding: 20px;
  background: #fff;
  justify-items: center;
}
.service-container .col
{
  background: #f9fafc;
  border: 1px solid #e0e4eb;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}
.proven-result-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.proven-result-container .col-md-3 {
  background: #f7faff;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 240px;

}

.proven-result-container .col-md-3 p {
  font-size: 16px;
}
.industry-container>div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.industry-box {
  background: #f9fafc;
  border: 1px solid #e0e4eb;
  border-radius: 12px;
  padding: 35px 20px;
  text-align: center;
  width: 100%;
  max-width: 260px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.industry-box:hover {
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.industry-box .icon {
  font-size: 38px;
  color: #1d4ed8;
  margin-bottom: 15px;
}

.industry-box p {
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
.steps-container>div {
  display: flex;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.step-box {
  text-align: center;
  width: 150px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #2ca4de;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.main_home_section h1.lg_ttl2 {
  font-size: 3rem;
  color: var(--main-default);
}

.main_home_section h3.lg_ttl2 {
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: bold;
}

.text-field {
  width: 100%;
  padding: 12px 14px;
  font-size: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  outline: none;
  transition: all 0.25s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  color: #6a777f;
  text-align: center;
}

.roi-result h1.lg_ttl {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2.6rem;
}

/* On focus: subtle glow */
.text-field:focus {
  border-color: #4da6ff;
  box-shadow: 0 0 5px rgba(77, 166, 255, 0.4);
}

.example-text {
  font-size: 14px;
  padding-top: 10px;
}

.white-row {
  display: flex;
  gap: 20px;
}

.white-row .col {
  flex: 1;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
}

.white-row img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.roi-result h5 {
  color: #4da6ff;
  font-weight: bold;
}

.roi-result .container {
  background-color: var(--main-background);
  border-radius: 30px;
}

.roi-result p.text2,
.roi-feature-box p.text2 {
  color: var(--font-color);
  font-size: 24px;
  font-weight: bold;
}

.roi-graph-render {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.roi-feature-box {
  gap: 20px;
}

.roi-feature-box .col {
  border: 1.5px solid #B7D7FF;
  border-radius: 15px;
  padding: 25px 20px;
  background: #fff;
  text-align: center;
  transition: 0.3s ease;
}
.chart-container {
  width: 100%;
  height: 500px;
  display: none;
}

@media (min-width: 992px) {
  .service-container .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 30.333333%;
    max-width: 33.333333%;
  }
.roi-feature-box .col-lg-4 {
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333%;
  max-width: 31.333333%;
}
}
@media (max-width: 575px) {
  .main_home_section h1.lg_ttl2 {
    font-size: 2.3rem;
    line-height: 3rem;
  }
}
@media (max-width: 425px) {
  .service-container img,
    .proven-result-container img,
    .industry-container img,
      .roi-feature-box img {
    height: auto;
    margin-left: 0px;
  }

    img.meta-img {
    margin-left: 0px;
        height: auto;
  }
        .proven-result-container .col-md-3,
        .service-container .col {
          margin-bottom: 30px;
        }
}