/* 
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 */

a {
	color: #1B55F5;
}

a:hover {
	color: #0A2264;
}

.uae-sticky--active {
    background-image: none !important;
}
#images-form .wpcf7-form{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#images-form .wpcf7-form,
.form-inner-box{
    border: 1px solid #D4DAED;
    border-radius: 8px;
    padding: 30px 20px;
}
.form-inner-box{
    padding-top: 20px;
    color: #6D7386;
    font-size: 14px;
    line-height: 20px;
    font-family: Poppins;
}
.form-inner-box .small{
    font-size: 12px;
}

.form-inner-box ul {
  /* list-style-image: url("/wp-content/uploads/2025/10/checkmark.svg"); */
  padding-left: 0;
  list-style: none;
}

.form-inner-box ul li {
  background-image: url("/wp-content/uploads/2025/10/checkmark.svg");
  background-repeat: no-repeat;
  background-position: 0 4px; 
  padding-left: 22px;
}


.form-inner-box ul li{
    margin-bottom: 15px;
}
.form-inner-box ul li:marker{
    display: block;
    margin-bottom: 20px;
}
.form-inner-wrapper{
    display: flex;
    flex-direction: column;
    gap : 30px;
    flex: 0 0 calc((100% - 30px)/2);
    max-width: calc((100% - 30px)/2);
}
.form-inner-box.last{
    flex: 0 0 100%;
}
.form-inner-box.last p span{
    color: #1B55F5;
}
.form-inner-box.first{
    overflow: hidden;
    padding: 0;
    border-color: transparent;
    border-radius: 0;
    /* padding-top: 20px;
    padding-bottom: 25px; */
}
.codedropz-upload-wrapper{
    border: #6D7386 1px dashed;
    border-radius: 8px;
}
.form-inner-box.background{
    background-color: #F8F9FC;
}
.form-inner-box.empty{
    border-color: transparent;
}
.codedropz-upload-container{
    padding: 35px 20px 30px;
    /* margin-bottom: 30px; */
}
.wpcf7-form h3{
    color: #252E5D;
    font-weight: 500;
    font-size: 20px;
    font-family: Poppins;
    line-height: 1.4em;
    margin-top: 0;
}
.codedropz-upload-inner h3{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}
.codedropz-upload-inner h3 + span{
    color: #9AA2BD;
    font-size: 12px;
    font-family: Poppins;
    display: block;
    margin-bottom: 20px;
    padding-top: 10px;
}
.codedropz-upload-inner a.cd-upload-btn{
    font-size: 12px;
    color: white;
    font-family: Poppins;
    background-color: #1B55F5;
    padding: 9px 16px;
    border-radius: 50px;
    transition: .3s;
    display: inline-block !important;
    margin-bottom: 25px;
}
.codedropz-upload-inner a.cd-upload-btn:hover{
    background-color: #11369c;
}
.codedropz-upload-inner img{
    max-width: 48px;
    margin-bottom: 20px;
}
.dnd-upload-counter{
    display: block;
    width: 100%;
    text-align: center;
    color: #1B55F5 !important;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400 !important;
    bottom: 18px;
    /* padding-bottom: 30px; */
}
.dnd-upload-counter span{
    font-size: 0 !important;
    visibility: hidden;
}
.codedropz-upload-handler{
    border: none;
    margin-bottom: 0;
    height: 100%;
}
.codedropz-upload-container.drag-over{
  /* border: 2px dashed #4caf50; */
  background: #D4DAED;
}
#images-form input[type="submit"]{
    font-size: 12px;
    line-height: 20px;
    border-radius: 30px;
    font-family: Poppins;
}
.hidden{
    display: none;
}
.dnd-upload-status{
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.spiner .elementor-icon,
#iconList li.spiner .elementor-icon-list-icon:after{
  display: inline-block;        
  animation: spin 2s linear infinite; /
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}





.dnd-upload-counter {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #0073aa;
}

.dnd-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 0;
    padding-bottom: 35px;
}
.dnd-preview-container:empty{
    padding-bottom: 20px;
}

.dnd-preview-item span{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: white;
    padding: 0 4px;
}

.dnd-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dnd-preview-item div {
    background-color: #252E5D !important;
    line-height: 16px;
    border-radius: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    max-width: fit-content;
    padding: 0 5px !important;
}

.dnd-preview-item .remove-file {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding: 0 3px;
    border-radius: 2px;
}
#iconList li .elementor-icon-list-icon{
    position: relative;
}
#iconList li.spiner .elementor-icon-list-icon:after,
#iconList li.completed .elementor-icon-list-icon:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2025/10/Ellipse-2.svg);
    background-size: contain;
    background-color: white;
}
#iconList li.completed .elementor-icon-list-icon:after{
    background-image: url(/wp-content/uploads/2025/10/checkmark.svg);
}
.wpcf7-spinner{
    display: none !important;
}
.codedropz-upload-wrapper span.has-error-msg{
    padding: 0 20px 20px;
}
#get-results .wpcf7-not-valid-tip,
#get-quote .wpcf7-not-valid-tip{
    position: absolute !important;
    font-size: 14px !important;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#get-results .wpcf7-response-output{
    display: none !important;
}
#get-quote label{
    width: 100%;
}
#get-quote .wpcf7-response-output{
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 1.2 !important;
}
.fields-box{
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
}
.fields-box label{
    flex: 0 0 calc(50% - 10px);
}
span.green-text{
    font-weight: 600;
    color: #3EBF8F ;
}
span.blue-text {
    color: #1B55F5;
}
.images-box{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 0;
    flex-direction: row !important;
}
.file-error-message {
  color: #d33;
  font-size: 13px;
  margin-top: 8px;
  background: #ffeaea;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ffbcbc;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* transform: translateY(120%); */
}
@media(max-width: 767px){
    .form-inner-wrapper{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #images-form .wpcf7-form{
        padding: 20px 5px;
    }
    .form-inner-box {
        padding: 20px 15px;
    }
    .fields-box {
        flex-direction: column;
        gap: 0;
    }
    .fields-box label {
        flex: 0 0 100%;
    }
    .uael-cf7-input-size-sm .uael-cf7-style input:not([type="submit"]){
        padding: 10px;
    }
    .text-wrap{
        word-break: break-all;
    }
}