
    /* ====== PAGE-SPECIFIC FOR ABOUT/SERVICES ONLY ====== */
body{
     overflow-x: hidden;
}
/* HERO SECTION */
.service-hero {
  background-color: var(--theme-secondary);
  padding: 60px 0;
  text-align: center;
}

.service-hero h1 {
  font-size: 2.5rem;
  color: var(--theme-primary);
  font-weight: 700;
}

.service-hero p {
  max-width: 900px;
  margin: auto;
  font-size: 1rem;
  color: #333;
}

/*.breadcrumb {*/
/*  margin-bottom: 20px;*/
/*  font-size: 0.95rem;*/
/*}*/

/*.breadcrumb a {*/
/*  color: var(--theme-primary);*/
/*}*/

/* SERVICE CONTENT SECTIONS */
section.bg-light {
  background-color: var(--theme-secondary);
}

section.bg-white {
  background-color: #ffffff;
}

h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
}

.fw-semibold {
  font-weight: 600;
}

.text-success {
  color: #084700 !important;
}

/* Image adjustments */
img.img-fluid.rounded-3 {
  border-radius: 12px;
  max-width: 100%;
}

/* Highlighted background CTA section */
section[style*="partner-with-us"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 1;
}

/* Utilities */
ul.ps-3 li {
  list-style-type: disc;
  margin-left: 1rem;
}

.btn-outline-light {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.btn-outline-light:hover {
  background: white;
  color: var(--theme-primary);
}

.parayellow{
    color: #FB993A;
}

.section-heading {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #FF7E00;
}

/*OUR MISSION*/

.mission-heading {
  font-weight: 700;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 3px solid #FF7E00;
}

.mission-list {
  list-style: none;
  padding-left: 0;
}

.mission-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  line-height: 1.4;
}

.mission-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #FF7E00;
  transform: rotate(45deg);
  border-radius: 2px;
}


.breadcrumb a {
  text-decoration: none !important;
  color: #333!important; /* Neutral text color */
  font-weight: 500!important;
}

.breadcrumb .current {
  color: var(--theme-primary)!important;
  font-weight: 600;
  border-bottom: 2px solid var(--theme-primary);
  padding-bottom: 2px;
}
/*OUR MISSION*/


































