.hero-container {
  display: flex;
  margin: -10px;
  flex-direction: row;
}

.hero-banner-col {
  flex: 1 1;
  padding: 20px 3px;
}

.hero-banner {
  height: auto;
  min-height: 250px;
  width: 100%;
  border: 2px solid #000;
  border-radius: 10px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  font-family: "Roboto Slab", sans-serif !important;
  font-weight: 500 !important;
}
.hero-banner:before {
  content: "";
  display: block;
  position: absolute;
  height: 550px;
  width: 700px;
  border: 500px solid #FF671D;
  box-shadow: inset 0 0 0 2px #FFFFFF;
  border-radius: 100%;
  bottom: -505px;
  left: -460px;
  box-sizing: unset;
}
.hero-banner.hero-banner-style-2:before {
  top: -505px;
  bottom: auto;
}
.hero-banner.hero-banner-style-2 .hero-circle {
  top: 20px;
  left: 20px;
  bottom: auto;
  right: auto;
  margin-top: 0;
  transform: rotate(-8deg);
}
@media (min-width: 768px) {
  .hero-banner.hero-banner-style-2 .hero-circle {
    top: 50%;
    left: 20px;
    margin-top: -75px;
  }
}
.hero-banner.hero-banner-style-3:before {
  top: -505px;
  right: -460px;
  left: auto;
}
.hero-banner.hero-banner-style-3 .hero-circle {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  transform: rotate(8deg);
}
.hero-banner.hero-banner-style-location:before {
  top: auto;
  left: 50%;
  width: 1000px;
  bottom: -450px;
  margin-left: -1000px;
}
.hero-banner.hero-banner-style-location .hero-circle {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  transform: rotate(8deg);
}
.hero-banner.hero-banner-style-location .hero-text-large {
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .hero-banner.hero-banner-style-location .hero-cta {
    display: none;
  }
}

.hero-text-large {
  font-size: 24px;
  line-height: 110%;
  display: block;
  width: 90%;
  margin: 0 auto 3px;
}

.hero-text-small {
  font-size: 16px;
  display: block;
  width: 90%;
  margin: 0 auto;
}

.hero-circle {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 150px; /* Adjust width as needed */
  height: 150px; /* Adjust height as needed */
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #000;
  transform: rotate(-8deg);
}

@media (max-width: 991px) {
  .hero-banner {
    min-height: 210px;
  }
  .hero-banner.hero-banner-style-2:before {
    top: -520px;
    left: -490px;
    bottom: auto;
  }
  .hero-banner.hero-banner-style-3:before {
    top: -520px;
    right: -490px;
    left: auto;
  }
  .hero-banner.hero-banner-style-3 .hero-circle {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    transform: rotate(8deg);
  }
  .hero-circle {
    left: 12px;
    bottom: 12px;
    width: 120px; /* Adjust width as needed */
    height: 120px; /* Adjust height as needed */
  }
  .hero-text-large {
    font-size: 20px;
  }
  .hero-text-small {
    font-size: 12px;
  }
}
.hero-orange {
  color: #FF671D;
}

.hero-white {
  color: #FFF;
}

.hero-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero-footer .hero-text {
  width: 100%;
  text-align: left;
}
.hero-footer .hero-text .hero-text-large {
  display: inline-block;
  width: auto;
  margin: 0 20px 10px;
}

.hero-text {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.hero-text h3 {
  margin: auto;
  font-family: "Roboto Slab", sans-serif !important;
}

.hero-cta {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: black;
  color: white;
  padding: 7px 32px 7px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  height: 36px;
}

.hero-cta:hover, .hero-cta-arrow:hover {
  color: #FF671D !important;
}

.hero-cta-arrow {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid white;
  border-radius: 2px;
  top: auto;
  right: 5px;
  bottom: auto;
}

/*# sourceMappingURL=banners.css.map */
