:root {
	--bs-gray: #f3f0eb;
	--bs-primary: #1b4738;
	--bs-secondary: #8baca1;
	--bs-light: #f3f0eb;
	--bs-dark: #1b4738;
	--bs-tertiary: #887579;
	--bs-primary-rgb: 52, 72, 125;
	--bs-secondary-rgb: 186, 168, 100;
	--bs-light-rgb: 246, 246, 246;
	--bs-dark-rgb: 29, 43, 88;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-rgb: 129, 129, 129;
	--bs-font-sans-serif: "Open Sans", sans-serif;
	--bs-gradient: linear-gradient(135deg, #0e8989, #1b5757);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 17px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.75;
	--bs-body-color: #2b3232;
	--bs-body-bg: #fff;
	--bs-border-radius: 0px;
	--byf-header-font: "Libre Baskerville", serif;
	--hcm-font-size: 18px;
	--hcm-font-weight: 500;
	--hcm-primary-dark: #1b5757;
	--hcm-secondary-dark: #d88f50;
	--hcm-pop: #f7c69f;
	--hcm-body-color: #1c1f1f;
  }
  
#inner-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

section#inner-content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.consultation_form {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#hero {
    color: rgb(252, 240, 231);
    position: relative;
    background: var(--bs-dark);
    padding: 2rem 0px 0px;
}

#industries .split-bg {
    background-image: url(/site_images/tagline_victory-1.webp);
}

#index .split-bg {
    background-image: url(/site_images/index-1.webp);
}

.nav-link {
    color: var(--bs-dark);
}

#inner-content img {
    max-width: 400px;
}

#inner-content {
    background-color: #fff;
}

button#hc-toggle {
    display: none;
}

#topbar {
    background: var(--bs-light);
    color: var(--bs-dark);
}

#topbar ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    align-items: flex-end;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    max-width: 40%;
}

#footer h4 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: #fff;
}

#footer a {
    font-size: 1rem;
}

#footer p {
    font-size: 1rem;
}


#services-overview {
    padding: 3rem 0;
}



#inner-hero .hero-text {
    max-width: 1900px;
    padding: 4rem 2rem;
    background-color: var(--bs-secondary);
}

.btn-secondary {
    color: var(--bs-dark);
    background: #fff;
    border-color: #fff;
}
 


.nav-item:last-of-type .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 1rem;
    color: #fff;
    background: var(--bs-dark);
    padding: 0.75rem 2.125rem;
}


  #hero .testimonial {
	background: var(--bs-primary);
         position: absolute;
        bottom: 0;
       max-width: 33%;
  }

#hero .testimonial p {
    color: var(--bs-black);
    font-size: 0.925rem;
}

#affiliates .container {
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#affiliates .affiliate {
    max-width: none;
    margin: 1rem 2rem;
    max-height: 150px;
}

.accordion-button:not(.collapsed) {
    color: #238160;
    background-color: #f2f2f2;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

    .navbar.fixed-top .navbar-brand, .navbar-brand {
        width: 50%;
    }
}



#inner-hero {
    background: #efefef !important;
    color: var(--bs-primary);
}

#inner-hero h1 {
    font-size: 2.5rem;
    color: var(--bs-dark);
    padding-left: 1.5rem;
    text-align: center;
}



#inner-cta {
    text-align: center;
    background: #447a67;
    padding: 4rem 0;
}

.service-card iconify-icon {
    margin-bottom: 0.5rem;
}

#services-overview .row > div:last-child .service-card {
  border-right: 0;
}

#services-overview .service-card {
  text-align: center;
  padding-inline: clamp(0.75rem, 4vw, 3rem);
  border-right: 0;
}

@media (min-width: 768px) {
  #services-overview .row > div:not(:last-child) .service-card {
    border-right: 1px solid var(--bs-dark);
  }
}

#footer .mt-3.d-flex {
  flex-wrap: wrap;
  gap: 0.75rem;
}
