.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-12353 .elementor-element.elementor-element-dea1f4b{text-align:center;}.elementor-12353 .elementor-element.elementor-element-dea1f4b .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-weight:800;text-transform:uppercase;font-style:normal;text-decoration:none;color:#D6482A;}/* Start custom CSS for heading, class: .elementor-element-dea1f4b *//* Subtle Heading Style */
.elegant-heading .elementor-heading-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.elegant-heading .elementor-heading-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #d6482a 0%,#d6482a 100%);
    transition: width 0.3s ease;
}

.elegant-heading:hover .elementor-heading-title:after {
    width: 80px;
}

/* Subtle text shadow effect */
.elegant-heading .elementor-heading-title {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .elegant-heading .elementor-heading-title {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-104170f *//* RFQ Form Container Styling */
.elementor-shortcode {
    max-width: 800px;
    margin: 0 auto;
}

.wpcf7 {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

/* Form Labels */
.wpcf7-form p {
    margin-bottom: 25px;
    position: relative;
}

.wpcf7-form p:first-of-type {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}

/* Input Fields */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-date {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-size: 16px;
    background: #fafafa;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
    margin-top: 5px;
}

/* Input Focus States */
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-date:focus {
    border-color: #D6482A;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(214, 72, 42, 0.1);
}

/* Textarea Specific */
.wpcf7-form-control.wpcf7-textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* International Phone Input Styling */
.intl-tel-input {
    width: 100%;
    margin-top: 5px;
}

.intl-tel-input .selected-flag {
    padding: 15px 12px;
    border-radius: 8px 0 0 8px;
    background: #fafafa;
    border: 2px solid #e8e8e8;
    border-right: none;
}

.intl-tel-input input[type="tel"] {
    padding: 15px 18px;
    border: 2px solid #e8e8e8;
    border-left: none;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    background: #fafafa;
    transition: all 0.3s ease;
    height: auto;
    box-sizing: border-box;
}

.intl-tel-input.iti-focus input[type="tel"] {
    border-color: #D6482A;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(214, 72, 42, 0.1);
}

.intl-tel-input.iti-focus .selected-flag {
    border-color: #D6482A;
    background: #ffffff;
}

/* Country Dropdown */
.intl-tel-input .country-list {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e8e8e8;
    max-height: 200px;
}

.intl-tel-input .country-list .country:hover {
    background-color: rgba(214, 72, 42, 0.1);
}

.intl-tel-input .country-list .country.highlight {
    background-color: #D6482A;
    color: white;
}

/* Submit Button */
.wpcf7-form-control.wpcf7-submit {
    background: #D6482A;
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #b8391f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 72, 42, 0.3);
}

.wpcf7-form-control.wpcf7-submit:active {
    transform: translateY(0);
}

/* Loading Spinner */
.wpcf7-spinner {
    border-top-color: #D6482A !important;
    margin-left: 15px;
}

/* Error Messages */
.wpcf7-not-valid-tip {
    color: #D6482A;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    display: block;
}

.wpcf7-validation-errors {
    background: #fff5f3;
    border: 1px solid #D6482A;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #D6482A;
    font-weight: 500;
}

/* Success Messages */
.wpcf7-mail-sent-ok {
    background: #f0f9f0;
    border: 1px solid #4caf50;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #2e7d32;
    font-weight: 500;
}

/* Form Control Wrapper */
.wpcf7-form-control-wrap {
    display: block;
}

/* Required Field Styling */
.wpcf7-form p:contains("(required)") {
    position: relative;
}

.wpcf7-form p:contains("(required)"):after {
    content: "*";
    color: #D6482A;
    font-weight: 600;
    margin-left: 3px;
}

/* Form Field Groups */
.wpcf7-form > p:first-child {
    color: #D6482A;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f5f5f5;
}

/* Subtle Styling for Field Labels */
.wpcf7-form > p:not(:first-child):not(:last-child) {
    color: #333333;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Date Input Specific */
.wpcf7-form-control.wpcf7-date {
    color: #666666;
}

.wpcf7-form-control.wpcf7-date:focus {
    color: #333333;
}

/* Number Input Specific */
.wpcf7-form-control.wpcf7-number {
    -moz-appearance: textfield;
}

.wpcf7-form-control.wpcf7-number::-webkit-outer-spin-button,
.wpcf7-form-control.wpcf7-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wpcf7 {
        padding: 25px 20px;
        margin: 0 15px;
        border-radius: 8px;
    }
    
    .wpcf7-form > p:first-child {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .wpcf7-form-control.wpcf7-submit {
        width: 100%;
        padding: 16px 20px;
    }
    
    .intl-tel-input {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wpcf7 {
        padding: 20px 15px;
        margin: 0 10px;
    }
    
    .wpcf7-form-control.wpcf7-text,
    .wpcf7-form-control.wpcf7-email,
    .wpcf7-form-control.wpcf7-textarea,
    .wpcf7-form-control.wpcf7-number,
    .wpcf7-form-control.wpcf7-date {
        padding: 12px 15px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .intl-tel-input .selected-flag {
        padding: 12px 10px;
    }
    
    .intl-tel-input input[type="tel"] {
        padding: 12px 15px;
        font-size: 16px;
    }
}

/* Clean up default margins */
.wpcf7-form {
    margin: 0;
}

.wpcf7-form fieldset {
    display: none;
}

/* Response Output */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 0;
}

/* Screen Reader Text */
.screen-reader-response {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Form Validation */
.wpcf7-form-control.wpcf7-not-valid {
    border-color: #D6482A !important;
    background-color: #fff5f3 !important;
}

/* Submit button loading state */
.wpcf7-form.submitting .wpcf7-submit {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Enhance focus accessibility */
.wpcf7-form-control:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}/* End custom CSS */