body {
  font-family: "Switzer Regular", sans-serif;
  color: #414042;
  font-size: 13px;
}
.page-title {
  color: #e34f56;
  font-size: 16px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.desktop-breadcrumb {
  background-color: transparent !important;
  padding: 1px 0;
  list-style: none !important;
  border-bottom: 1px solid #eee !important;
  margin-bottom: 15px;
}
.breadcrumb-item a {
  color: #E45154;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #a2a2a2;
}
.rightNav {
  padding-left: 15px;
  padding-top: 55px;
}
.rightNav h4 {
  font-size: 16px;
  font-weight: normal;
  color: #6c7265;
  margin-bottom: 10px;
  padding-left: 15px;
}
.rightNav .nav-pills .nav-item {
  border-bottom: 1px solid #EDEDED;
}
.rightNav .nav-pills .nav-item:first-of-type {
  border-top: 1px solid #eee;
}
.rightNav .nav-pills .nav-link {
  color: #414042;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 13px;
  background-color: transparent;
}
.rightNav .nav-pills .nav-link:hover {
  background-color: #f5f5f5;
  color: #E45154;
}
.rightNav .nav-pills .nav-link.active {
  background-color: #E45154 !important;
  color: #fff !important;
  font-weight: bold;
}

.timeline-desktop {
  margin-top: 20px;
}
.timeline-desktop .timeline-item {
  border-bottom: none !important;
  margin-bottom: 25px;
}
.timeline-desktop .timeline-year {
  color: #6B8AB4;
  font-size: 14px;
  font-weight: 600;
  border-bottom: none !important; 
}
.timeline-desktop .timeline-events {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.timeline-desktop .timeline-events li {
  padding-left: 20px; 
  position: relative;
  margin-bottom: 8px;
  line-height: 1.5;
  border: none !important;
}
.timeline-desktop .timeline-events li::before {
  content: '';
  background-image: url('/img/arrow.gif');
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

@media (max-width: 767.98px) {
    .mobile-banner {
        position: relative;
    }
  .banner-text-overlay {
    position: absolute;
    bottom: 20px;
    color: #e45154;
    background: #ffffffe8;
    padding-right: 122px;
    right: 0;
    width: 285px;
    height: 95px;
    display: flex;
    align-items: center; 
    justify-content: center; 
  }
  .banner-text-overlay .sub-heading {
    color: #e45154; 
    font-size: 24px;
  }
  .mobile-breadcrumb {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
    padding: 0px 15px;
  }
  .page-content-wrapper {
    padding: 20px 15px;
  }
  .page-title {
    font-size: 18px;
    font-weight: 500;
    color: #E45154;
  }

  .timeline-mobile {
    border: none;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-btn-focus-box-shadow: none;
  }
  .timeline-mobile .accordion-item {
    border: none; 
    border-bottom: 1px solid #e0e0e0;
  }
  .timeline-mobile .accordion-button {
    color: #6B8AB4;
    font-weight: 500;
    font-size: 18px;
    background-color: #fff;
    padding: 1rem 0; 
  }
  .timeline-mobile .accordion-button:not(.collapsed) {
    color: #6B8AB4;
    background-color: #fff; 
    box-shadow: none; 
  }
  .timeline-mobile .accordion-body {
    padding: 0.5rem 0 1rem 0; 
  }
  .timeline-mobile .milestone-year-mobile {
    font-size: 14px;
    font-weight: 600; 
    color: #000;
    margin-top: 10px;
  }
  .timeline-mobile .accordion-body ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .timeline-mobile .accordion-body ul li {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
  }
  .timeline-mobile .accordion-body ul li::marker {
    color: #666666;
  }
}