:root {
    --bs-main: #209100;
    --bs-main-light: rgb(139 195 74 / 15%);
}
#blogModal .modal-content, #blogModal .modal-dialog{position:static !important;}
#blogModal .modal-dialog{max-width: 100% !important;}
#myModalb {
    padding: 0 !important;
}

.progress {
    height: 13px;
    min-width: 300px;
    margin: 10px 20px;
    background-color: var(--bs-main-light);
}
.progress-bar {
    background-color: var(--bs-main);
}

@keyframes slideUp {
  from {
    transform: translateY(200px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#blogModal .card-body{
    display: none;
    padding: 0 55px;
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: 1rem 1rem -1.5rem auto !important;
}
#blogModal .card-body.show{
    display: block;
    padding: 20px;
}
.yellow-text {
    color: var(--bs-main);
}
#blogModal .card-block{
    height: 130px;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 15px !important;
    background-color: #fafafa;
    margin-bottom: 8px;
    position:relative;
}

.radio {
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
}
.radio:hover {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
#blogModal .card{
    background-color: #ffffff00;
    box-shadow:none;
}
#blogModal .fa-circle{
    border-radius: 50%;
    border: 2px solid #f6728000;
    padding: 2.5px 3px;
    position:absolute;
    top: 5px;
    right: 5px;
}
#blogModal .fa-check{
    color: var(--bs-main);
    border-radius: 50%;
    border: 2px solid var(--bs-main);
    padding: 2.5px 3px;
    position:absolute;
    top: 5px;
    right: 5px;
}
.btn-blue {
    margin-top: 10px;
    background-color: #353535;
    color: #fff;
    border-radius: 10px;
    width: 50%;
}
.btn-blue:hover {
    background-color: #000;
    color: #fff;
}
.btn-secondary {
    margin-top: 40px;
    width: 28%;
}
.fa-long-arrow-right {
    float: right;
    margin-top: 5px;
}
.fa-long-arrow-left {
    float: left;
    margin-top: 5px;
}
#side-form select,
input,
textarea {
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    background-color: #eceff1;
    border: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 1px;
}
select:focus,
input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--bs-main) !important;
    outline-width: 0;
}
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}
h5 {
    font-size: 15px !important;
    margin-top: 5px;
}
.consent-label {
    display: flex;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}
@media screen and (max-width: 1400px) {
    .uk-lg-3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #blogModal .card-body {
        padding: 0 10px !important;
    }
}
@media screen and (max-width: 600px) and (min-width: 499px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 500px) {
    #blogModal .card-body {
        padding: 0 !important;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

.labl > input {
    /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.labl > input:checked + div {
    /* (RADIO CHECKED) DIV STYLES */
    border: 3px solid var(--bs-main);
    background-color: var(--bs-main-light);
}
.labl {
    display: block;
    max-width: 100%;
}
.labl h5{margin-bottom:0;}
#error-msg1,
#error-msg2,
#error-msg3,
#error-msg4 {
    display: none;
    color: #ff0031;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 10px !important;
    background: #fff4f4;
    border-radius: 10px;
}
.radio-section2 {
    max-width: 400px;
    position: relative;
}
.myradiobtn2 {
    position: relative;
    display: block;
}
.myradiobtn2 label {
    display: block;
    color: #444;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 50px;
    margin-bottom: 5px;
    cursor: pointer;
}
.myradiobtn2 label:after,
.myradiobtn2 label:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 9px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #eee;
}
.myradiobtn2 label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s,
        0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url("images/tick.png");
}
.myradiobtn2 input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none;
}

.myradiobtn2 input[type="radio"]:checked + label:after {
    background: #fff;
}
.myradiobtn2 input[type="radio"]:checked + label:before {
    width: 30px;
    height: 30px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.progress-container {
    border-radius: 20px;
    position: absolute;
    background: #fff;
    height: 200px;
    width: 200px;
    left: 7%;
    bottom: 20px;
}

.progress-circle {
    -webkit-box-shadow: 0 -1px 0 0 #d6d7d8;
    box-shadow: 0 -1px 0 0 #d6d7d8;
    margin: -82px 0 0 -82px;
    background: var(--bs-main-light);
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    height: 164px;
    width: 164px;
    left: 50%;
    top: 50%;
}

.p-f,
.p-h {
    clip: rect(0, 164px, 164px, 82px);
    position: absolute;
    overflow: hidden;
    height: 164px;
    width: 100%;
    left: 0%;
}

.p-f {
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    left: 0;
}

.p-f:before,
.p-h:before {
    content: "";
    background: var(--bs-main);
    position: absolute;
    height: 164px;
    width: 50%;
    left: 0%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.progress-circle #progress {
    -webkit-box-shadow: 0 1px 0 0.5px #d6d7d8;
    box-shadow: 0 1px 0 0.5px #d6d7d8;
    font-family: "Montserrat", sans-serif;
    margin: -70px 0 0 -70px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 140px;
    background: #fff;
    font-size: 34px;
    color: #46494d;
    height: 140px;
    width: 140px;
    z-index: 1;
    left: 50%;
    top: 50%;
}
#blogModal .modal-body{overflow-y: hidden;overflow-x: hidden;}
#blogModal .modal-body .form-control{
    padding: 10px 20px;
    height: 48px;
}
@media (max-width: 1100px) {
    #blogModal .modal-content {padding: 0px;}
    #blogModal .modal-dialog {width: 96% !important;}
}

@media(max-width:768px){
    #blogModal .card-body.show{padding:0px;}
    #blogModal .card-block{padding:10px;margin-bottom:5px;height:135px;}
}

@media (max-width: 450px) {
    #blogModal .card-body.show{adding: 0 !important;}
}
.ebq {background-color: var(--bs-main);}
.ebq-bod {border: 5px solid #f97c2e;}
.post-author img {border: 2px solid var(--bs-main);}
.ebq-light {background-color: var(--bs-main-light);}
.rounded {border-radius: 10px !important;}
#blogModal h4,#blogModal h2,#blogModal h5,#blogModal label {color: #000 !important;}
.pic {text-align:center}
.pic img{width:48px;}
@media(max-width:600px) {
    .modal-content {padding: 10px 5px !important}
    .close {font-size: 40px;position:relative !important;}
    .alert-dismissible{ padding: .75rem 1.25rem; }
    .fix-now-close-button{padding:0px !important;}
    .free-consultation-close-btn{top: 0px !important;right: 0px !important;}
    .ebq-bod{border-width:4px !important}
    .pic img, .pic-0 img{width:36px;}
    #blogModal h5{font-weight:500;font-size:14px;}
    #blogModal .card-block{height:110px;}
}


/* Success Step Styles */
.success-content {
    text-align: left;
}

.success-content .lead-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.success-content h5 {
    color: #000 !important;
    font-size: 18px !important;
    margin-bottom: 15px;
}

.success-steps {
    padding-left: 20px;
    margin-bottom: 20px;
}

.success-steps li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #444;
    font-size: 15px;
}

.need-help-box {
        background-color: rgb(57 178 88 / 4%);
}

.need-help-box p {
    margin-bottom: 8px;
    color: #333;
}

.need-help-box strong {
    color: #000;
    font-size: 16px;
}

.need-help-box .btn-blue {
    width: auto;
    min-width: 150px;
    background: #00db75;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px;
}

/* Responsive adjustments for success step */
@media (max-width: 991px) {
    .last-check {
        max-width: 50% !important;
        min-width: 200px !important;
    }
    
    .success-content {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
     .success-content, .modal-dialog .col-xl-12 .card {
        padding: 0px;
    }
    .success-content .lead-text {
        font-size: 15px;
    }
    
    .success-content h5 {
        font-size: 16px !important;
    }
    
    .success-steps li {
        font-size: 14px;
    }
    
    .need-help-box {
        padding: 15px !important;
    }
}

@media (max-width: 480px) {
    .last-check {
        max-width: 60% !important;
        min-width: 150px !important;
    }
    
    .need-help-box .btn-blue {
        width: 100%;
    }
}
/* Smooth transition for column width changes */
.modal-dialog .col-xl-8,
.modal-dialog .col-xl-12 {
    transition: all 0.3s ease-in-out;
}

/* Ensure full width on success step */
.modal-dialog .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

/* Optional: Add some padding when sidebar is hidden */
.modal-dialog .col-xl-12 .card {
    padding: 20px;
}

/* Adjust success step for full width layout */
.col-xl-12 .card-body:last-child {
    padding: 30px 40px !important;
}

@media (max-width: 1199px) {
    .col-xl-12 .card-body:last-child {
        padding: 20px !important;
    }
}
.fa-circle:before {
    content: "\f111";
    color: #fafafa;
}