
/* =========================
   COMMON BANNER
========================= */
.asti-client-banner {
  background: url("https://astigujarat.com/wp-content/themes/astiindiaprivatelimited/assets/images/banner/bnr1.jpg") no-repeat center center/cover;
  height: 320px;
}

.asti-client-banner-overlay {
  background: rgba(12, 30, 60, 0.75);
  height: 100%;
  display: flex;
  align-items: center;
}

.asti-client-banner-content {
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
  color: #fff;
}

.asti-client-banner-content h1 {
  font-size: 42px;
}

.asti-client-banner-content p {
  font-size: 16px;
  opacity: 0.9;
}


/* =========================
   COMPANY PROFILE
========================= */

.company-section {
  padding: 60px 20px;
}

.company-wrap {
  max-width: 1060px;
  margin: auto;
}

/* Heading */
.company-wrap h2 {
  font-size: 52px;
  color: #95508F;
  margin-bottom: 20px;
}

/* Text */
.company-wrap p {
  font-size: 15px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 15px;
}


/* VALUES LIST */
.company-values {
  margin-top: 25px;
  padding-left: 0;
  list-style: none;
}

.company-values li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1A1D26;
}

.company-values li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 40;
  width: 20px;
  height: 20px;
  background: #0C1E3C;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* COMPANY INFO TABLE */
.company-info {
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.company-info-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.company-info-item span {
  font-weight: 600;
  color: #0C1E3C;
}

.company-info-item p {
  margin: 0;
  color: #4A5068;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .asti-client-banner-content h1 {
    font-size: 30px;
  }

  .company-info-item {
    flex-direction: column;
    gap: 5px;
  }
}
