/* Service Pages Custom Styles */

/* Skip Link for Accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

/* Focus Styles for Accessibility */
a:focus, 
button:focus, 
input:focus, 
textarea:focus, 
select:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* WhatsApp Fixed Button */
.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}

.whatsapp-fixed img {
    width: 35px;
    height: 35px;
}

/* Calendly Badge Widget Positioning */
.calendly-badge-widget {
    left: 20px !important;
    right: auto !important;
    bottom: 20px !important;
}

.whatsapp-fixed:hover {
    transform: scale(1.1);
}
