
@import url('./../layout/drug-testing/banner.css');
@import url('./../layout/home/contactUsSection.css');
@import url('./../layout/home/faqSection.css');

.employer-main-container .employer-hero-container-wrapper{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}


.employer-main-container .eyebrow {
  font-size: 1rem;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 600;
}
.employer-main-container .employer-hero-heading {
  margin-bottom: 10px;
   color: var(--primary-color);
}
.employer-main-container .employer-hero-description {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
}

.employer-main-container .employer-hero-description span{
    font-weight: 600;
}

.employer-hero-cta-btns{
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}
.employer-hero-cta-btns button{
   font-size: 20px;
}

.lead {
  color: #374151;
  margin-bottom: 18px;
  font-size: 16px;
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 14px;
}
.feature-pill {
  background: #eef6ff;
  color: var(--primary-color);
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgba(11, 102, 211, 0.06);
}

.employer-main-container .hero-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  box-shadow: 0 6px 18px rgba(13, 38, 76, 0.08);
}

.employer-why-choose-us{
  width: 100%;
  background-color: var(--dark-bg);
  color: #ffffff;
}

.employer-why-choose-us-heading{
   margin-bottom: 40px;
}

.employer-why-choose-us .employer-why-choose-us-card-container{
  width: 100%;
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.employer-why-choose-us .why-choose-us-item{
    width: 100%;
    min-height: 200px;
    background-color: #ffffff;
    color: #000000b3;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.employer-why-choose-us .why-choose-us-item .title-text{
       font-size: 1.75rem;
       font-weight: 700;
       line-height: 34px;
        /* color: #5447FF; */
}

.employer-why-choose-us .why-choose-us-item .description-text{
    font-size: 1rem;
    line-height: 22px;
    font-weight: 400;
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.available-tests-heading{
  margin-bottom: 40px;
}

.available-tests-section .available-tests-inner .image-block{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.available-tests-section .available-tests-inner .image-block img{
    width: 100%;
    height: auto;
}


.stat-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.stat {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.stat strong {
  font-size: 20px;
}
.cta-row {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ====== Section cards ====== */
.section {
  margin-top: 28px;
  padding: 26px 0;
}
.cards-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.card {
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(13, 38, 76, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.175);
}
.card h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
}
.card p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

/* ====== Programs list ====== */
.programs-section .programs-heading {
  margin-bottom: 40px;
}

.programs-section .programs {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 22px;
  align-items: start;
}
.programs-section .programs-list {
  background: transparent;
}
.programs-section .program-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.programs-section .program-bullet {
  min-width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #eef6ff;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.programs-section .title-text{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
}
.programs-section .description-text{
    color: #0000009e;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.available-tests-section{
  background-color: var(--light-bg);
}

.benefit-container{

}
.benefit-tests-heading{
  margin-bottom: 30px;
}

.benefit-container-inner{
   display: flex;
   flex-direction: column;
   gap: 20px;
   justify-content: flex-start;
}

/* ====== Tests & industries ====== */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.industries-we-serve{
  margin-top: 40px;
}

#industries{
  margin-bottom: 15px;
}
.industries-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.industries-list .industries-row {
  background: #ffffff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(13, 38, 76, 0.08);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.industries-list .industries-row svg{
       width: 24px;
    height: 24px;
    stroke: var(--primary-color);
}

/* ====== How it works & CTA ====== */
.how {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.how-step {
  background: #ffffff;
  padding: 14px;
  border-radius: 10px;
  flex: 1;
  min-width: 160px;
  box-shadow: 0 6px 18px rgba(13, 38, 76, 0.08);
}
.cta-banner {
  background: linear-gradient(90deg, #eef7ff, #f6fbff);
  padding: 18px;
  border-radius: 12px;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 18px rgba(13, 38, 76, 0.08);
}

/* ====== Footer ====== */
footer {
  margin-top: 34px;
  padding: 20px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.04);
  color: #6b7280;
  font-size: 14px;
  text-align: center;
}

/* ====== Responsive ====== */
@media (max-width: 1000px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .programs {
    grid-template-columns: 1fr;
  }
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .mobile-toggle {
    display: inline-block;
  }
  .nav {
    display: none;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
  }
  .mobile-only {
    display: block;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 22px;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

/* small utilities */
.muted {
  color: #6b7280;
  font-size: 14px;
}
.check {
  color: #10b981;
  font-weight: 700;
}
.kicker {
  font-size: 13px;
  color: #6b7280;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 768px) {
  .employer-why-choose-us .employer-why-choose-us-card-container{
        grid-template-columns: 1fr;
  }
  .programs-section .programs{
      grid-template-columns: 1fr;
  }
  .cta-banner{
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
