/* Custom styles for additional hover effects and responsiveness */
.shadow-lg:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #3b82f6;
}

@media (max-width: 640px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    h2 {
        font-size: 2rem;
    }

    .fixed.bottom-6.right-6 {
        bottom: 1rem;
        right: 1rem;
    }
}

.whatsapp-button a {
    position: fixed;
    z-index: 9999;
    padding: 10px;
    bottom: 20px;
    left: 20px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}