/**
 * Homepage CTA band — dark bg-color-2 section after Working Process (scoped only).
 * Layout: pairs with .funfact-section negative overlap (BizTech template pattern).
 */

.homepage-cta-section {
  position: relative;
  overflow: visible;
  z-index: 1;
  margin-top: -110px;
}

.homepage-cta-section.sec-pad {
  padding: 100px 0 110px;
}

.homepage-cta-section + .funfact-section {
  position: relative;
  margin-top: -110px;
  z-index: 5;
}

.homepage-cta-section .homepage-cta-box {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.homepage-cta-section .homepage-cta-box .sub-title {
  display: inline-block;
  margin-bottom: 12px;
}

.homepage-cta-section .homepage-cta-box h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: var(--text-on-dark, #fff);
  margin: 0 0 25px;
}

.homepage-cta-section .homepage-cta-box p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
  margin: 0 0 40px;
}

.homepage-cta-section .homepage-cta-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.homepage-cta-section .homepage-cta-box .btn-box .theme-btn-one {
  background: var(--primary);
}

.homepage-cta-section .homepage-cta-box .btn-box .theme-btn-one.cta-btn-secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  box-shadow: none;
}

.homepage-cta-section .homepage-cta-box .btn-box .theme-btn-one.cta-btn-secondary:before {
  background: #fff;
}

.homepage-cta-section .homepage-cta-box .btn-box .theme-btn-one.cta-btn-secondary:hover {
  color: var(--secondary, #241e2f) !important;
}

@media only screen and (max-width: 1199px) {
  .homepage-cta-section {
    margin-top: -60px;
  }

  .homepage-cta-section.sec-pad {
    padding: 80px 0 80px;
  }

  .homepage-cta-section + .funfact-section {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-cta-section {
    margin-top: 0;
  }

  .homepage-cta-section.sec-pad {
    padding: 63px 0 70px;
  }

  .homepage-cta-section + .funfact-section {
    margin-top: 0;
  }

  .homepage-cta-section .homepage-cta-box h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .homepage-cta-section .homepage-cta-box .btn-box {
    flex-direction: column;
  }

  .homepage-cta-section .homepage-cta-box .btn-box .theme-btn-one {
    width: 100%;
    max-width: 280px;
  }
}
