/* Collective CTA */
/* Home CTA Styles */
.home-cta.new-section  {
 padding-top: 64px;
}
.home-cta.new-section .container.cta-container {
  background-color: #F0F0F0;
  padding: 32px;
  padding-top: 0;

}
.home-cta.new-section .cta-columns-wrap{
  gap: 32px;
}
.home-cta.new-section .cta-box-content h2.section-title {
  font-size: 1.333rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-cta.new-section .cta-box-content h3 {
font-size: 1rem;
line-height: 1;
text-transform: capitalize;
font-weight: 300;
margin-bottom: 2px;
}
.home-cta .cta-item-wrap {
  position: relative;
  height: 33vw;
  width: 100%;
  opacity: 1 !important;
  padding: 0;
  height: auto;
  margin-top: 32px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  height: 33vw;
  max-height: 525px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.078);
}
.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;
  transform: none !important;
  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: -32px;
  filter: grayscale(0);
  border: 1px solid #000000;
}

.home-cta .cta-item-wrap .cta-box-content {
  width: 100%;
  height: auto;
  display: flex;
  top: auto;
  left: auto;
  padding: 20px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 0;
  flex-direction: column-reverse;
  gap: 0;
}

.home-cta .cta-box-content .cta-btns {
  display: none;
}


.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 {
  transition: all 0.5s ease 0s;
}
/*End Home CTA Styles */
/* Contact CTA Styles */
/* .contact-cta { 
  padding: 24px 32px;
} */
.contact-cta .con-cta-container{
  padding: 32px;
  background: #F0F0F0;
}
.contact-cta .icon-heading-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000000;
}
.contact-cta .icon-heading-wrap h2.section-title {
  line-height: 1;
  font-size: 1.34rem;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;

}
.contact-cta .cta-head-icon .swi {
  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: left;
  gap: 10px;
  color: #513304;
}
.contact-cta .contact-cta-item {
  border: 1px solid #cccccc;
  background: rgba(255, 255, 255, 0.698);
  height: 100%;
  padding: 24px;
  min-height: 220px;
}
.cta-call-wrap a,
.cta-email-wrap a,
.cta-address-wrap a {
  display: flex;
  gap: 5px;
  text-align: left;
  justify-content: left;
  font-size: 1rem;
  /* color: #513304; */
  font-weight: 400;
}
.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;
}
.cta-contact-details-wrap {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-con-btn-wrap {
  text-align: left;
}
.cta-con-btn-wrap .btn {
  color: #000000;
  border-color: #CA7F0B;
  font-weight: 600;
}
.cta-office-hours-wrap {
  display: flex;
  justify-self: left;
  flex-direction: column;
  text-align: left;
  margin-top: 15px;
  line-height: 1;
  gap: 12px;
  color: #513304;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1024px) {
  .home-cta.new-section .cta-columns-wrap{
    gap: 15px;
  }
  .contact-cta .con-cta-container{
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
  .contact-cta .contact-cta-wrap{
    gap: 12px;
  }
  .home-cta.new-section {
    padding-top: 0;
  }
  .home-cta.new-section .cta-columns-wrap {
    gap: 12px;
  }
  .home-cta .cta-item-wrap{
    margin-top: 0;
  }
  .home-cta .cta-item-wrap:hover{
    margin-top: 0;
  }
  .home-cta .cta-item-wrap{
    height: 378px;
    box-shadow: none;
  }
  .home-cta.new-section .container.cta-container{
    background-color: transparent;
    padding: 24px;
  }
  .contact-cta .con-cta-container{
    padding: 12px;
  }
}

