/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/







/* Pricing form styling */

/* Custom styles for validation errors */
        .invalid-feedback {
            color: #ff4d4f; /* Red color for errors */
            font-size: 14px;
            font-weight: bold;
        }

        .was-validated input:invalid {
            border-color: #ff4d4f; /* Red border for invalid input */
        }

        .was-validated input:valid {
            border-color: #28a745; /* Green border for valid input */
        }

        /* Ensure validation feedback only appears for invalid fields */
        .valid-feedback {
            display: none;
        }

        .invalid-feedback {
            display: none;
        }

        .was-validated input:invalid[required] ~ .invalid-feedback {
            display: block;
        }

        .was-validated input:valid[required] ~ .invalid-feedback {
            display: none;
        }

        /* Add space between fields */
        .form-group {
            margin-bottom: 20px;
        }
        
        
        
        .price-result {
    margin-top: 30px;
    /* border: 1px solid; */
    padding: 30px;
    background: #6c996c;
    color: white;
}
.price-result p {
    margin-bottom: 5px !important;
}




/* Order Form Styling */

.form-container {
      max-height: 100vh; 
      /* Set the desired fixed height */
      overflow-y: auto;
      overflow-x: hidden;
      /*padding: 20px;*/
      /*border: 1px solid #ddd;*/
      /*border-radius: 5px;*/
      /*background-color: #f9f9f9;*/
    }
    
.step {
      display: none;
    }
    .step.active {
      display: block;
    }
    .step-container {
      /*border: 1px solid #ddd;*/
      /*border-radius: 5px;*/
      /*padding: 20px;*/
      margin-bottom: 20px;
      /*background-color: #f9f9f9;*/
    }
    .progress-bar {
      width: 0%;
      height: 4px;
      background-color: #007bff;
      transition: width 0.4s;
    }
    .step-nav {
      display: flex;
      justify-content: space-between;
			gap: 20px;
    }
    
    .step-title {
      margin-bottom: 20px;
    }
    .form-label {
      margin-bottom: 0.5rem;
    }
    .mb-3 {
      margin-bottom: 1.5rem;
    }
    .is-invalid {
      border-color: #dc3545;
      padding-right: calc(1.5em + .75rem);
      background-image: none;
    }
    .invalid-feedback {
      color: #dc3545;
      display: none; /* Hidden by default */
    }
    .is-invalid ~ .invalid-feedback {
      display: block; /* Show when input is invalid */
    }
    .vehicle-container {
/*       border: 2px solid #ddd; */
      border-radius: 8px;
      padding: 10px;
      margin-bottom: 10px;
      background-color: #ffffff;
    }
    .remove-vehicle-btn {
      background-color: #dc3545;
      color: #fff;
      border: none;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
    }
    .remove-vehicle-btn:hover {
      background-color: #c82333;
    }

/* button add vehicle  */
button.btn.btn-danger{
	padding:10px 20px;
	border-radius:10px;
}
/*deilivery form select field  */
select#transportType{
	border-radius:0px;
}








/*sb form Styling*/

.lead-pricing input, select {
    background: #fff !important;
    border-radius: 8px !important;
}

.lead-pricing button[type='button'], button[type='submit']{
    height: 48px;
    width: 100% !important;
    border-radius: 8px !important;
    
}


/*form result page styling*/


a.sb-resp-book-btn{
	background: #c82333;
    color: white;
    padding: 15px 30px;
    margin-bottom: 30px;
		display: inline-block;
    text-decoration: none;
}
a.sb-resp-book-btn:hover {
    background: #dc3545;
    color: white;
}

.price-box {
    border: 1px solid #e3e3e3;
    padding:20px;
	  width:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #e6effd;
    box-shadow: 0px 0px 12px #00000021;
	margin-bottom:10px;
}

.sb-form-result .data-title{
	width: 200px;
}

.sb-form-result {
    margin: auto !important;
    padding: 0px 0px !important;
	    max-width: 1000px !important;
    width: 100%;
}

.form-data, .form-response {
	margin-top: 20px;
	box-shadow: none;
	width: 50%;
}
/* .form-data{
	wid
} */


.sb-form-result tr,.sb-form-result td {
    border-width: 1px;
}

.new-div{
	
	background-color: #E6EFFD;
    padding: 10px;
    border: 1px solid black;
	margin-bottom:50px;
	border-radius:10px;
}
.new-div p{
 margin-bottom: 0px !important;
}


/*order api */

.form-control.step-one{
	background-color:white !important;
	border-radius:10px !important;
	padding:23px !important;
}

div#vehicle1{
	background-color:#F4F7FB !important;
}

input.form-control.mb-2{
	background-color:white !important;
	border-radius:10px !important;
	padding:23px !important;
}














/* responsivenes response page */

@media (max-width: 600px){
	.response-section{
		flex-wrap:wrap;
		padding:0px 20px;
		gap: 0px !important;
}
	}
	.form-data{
		width:100%;
	}
	.form-response{
		width:100%;
	}
	.new-div{
		margin-bottom:30px;
	}
}


@media (max-width: 1024px){
	
	.response-section {
    display: flex;
    gap: 0px;
}
}

.elementor-2943 .elementor-element.elementor-element-89f2fbd{
	padding:0px !important;
}
.elementor-476 .elementor-element.elementor-element-4da034a{
	padding:0px;
}


/* for vehicle information in responsive */

@media (max-width: 400px){

.sb-form-result .data-title {
    width: 100%;
}
}
a.xsww:hover {
    text-decoration: underline;
}
a.xsww {
color:#de1c24;
}