.custom-banner img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  .carousel-indicators li{
    background-color: #fff !important;
    opacity: 0.5;
    width: 14px !important;
    height: 14px !important;
  }
  .carousel-indicators li.active{
    opacity: 1 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 1px !important;
  }
  .carousel-indicators{
    gap: 10px;
  }
  .tabs.clearfix::before{
    content: none !important;
  }
  .parallax-content.contact-content{
    min-height: 50vh !important;
  }
  .whatsapp-float {
    position: fixed;
    bottom: 15%;
    right: 5%;
    background-color: #25d366;
    color: white;
    font-size: 30px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}
.tabs-content .container{
    padding-bottom: 6rem;
}
a:hover{
    text-decoration: none !important;
}
@media screen and (max-width:1024px){
    .tabs{
        display: grid !important;  
        grid-template-columns: repeat(2,1fr);
        gap:5px;
    } 
    .tabs li{
        margin: 0 !important;
    }
    .tabs a {
        padding: 10px !important;
    }
}

