.pqr-quote-button:not(.elementor-button) {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border: none;
padding: 12px 24px;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.pqr-quote-button:not(.elementor-button):hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
color: white;
text-decoration: none;
}
.pqr-quote-button:not(.elementor-button):active {
transform: translateY(0);
}
.pqr-quote-button:not(.elementor-button).added {
background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%);
} .elementor-widget-pqr_quote_form .pqr-quote-form-widget { background: unset;
border: unset;
border-radius: unset;
box-shadow: unset;
padding: unset;
margin: unset;
}
.elementor-widget-pqr_quote_form .pqr-form-title { color: unset;
font-size: unset;
font-weight: unset;
font-family: unset;
margin: unset;
}
.elementor-widget-pqr_quote_form .pqr-form-description { color: unset;
font-size: unset;
font-family: unset;
margin: unset;
}
.elementor-widget-pqr_quote_form .pqr-form-field label { color: unset;
font-size: unset;
font-weight: unset;
font-family: unset;
margin-bottom: unset;
}
.elementor-widget-pqr_quote_form .pqr-input,
.elementor-widget-pqr_quote_form .pqr-textarea { background: unset;
border: unset;
border-radius: unset;
color: unset;
font-size: unset;
font-family: unset;
padding: unset;
width: 100%;
display: block;
}
.elementor-widget-pqr_quote_form .pqr-input:focus,
.elementor-widget-pqr_quote_form .pqr-textarea:focus { outline: unset;
border-color: unset;
box-shadow: unset;
}
.elementor-widget-pqr_quote_form .pqr-submit-button { background: unset;
color: unset;
border: unset;
border-radius: unset;
font-size: unset;
font-weight: unset;
font-family: unset;
padding: unset;
box-shadow: unset;
transform: none;
transition: unset;
cursor: pointer;
}
.elementor-widget-pqr_quote_form .pqr-submit-button:hover { background: unset;
color: unset;
border: unset;
box-shadow: unset;
transform: none;
}
.elementor-widget-pqr_quote_form .pqr-form-field { margin-bottom: unset;
}
.elementor-widget-pqr_quote_form .pqr-form-footer { text-align: unset;
margin-top: unset;
} .elementor-widget-pqr_quote_form .pqr-required {
color: #e74c3c;
margin-left: 4px;
}
.elementor-widget-pqr_quote_form .pqr-quote-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
margin-bottom: 8px;
background: #f9f9f9;
border: 1px solid #ddd;
}
.elementor-widget-pqr_quote_form .pqr-remove-item {
background: #e74c3c;
color: white;
border: none;
width: 24px;
height: 24px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.elementor-widget-pqr_quote_form .pqr-items-count {
background: #3498db;
color: white;
padding: 2px 8px;
border-radius: 12px;
font-size: 0.8em;
margin-left: 8px;
}
.elementor-widget-pqr_quote_form .pqr-submit-loading { animation: pulse 1.5s ease-in-out infinite;
} .elementor-widget-pqr_quote_form .pqr-form-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
} .pqr-quote-page .pqr-quote-form-section {
background: transparent;
padding: 20px 0;
border: none;
box-shadow: none;
border-radius: 0;
}
.pqr-quote-page .pqr-quote-form-section h3 {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
.pqr-quote-page .pqr-quote-form-section p {
color: inherit;
font-family: inherit;
font-size: inherit;
} .pqr-quote-page {
max-width: 800px;
margin: 0 auto;
padding: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.pqr-quote-header {
text-align: center;
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 2px solid #f0f0f0;
}
.pqr-quote-header h2 {
color: #2c3e50;
font-size: 2.5em;
margin-bottom: 10px;
font-weight: 700;
}
.pqr-quote-header p {
color: #7f8c8d;
font-size: 1.1em;
margin: 0;
} .pqr-empty-quote {
text-align: center;
padding: 60px 20px;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
border-radius: 12px;
margin: 40px 0;
}
.pqr-empty-icon {
font-size: 4em;
color: #bdc3c7;
margin-bottom: 20px;
}
.pqr-empty-quote h3 {
color: #2c3e50;
font-size: 1.5em;
margin-bottom: 10px;
}
.pqr-empty-quote p {
color: #7f8c8d;
font-size: 1.1em;
} .pqr-items-list h3 {
color: #2c3e50;
font-size: 1.4em;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
}
.pqr-items-count {
background: #3498db;
color: white;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.8em;
font-weight: 600;
}
.pqr-items-grid {
display: grid;
gap: 15px;
margin-bottom: 40px;
}
.pqr-quote-item {
background: white;
border: 2px solid #ecf0f1;
border-radius: 8px;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.3s ease;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.pqr-quote-item:hover {
border-color: #3498db;
transform: translateY(-2px);
box-shadow: 0 4px 20px rgba(52, 152, 219, 0.2);
}
.pqr-item-content h4 {
color: #2c3e50;
margin: 0 0 8px 0;
font-size: 1.1em;
font-weight: 600;
}
.pqr-item-link {
color: #3498db;
text-decoration: none;
font-size: 0.9em;
font-weight: 500;
}
.pqr-item-link:hover {
text-decoration: underline;
}
.pqr-remove-item {
background: #e74c3c;
color: white;
border: none;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
display: flex;
align-items: center;
gap: 5px;
font-size: 0.9em;
transition: all 0.3s ease;
}
.pqr-remove-item:hover {
background: #c0392b;
transform: scale(1.05);
} .pqr-quote-form-section {
background: transparent;
padding: 20px 0;
}
.pqr-quote-form-section h3 {
color: inherit;
font-size: inherit;
margin-bottom: 15px;
font-weight: inherit;
font-family: inherit;
}
.pqr-quote-form-section > p {
color: inherit;
margin-bottom: 20px;
font-size: inherit;
font-family: inherit;
}
.pqr-form-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
margin-bottom: 20px;
}
.pqr-form-field {
display: flex;
flex-direction: column;
}
.pqr-form-field label {
color: inherit;
font-weight: inherit;
margin-bottom: 8px;
font-size: inherit;
font-family: inherit;
}
.pqr-required {
color: #e74c3c;
margin-left: 4px;
}
.pqr-input,
.pqr-textarea,
.pqr-select {
padding: 12px;
border: 1px solid #ddd;
border-radius: 0;
font-size: inherit;
font-family: inherit;
background: #fff;
color: inherit;
width: 100%;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.pqr-select {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 16px;
padding-right: 40px;
cursor: pointer;
}
.pqr-input:focus,
.pqr-textarea:focus,
.pqr-select:focus {
outline: none;
border-color: #0073aa;
}
.pqr-textarea {
resize: vertical;
min-height: 100px;
}
.pqr-form-footer {
text-align: center;
margin-top: 20px;
}
.pqr-submit-button {
background: #0073aa;
color: white;
border: none;
padding: 12px 24px;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
cursor: pointer;
transition: background-color 0.3s ease;
}
.pqr-submit-button:hover {
background: #005177;
}
.pqr-submit-button:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.pqr-submit-loading {
animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
0% { opacity: 1; }
50% { opacity: 0.5; }
100% { opacity: 1; }
} .pqr-messages {
margin-top: 20px;
}
.pqr-message {
padding: 15px 20px;
border-radius: 6px;
margin-bottom: 15px;
font-weight: 500;
}
.pqr-message.success {
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.pqr-message.error {
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
.pqr-message.info {
background: #cce7ff;
color: #004085;
border: 1px solid #b3d9ff;
} @media (max-width: 768px) {
.pqr-quote-page {
padding: 15px;
}
.pqr-quote-header h2 {
font-size: 2em;
}
.pqr-quote-item {
flex-direction: column;
gap: 15px;
text-align: center;
}
.pqr-form-grid {
grid-template-columns: 1fr;
}
.pqr-quote-form-section {
padding: 20px;
}
}