section.banner-section {
    padding: 40px 0 60px;
    background: #F9F9F9;
}

.banner-wrapper h1 {
    font-size: 56px;
    line-height: 62px;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

.banner-wrapper p {
    font-size: var(--font-size-h6);
    margin: 24px 0;
    width: 100%;
    max-width: 1130px;
}

section.coffee-subscription-wizard-section {
    padding: 80px 0;
    background-image: url("/wp-content/themes/hello-elementor-child/modules/home-module/images/industries-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.coffee-subscription-title {
    margin-bottom: 50px;
}

.coffee-subscription-title h2 {
    text-align: center;
}

.coffee-subscription-title p {
    font-size: var(--font-size-h6);
    width: 100%;
    max-width: 831px;
    margin: 12px auto 0;
    text-align: center;
}

.scoring-wrapper {
    margin-top: 40px;
}

.scoring-wrapper h3 {
    font-size: var(--font-size-h5);
    line-height: 32px;
    font-weight: var(--font-weight-500);
}

.scoring-wrapper ul {
    list-style: square;
    padding-left: 25px;
}

.scoring-wrapper ul li {
    font-size: var(--font-text);
    line-height: 32px;
}

.scoring-wrapper ul li span {
    color: var(--color-sub-text);
}

.cta-wrapper h2 {
    font-size: 64px;
    text-align: center;
}

.store-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    text-align: left;
}

.store-wrapper h3 {
    font-size: var(--font-size-h6);
    line-height: 28px;
    color: var(--color-white);
    font-weight: var(--font-weight-400);
}

.store-wrapper ul {
    list-style: square;
    padding-left: 25px;
}

.store-wrapper ul li {
    font-size: var(--font-size-h6);
    line-height: 28px;
    color: var(--color-white);
    font-weight: var(--font-weight-400);
}



/* ========================== */





.csStepsProgressBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: center;
}

.csStepsProgressBar ul li {
    list-style: none;
    padding: 14px 34px;
    border-radius: 5px;
    background-color: #f8fafc;
    /* border: solid 1px #E8E8E8; */
    background-image: url(https://staging.codingkart.com/wp-content/uploads/2025/06/Frame-1984079096.png);
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #111111;
}

ul.steps-bar li.active {
    color: white;
    background-image: url(https://staging.codingkart.com/wp-content/uploads/2025/06/Frame-1984079091.png);
    position: relative;
}

.cSSteps {
    margin: 0px 0 0;
}

.cSStepsRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.csStepsWrapper {
    padding: 32px;
    border: 1px solid #0000001A;
    box-shadow: 0px 14px 23.9px 0px #1292BC24;
    border-radius: 14px;
    margin-top: 40px;
}

.cSStepsContent {
    width: 50%;
    display: flex;
    align-items: center;
}

.cSContentBox {
    width: 100%;
    padding: 38px 111px 38px 38px;
    /* background-color: #fff;
    border: solid 4px #9999991A;
    border-radius: 40px;
    box-shadow: 0 14px 26px 0 #0000000D;
    max-width: 450px; */
    margin: 0 auto;
}

.cSContentBox h2 {
    font-size: 24px;
    line-height: 39px;
    color: #1D1D1D;
    font-weight: 700;
    margin: 0 0 40px;
}

ul.subProgressBar {
    margin: 14px 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

ul.subProgressBar li {
    list-style: none;
    width: 100%;
    height: 6px;
    background-color: #D9D9D9;
    border-radius: 30px;
}

ul.subProgressBar li.active,
ul.subProgressBar li.completed {
    background-color: #1292BC;
}

.cSStepsImage {
    width: 50%;
    padding-left: 70px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}

.cSStepsImage img {
    width: 100%;
    max-width: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Animation trigger */
.cSStepsImage.fade-slide.loaded .questionImage {
    opacity: 1;
    transform: translateX(0);
}

/* Optional: Disable pointer events while loading */
.cSStepsImage.loading img {
    pointer-events: none;
    opacity: 0.5;
}

.cSContentBox ul.optionsList li {
    list-style: none;
}

.cSContentBox ul.optionsList {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    margin: 0;
}

.score-container {
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px;
}

.cSContentBox ul.optionsList li input {
    display: none;
}

.cSContentBox ul.optionsList li label {
    position: relative;
    padding: 14px 13px 14px 41px;
    display: block;
    border-radius: 50px;
    cursor: pointer;
}

.cSContentBox ul.optionsList li input:checked~label {
    background-color: #F8FAFC;
}

.cSContentBox ul.optionsList li label::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: solid 1px #1292BC;
    border-radius: 100%;
    left: 8.5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cSContentBox ul.optionsList li input:checked~label::after {
    background-color: #1292BC;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 12px;
    top: 0;
    border-radius: 100%;
    bottom: 0;
    margin: auto;
}

.cSBtnGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cSBtnGroup button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cSBtnGroup button:not(:disabled) {
    opacity: 1;
    cursor: pointer;
}

.cSContentBox button.prev-button {
    padding: 14px 40px;
    border: solid 2px #D4D4D4;
    border-radius: 11px;
    font-size: 18px;
    line-height: 24px;
    color: #737887;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #fff;
}

.cSContentBox button.next-button {
    padding: 16px 40px;
    background-color: #1292BC;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    outline: none;
}

.cSFormHeading {
    display: none;
}

.coffeeSubscriptionForm {
    width: 100%;
    max-width: 801px;
    margin: 0 auto;
    text-align: center;
    /* background-color: #fff;
    padding: 84.5px 40px;
    border: solid 4px #9999991A;
    border-radius: 40px; */
    /* box-shadow: 0 14px 26px 0 #0000000D;
    background-image: url("https://codingkart.com/wp-content/themes/hello-elementor-child/modules/coffee-subscription-ux-checker-module/images/ser4.svg.webp"), url("https://codingkart.com/wp-content/themes/hello-elementor-child/modules/coffee-subscription-ux-checker-module/images/Vector.webp");
    background-position: bottom left, top 12px right 5px;
    background-repeat: no-repeat; */
}

.cSFormHeading h2 {
    font-size: 40px;
    line-height: 40px;
    color: #1D1D1D;
    font-weight: 700;
    margin: 0;
}

.formWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.formGroup {
    width: calc(50% - 12px);
}

.formGroup.width100 {
    width: 100%;
}

.formGroup input {
    background-color: #F8FAFC;
    border: 0;
    padding: 11px 24px;
    border-radius: 10px;
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}

.formGroup input#userName {
    text-transform: capitalize;
}

.cSFormHeading p {
    margin: 12px 0 40px;
}

.cSFormAction {
    width: 100%;
    margin-top: 16px;
}

.formWrapper .cSFormAction button {
    background-color: #1292BC;
    border: 0;
    padding: 15.5px 40px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
    align-items: center;
    gap: 14px;
}

.cSFormAction {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.cSFormAction button img {
    position: relative;
    top: 2px;
    transform: rotate(45deg);
}

form#scoreForm .cSFormAction img {
    width: auto;
}

.csScoreScreen {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    padding: 84.5px 40px;
    border: solid 4px #9999991A;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 14px 26px 0 #0000000D;
    background-image: url(/wp-content/uploads/2025/06/ser4.svg.png), url(/wp-content/uploads/2025/06/Vector.png);
    background-position: bottom left, top 12px right 5px;
    background-repeat: no-repeat;
    position: relative;
}

.crossButton {
    width: 20px;
    display: flex;
    position: absolute;
    top: 55px;
    right: 63px;
}

.csScoreRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 412px;
    margin: 30px auto;
}

.csScoreRow .csScoreImage {
    width: 180px;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 9px 17px 0 #0000001A;
    border-radius: 100%;
    background-size: cover;
}

.csScoreRow .csScoreImage span {
    display: block;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans';
}

.csScore.csScoreText {
    width: calc(100% - 180px);
    padding-left: 22px;
}

span.scoreCriteriatext {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

.csScore.csScoreText ul {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.csScore.csScoreText ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 2px 12px 2px 4px;
    background-color: #F8FAFC;
    font-size: 16px;
    line-height: 28px;
    color: #5D6371;
    width: 100%;
}

.btnTheme {
    padding: 16px 40px;
    border: solid 2px #D4D4D4;
    border-radius: 11px;
    font-size: 18px;
    line-height: 24px;
    color: #737887;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 14px;
}

.cSFormFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 30px 0 0;
}

.cSFormFooter .btnThemeBlue {
    background-color: #1292BC;
    border-color: #1292BC;
    color: #fff;
    font-weight: 400;
    justify-content: center;
}

.csScoreScreen>p {
    color: #5D6371;
    max-width: 496px;
    margin: 0 auto;
    line-height: 27px;
}

.formLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.formLoader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.getConsultatntForm .thankYouMessage img {
    width: 86px;
}

.getConsultatntForm h2 {
    margin: 16px 0 23px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #161616;
}

.getConsultatntForm h3 {
    font-size: 28px;
    line-height: 36px;
    color: #1292BC;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.getConsultatntForm h6 {
    margin: 16px 0 40px;
    font-size: 16px;
    line-height: 24px;
    color: #161616;
    font-weight: 500;
}

.getConsultatntForm .whatsaINclude h6 {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    color: #111111;
    text-align: left;
}

.whatsaINclude {
    width: fit-content;
    margin: 0 auto;
    background-image: url(https://staging.codingkart.com/wp-content/uploads/2025/07/Frame-1984079226.png);
    padding: 10px 12px;
    border-radius: 10px;
    background-size: 480.23px 122px;
}

.whatsaINclude ul {
    margin: 5px 0 0;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    color: #5D6371;
}

.whatsaINclude ul li {
    list-style: disc;
}

.getConsultatntForm p {
    margin: 24px auto 40px;
    font-size: 14px;
    line-height: 20px;
    color: #5D6371;
    max-width: 542px;
}

.getConsultatntForm p span {
    color: #111111;
    font-weight: 500;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.highscore .csScoreCol.csScoreImage {
    width: 190px;
    height: 194px;
    background-size: 100% 100%;
    box-shadow: unset;
    background-position: left bottom;
    border-radius: unset;
}

.highscore .csScore.csScoreText {
    width: calc(100% - 190px);
}

@media only screen and (max-width: 1350px) {
    .csStepsProgressBar ul {
        justify-content: flex-start;
    }

    .cSStepsContent {
        max-width: 450px;
    }

    .cSContentBox {
        padding: 32px;
    }

    .cSStepsImage {
        width: calc(100% - 450px);
    }
}

@media only screen and (max-width: 1024px) {
    .cSStepsContent {
        max-width: 360px;
    }

    .cSContentBox {
        padding: 24px;
    }

    .cSStepsImage {
        width: calc(100% - 360px);
        padding-left: 20px;
    }

    .cSContentBox h2 {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 20px;
    }

    .cSContentBox ul.optionsList {
        gap: 10px;
    }

    .cSContentBox ul.optionsList li input:checked~label::after {
        left: 12px;
    }
}

@media only screen and (max-width:767px) {

    .cSStepsImage {
        width: 100%;
        padding-left: 0;
        margin-top: 24px;
        height: unset;
    }

    .cSContentBox {
        padding: 12px;
        max-width: 100%;
        height: unset;
    }

    .cSStepsContent {
        width: 100%;
        max-width: 100%;
        height: unset;
    }

    .coffeeSubscriptionForm {
        padding: 84.5px 20px;
    }

    .cSFormHeading h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .csScoreScreen {
        padding: 84.5px 20px;
    }

    formWrapper {
        gap: 12px;
    }

    .formGroup {
        width: 100%;
    }

    .cSFormAction button {
        padding: 15.5px 20px;
        font-size: 16px;
        gap: 10px;
    }

    .csScoreRow {
        margin: 20px auto;
        justify-content: center;
    }

    .csScore.csScoreText {
        width: 100%;
        padding-left: 0;
        margin-top: 24px;
    }

    .cSFormFooter {
        margin: 20px 0 0;
    }

    .btnTheme {
        padding: 14px 16px;
        font-size: 16px;
        line-height: 22px;
        gap: 10px;
        width: 100%;
    }

    .cSContentBox button.prev-button {
        width: calc(50% - 5px);
        padding: 12px;
        text-align: center;
        justify-content: center;
        font-size: 16px;
        line-height: 22px;
        gap: 8px;
    }

    .cSBtnGroup {
        gap: 10px;
    }

    .cSContentBox button.next-button {
        padding: 12px 20px;
        width: calc(50% - 5px);
        text-align: center;
        justify-content: center;
        font-size: 16px;
        line-height: 22px;
    }

    .cSStepsRow {
        flex-direction: column;
    }

    .banner-wrapper h1 {
        font-size: var(--font-size-h1);
        line-height: var(--line-height-title);
    }

    .csStepsWrapper {
    padding: 16px;
    }

    .scoring-wrapper ul li {
    line-height: 24px;
        margin-bottom: 8px;
}

}








/* =========================== */