/* for the capability  */

.capability-statements {
  padding: 70px 20px;
  background: #f4f4f6;
  text-align: center;
}

.section-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto 50px;
}

/* grid */
.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

/* card */
.capability-box {
  background: #f9f9fb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
}

/* content */
.cap-box-content {
  padding: 28px;
  text-align: left;
}

/* header */
.cap-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.cap-header img {
  width: 64px;
  height: 64px;
}

.cap-header h3 {
  font-size: 20px;
  margin: 0;
}

/* list */
.cap-list {
  padding-left: 70px;
  margin: 15px 0;
}

.cap-list li {
  font-size: 16px;
  margin-bottom: 6px;
  list-style: disc;
}

/* tag */
.cap-tag {
  font-size: 16px;
  color: var(--ssc-cap);
  font-weight: 600;
   text-align: left;
  padding-left: 40px;
  margin-bottom: 16px;
}

/* download bar */
.cap-download {
  background: linear-gradient(90deg, #c5661e, #b0731e);
  color: var(--theme-color-light);
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

.cap-download:hover {
  background: linear-gradient(90deg, #74461f, #a3743c);
  color: var(--theme-color-light);
}

/* responsive */
@media (max-width: 768px) {
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
        line-height: 40px;
  }
}



/* for new banner content */

/* content */
.hero-content {
  max-width: 900px;
  padding: 20px;
}

/* title */
.hero-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}

/* subtitle */
.hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 22px;
}

/* badges row */
.hero-badges {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
}

/* badge style  */
.hero-badges span {
  background: rgba(255, 255, 255, 0.85);
  color: var(--ssc-btn-text);
  font-size: 15px;
  font-weight: 600;
  padding: 6px 14px;
  backdrop-filter: blur(4px);
}

hr {
  border-bottom: 1px solid #bbb;
  margin-top: -20px;
}

/* for coverage  */

.naics-coverage {
  background: url('../images/banner/coverage\ \(1\).png') center/cover no-repeat;
  padding: 80px 20px;
  position: relative;
}

.naics-overlay {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.naics-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.naics-card {
  background: rgba(255, 255, 255, 0.47);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  text-align: left;
}

.naics-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.naics-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 25px;
}

.naics-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.naics-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 17px;
}

.naics-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--ssc-right);
  font-weight: bold;
}

.naics-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.naics-codes span {
  background: var(--ssc-color1);
  color: var(--theme-color-light);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}

.naics-note {
  margin: 25px auto;
  max-width: 820px;
  font-size: 18px;
  font-weight: 600;
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.certifications span {
  background: rgba(255,255,255,0.9);
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* for override in responsive css that's why here i define only for this page css 
for banner responsive  */
@media (max-width: 768px) {
  .naics-columns {
    grid-template-columns: 1fr;
  }

  .naics-title {
    font-size: 26px;
  }
    .hero-content {
    top: 60% !important;
  }
    .hero-content h1 {
      width: 401px;
      font-size: 34px !important;
    }
    .certification-wrapper {
    padding: 0 !important;
    }
    .certification-inner span {
      padding: 10px 6px !important;
    }

}
@media (min-width: 577px) and (max-width: 767px) {
    .hero-corner {
      width: 560px;
  height: 170px;
    }
}


@media (min-width: 769px) and (max-width: 1023px) {
  .hero-content h1 {
      width: 780px;
    font-size: 32px !important;
    }
      .section-title {
        line-height: 40px;
  }

}

@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-content {
    top: 60% !important;
  }
    .hero-content h1 {
      width: 780px;
    font-size: 32px !important;
    }
}

@media (max-width: 390px) {
    .hero-content h1 {
    width: 375px;
    }
    .hero-content p {
      width: 361px;
      font-size: 18px !important;
    }
    .certification-wrapper {
      width: 350px;
    }
}

@media (max-width: 320px) {
  .hero-content h1 {
    width: 360px;
    font-size: 24px !important;
    }
      .hero-content p {
    width: 355px;
    font-size: 20px !important;
  }
   .certification-wrapper {
    width: 310px;
  }
}


/* white outer block  */
.certifications-wrapper {
  background: rgba(255, 255, 255, 0.47);
  border-radius: 12px;
  padding: 18px 22px;
  margin: 30px auto 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* inner flex row  */
.certifications-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* same for banner  */

/* blue pilss */
.certification-inner span {
  color: var(--theme-color-black);
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.certification-wrapper {
  background: rgba(255, 255, 255, 0.71);
  border-radius: 12px;
  padding: 15px 20px;
  margin: 30px auto 0;
  max-width: 750px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* for override  */

@media (min-width: 577px) and (max-width: 1023px) {
  .hero-content {
    top: 60% !important;
  }
}

/* new subsection  */

.cert-visual-panel {
  margin-top: 48px;
  padding: 32px 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.47);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.cert-panel-title {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--theme-color-light);
  margin-bottom: 24px;
  letter-spacing: 0.3px;
}

.cert-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;   /* centers last row perfectly */
  gap: 28px;
}

.cert-logo-grid img {
max-width: 200px;
  max-height: 175px;
  object-fit: contain;
}


.cert-logo-grid img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.cert-panel-note {
margin: 40px auto;
  max-width: 975px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

