/* Quote Button & Modal Styles */
.quote-btn-container {
    margin-top: 30px;
    text-align: left;
}

.btn-quote {
    background-color: #ff6b6b;
    color: white !important;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.btn-quote:hover {
    background-color: #ff5252;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

/* Floating WhatsApp / Call Button (Optional but good) */
.floating-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.modal-header {
    background-color: #00539C;
    color: white;
}

.modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.form-control:focus {
    border-color: #00539C;
    box-shadow: 0 0 0 0.25rem rgba(0, 83, 156, 0.25);
}
