/* Quote Page Styles */
.get-quote-widget-area {
    /* padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px; */
}

/* .quote-widget {
    margin-bottom: 30px;
    padding: 15px;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
} */

/* Adjust sidebar widget styles */
#left-sidebar .get-quote-widget-area {
    margin-top: 0;
}

#left-sidebar .widget-title {
    /* color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px; */
}

/* Style for the quote form if one is added to the widget area */
.get-quote-widget-area .wpcf7-form {
    max-width: 100%;
}

.get-quote-widget-area .wpcf7-form label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.get-quote-widget-area .wpcf7-form input[type="text"],
.get-quote-widget-area .wpcf7-form input[type="email"],
.get-quote-widget-area .wpcf7-form input[type="tel"],
.get-quote-widget-area .wpcf7-form textarea,
.get-quote-widget-area .wpcf7-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.get-quote-widget-area .wpcf7-form input[type="submit"] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.get-quote-widget-area .wpcf7-form input[type="submit"]:hover {
    background-color: #218838;
}
/*# sourceMappingURL=quote-page.css.map */