.preloader:before{
  display: none;
}

.current {
  font-weight: 600;
}

.icon{
  height: 70px;
  width: auto;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2); 
}

.color3 {
  color: var(--theme-color3); 
}

.white {
  color: #fff !important; 
}

.bg-white {
  background-color: #fff !important; 
}

.bg-primary-1 {
  background-color: var(--theme-color1); 
}

.bg-primary-2 {
  background-color: var(--theme-color2); 
}

.bg-primary-3 {
  background-color: var(--theme-color3); 
}

.black {
  color: #000 !important; 
}

.bg-gray {
  background-color: #cdcdcd !important; 
}

h5 h4, .h5 .h4 {
  font-family: "Montserrat", sans-serif;
}

.img-gallery {
  border-radius: 24px;
  overflow: hidden;
}

.gallery-slide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.img-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.gallery-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.gallery-carousel .owl-nav button.owl-prev,
.gallery-carousel .owl-nav button.owl-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #1f4b3f;
  font-size: 24px;
  line-height: 44px;
}

@media (max-width: 767px) {
  .gallery-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}


.cta-box {
  background-image: url(../images/mele-cta.svg);
    background-size: cover;
  color: #fff !important;
  padding: 50px;
  border-radius: 24px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-form{
    border-radius: 15px;
    border-radius: 15px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    background-color: var(--theme-color-lighter2);
    padding: 40px 50px 50px;
    margin-left: 12px;
}

.footer-style-one .outer-box .widgets-section{
  padding: 50px 50px 50px 50px;
}

.footer-style-one .outer-box .widgets-section .footer-widget .text {
    color: rgba(var(--theme-color-white-rgb), 0.66);
    margin-bottom: 0px;
}

p.copyright-text {
    font-size: 13px;
    color: rgba(var(--theme-color-white-rgb), 0.66);
}

.a-footer {
    color: white;
    font-weight: 600;
}

.a-footer:hover {
    color: var(--theme-color1);
}

.header-phone_box .info {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font-family);
    opacity: 0.8;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 1;
    color: var(--headings-color);
}

.divisore {
  border-right: 2px solid var(--theme-color2);
  padding: 10px 10px;
  height: 10px;
}

.main-header.header-style-one {
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: #fff;
}

.page-wrapper {
  overflow-x: clip;
}

.sticky-header-new {
  position: static;
}

.header-style-one .main-box .right-box {
  gap: 0;
}

.about-section .outer-box .image-column .image {
    border-radius: 15px;
    max-width: 658px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.outer-box {
    position: relative;
    max-width: 1810px;
    padding: 0 15px;
    margin: 0 auto;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: rgba(var(--theme-color-white-rgb), 0.30);
  border-radius: 30px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  width: 100%;
  font-weight: 600;
    color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgba(var(--theme-color-white-rgb), 0.60);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
    color: var(--theme-color1);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

.tab-box1 {
  background-color: rgba(var(--theme-color-white-rgb), 0.30);
  border-radius: 24px;
  padding: 50px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tab-img{
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  min-height: 500px;
}

.side-img {
  min-height: 350px;
  height: 350px;
}

.overlay-territorio {
  opacity: 0;
  display: none;
  transition: .5s ease;
}

.team-block:hover .inner-block .overlay-territorio {
  display: inline;
  transition: .5s ease;
    opacity: 1;

}

.copy-foto{
  font-size: 11px;
  color: #fff;
}



@media (max-width: 768px) {
  .no-xs-mobile{
          display: none !important;
      }
  h2{
    font-size: 55px;
  }

  .tab-box1{
    justify-content:center;
    min-height: auto;
  }

  }

@media (max-width: 1200px) {
    .mobile-center{
        text-align: center;
    }

    .mobile-container-center{
      display: flex;
      justify-content: center;
      
    }

    .no-mobile{
        display: none !important;
    }

    .cta-box{
      background-image: none;
      background-color: var(--theme-color2);
    }

    .yes-mobile{
      display: flex;
    }
  }

  @media (min-width: 1200px) {
    .yes-mobile{
        display: none;
    }
  }