/* Acacia CTA */
/* Home CTA Styles */
.home-cta.new-section {
  background-color: #e0f0ed;
}

.home-cta.new-section .cta-box-content h2.section-title {
  font-weight: 600;
  font-size: 1.333rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.home-cta.new-section .cta-box-content h3 {
  display: none;
}

.home-cta .cta-item-wrap {
  position: relative;
  overflow: hidden;
  height: 33vw;
  /*  max-height: 334px; */
  width: 100%;
  opacity: 1 !important;
  padding: 0;
  height: auto;
  margin-top: 100px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.home-cta .cta-1-columns .cta-item-wrap {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home-cta .cta-item-wrap .cta-box-img {
  position: relative;
  width: 100%;
  height: 100%;
  top: auto;
  left: auto;
  overflow: hidden;
  transform: none !important;
  height: 33vw;
  max-height: 334px;
  margin-bottom: -100px;
  transition: all 0.5s ease 0s;
}

.home-cta .cta-item-wrap .cta-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.4s ease 0s;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
}

.home-cta .cta-item-wrap:hover {
  margin-top: 0;
  filter: grayscale(0);
}

.home-cta .cta-item-wrap:hover .cta-box-img {
  margin-bottom: 0;
}

.home-cta .cta-item-wrap .cta-box-content {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(0);
  top: auto;
  left: auto;
  padding: 20px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 2;
  text-align: center;
}

.home-cta .cta-box-content .cta-btns {
  font-size: 1rem;
  line-height: 1;
  display: flex;
  justify-content: center;
}

.home-cta .cta-box-content .cta-btns a {
  display: flex;
  justify-content: center;
}

.cta-box-content .cta-btns .cta-link-icon {
  padding-left: 6px;
}

.cta-box-content .cta-btns .swi {
  font-size: 0.8rem;
}

.home-cta .cta-caption-bg {
  width: 100%;
  height: 196px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180.01deg,
      rgba(255, 255, 255, 0) -0.98%,
      rgba(255, 255, 255, 0.32) 14.39%,
      rgba(255, 255, 255, 0.8) 43.82%,
      #f6f6f6 83.25%);
  transition: all 0.5s ease 0s;
}

.cta-item-wrap:hover .cta-caption-bg {
  opacity: 0;
  transition: all 0.5s ease 0s;
}

/*End Home CTA Styles */
/* Contact CTA Styles */
/* .contact-cta {
  background-color: #e0f0ed;

} */
.contact-cta .icon-heading-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.contact-cta .icon-heading-wrap h2.section-title {
  line-height: 1;
  font-size: 1.34rem;
  margin-bottom: 0;
  font-weight: 600;
  /* color: #000000; */
}

.contact-cta .cta-head-icon .swi {
  /* color: #000000; */
  font-size: 2rem;
}

.contact-cta .cta-head-icon .swi.swi-clock {
  font-size: 2.5rem;
}

.cta-social-media-wrap {
  margin-top: 15px;
}

.contact-cta .cta-social-media {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* color: #194a4d; */
}

.contact-cta .contact-cta-item {
  border: 1px solid #cccccc;
  /* background: rgba(255, 255, 255, 0.698); */
  height: 100%;
  padding: 20px;
  min-height: 305px;
}

.cta-call-wrap a,
.cta-email-wrap a,
.cta-address-wrap a {
  display: flex;
  gap: 5px;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
}

.cta-call-wrap a span,
.cta-email-wrap a span {
  display: flex;
  align-items: center;
}

.cta-address-wrap a span {
  align-items: flex-start;
  display: flex;
}

.contact-cta .contact-cta-wrap {
  max-width: 100%;
  display: grid;
  gap: 24px;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}

.cta-con-icon i {
  font-size: 0.8rem;
  line-height: 1.4em;
}

.cta-contact-details-wrap {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-contact-details-wrap a p {
  line-height: 1;
}

.cta-con-btn-wrap {
  text-align: center;
}

.cta-con-btn-wrap .btn {
  text-transform: capitalize;
  padding: 16px 16px 17px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-width: 100px;
}

.cta-office-hours-wrap {
  display: flex;
  justify-self: center;
  flex-direction: column;
  text-align: center;
  margin-top: 15px;
  line-height: 1;
  gap: 12px;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {
  .home-cta.new-section .cta-columns-wrap {
    gap: 14px;
  }

  .home-cta .cta-item-wrap {
    margin-top: 0px;
  }

  .home-cta .cta-item-wrap .cta-box-img {
    margin-bottom: 0px;
  }

  .home-cta .cta-item-wrap {
    max-height: 328px;
    height: 30vw;
  }

  .home-cta .cta-item-wrap .cta-box-content {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .home-cta.new-section .cta-columns-wrap {
    grid-template-columns: 1fr;
  }

  .home-cta .cta-item-wrap .cta-box-img {
    height: 100%;
  }

  .home-cta .cta-item-wrap {
    height: 212px;
  }

  .home-cta .cta-caption-bg {
    background: linear-gradient(180.01deg,
        rgba(255, 255, 255, 0) -0.98%,
        rgba(255, 255, 255, 0.32) 26.33%,
        rgba(255, 255, 255, 0.8) 55.15%,
        #f6f6f6 83.25%);
    height: 105px;
  }

  .home-cta.new-section {
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .contact-cta .contact-cta-wrap {
    grid-template-columns: 1fr;
  }

  .contact-cta .contact-cta-item {
    min-height: 163px;
  }

  .contact-cta .contact-cta-wrap {
    gap: 14px;
  }
}