/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Description: Child theme for Avada
Author: Your Name / Company
Author URI: https://yourwebsite.com/
Template: Avada
Version: 1.0.0
Text Domain: avada-child
*/

/* Add your custom CSS below */

.product-specs th {
    background: #f5f5f5;
    font-weight: 600;
    width: 35%;
}
.product-specs td {
    background: #ffffff;
}


/* Request a Quote Button - Product Page */
.request-quote-btn {
    background-color: #2e7d32;
    color: #ffffff !important;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.request-quote-btn:hover {
    background-color: #256428;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .request-quote-btn {
        width: 100%;
        text-align: center;
    }
}




/* CF7 Two Column Layout */
.cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	max-width: 1100px;        /* Prevents over-wide forms */
    width: 100%;
    margin: 0 auto;          /* Centers the form */

    align-items: flex-start; /* Prevents vertical misalignment */
    box-sizing: border-box;
}
.cf7home .cf7-row {
	color: #FFFFFF;}
	
.cf7-col {
    width: calc(50% - 10px);
}

.cf7-full {
    width: 100%;
    margin-top: 20px;
	 max-width: 1100px;        /* Prevents over-wide forms */
    margin: 0 auto;          /* Centers the form */

    align-items: flex-start; /* Prevents vertical misalignment */
    box-sizing: border-box;
}

/* Inputs */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #caa24d;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.wpcf7 input[type="submit"]:hover {
    background: #b8912f;
}

/* Mobile */
@media (max-width: 768px) {
    .cf7-col {
        width: 100%;
    }
}


.wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form textarea {
    border-color: rgb(192 199 218) !important;
}
