.elementor-1173 .elementor-element.elementor-element-03e5362{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ae25e60 *//* --- Custom CSS for CF7 (Fixed & Beautiful) --- */
#dtech-quote-wrapper {
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f6f9;
    padding-bottom: 80px;
}
#dtech-quote-wrapper * { box-sizing: border-box; }

/* Header */
#dtech-quote-wrapper .quote-header {
    background-color: #0B1C3E;
    padding: 60px 20px 80px 20px;
    text-align: center;
    color: #fff;
    border-bottom: 5px solid #C5A065;
}
#dtech-quote-wrapper .quote-header h1 { font-size: 2.2rem; margin-bottom: 10px; color: #fff !important; }
#dtech-quote-wrapper .quote-header p { color: #ccc; font-size: 1rem; max-width: 600px; margin: 0 auto; }

/* Form Container */
#dtech-quote-wrapper .quote-container {
    max-width: 900px;
    margin: -50px auto 0;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
}

/* Section Title */
#dtech-quote-wrapper .form-section-title {
    font-size: 1.2rem;
    color: #0B1C3E;
    border-left: 5px solid #C5A065;
    padding-left: 15px;
    margin-bottom: 25px;
    margin-top: 30px;
    font-weight: 700;
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 5px 5px 0;
}
#dtech-quote-wrapper .form-section-title:first-child { margin-top: 0; }

/* Grid Layout */
#dtech-quote-wrapper .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}
#dtech-quote-wrapper .form-group { margin-bottom: 20px; }

/* Label Styling (Using span/div to avoid error) */
#dtech-quote-wrapper .form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #555;
}

/* Input Fields */
#dtech-quote-wrapper .form-input, 
#dtech-quote-wrapper .form-select, 
#dtech-quote-wrapper .form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #fff;
    color: #333;
    transition: 0.3s;
}
#dtech-quote-wrapper .form-input:focus,
#dtech-quote-wrapper .form-select:focus,
#dtech-quote-wrapper .form-textarea:focus {
    border-color: #C5A065;
    outline: none;
}
#dtech-quote-wrapper .form-textarea { min-height: 120px; resize: vertical; }

/* Fix Checkbox/Radio Alignment */
.cf7-checkbox-fix .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}
.wpcf7-list-item input { margin-right: 5px; }

/* Submit Button */
#dtech-quote-wrapper .submit-btn {
    background-color: #C5A065;
    color: #0B1C3E;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    display: block;
    margin-top: 30px;
    transition: 0.3s;
}
#dtech-quote-wrapper .submit-btn:hover {
    background-color: #b08d55;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    #dtech-quote-wrapper .form-row { grid-template-columns: 1fr; gap: 0; }
    #dtech-quote-wrapper .quote-container { padding: 25px; }
}

/* --- Custom CSS for CF7 (Fixed Layout) --- */
#dtech-audit-form { font-family: 'IBM Plex Sans Thai', sans-serif; color: #333; line-height: 1.6; }
#dtech-audit-form * { box-sizing: border-box; }

#dtech-audit-form .form-section-title {
    font-size: 1.2rem; color: #0B1C3E; border-left: 5px solid #0B1C3E; padding-left: 15px; margin: 30px 0 25px; font-weight: 700; background-color: #f9f9f9; padding-top: 10px; padding-bottom: 10px; border-radius: 0 5px 5px 0;
}

#dtech-audit-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 15px; }
#dtech-audit-form .form-group { margin-bottom: 20px; }

/* Styling for spans to look like labels */
#dtech-audit-form .form-label { display: block; margin-bottom: 8px; font-weight: 600; font-size: 0.95rem; color: #555; }

/* Input Styling */
#dtech-audit-form .form-input, #dtech-audit-form .form-select, #dtech-audit-form .form-textarea {
    width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; background-color: #fff; color: #333;
}

/* Fix checkbox/radio alignment */
.cf7-checkbox-fix .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item { 
    display: inline-block; 
    margin-right: 20px; 
    margin-bottom: 5px; 
}

/* Shareholder Validation Error Style */
#dtech-audit-form .share-ratio-error {
    color: #dc3232;
    font-size: 0.9em;
    padding-top: 5px;
    display: none;
    font-weight: 600;
}

#dtech-audit-form .submit-btn {
    background-color: #003366; color: #fff; font-size: 1.1rem; font-weight: 700; padding: 15px 40px; border: none; border-radius: 5px; cursor: pointer; width: 100%; display: block; margin-top: 30px;
}
@media (max-width: 768px) { #dtech-audit-form .form-row { grid-template-columns: 1fr; gap: 0; } }/* End custom CSS */