/* Custom CSS overrides - Leave this file empty unless you want to override plugin styles */



/* Popup Modal Styling */
.ha-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

/* Center Position (Default) */
.ha-popup-center {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Top Position */
.ha-popup-top {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}

/* Bottom Position */
.ha-popup-bottom {
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

/* Left Position */
.ha-popup-left {
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding-left: 50px;
}

/* Right Position */
.ha-popup-right {
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    padding-right: 50px;
}

.ha-popup-content .ha-form-widget{
    border-radius: 40px;
background: linear-gradient(265deg, rgba(255, 255, 255, 0.20) -69.05%, rgba(255, 255, 255, 0.20) 93.04%), #FFF;
box-shadow: 0 -1px 34px 0 rgba(164, 179, 255, 0.20), 0 -16.867px 16.867px 0 rgba(164, 179, 255, 0.28) inset, 0 16.867px 16.867px 0 rgba(255, 255, 255, 0.28) inset;
backdrop-filter: blur(11.807229995727539px);
    width: 58.5%;
}

.ha-popup-content {
    background: white;
    border-radius: 30px;
    max-width: 1380px;
    width:calc(100% - 40px);
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    /*animation: haPopupSlideIn 0.3s ease-out;*/
    margin: 0 auto;
    top:50%;
    transform: translateY(-50%);
}

.ha-popup-content .heading-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 41.5%;
}

.ha-popup-content .heading-box h2 {
    margin: 0;
    font-weight: 700;
}
.ha-popup-content .heading-box .ha-highlight {
    color: #FF4800;
}
.ha-popup-content .heading-box p{
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.ha-popup-content .h-icon-heading {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ha-popup-content .h-icon-heading .h-icon{
        display: flex;
    align-items: center;
}
.ha-popup-content .h-icon-heading p {
    color:  #FF4800;
    font-size:  14px;
    font-weight: 500;
    line-height: 150%;
}

.ha-popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    cursor: pointer;
    color:#152638;
}

.ha-popup-close svg{
     width: 100%;
    height: 100%;
}



.ha-popup-body {
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}



.brings-text {
    color:  #152638;
  font-family: "Outfit", Sans-serif;
    font-size:  20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.custom-radio-box span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-radio-box label {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    cursor: pointer;
}

.get-in-touch .form-row .custom-radio-box input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #4A4A4A;
    border-radius: 50%;
    background: #fff;
    position: relative;
    transition: unset;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.get-in-touch .form-row .custom-radio-box input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #FF4800;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
   transition: unset;
}

.get-in-touch .form-row .custom-radio-box input[type="radio"]:checked {
    border-color: #FF4800;
}

.get-in-touch .form-row .custom-radio-box input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}
.get-in-touch .custom-radio-box input:focus{
    border-color: #FF4800 !important;
}

.custom-radio-box .wpcf7-list-item-label:after,
.custom-radio-box .wpcf7-list-item-label:before{
    display:none;
}

.custom-radio-box .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
}

.custom-radio-box {
    margin-top: 20px;
}


.custom-radio-box .wpcf7-list-item-label {
    color: #152638;
       font-family: "Inter", Sans-serif;
    font-size:  16px;
    font-weight: 400;
    line-height:  22.4px;
     display: inline-flex;
}

.respond-text {
    color: #4A4A4A;
    text-align: center;
        font-family: "Inter", Sans-serif;
    font-size:  14px;
    font-weight: 400;
    line-height:  150%;
    margin-top: 20px;
}
.step-popup.get-in-touch .form-row.custom-btn {
    margin-bottom: 0;
}

.step-popup.get-in-touch .tb_btn_wrapper .custom-submit-btn:hover {
    background-color: #FF4800 !important;
    cursor: pointer;
}

/*.ha-popup-body .wpcf7-form {*/
/*    margin: 0;*/
/*}*/

/*.ha-popup-body .wpcf7-form p {*/
/*    margin-bottom: 16px;*/
/*}*/

/*.ha-popup-body .wpcf7-form input,*/
/*.ha-popup-body .wpcf7-form textarea,*/
/*.ha-popup-body .wpcf7-form select {*/
/*    width: 100%;*/
/*    padding: 12px 16px;*/
/*    border: 1px solid #d1d5db;*/
/*    border-radius: 8px;*/
/*    font-size: 16px;*/
/*    transition: border-color 0.2s ease;*/
/*}*/

/*.ha-popup-body .wpcf7-form input:focus,*/
/*.ha-popup-body .wpcf7-form textarea:focus,*/
/*.ha-popup-body .wpcf7-form select:focus {*/
/*    outline: none;*/
/*    border-color: #0073aa;*/
/*    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);*/
/*}*/

/*.ha-popup-body .wpcf7-form .wpcf7-submit {*/
/*    background: #0073aa;*/
/*    color: white;*/
/*    border: none;*/
/*    padding: 14px 32px;*/
/*    border-radius: 8px;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.2s ease;*/
/*}*/

/*.ha-popup-body .wpcf7-form .wpcf7-submit:hover {*/
/*    background: #005a87;*/
/*}*/

.ha-popup-open {
    overflow: hidden;
}

/* Dynamic popup button colors - will be overridden by inline styles */
.ha-popup-body .wpcf7-form .wpcf7-submit {
    background: #0073aa;
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

@keyframes haPopupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ha-assessment-wrapper .loader::after {
    border-color: #FF4800;
}
.ha-assessment-wrapper .loader {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center;
    z-index: 1;

}

.ha-assessment-wrapper-inner.hs-loader-icon {
    opacity: 0;
}


/* Responsive popup */
@media (max-width: 1200px) {
    .ha-popup-body {
    padding: 60px 60px;
    gap: 30px;
}
.ha-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
}
}
@media (max-width: 1024px) {
        .ha-popup-body {
    padding: 45px 30px;
}
}

@media (max-width: 767px) {
    .ha-popup-body {
    padding: 40px 20px;
        flex-direction: column;
}
.ha-popup-content .heading-box,
.ha-popup-content .ha-form-widget{
    width:100%;
}

.ha-popup-content .heading-box p {
    font-size: 16px;
}
.brings-text {
    font-size:  18px;
}
.ha-popup-content .ha-form-widget {
    border-radius: 20px;
}

}

@media (max-width: 400px) {
  .ha-assessment-wrapper .theme-btn {
      font-size: 14px;
      padding: 12px 15px;
  }  
  .ha-assessment-wrapper .ha-error-message {
    font-size: 13px;

}
}


