/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
a.fusion-button {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.fusion-button.button-shadow {
  box-shadow: 0px 4px 4px rgba(0,0,0,0.5) !important;
}
a.fusion-button.button-shadow:hover {
  box-shadow: 0px 4px 4px rgba(0,0,0,0.3) !important;
}
ul.modified-list li {
  padding-bottom: 15px;
  line-height: 1.4 !important;
}
ul.modified-list strong {
  font-weight: 500;
}

.topbar {
  height: 50px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  background: #69777e;
  background: linear-gradient(90deg,rgba(168, 30, 34, 1) 0%, rgba(168, 30, 34, 1) 20%, rgba(105, 119, 126, 1) 20%, rgba(105, 119, 126, 1) 100%) !important;
}
.topbar .topbar-left {
  flex: 1 0 300px;
  max-width: 420px;
}
.topbar .topbar-right {
  flex: 1 0;
}
.topbar .topbar-left,
.topbar .topbar-right {
  margin-bottom: 0;
  position: relative;
}
.topbar-left .fusion-column-wrapper {
  margin: 0 !important;
}
.topbar-left:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #a81e22 transparent transparent transparent;
  transform: rotate(0deg);
  display: block;
  right: -50px;
  top: 0;
  position: absolute;
}
.topbar-right b {
  font-weight: normal;
  display: inline-block;
  padding: 0 6px;
}
.topbar a {
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topbar a:hover {
  color: #fff;
  text-decoration: underline;
}
.header-logo-col {
  width: 100% !important;
  max-width: 500px !important;
  padding-bottom: 10px;
}
.header-logo-col .fusion-column-wrapper {
  margin-top: -30px;
  padding: 0 0 15px 0 !important;
}
.header-menu-col {
  flex: 1 !important;
}
.header-menu-col .current-menu-item .menu-text {
  position: relative;
}
.header-menu-col .current-menu-item .menu-text:after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--awb-color4);
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 825px) {
  .topbar .topbar-left {
    flex: 1 0 200px;
    max-width: 200px;
  }
}
@media (max-width: 625px) {
  .topbar {
    background: #69777e !important;
  }
  .topbar .topbar-left {
    display: none !important;
  }
  .topbar .topbar-right p {
    text-align: center !important;
  }
  .header-logo-col {
    width: 100% !important;
    max-width: 200px !important;
  }
  .header-logo-col .fusion-column-wrapper {
    margin-top: -10px;
    padding: 0 0 15px 0 !important;
  }
  .header-menu-col ul.fusion-menu {
    margin-top: 18px !important;
  }
}
@media (max-width: 425px) {
  .topbar {
    height: 75px;
  }
  .topbar .topbar-right p a {
    display: block;
  }
  .topbar .topbar-right p b {
    display: none;
  }
}

.home-hero:after {
  content: '';
  aspect-ratio: 1 / 1;
  width: 40%;
  max-width: 300px;
  background-image: url(../../uploads/2025/11/multi-level-structures-triangle.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
}
.home-hero-heading h1.fusion-title-heading {
  margin-bottom: 0px;
  font-size: clamp(2.25rem, 0.321rem + 5.143vw, 4.5rem) !important;
  font-weight: 600;
  line-height: 1.1em !important;
}

.home-intro:before {
  content: '';
  aspect-ratio: 1 / 1;
  width: 40%;
  max-width: 300px;
  background-image: url(../../uploads/2025/11/years-triangle-top-left.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.home-intro .home-intro-heading {
  margin-bottom: 0px !important;
}
.home-intro .home-intro-heading h2.fusion-title-heading {
  font-size: clamp(1.875rem, 0.268rem + 4.286vw, 3.75rem) !important;
}
.home-cta:before {
  content: '';
  aspect-ratio: 1 / 1;
  width: 40%;
  max-width: 300px;
  background-image: url(../../uploads/2025/11/years-triangle-top-right.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
}
.home-cta .home-intro-heading {
  margin-bottom: 0px !important;
}
.home-cta .home-cta-heading h2.fusion-title-heading {
  font-size: clamp(1.875rem, 0.268rem + 4.286vw, 3.75rem) !important;
}
.cta-intro-text a {
  color: var(--awb-color1);
  text-decoration: underline;
}
.cta-intro-text a:hover {
  color: var(--awb-color1);
  text-decoration: none;
}
@media (max-width: 1000px) {
  .home-intro:before,
  .home-cta:before {
    max-width: 150px;
  }
}
@media (max-width: 550px) {
  .home-intro,
  .home-cta {
    padding-top: 130px !important;
  }
}

/* footer */
.footer-wrapper > div:first-child {
  justify-content: center;
  align-items: center;
}
.footer-logo-col {
  flex: 1 0 280px !important;
}
.footer-logo-col .fusion-imageframe {
  max-width: 280px
}
.footer-info-col {
  flex: 1 0 350px !important;
}
.footer-info-col a {
  text-decoration: underline;
}
.footer-menu-col {
  flex: 1 0 100px !important;
  justify-content: center;
  text-align: center;
}
.footer-menu li,
.footer-menu li:hover,
.footer-menu li span,
.footer-menu li a,
.footer-menu li a span,
.footer-menu li:hover span,
.footer-menu li a:hover,
.footer-menu li a:hover span {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.footer-menu > ul li {
  padding: 6px 0 !important;
}
.footer-menu > ul li:hover {
  padding: 6px 0 !important;
  background: transparent !important;
}
.footer-menu li.current-menu-item a span,
.footer-menu li:hover > a span {
  color: var(--awb-color4);
  border-bottom: 0px !important;
}
.footer-menu li.current-menu-item a span {
  border-bottom: 1px solid var(--awb-color4) !important;
}
.footer-map-col {
  flex: 1 0 300px !important;
}
@media (max-width: 650px) {
  .footer-logo-col .fusion-image-element {
    margin-right: 0;
    text-align: center;
  }
}

.page-title-section:after {
  content: '';
  aspect-ratio: 1 / 1;
  width: 30%;
  max-width: 240px;
  background-image: url(../../uploads/2025/11/multi-level-structures-triangle.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
}
.single-page-title {
  max-width: 50%;
}
@media (max-width: 900px) {
  .single-page-title {
    max-width: 100%;
  }
}

.heading-break:before {
  content: '';
  width: 120px;
  height: 6px;
  border-radius: 3px;
  background: var(--awb-color4);
  display: block;
  left: 50%;
  margin-left: -60px;
  top: -15px;
  position: absolute;
}
ol.custom-numbered-list li h3 {
  margin-bottom: 0px;
  color: var(--awb-color4);
}
ol.custom-numbered-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol.custom-numbered-list li {
  padding-left: 52px;
  counter-increment: step-counter;
  margin-bottom: 5px;
  position: relative;
}
ol.custom-numbered-list li:before {
  content: counter(step-counter);
  width: 40px;
  height: 40px;
  /*font-family: "Barlow Condensed", sans-serif;*/
  font-size: 30px;
  background-color: #69777e;
  color: white;
  font-weight: 300;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -4px;
  top: 0;
  position: absolute;
}
.team-member .person-name {
  font-size: 26px !important;
  color: var(--awb-color4);
}
.team-member .person-title {
  font-size: 22px !important;
}