/ .section-hero-5 .img-pull{
 padding: ;}


.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;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.3s ease;
    overflow: visible;
}

.floating-icons a:hover {
    transform: scale(1.1);
}

.floating-icons a.call-icon {
    background-color: #FFFFFF;
    animation: blink-blue 1.1s infinite;
}

.floating-icons a.whatsapp-icon {
    background-color: #FFFFFF;
}

.navbar .dropdown-menu{
    padding: 0px!important;
}

.section-hero-5 .img-pull .backdrop-filter.p-8.rounded-3

 {
    min-height: 200px!important;
   padding: 2rem!important;
}
.section-hero-5 .img-pull {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  padding:80px 0px!important;
}


@media (max-width: 767.98px) {
    h3 {
    font-size: 30 !important;
}
}