.carousel-caption {
    width: 100% !important;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    left: 0 !important;
  }
  
  .carousel .carousel-caption {
    top: 39%;
  }
  
  .align-right.inner .carousel-indicators {
    width: 126px;
    margin: 0;
    left: 0;
    right: 0;
    padding-top: 12px;
    height: 30px;
    bottom: 40px;
    margin: 0 auto;
    background: rgba(58, 58, 58, 0);
  }
  
  .carousel-indicators li {
    background-color: #d0d0d0 !important;
  }

  .stroke1 {
    text-shadow: 0 0 11px black;
    
  }

  .bg-color2,
.bg-color2-hover:hover {
  background: #0F7C35 !important;
}


.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
  }

  .btn-phone {
    display: none;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 80%;
    bottom: 20px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
  }
  
  @media screen and (max-width: 431px) {
    .btn-phone {
      display: block;
      width: 70px;
      height: 70px;
      color: #fff;
      position: fixed;
      right: 80%;
      bottom: 20px;
      border-radius: 50%;
      line-height: 80px;
      text-align: center;
      z-index: 999;
    }
    .carousel .carousel-caption {
        top: 15%;
      }
      .pool{
          background-image: url(./wp-content/uploads/2023/11/painting-homes.jpg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
      }
}



#fix-position {
    background: #0375BF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0375BF, #0F7C35);  
    background: -webkit-linear-gradient(to right, #0375BF, #0F7C35);  
    background: linear-gradient(to right, #0375BF, #0F7C35); 
    color: white;
    font-size: 3vh;
    background-size: cover;
    display: flex;
    font-size: 2vh;
    height: 60px;
  }
  