@font-face {
    font-family: 'Belgiano';
    src: url('../../font/Belgiano.woff2') format('woff2'),
        url('../../font/Belgiano.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TTramilas';
    src: url('../../font/TTRamillas.woff2') format('woff2'),
        url('../../font/TTRamillas.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

.bg-pattern {
    background-image: url('../../image/home_new/bg-white.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.91);
}


.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Add to your styles */
.fixed.bottom-8.right-8.invert {
    background-color: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(8px);
}

.fixed.bottom-8.right-8.invert .fa-whatsapp {
    color: #000000 !important;
    /* WhatsApp brand color */
}

.fixed.bottom-8.right-8.invert:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
