#enquiry-float-btn {
    position: fixed;
    bottom: 5px;
    right: 12px;
    background-color: #2316FF;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 17px;
    z-index: 9999;
}

#enquiry-popup-form {
    position: fixed;
    bottom: 80px;
    right: 30px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 300px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#enquiry-popup-form h3 {
    margin-top: 0;
}

#enquiry-popup-form input,
#enquiry-popup-form select,
#enquiry-popup-form textarea {
    width: 100%;
    padding: 8px;
    margin: 6px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#enquiry-popup-form button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
}

#enquiry-popup-form button:hover {
    background-color: #005f8d;
}
