/*!
* Start Bootstrap - Freelancer v7.0.7 (https://startbootstrap.com/theme/freelancer)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-freelancer/blob/master/LICENSE)
*/

/*!
 * Bootstrap v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* Global styles */
:root {
  --bs-dk-blue: #24305e;
  --bs-lt-blue: #a8d0e6;
  --bs-card-title-color: #a8d0e6;
  --bs-link-color-rgb: 36,48,94;
  --brand-light: #FFF4E6;    /* A light tint of primary for backgrounds */
  --brand-text: #222222;     /* Dark text color */
}
html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}
.bg-primary {
  background-color: var(--bs-dk-blue) !important;
}
.bg-secondary {
  background-color: var(--bs-lt-blue) !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.dropdown-item {
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .5rem;
}
.text-primary {
  color: var(--bs-dk-blue) !important;
}
.lead {
  font-weight: 700;
}
.btn {
  border-radius: .5rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
}
.btn-link {
  --bs-btn-border-width: 1px;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-border-color: #fff;
  color: #24305e;
  font-weight: bold;
  text-decoration: none;
}
.btn-xl {
  padding: 1rem 1.75rem;
}
.hide {
  display: none;
}
ul {
  padding: 0;
}
ul li {
  margin-top: 1rem;
  list-style-position: inside;
}

/* Dark blue CTA buttons */
.btn-dk-blue {
  background-color: #fff;
  color: var(--bs-dk-blue);
}
.btn-dk-blue:hover {
  background-color: var(--bs-dk-blue);
  color: #fff;
  border: 1px solid #fff;
}

/* Pink CTA buttons */
.btn-pink {
  background-color: #f76c6c;
  color: #fff;
}
.btn-pink:hover {
  background-color: #24305e;
  color: #fff;
}

/* Navigation bar */
.navbar-brand .navbar-logo {
  border: 5px solid #fff;
  border-radius: 50%;
}
#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  background-color: #a8d0e6 !important;
}
#mainNav .navbar-brand {
  color: #24305e;
}
#mainNav .navbar-nav {
  margin-top: 1rem;
}
#mainNav .navbar-nav li {
  margin-top: 0;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #24305e;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  background-color: #24305e;
  color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

/* Book a meeting CTA */
#mainNav .navbar-nav li.standalone-meeting-cta {
  border-radius: .5rem;
  background: #f76c6c;
}
#mainNav .navbar-nav li.standalone-meeting-cta a.nav-link {
  color: #fff;
  font-weight: bold;
}
#mainNav .navbar-nav li.standalone-meeting-cta:hover {
  color: var(--bs-dk-blue);
}
@media (max-width: 576px) {
  #mainNav .navbar-nav li.standalone-meeting-cta a.nav-link .bi-telephone {
    margin-left: 1rem;
  }
}

/* Navigation bar: 576px or less */
@media (max-width: 576px) {
  #mainNav .navbar-nav li.nav-item a.nav-link {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  #mainNav .navbar-nav li.standalone-meeting-cta {
    margin-top: 1rem;
  }
}

/* Navigation bar: 992px or wider */
@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #24305e;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #24305e;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

/* Masthead */
.masthead {
  padding-top: calc(6rem + 74px);
  padding-bottom: 6rem;
}
.masthead .masthead-heading {
  font-size: 2.75rem;
  line-height: 2.75rem;
}
.masthead .masthead-subheading {
  font-size: 1.25rem;
}
.masthead .masthead-avatar {
  width: 15rem;
  border: 5px solid #fff;
  border-radius: 50%;
}

/* Masthead: 992px or wider */
@media (min-width: 992px) {
  .masthead {
    padding-top: calc(6rem + 104px);
    padding-bottom: 6rem;
  }
  .masthead .masthead-heading {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .masthead .masthead-subheading {
    font-size: 1.5rem;
    color: #f2f2f2;
  }
}

/* Masthead heading: 576px or less */
@media (max-width: 576px) {
  .masthead .masthead-heading {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 2rem 0;
  background-color: #f8f8f8;
}
@media (max-width: 576px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .nav-item {
  display: block;
  margin: 0 .5rem;
}
.breadcrumbs .nav-link {
  color: var(--bs-dk-blue);
  font-size: .85rem;
}
.breadcrumbs .nav-link:hover {
  background-color: var(--bs-dk-blue);
  color: #fff;
}
.breadcrumbs .nav-link.active {
  background-color: var(--bs-dk-blue);
  font-weight: bold;
  color: #fff;
}

/* Page section */
.page-section {
  padding: 3rem 0;
}
.page-section#included {
  padding: 3rem 0 0;
}
.page-section .page-section-heading {
  font-size: 2rem;
  line-height: 2.5rem;
}
/* Page section: 576px and narrower */
@media (max-width: 576px) {
  .page-section .page-section-heading {
    font-size: 2rem;
  }
}

/* Divider */
.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #24305e;
  border-radius: 1rem;
  border-color: #24305e;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
  color: #24305e;
  font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
  color: #fff;
}

/* Card base */
.card {
  border: 1px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Hover effect */
.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(255, 102, 0, 0.3); /* soften with brand-primary */
  border-color: var(--bs-dk-blue);
}

/* Card Title styling */
.card-title {
  color: var(--bs-dk-blue);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

/* Card text and list color */
.card-text, ul {
  color: var(--brand-text);
}

/* Services section */
@media (max-width: 576px) { 
  body#index section#services div.container div.row {
    margin-bottom: 0 !important;
  }
}

/* Pricing section */
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: var(--white);
}
.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}
.switch-wrapper [type="radio"]:checked#pro ~ label[for="pro"],
.switch-wrapper [type="radio"]:checked#ent ~ label[for="ent"],
.switch-wrapper [type="radio"]:checked#mon ~ label[for="mon"],
.switch-wrapper [type="radio"]:checked#yr ~ label[for="yr"] {
  color: #fff;
}
.switch-wrapper [type="radio"]:checked#pro ~ label[for="pro"]:hover,
.switch-wrapper [type="radio"]:checked#ent ~ label[for="ent"]:hover,
.switch-wrapper [type="radio"]:checked#mon ~ label[for="mon"]:hover,
.switch-wrapper [type="radio"]:checked#yr ~ label[for="yr"]:hover {
  background: transparent;
}
.switch-wrapper
  [type="radio"]:checked#pro
  + label[for="ent"]
  ~ .highlighter {
  transform: none;
}
.switch-wrapper
  [type="radio"]:checked#ent
  + label[for="pro"]
  ~ .highlighter {
  transform: translateX(100%);
}
.switch-wrapper
  [type="radio"]:checked#mon
  + label[for="yr"]
  ~ .highlighter {
  transform: none;
}
.switch-wrapper
  [type="radio"]:checked#yr
  + label[for="mon"]
  ~ .highlighter {
  transform: translateX(100%);
}
.switch-wrapper label {
  font-size: .85rem;
  z-index: 1;
  min-width: 180px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}
.switch-wrapper label:hover {
  background: var(--lightgray);
}
.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--bs-dk-blue);
  transition: transform 0.25s ease-in-out;
  color: #fff;
}
.pricing-table ul {
  padding: 0;
}
.pricing-table ul li {
  list-style-position: inside;
}
.pricing-table--hero-text {
  margin-left: -24px;
  margin-right: -24px;
	background-color: var(--bs-dk-blue);
	height: 40px;
  color: #fff;
  line-height: 36px;
}

/* Pricing table - Audits page */
@media (max-width: 576px) { 
  body#audits section#pricing div div.pricing-table div.col {
    margin: 0 1.5rem;
    padding: 0;
  }
  body#audits #pricing .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) { 
  body#audits section#pricing div div.row {
    margin-right: 0;
  }
  body#audits section#pricing div div.pricing-table div.col {
    margin: 0 1rem;
    padding-right: 0;
  }
  body#audits section#pricing div div.pricing-table div.col:nth-last-of-type(1) {
    margin-right: 1rem;
  }
}

/* Pricing and process table - Implementation page */
@media (max-width: 576px) { 
  body#implementation section#pricing div.container div.pricing-table,
  body#implementation section#process div.container div.process-table {
    margin: 0 !important;
  }  
  body#implementation #pricing .card,
  body#implementation #process .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* Pricing and process table - Migration page */
@media (max-width: 576px) { 
  body#migration section#pricing div.container div.pricing-table,
  body#migration section#process div.container div.process-table {
    margin: 0 !important;
  }  
  body#migration #pricing .card,
  body#migration #process .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* Pricing table - Managed services page */
@media (max-width: 576px) { 
  body#managed section#pricing div.container div.pricing-table {
    margin: 0 !important;
  }  
  body#managed #pricing .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* Training page */
@media (max-width: 576px) { 
  section#training div.container div.row col {
    margin: 1rem 1.5rem;
  }
  section#training div.row .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  body#training #pricing .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* Why me section */
#why-me ul {
  padding: 0;
}
#why-me ul li {
  list-style-position: inside;
}

/* Resources section */
#resources {
  background-color: var(--bs-lt-blue);
}
body#index #resources {
  background-color: #fff;
}

/* Footer */
.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bs-dk-blue);
  color: #fff;
}
.footer .row {
  display: flex;
}
.footer ul li {
  margin-top: 0;
}
.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}
.footer a {
  color: #fff;
}
@media (max-width: 576px) {
  .footer h3.git, .footer h3.con {
    display: none;
  }
}

/* Copyright */
.copyright {
  background-color: var(--bs-lt-blue);
}
.copyright small, .copyright a {
  color: var(--bs-dk-blue);
}

/* Thank You */
.thankyou {
  padding: 13rem 0 6rem;
}