.b-dynamic {
    display: flex;
    padding: 32px;
    width: 500px;
    height: 500px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(0deg, #cfece3 0%, #cfece3 100%),
        rgba(207, 236, 227, 0.06);
    backdrop-filter: blur(12px);
    overflow-y: auto;
    scroll-behavior: smooth;
    
    @media (width <=870px) {
        width: 100%;
    }
    @media (width <=768px) {
        height: 600px;
    }
}
.b-dynamic::-webkit-scrollbar {
    width: 6px;
}
.b-dynamic::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.b-dynamic .dynamic-width-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.b-dynamic .dynamic-width-wrapper .c-line {
    color: #222524;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 163.6%;
    letter-spacing: -0.72px;
}

.b-dynamic .custom-radio-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}
@media (width <= 1024px) {
    .b-dynamic .custom-radio-wrapper {
        flex-direction: column;
        align-items: start;
    }
}
.b-dynamic .custom-radio {
    margin: 10px 0;
}

.b-dynamic .custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.b-dynamic .custom-radio label {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    color: #222524;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 12px 22px;
    border-radius: 12px;
    background: #fff;
    width: fit-content;
}

.b-dynamic .custom-radio .radio-circle {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 4px solid #0a7858;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.b-dynamic
    .custom-radio
    input[type="radio"]:checked
    + label
    .radio-circle::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #0a7858;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b-dynamic .custom-radio label:hover .radio-circle {
    border-color: #0a4d3a;
}

.service-options,
.details-step,
.address-step,
.name-step,
.contact-step {
    height: calc(100% - 90px);
    overflow-y: auto;
    scroll-behavior: smooth;
}

.service-options::-webkit-scrollbar,
.details-step::-webkit-scrollbar,
.address-step::-webkit-scrollbar,
.name-step::-webkit-scrollbar,
.contact-step::-webkit-scrollbar {
    width: 6px;
}
.service-options::-webkit-scrollbar-thumb,
.details-step::-webkit-scrollbar-thumb,
.address-step::-webkit-scrollbar-thumb,
.name-step::-webkit-scrollbar-thumb,
.contact-step::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}


.info {
    margin-top: 50px;
    @media (width <= 768px) {
        margin-top: 80px;
    }
}

.info .form h4 {
    color: #222524;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 163.6%;
    letter-spacing: -0.6px;
}

.form .input-group {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form .input-group input {
    padding: 12px 22px;
    border-radius: 12px;
    background: #fff;
    color: #646666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin-top: 32px;
    border: none;
}
.zip-step .form .input-group input {
    padding: 12px 22px;
    border-radius: 12px;
    background: #fff;
    color: #646666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin-block: 20px 10px;
    border: none;
}

.form .input-group button {
    width: fit-content;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 12px 18px;
    border-radius: 9px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, #0a7858 0%, #02a878 100%);
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25) inset,
        0px 2px 4px 0px rgba(33, 50, 42, 0.2);
}

.service-type-options h4,
.service-options h4,
.details-step h4,
.window-type-step h4,
.bathroom-type-step h4,
.timeline-step h4,
.roofing-material-step h4,
.roof-size-step h4,
.roof-issues-step h4,
.gutter-clog-step h4,
.gutter-guard-type-step h4,
.stories-step h4,
.property-type-step h4,
.home-type-step h4,
.coverage-timeline-step h4,
.address-step h4,
.name-step h4,
.contact-step h4 {
    color: #222524;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin: 0 0 42px 0;
}
.window-type-step h4{
    margin: 0 0 30px 0;
}
.contact-step h4, .name-step h4{
    margin: 0 0 18px 0;
}
.bathroom-features-step h4{
    color: #222524;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin: 0 0 15px 0;
}
.other-details textarea {
    display: flex;
    height: 189px;
    width: 100%;
    padding: 22px;
    align-items: flex-start;
    border: none;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 12px;
    background: #fff;
    color: rgba(100, 102, 102, 0.7);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
}
.service-button-group {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.button-group button,.service-button-group button {
    height: 48px;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 12px 18px;
    border-radius: 9px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, #0a7858 0%, #02a878 100%);
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25) inset,
        0px 2px 4px 0px rgba(33, 50, 42, 0.2);
}
.button-group .back-btn {
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25) inset,
        0px 2px 4px 0px rgba(33, 50, 42, 0.2);
}
.address-step .input-group,
.name-step .input-group,
.contact-step .input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.address-step .input-group label,
.name-step .input-group label,
.contact-step .input-group label {
    color: #222524;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-transform: none;
}
.address-step .input-group input,
.name-step .input-group input,
.contact-step .input-group input {
    display: flex;
    height: 48px;
    padding: 12px 22px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #fff;
    margin: 0;
}
.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}
.b-dynamic .dynamic-width-wrapper .custom-checkbox label {
    cursor: pointer;
    display: flex;
    align-items: start;
    gap: 12px;
    color: rgba(100, 102, 102, 0.7);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    letter-spacing: -0.32px;
    width: 335px;
    text-transform: none;
}
.custom-checkbox .checkbox-square {
    width: 20px;
    height: 20px;
    border: 2.333px solid #00996d;
    border-radius: 4.667px;
    background-color: rgba(207, 236, 227, 1);
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    margin-top: 3px;
}
.custom-checkbox
    input[type="checkbox"]:checked
    + label
    .checkbox-square::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #00996d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.name-step .form, .contact-step .form .input-group-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.contact-step {
    height: 100%;
}
.contact-step .form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    height: 100%;
}
.b-dynamic .dynamic-width-wrapper .contact-step .consent-message,
.b-dynamic .dynamic-width-wrapper .zip-step .consent-message{
    color: #646666;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.24px;
    width: 100%;
    margin-bottom: 70px;
    text-align: justify;
}
.b-dynamic .dynamic-width-wrapper .contact-step .consent-message a,
.b-dynamic .dynamic-width-wrapper .zip-step .consent-message a{
    color: #646666;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.confirmation-step img{
    width: 98px;
    height: 98px;
    flex-shrink: 0;
}
.confirmation-step h4{
    color: #222524;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 163.6%;
    letter-spacing: -0.72px;
    margin-block: 30px 16px;
}
.b-dynamic .dynamic-width-wrapper .confirmation-step p{
    color: #222524;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    max-width: 416px;
}