body{
    overflow-x: hidden; 
}
.csp-hero {
  background-color: var(--theme-secondary);
  padding: 4rem 1rem;
  text-align: center;
}

.csp-hero .container {
  margin: auto;
}

.csp-hero .breadcrumb {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 1rem;
}

.csp-hero h1 {
  color: var(--theme-primary);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.csp-hero .lead {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.csp-hero p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.breadcrumb a {
  text-decoration: none!important;
  color: #333!important; /* Neutral text color */
  font-weight: 500!important;
}

.breadcrumb .current {
  color: var(--theme-primary);
  font-weight: 600;
  border-bottom: 2px solid var(--theme-primary);
  padding-bottom: 2px;
}

.btn-outline-light.theme-hover:hover {
  color: var(--theme-primary);
}

@media (min-width: 768px) {
  .testimonial-box {
    max-width: 700px;
  }
}

/* Reusable theme color class */
.text-theme-primary {
  color: var(--theme-primary);
}

.btn-theme {
  background-color: var(--theme-primary);
  color: #fff;
  border: none;
}

.btn-theme:hover {
  background-color: #e26700; /* Slightly darker on hover */
}

/* Form styling */
.apply-form {
  border: 1px solid var(--theme-primary);
}

.form-bordered {
  border: 1px solid var(--theme-primary);
}

/* Left box styling */
.apply-box {
  background-color: #ffffff;
  width: 300px;
}
