/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/*tablet landscape*/
@media screen and (min-width:821px) and (max-width:1024px) {
	
}

/*tablet portrait*/
@media screen and (min-width:768px) and (max-width:820px) {

}

/*all mobile*/
@media screen and (max-width:767px) {

}

/*mobile portrait*/
@media screen and (max-width:479px) {

}

/* Contact Form 7 Quote Form Title */
.wpcf7 h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin-bottom: 30px !important;
    letter-spacing: -0.3px !important;
    line-height: 1.3 !important;
}

/* Form Container Background */
.wpcf7 {
    background-color: white !important;
    padding: 40px !important;
    border-radius: 2px !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* ===== CONTACT FORM 7 CUSTOM STYLING FOR ELEMENTOR ===== */

/* Input Fields Styling */
.wpcf7-form-control {
    width: 100% !important;
    padding: 12px 15px !important;
    border: none !important;
    background-color: #e8e8e8 !important;
    font-size: 14px !important;
    border-radius: 2px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    color: #333 !important;
}

/* Text Input Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select {
    width: 100% !important;
    padding: 12px 15px !important;
    border: none !important;
    background-color: #e8e8e8 !important;
    font-size: 14px !important;
    border-radius: 2px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: #333 !important;
}

/* Focus State */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus {
    outline: none !important;
    background-color: #d8d8d8 !important;
    box-shadow: none !important;
}

/* Placeholder Text */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999 !important;
}

/* Labels */
.wpcf7 label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a2e !important;
    margin-bottom: 10px !important;
}

/* Submit Button */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
    width: 100% !important;
    padding: 14px 20px !important;
    background-color: #5eb3f6 !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Submit Button Hover */
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
    background-color: #2e8fd9 !important;
    box-shadow: 0 4px 12px rgba(94, 179, 246, 0.3) !important;
}

/* Form Group Spacing */
.wpcf7-form-control-wrap {
    margin-bottom: 25px !important;
}

/* Select Dropdown */
.wpcf7 select {
    cursor: pointer !important;
    appearance: none !important;
    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'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 20px !important;
    padding-right: 35px !important;
}

/* Disabled State */
.wpcf7 input:disabled,
.wpcf7 select:disabled {
    background-color: #d8d8d8 !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

/* ===== END CONTACT FORM 7 STYLING ===== */