/*
Theme Name: Hello Elementor child

Template: hello-elementor

*/

/* Add your custom CSS styles below */

.heading-dual-color{
    color: var(--e-global-color-secondary)!important;
}
.google-testimonial-rating{display: flex; gap: 2px;}
.google-testimonial-rating .star {color: #f39c12;
    font-size: 18px;
    margin-right: 2px;
    height: 20px;
    margin-top: -5px;}
    
    
/*.iti__selected-dial-code{*/
/*    display:none!important;*/
/*}*/
/*.iti__tel-input{*/
/*    padding-left: 50px!important;*/
/*}*/

/*    .iti {*/
/*  width: 100%;*/
/*}*/

    .synkli-step { transition: all 0.3s ease; }
    .synkli-error {
        color: red;
        margin-top: 10px;
        font-size: 14px;
        display: none;
    }
    .synkli-card:hover,
    input:checked + .synkli-card {
        border-color: var(--e-global-color-secondary)!important;
        background: #f5f8ff;
    }
    .step-number-text{
        display: flex;
        gap:5px;
    }
    .synkli-current-step{
        font-size: 10px;
    }
    .synkli-step-title{
        font-size: 12px;
        font-weight: 600;
    }
    .synkli-question{
        margin-top:25px;
        font-size: 16px;
        font-weight: 600;
        line-height:18px;
    }
    .synkli-question span{
        color: red;
    }
    .synkli-answer{
        font-size: 13px;
        line-height:20px;
        margin-bottom:15px;
    }
    .synkli-nav {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .synkli-next, .synkli-prev, .synkli-submit {
        background: var(--e-global-color-secondary);
        color: #fff!important;
        border: none!important;
        padding: 7px 35px!important;
        border-radius: 5px!important;
        cursor: pointer!important;
        font-weight: 400!important;
    }
    .synkli-nav button:hover{
        background: var(--e-global-color-secondary);
        color: #fff!important;
    }
    .synkli-nav button:focus{
        background: var(--e-global-color-secondary);
        color: #fff!important;
    }
    .field-error {
      color: red;
      font-size: 13px;
      margin-top: 4px;
    }
    .synkli-progress-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      position: absolute;
        right: 0px;
        top: 6px;
    }
    
    .synkli-dot {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #c5c5c5;
      background-color: #fff;
      position: relative;
      transition: all 0.3s ease;
    }
    
    /* Connect line between dots */
    .synkli-dot::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -28px;
        width: 20px;
        height: 2px;
        background: #c5c5c5;
        transform: translateY(-50%);
        z-index: 0;
    }
    .synkli-dot:first-child::before {
      display: none;
    }
    
    /* Completed step */
    .synkli-dot.completed {
      border-color: #0f3c90;
      background-color: #0f3c90;
    }
    
    /* Active (current) step */
    .synkli-dot.active {
      border-color: #0f3c90;
      background-color: #fff;
      box-shadow: 0 0 0 3px rgba(15, 60, 144, 0.2);
    }
    
    /* Optional check icon inside completed */
    .synkli-dot.completed::after {
      content: "✔";
      position: absolute;
      color: #fff;
      font-size: 12px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .form-step-one .synkli-options{
        display: flex;
        gap: 5px;
        justify-content: space-between;
        margin: 14px 0px;
    }
    .form-step-one .synkli-options label{
        position: relative;
        width: 31.5%;
    }
    .form-step-one .synkli-options input{
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .form-step-one .synkli-options .synkli-card{
        border: 2px solid #ddd;
        border-radius: 10px;
        padding: 20px 35px;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        height: 144px;
    }
    .form-step-one .synkli-options .synkli-card img{
        width: 50px;
        height: 50px;
    }
    .form-step-one .synkli-options .synkli-card span{
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }
    .synkli-upload input{
        width: 250px!important;
    }
    .form-step-two .synkli-options{
        display: flex;
        gap: 17px 10px;
        justify-content: space-between;
        margin: 16px 0px 30px;
        flex-wrap: wrap;
    }
    .form-step-two .synkli-options label{
        position: relative;
        width: 48.6%;
    }
    .form-step-two .synkli-options input{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .form-step-two .synkli-options .synkli-card{
        border: 2px solid #ddd;
        border-radius: 7px;
        padding: 12px;
        text-align: left;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .form-step-two .synkli-options .synkli-card img{
        width: 35px;
    }
    .form-step-two .synkli-options .synkli-card span{
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }
    .form-step-two textarea{
        margin: 10px 0px 0px;
    }
    .form-step-three .customer-check{
        margin: 15px 0px 20px;
        display: flex;
        gap: 10px;
    }
    .form-step-three .customer-check label{
        position: relative;
        width: 35%;
        border: 2px solid #ddd;
        border-radius: 7px;
        padding: 12px;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        gap: 15px;
        font-size: 15px;
    }
    .form-step-three .customer-check input{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .form-step-three label:hover{
            border-color: var(--e-global-color-secondary)!important;
            background: #f5f8ff;
        }
    .form-step-three .customer-detail input{
        border: 2px solid #ddd;
        border-radius: 7px;
        padding: 10px 13px;
        font-size: 15px;
        background: transparent;
    }
    .form-step-three .customer-detail input:hover{
        border-color: var(--e-global-color-secondary)!important;
            background: #f5f8ff;
    }
    .form-step-four .customer-detail{
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        justify-content: space-between;
    }
    .form-step-four .customer-detail input{
        border: 2px solid #ddd;
        border-radius: 7px;
        padding: 10px 13px;
        font-size: 15px;
        background: transparent;
    }
    .form-step-four .customer-detail input:hover{
        border-color: var(--e-global-color-secondary)!important;
            background: #f5f8ff;
    }
    .form-step-five .customer-detail{
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
    .form-step-five .customer-detail input{
        border: 2px solid #ddd;
        border-radius: 7px;
        padding: 10px 13px;
        font-size: 15px;
        background: transparent;
    }
    .form-step-five .customer-detail input:hover{
        border-color: var(--e-global-color-secondary)!important;
            background: #f5f8ff;
    }
    .form-step-final{
        margin-top: 120px;
    }
    
    
    @media (max-width: 1025px){
        .form-step-one .synkli-options .synkli-card{
            padding: 10px 20px;
        }
        .form-step-two .synkli-options .synkli-card span{
            font-size: 13px;
            line-height: 14px;
        }
        .synkli-progress-dots{
            gap: 20px;
        }
        .synkli-dot{
            width: 15px;
            height: 15px;
        }
        .synkli-dot::before{
            left: -18px;
            width: 11px;
        }
        .form-step-two .synkli-options .synkli-card{
            padding: 9px;
        }
        .form-step-two .synkli-options .synkli-card img{
            width: 28px;
        }
        .synkli-question{
            margin-top: 17px;
            font-size: 15px;
            line-height: 15px;
        }
    }
    @media (max-width: 900px){
       
        .form-step-one .synkli-options .synkli-card{
            height: 130px;
        }
    }
    @media (max-width: 550px){
        .form-step-one .synkli-options{
            flex-wrap: wrap;
            gap: 13px 7px;
        }
        .form-step-one .synkli-options label{
            width: 48.5%;
        }
    }
    @media (max-width: 450px){
        .form-step-one .synkli-options{
            flex-wrap: wrap;
            gap: 13px 7px;
        }
        .form-step-two .synkli-options{
            gap: 10px;
        }
        .form-step-two .synkli-options label{
            width: 100%;
        }
    }
    @media (max-width: 445px){
        .form-step-one .synkli-options .synkli-card{
            padding: 10px;
        }
        .step-number-text{
            margin-top: 33px;
        }
    }
  