/ .section-hero-5 .img-pull{
 padding: ;}

.section-hero-5 h3{
 font-size: ;
}

.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;
}