:root {  
  --bd-primary: #e42320;
  --bd-verde: #469546;
}

body{
  word-break: break-word;
}
p {
 
  color: var(--bd-selection);
}

.testo-verde {
 color: var(--bd-verde);
}


.testo-rosso {
  color: var(--bd-primary);
 }

 .bd-btn.outline-btn {
  background-color: var(--bd-primary);
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-white);
}

.services-item.style-two {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bd-border-primary);
  display: flex;
  align-items: start;
  gap: 20px;
}

.services-item.style-two .content .title {
  font-size: 20px;
  margin-bottom: 0px;
}

.pricing_item {
  position: relative;
  background-size: cover;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0px solid var(--bd-border-primary);
}
.pricing_item .icon_list {
  margin-bottom: 0;
  list-style: none;
}

.pricing_item .icon_list .list_item_text {
  font-weight: 400;
}

.section-title-space {
  margin-bottom: 0;
}

.about-thumb-wrap.style-one {
  display: flex;
  gap: 20px;
  position: relative;
  margin-left: 0;
}

.footer-copyright .description a {
  color: #ffffff;
}

.header-logo {
  max-width: 293px;
}

.bd-main-menu.menu-is-white li  {
  padding: 32px 0px;
  font-size: 20px;
}

.bd-sticky .menu-is-white > ul > li  {
  color: var(--bd-black);
}
.menu-is-white > ul > li {
  color: var(--bd-white);
}

.property-details-google-map {
  margin-bottom: 0;
}

.property-details-google-map iframe {
  height: 400px;
  width: 100%;
}

.banner-style-four .banner-shape-one {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 94px;
}

.banner-style-four .banner-shape-three {
  position: absolute;
  right: 380px;
  z-index: 2;
  top: 143px;
  max-width: 270px;
}

.banner-bg-image::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bd-black);
  opacity: 0.6;
}

.postbox__content p {
  margin-bottom: 0;
}

.bd-btn.bd-success:hover {
  background-color: var(--bd-verde);
  color: #ffffff;
}
.bd-btn.bd-success {
  background-color: var(--bd-verde);
  color: #ffffff;
}

.postbox__quote {
  background-color: var(--bd-verde);
}

.postbox__quote-style-3 p {
  text-align: left;
  margin-bottom: 8px;
  margin-top: 20px;
}

.postbox__quote p {
  font-size: 30px;
  color: var( --bd-white);
  margin-bottom: 0;
}

.bannerSliderActivation, .banner-bg-image{
  height: 450px;
}

.cta-footer-container{
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  background-color: #F8F9FA;
}
.cta-footer-container ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
}
.cta-footer-container li{
  list-style-type: none;
}
.btn{
  font-size: 1.8rem;
}
.banner-bg-image {
  transition: none;
}
.bannerSliderActivation .swiper-slide-active .banner-bg-image {
  transform: scale(1);
}

@media screen and (min-width: 767px) {
  .bannerSliderActivation, .banner-bg-image{
    height: 100%;
  }
  .cta-footer-container{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .postbox__content {
    padding: 20px 20px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .row>* {
    margin-top: 1rem;
  }
  .footer-copyright-area {
    position: relative;
    z-index: 5;
    padding: 15px 0;
  }
  .back-to-top.show {
    bottom: 120px;
  }
  .header-style-two {
    padding: 11px 15px;
  }

}