.banner-content-two .title {
    font-size: 50px;
}

.banner-bg-two {
    
    min-height: 100px;
    padding: 70px 0 90px;
   opacity: 90%;
    
}
 .breadcrumb-bg:before {
    opacity: 60%;
  
}


.about-area-eleven {
    padding: 30px 0 10px;
}

.brand-item img {
    max-width: 65%;
}
.services-bg-two {
    padding: 40px 0 20px;
}
.services-details-thumb img {
    max-width: 80%;
    max-height: 80%;
}

/*.testimonial-bg-two {
  padding: 10px 0 20px;
   background: #03091b; 
    opacity: 80%;
}*/

.choose-bg:before {
    opacity: 65%;
  padding: 10px 0 10px
}


.skill-wrap {
    padding: 25px 25px;
}



.pb-60 {
    padding-bottom: 8px;
}




.blog-bg-two {
    padding: 40px 0 30px;
}
.floating-icons {
    position: fixed;
    bottom: 13%;
    right: 20px; 
    z-index: 9999; 
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.floating-icons a {
    width: 50px; 
    height: 50px;
    background-color: #25d366; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.floating-icons a:hover {
    transform: scale(1.1);
}

.floating-icons a.call-icon {
background-color: #FFFFFF;
}