/*
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
*/
.menu-overlay {
  background: rgba(0,0,0,0);
  backdrop-filter: blur(6px);
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  position: fixed;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-phone .icon-phone {
  font-size: 32px;
  margin-right: 5px;
  margin-top: 5px;
}
.header-phone:hover {
  background: transparent !important;
}
.header-menu ul li a {
  height: 50px;
}
.header-menu ul li a span {
  position: relative;
}
.header-menu ul li a span:before {
  content: '';
  width: 0px;
  height: 1px;
  background: #ffc200;
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-menu ul li.current-menu-item a span:before,
.header-menu ul li a:hover span:before {
  width: 100%;
}
@media (max-width: 1024px) {
  body.menu-active .menu-overlay {
    background: rgba(0,0,0,0.7);
    height: 100vh;
  }
  .fusion-layout-column.header-right {
    z-index: 2 !important;
  }
  .header-menu ul {
    margin-top: 120px !important;
  }
  .header-menu .menu-text {
    text-transform: uppercase;
  }
  .header-menu li:hover:before {
    display: none;
    background: none;
  }
  .header-menu li.current-menu-item>a,
  .header-menu li:hover>a,
  .header-menu.awb-menu.collapse-enabled li.current-menu-ancestor>a,
  .header-menu.awb-menu.collapse-enabled li.current-menu-item>a,
  .header-menu.awb-menu.collapse-enabled li.expanded>a,
  .header-menu.awb-menu.collapse-enabled li:hover>a {
    background: none !important;
  }
  .header-logo-wrapper {
    position: absolute !important;
  }
  .header-menu.collapse-enabled .fusion-menu {
    overflow: hidden !important;
  }
}
@media (max-width: 650px) {
  .header-logo {
    left: 0 !important;
    top: 50px !important;
    position: absolute !important;
  }
  .fusion-layout-column.header-right {
    width: 100%;
    max-width: 100%;
  }
  .page-top {
    padding-top: 230px !important;
    padding-bottom: 120px !important;
  }
}

.home-hero:after,
.page-top:after {
  content: '';
  width: 50%;
  height: 40px;
  background: #fff;
  right: -40px;
  bottom: 0;
  transform: skewX(-45deg);
  position: absolute;
  display: block;
  z-index: 10;
}

.home-hero-heading h1.fusion-title-heading {
  font-size: clamp(3rem, 1.5rem + 4vw, 4.5rem) !important; /* 48 - 72 @ 600 -1200 */
}
.home-hero .hero-text {
  font-size: clamp(1.25rem, 1rem + 0.6667vw, 1.5rem) !important; /* 20 - 24 @ 600 -1200 */
}

h2 {
  font-size: clamp(1.875rem, 1.5rem + 1vw, 2.25rem) !important; /* 30 - 36 @ 600 -1200 */
  font-weight: 500 !important;
}
h3 {
  font-size: clamp(1.3125rem, 1.125rem + 0.5vw, 1.5rem) !important; /* 21 - 24 @ 600 -1200 */
  font-weight: 500 !important;
}
.black-btn:hover {
  background: #70a7de !important;
}
@media (max-width: 1024px) {
  .column-reverse .fusion-builder-row {
    flex-direction: column-reverse;
  }
}
.service-card .service-card-image {
  position: relative;
}
.service-card .service-card-image:before {
  content: '';
  background: RGBA(0,0,0,0.4);
  background: linear-gradient(270deg,rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.service-card .service-card-image:after {
  box-sizing: border-box;
  content: '\e904';
  font-family: 'custom-icons';
  font-weight: bolder;
  color: #fff;
  top: 50%;
  margin-top: -18px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-card .service-card-heading {
  margin-top: -35px !important;
  padding: 8px 28px 5px 20px;
  border-radius: 0 6px 0 0;
  width: fit-content;
  background: #fff;
  position: relative;
  z-index: 2;
}
.service-card .service-card-text {
  padding: 20px;
  position: relative;
}
.service-card .service-card-text:after {
  content: '';
  width: 100px;
  height: 10px;
  background: #ffc200;
  border-radius: 5px;
  display: block;
  left: 18px;
  bottom: 5px;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-card:hover .service-card-image:after {
  color: #ffc200;
  border: 2px solid #ffc200;
}
.service-card:hover .service-card-text:after {
  width: 200px;
}

.intro-text a {
  text-decoration: underline;
}
.location-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1; /* Automatically scales the height based on width */
  border: none;
  border-radius: 8px;
}

.footer-info-col p {
  margin-top: 0;
}
.footer-info-col a,
.footer-info-col a::before {
  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;
}
.footer-info-col a:hover,
.footer-info-col a:hover::before {
  color: #ffc200;
}
.footer-menu-col .awb-menu__main-background-active {
  border-color: transparent;
}
.footer-menu a span {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-menu li.current-menu-item a span {
  color: #ffc200;
}
.footer-menu a span:after {
  content: '';
  width: 0;
  height: 1px;
  display: block;
  background: #ffc200;
  left: 0;
  bottom: 0;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-menu a:hover span {
  color: #ffc200;
}
.footer-menu a:hover span:after,
.footer-menu li.current-menu-item a span:after {
  width: 100%;
}
.footer-copyright-info {
  opacity: 0.7;
}
@media (max-width: 1040px) {
  .footer-logo-col {
    width: 38% !important;
  }
  .footer-info-col {
    width: 38% !important;
  }
  .footer-menu-col {
    width: 24% !important;
  }
  .footer-image-col {
    padding-top: 40px;
    width: 100% !important;
  }
}
@media (max-width: 740px) {
  .footer-logo-col {
    width: 100% !important;
  }
  .footer-info-col {
    width: 65% !important;
  }
  .footer-menu-col {
    width: 35% !important;
  }
}
@media (max-width: 640px) {
  .footer-logo-col {
    padding-top: 50px !important;
  }
}
@media (max-width: 501px) {
  .footer-info-col {
    width: 100% !important;
  }
  .footer-menu-col {
    padding-top: 40px;
    width: 100% !important;
  }
}