/* ── Section background ── */
.hero-article-section {
  background-color: #edf5ee;
  padding: 40px 0 48px;
}

/* ── LEFT COL ── */
.hero-left {
  padding-right: 40px;
}

.hero-article-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  color: #111827;
  max-width: 680px;
  margin: 0;
  letter-spacing: 0px;
}

.hero-title-highlight {
  color: #22a550 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.hero-desc {
  font-size: 18px;
  line-height: 31.5px;
  font-weight: 400;
  color: #4A6356;
  max-width: 530px;
  margin: 0;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #22a550;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
  font-family: inherit;
  white-space: nowrap;
}

.hero-btn-primary:hover {
  background-color: #1a8f42;
  transform: translateY(-1px);
}

/* ── SECONDARY BUTTON — plain outlined ── */
.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #2D4035;
  border: 1.5px solid #d1d5db;
  border-radius: 6px;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

/* ── CERTIFICATION BADGES ── */
.hero-cert-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

.hero-cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}

.hero-cert-badge img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

/* ── RIGHT COL ── */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrapper {
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* Responsive */

@media (max-width: 1199px) {
  .hero-article-title {
    font-size: 30px;
  }

  .hero-left {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .hero-article-section {
    padding: 40px 15px;
    text-align: center;
  }

  .hero-left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .hero-article-title, .hero-desc {
    margin: 0 auto;
  }

  .hero-btn-primary, .hero-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero-cert-label, .hero-cert-badge {
    justify-content: center;
  }

  .hero-right {
    margin-top: 20px;
  }

  .hero-image-wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .hero-article-title {
    font-size: 26px;
  }

  .hero-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .intro-heading {
    font-size: 24px !important;
    line-height: 1.3 !important;
    text-align: center;
  }

  .article-description {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }
}

@media (max-width: 480px) {

  .hero-btn-primary,
  .hero-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .faq-section {
    margin: 20px auto;
  }
}

/* quick answer section */

.quick-answer-wrapper {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}

.quick-answer-card {
  background-color: #f0faf4;
  border-left: 4px solid #22a550;
  border-radius: 0 8px 8px 0;
  padding: 28px 36px;
  max-width: 866px;
}

/* "QUICK ANSWER" label */
.quick-answer-label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #22a550;
  margin-bottom: 14px;
}

/* Body text */
.quick-answer-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #374151;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
  .quick-answer-wrapper {
    padding: 20px 60px;
  }

  .faq-section {
    max-width: 900px;
    margin: 20px auto;
  }
}

@media (max-width: 991px) {
  .quick-answer-wrapper {
    padding: 20px 40px;
  }

  .quick-answer-card {
    max-width: 100%;
  }

  .faq-section {
  max-width: 900px;
  margin: 20px auto;
}
}

@media (max-width: 767px) {
  .quick-answer-wrapper {
    padding: 16px 20px;
    margin-bottom: 40px;
  }

  .quick-answer-card {
    padding: 20px 20px;
  }

  .faq-section {
    margin: 20px auto;
  }
}

.intro-heading {
  font-weight: 700;
  font-size: 38px;
  line-height: 43.32px;
  letter-spacing: 0;
  vertical-align: middle;
  padding-bottom: 12px;
  }

.article-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 30.03px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  }
  /* stats section */

/* Container */
.stats-container {
  background: #2C9C4A;
}

/* Separator */
.stat-separator {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

/* Text styles */
.stat-value {
  font-weight: 700;
  font-size: 57px;
  color: #ffffff;
}

.stat-title {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0.25rem;
  opacity: 0.75;
}

.stat-subtitle {
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  opacity: 0.75;
}

/* Responsive */
@media (max-width: 991.98px) {
  .stat-separator:nth-child(2n) {
    border-right: none;
  }

  .stat-separator:nth-child(1),
  .stat-separator:nth-child(2) {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .stat-separator:last-child {
    border-right: none;
  }

  .faq-section {
    max-width: 900px;
    margin: 20px auto;
  }
}

@media (max-width: 380px) {
  .faq-section {
    margin: 20px auto;
  }
}

.why-section-background {
  background-color: #F7FBF8;
}

.badge {
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  border-radius: 20px;
  font-size: 13px;
}

/* Industry-Specific EHS */

/* Section Wrapper */
.requirements-section {
  background-color: #F7FBF8;
  padding: 60px 145px;
  width: 100%;
}

/* Title */
.requirements-section h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.requirements-section h2 .highlight {
  color: #2EAF5F; /* EHS green accent */
}

/* Intro / Outro paragraphs */
.requirements-section .req-intro,
.requirements-section .req-outro {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 780px;
  margin-bottom: 2.5rem;
}

/* ── Cards Grid ── */
.requirements-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 2.5rem;
}

/* Individual Card */
.req-card {
  background: #fff;
  border: 1px solid #E5EDE9;
  border-radius: 12px;
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  min-height: 160px;
}

.req-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Card Icon */
.req-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2EAF5F;
  margin-bottom: 4px;
}

.req-card-icon svg,
.req-card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Card Industry Name */
.req-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.3;
}

/* Card Description */
.req-card-desc {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* ── Read Full Article link row ── */
.req-link-row {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.req-link-row strong {
  color: #111;
  font-weight: 700;
  font-size: 0.95rem;
}

.req-link-row a {
  color: #2EAF5F;
  text-decoration: none;
  font-size: 0.95rem;
  transition: text-decoration 0.15s;
}

.req-link-row a:hover {
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
  .requirements-section {
    padding: 50px 60px;
  }
}

@media (max-width: 900px) {
  .requirements-section {
    padding: 40px 32px;
  }

  .requirements-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .requirements-section {
    padding: 32px 20px;
  }

  .requirements-cards-grid {
    grid-template-columns: 1fr;
  }

  .requirements-section h2 {
    font-size: 1.75rem;
  }
}


h1 {
  color: #2C9C4A;
}

.btn-success {
  background-color: #2C9C4A;
  border: none;
}

.btn-outline-secondary {
  border: 1px solid #ccc;
}

.faq-section {
  max-width: 900px;
  margin: 40px auto;
}

.faq-title {
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 24px;
}

.faq-accordion .faq-item {
  border: 1px solid #C6EBD3;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px #2C9C4A14;
}

/* Remove default bootstrap styles */
.faq-btn {
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1c2b21;
}

.faq-btn:not(.collapsed) {
  background: #F6FBF8;
  color: #1c2b21;
}

/* Remove blue focus */
.accordion-button:focus {
  box-shadow: none;
}

/* Custom plus/cross icon */
.accordion-button::after {
  background-image: url("") !important;
  content: "+";
  font-size: 20px;
  font-weight: 600;
  color: #2C9C4A;
  transform: none !important;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "×";
  transform: none !important;
}

/* Body */
.faq-body {
  padding: 18px 20px;
  font-size: 15px;
  color: #4A6356;
  line-height: 1.7;
}

.article-section-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38.5px;
  letter-spacing: 0px;
}

.cta-heading {
  font-weight: 700;
  font-size: 35px;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

/* Tablet (≤ 992px) */
@media (max-width: 992px) {
  .article-section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .cta-heading {
    font-size: 30px;
    line-height: 48px;
  }

  .intro-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .article-description {
    font-size: 15px;
    line-height: 26px;
  }
}


/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .article-section-title {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-heading {
    font-size: 26px;
    line-height: 40px;
  }

  .intro-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .article-description {
    font-size: 14px;
    line-height: 24px;
  }
}


/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .article-section-title {
    font-size: 20px;
    line-height: 26px;
  }

  .cta-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .intro-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .article-description {
    font-size: 13px;
    line-height: 22px;
  }
}

/* ── Article Links Styling ── */
.article-link, 
.cta-section a:not(.btn) {
  color: #2C9C4A;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-link:hover, 
.cta-section a:not(.btn):hover {
  color: #1a8f42; /* slightly darker on hover */
  text-decoration: underline; /* ensure it stays */
}

