/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745578210
Updated: 2025-04-25 10:50:10

*/
input.error,
select.error,
textarea.error {
    border: 2px solid red !important;
}

.select2-container--default .select2-selection--single {
    transition: border 0.3s;
}

.form-success {
    position: relative;
}
.success-heading {
    font-size: 22px;
    margin: 0;
    margin-bottom: 8px;
}
body.single-post .page-header {
    margin: 30px 0px;
}
body.single-post .page-content {
    margin-bottom: 50px;
}
.enc-transport-sec .elementor-widget-wrap.elementor-element-populated {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#car-shipping-quote-form h1,h2,h3,h4,h5{
	font-family: "Poppins" !important;
}
.quote__form .step.step-1 h3{
	font-size: 15px !important;
}
.quote__form .step.step-1 h4, .quote__form .step.step-2 h4 {
    font-size: 16px !important;
}

@media (max-width: 768px) {
	
body.single-post .page-header {
    margin: 30px 0px;
}
body.single-post .page-content {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    margin: 50px 0px;
}
	
}

@media (max-width: 1024px) {
    #car-shipping-quote-form .vehicle {
        flex-direction: column;
        padding: 0;
    }

    #car-shipping-quote-form select.year-dropdown,
    #car-shipping-quote-form select.make-dropdown,
    #car-shipping-quote-form select.model-dropdown,
    #car-shipping-quote-form input.model-text {
        margin-right: 0 !important;
        margin-bottom: 10px;
        width: 100%;
    }

    #car-shipping-quote-form .step.step-1 h3,
    #car-shipping-quote-form .step.step-2 h3,
    #car-shipping-quote-form .step.step-3 h3,
    #car-shipping-quote-form .step.step-4 h3 {
        font-size: 24px;
        padding: 12px;
    }

    #car-shipping-quote-form .step.step-1 h4,
    #car-shipping-quote-form .step.step-2 h4 {
        font-size: 18px;
        text-align: center;
    }

    #car-shipping-quote-form button.next-step,
    #car-shipping-quote-form button.prev-step,
    #car-shipping-quote-form .step.step-4 button {
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
    }

    #car-shipping-quote-form .step.step-2,
    #car-shipping-quote-form .step.step-3,
    #car-shipping-quote-form .step.step-4 {
        padding: 10px;
    }

    #car-shipping-quote-form .step.step-4 input,
    #car-shipping-quote-form .step.step-4 textarea {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #car-shipping-quote-form .step.step-1 h3,
    #car-shipping-quote-form .step.step-2 h3,
    #car-shipping-quote-form .step.step-3 h3,
    #car-shipping-quote-form .step.step-4 h3 {
        font-size: 20px;
        padding: 10px;
    }

    #car-shipping-quote-form .step.step-1 h4,
    #car-shipping-quote-form .step.step-2 h4 {
        font-size: 16px;
    }

    #car-shipping-quote-form input[type="text"],
    #car-shipping-quote-form input[type="tel"],
    #car-shipping-quote-form input[type="email"],
    #car-shipping-quote-form input[type="date"],
    #car-shipping-quote-form select,
    #car-shipping-quote-form textarea {
        font-size: 14px;
        padding: 8px;
    }

    #car-shipping-quote-form .vehicle {
        gap: 10px;
    }

    #car-shipping-quote-form label,
    #car-shipping-quote-form .step.step-3 label,
    #car-shipping-quote-form .step.step-4 label {
        font-size: 14px;
    }

    #car-shipping-quote-form #cancel-success {
        top: -10px;
        right: -10px;
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}


