/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2025 | 15:31:09 */
.contactCTA-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    text-decoration: none;
}

.contactCTA {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contactCTA:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.2);
}

.contactCTA-image {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
}

.contactCTA-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
}
