/* --- Global Styles for Caroga Creekside Living --- */

.sms-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #2D4038;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.sms-float:hover {
    transform: scale(1.05);
    background-color: #0056b3;
    color: white;
}

.sms-icon {
    margin-right: 10px;
}
