/* 
 Theme Name:   Dropletlab Child
 Theme URI:    https://dropletlab.com/
 Description:  
 Author:       admin
 Author URI:   https://dropletlab.com
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
    #jazmove-quote-gen-form {
        max-width: 100%;
        margin: 0 auto;
    }
        
.quoteimg {
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	height:180px !important;;
	padding: 15px;
}

.quoteimg img {
    max-width: 130px !important;
}

    form#jazmove-quote-gen-multistep-form {
        max-width: 100%;
        margin: 0 auto;
        font-family: Arial, sans-serif;
        background-color: #fff;
        padding: 20px;
        border-radius: 16px;
        box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
    }
        
    .jazmove-quote-gen-progress-bar {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        padding: 0 20px;
        list-style-type: none;
        align-items: center;
        font-family: 'Inter';
    }

    .jazmove-quote-gen-progress-step {
        flex: 1;
        text-align: center;
        position: relative;
        gap: 5px;
        color: var(--e-global-color-d0fc13a);
        font-family: 'Inter';
        font-weight: 400;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .jazmove-quote-gen-progress-step::before {
        content: '';
        position: absolute;
        top: 24%;
        width: 60%;
        left: -32%;
        height: 2px;
        background-color: #ddd;
        z-index: -1;
    }
    .jazmove-quote-gen-progress-step:first-child::before {
        display: none;
    }

    .jazmove-quote-gen-progress-step.active {
        gap: 5px;
        color: var(--e-global-color-3ded047);
        font-family: 'Inter';
        font-weight: 600;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        
    .jazmove-quote-gen-progress-step .jazmove-quote-gen-circle {
        width: 30px;
        height: 30px;
        border: 1px solid #dddddd;
        border-radius: 50%;
        background-color: #ffffff;
        display: inline-block;
        line-height: 26px;
        font-size: 14px;
        color: var(--e-global-color-d0fc13a);
        margin-bottom: 5px;
    }

    .jazmove-quote-gen-progress-step.active .jazmove-quote-gen-circle, 
    .jazmove-quote-gen-progress-step.completed .jazmove-quote-gen-circle {
        background-color: var(--e-global-color-3ded047);
        border-color: var(--e-global-color-3ded047);
        color: white;
    }

    .jazmove-quote-gen-progress-step.completed::before {
        background-color: var(--e-global-color-3ded047);
    }

    .jazmove-quote-gen-form-step {
        display: none;
    }

    .jazmove-quote-gen-form-step.active {
        display: block;
    }

    .jazmove-quote-gen-h2 {
        color: #333;
        font-size: 18px;
        margin-bottom: 27px;
    }

.jazmove-quote-gen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
    gap: 20px;
}

    .jazmove-quote-gen-item img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
		
label.jazmove-quote-gen-label {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 12px 15px;
    display: flex;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
    text-align: left;
    align-items: center;
}		

.jazmove-quote-gen-label {
    text-align: left;
    display: flex;
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    align-items: left;
    line-height: 1.3em;
}

.jazmove-quote-gen-description {
    color: var(--e-global-color-d0fc13a);
    font-size: 14px;
    font-family: 'Inter';
    margin-top: 10px;
	text-align:left;
}

    button.jazmove-quote-gen-button {
        width: 100%;
    }   
        
    .jazmove-quote-gen-input[type="checkbox"] {
        margin-right: 10px;
        appearance: none;
        width: 25px;
        font-weight: 700 !important;
        border-radius: 8px !important;
        height: 25px;
        border: 2px solid #ddd;
        border-radius: 4px;
        vertical-align: middle;
        position: relative;
        top: -1px;
		flex-shrink: 0;
    }

    .jazmove-quote-gen-input[type="checkbox"]:checked {
        background-color: var(--e-global-color-3ded047);
        border-color: var(--e-global-color-3ded047);
    }

    .jazmove-quote-gen-input[type="checkbox"]:checked::after {
        content: "✓";
        position: absolute;
        color: white;
        font-size: 14px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .jazmove-quote-gen-input[type="email"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
    }
        
    button.jazmove-quote-gen-button.jazmove-quote-gen-back-button.jazmove-quote-gen-back-step {
        background: #fff;
        border-color: #E1E1E2;
        color: #333;
        width: 100%;
    }   

    button.jazmove-quote-gen-button.jazmove-quote-gen-next-step {
        width: 100%;
    }

    .jazmove-quote-gen-button-group {
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }
        
    li.jazmove-quote-gen-progress-step.completed {
        color: var(--e-global-color-3ded047);
        font-weight: 500;
    }

    .jazmove-quote-gen-button {
        background-color: #f2994a;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        margin-top: 20px;
        width: 48%;
    }

    .jazmove-quote-gen-button:hover {
        background-color: #e08b3e;
    }

    .jazmove-quote-gen-back-button {
        background-color: white;
        color: #333;
        border: 1px solid #ddd;
    }
		
.jazmove-quote-gen-button:disabled {
    background-color: #dfdfdf;
    cursor: not-allowed;
    border-color: #dfdfdf;
    color: var(--e-global-color-text);
	pointer-events:none;
}

    .jazmove-quote-gen-loading {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        border-top: 2px solid #333333;
        animation: spin 1s linear infinite;
        margin-right: 10px;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }	
		
	@media only screen and (max-width: 767px) {
		
	.jazmove-quote-gen-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}	

   	.jazmove-quote-gen-progress-bar {
       position: relative;
       display: flex;
       justify-content: space-between;
       margin-bottom: 40px;
       padding: 0 20px;
       list-style-type: none;
       align-items: flex-start;
       font-family: 'Inter';
       flex-direction: column;
   }
   		
   .jazmove-quote-gen-progress-step.active {
       gap: 5px;
       color: var(--e-global-color-3ded047);
       font-family: 'Inter';
       font-weight: 600;
       font-size: 16px;
       display: flex;
       flex-direction: row;
       align-items: center;
       gap: 12px;
   }
   		
   .jazmove-quote-gen-progress-step {
       flex: 1;
       text-align: center;
       position: relative;
       gap: 15px;
       color: var(--e-global-color-d0fc13a);
       font-family: 'Inter';
       font-weight: 400;
       font-size: 16px;
       display: flex;
       flex-direction: row;
       align-items: center;
   }

   .jazmove-quote-gen-progress-step::before {
       height: 0px;
   }
   		
   .jazmove-quote-gen-progress-bar {
       gap: 8px;
   }		
		
}	