/* FOR MAIN-BANNER SECTION */

.is-u-laundry.careers.services.ai.chatbot.cost-calculation .main-banner {
    background-image: none;
}

.is-u-laundry.careers.services.cost-calculation .service-row {
    flex-direction: row;
}

.services.mad.cost-calculation .main-banner .service-row .banner-wrapper .u-title h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 120%;
}

.cost-calculation .stepper {

    display: flex;
    justify-content: space-between;
    max-width: 700px;
    padding: 0 10px;
    min-height: 75px;
}

.cost-calculation .stepper .circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    border: 2px solid #fff;
    font-size: 12px;
}

.cost-calculation .stepper .circle::after {
    content: " ";
    width: 72px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 17px;
    left: 35px;
}

.cost-calculation .stepper .circle:last-child::after {
    display: none;
}

.cost-calculation .stepper .circle span {
    position: absolute;
    top: 60px;
    left: -8px;
    color: #d091ff;
    max-width: 70px;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
}

.cost-calculation .stepper .active {
    background: #d091ff;
    color: #000;
    /* purple */
}

.cost-calculation .col-lg-7 .u-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 120%;
    margin: 39px auto 0;
    color: #fff;
}

.cost-calculation .business-option {

    transition: all 0.3s ease;
    cursor: pointer;
}

.cost-calculation input[type="radio"] {
    display: none;
}

.cost-calculation input[type="checkbox"] {
    display: none;
}

.cost-calculation .btn-purple {
    background: #d091ff;
    color: #000;
    border-radius: 20px;
    padding: 10px 30px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.cost-calculation .estimate-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    color: #000;
}

.cost-calculation .form-control {
    border: none;
    border-bottom: 1px solid #d091ff;
    border-radius: 0;
    background: transparent;
    color: #000;
    padding: 0;
    margin-bottom: 10px;
}
.cost-calculation .blur-text{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 8px #000;
}

.cost-calculation .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #d091ff;
}

.cost-calculation .hidden {
    display: none;
}

/* ===== NEW WORK ADDED ===== */

.cost-calculation .col-lg-7 .btn-purple {
    background-color: #d091ff;
    width: 122px;
    border-radius: 20px;
    height: 34px;
    padding: 5px 40px;
    font-size: 14px;
    font-weight: 600;
}

.cost-calculation .btn-secondary {
    width: 122px;
    border-radius: 20px;
    height: 34px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.cost-calculation .business-wrapper {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cost-calculation .business-content-wrapper {
    max-width: 121px;
    width: 100%;
    min-height: 107px;
    border: 1px solid white;
    border-radius: 15px;
    /* padding: 24px 32px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cost-calculation .business-content-wrapper .b-icon {
    width: 24px;
    height: 24px;
}

.cost-calculation .business-content-wrapper .b-icon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cost-calculation .business-content-wrapper .business-subtitle {
    font-size: 9px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
}

/* for form */
.cost-calculation .estimate-box .f-title {
    max-width: 289px;
    color: #1c1f22;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;
}

.cost-calculation .form-control::placeholder {
    font-size: 7px;
    font-weight: 500;
    color: #D091FF;
    line-height: 125%;
}

.cost-calculation .estimate-box {
    max-width: 392px;
    min-height: 365px;
    padding: 33px 37px 31px 38px;
    margin: auto;
}

.cost-calculation .estimate-box .mb-3 {
    position: relative;
}

.cost-calculation .estimate-box .mb-3 span {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #D091FF;
    font-size: 9px;
    font-weight: 400;
    line-height: 125%;
}

.cost-calculation .estimate-box form label{
    font-size: 9px;
    font-weight: 500;
    color: #000;
    line-height: 125%;
}
.cost-calculation .estimate-box form .karachi{
    position: relative;
}

.cost-calculation .estimate-box form .karachi span{
    position: absolute;
    right: 10px;
    top: 0;
    color: #D091FF;
    font-size: 9px;
    font-weight: 400;
    line-height: 125%;
}

/* for business wrapper */

.services.mad.cost-calculation .main-banner .service-row .banner-wrapper .business-wrapper {
    margin-top: 25px;
}

.fitness.cost-calculation .main-banner .banner-wrapper .hyd {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}

.services.mad.cost-calculation .main-banner .service-row .banner-wrapper .business-wrapper .business-content-wrapper {
    max-width: 121px;
    width: 100%;
    border: 1px solid white;
    border-radius: 15px;
    /* padding: 24px 32px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 107px;
}

.services.mad.cost-calculation .main-banner .service-row .banner-wrapper .business-wrapper .business-content-wrapper .b-icon {
    width: 24px;
    height: 24px;
}

.services.mad.cost-calculation .main-banner .service-row .banner-wrapper .business-wrapper .business-content-wrapper .b-icon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services.mad.cost-calculation .main-banner .service-row .banner-wrapper .business-wrapper .business-content-wrapper .business-subtitle {
    font-size: 9px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
}

.ai.chatbot.cost-calculation .sec-btns {
    max-width: 700px;
    justify-content: flex-end;
}

.fitness.cost-calculation .main-banner .banner-wrapper .u-p-action {
    max-width: 122px;
    margin: 30px 0;
}

.fitness.cost-calculation .main-banner .banner-wrapper .u-p-action a {
    padding: 8px 40px;
    width: 122px;
    height: 34px;
}

/* hover on business wrapper */
.cost-calculation label.business-content-wrapper.business-option:hover{
    background-color: #D091FF;
    border: none;
}
.cost-calculation label.business-content-wrapper.business-option:hover .b-icon{
    filter: invert(1);
}
.cost-calculation label.business-content-wrapper.business-option:hover .business-subtitle{
    color: #000;
}


/* ACTIVE CLASS */
.cost-calculation .business-content-wrapper.active{
    background-color: #D091FF;
    border: none;
}
.cost-calculation .business-content-wrapper.active img {
    filter: invert(1);
}
.cost-calculation .business-content-wrapper.active .business-subtitle {
    color: #000;
}



/* for from */
.ai.chatbot.cost-calculation .forms-wrap {
    min-height: auto;
    padding: 33px 37px 31px 38px;
}

.ai.chatbot.cost-calculation .forms-wrap form label {
    font-size: 9px;
    font-weight: 500;
    color: #000;
    line-height: 125%;
}

.ai.chatbot.cost-calculation .forms-wrap form input {
    border-bottom: 1px solid #D091FF;
}

.ai.chatbot.cost-calculation .forms-wrap form .karachi {
    position: relative;
}

.ai.chatbot.cost-calculation .forms-wrap form .karachi span {
    position: absolute;
    right: 10px;
    top: 0;
    color: #D091FF;
    font-size: 9px;
    font-weight: 400;
    line-height: 125%;
}

/* FOR BADGE-WRAPPER SECTION */

.cost-calculation .badge-wrapper .badge-box {
    gap: 0;
}

.cost-calculation .badge-wrapper .badge-box .awards-text {
    flex-basis: 0%;
    display: none;
}

.cost-calculation .badge-wrapper .badge-box .badge-media {
    flex-basis: unset;
    width: 100%;
    justify-content: center;
}

.cost-calculation .badge-wrapper .badge-box .badge-media .bd-icon {
    flex-basis: unset;
    width: 25%;
}

/* STEPPER SECTION */

.cost-calculation .stepper-wrapper h2 {
    max-width: 602px;
    font-size: 48px;
    font-weight: 600;
    color: #1C1F22;
    line-height: 125%;
    margin-bottom: 30px;
}

.cost-calculation .stepper-wrapper p {
    max-width: 584px;
    font-size: 18px;
    font-weight: 400;
    line-height: 156%;
    letter-spacing: 3%;
}

.cost-calculation .stepper-wrapper .content-wrapper {
    padding: 0 131px 0 85px;
}

.cost-calculation .stepper-wrapper .stepper-image {
    height: 580px;
}

.cost-calculation .stepper-wrapper .stepper-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.stepper-wrapper .row .col-md-5.p-0{
    height: 100%;
}
/* FITNESS STRUCTURE */

.ai.chatbot.cost-calculation .fitness-structure.salon-covers.adc {
    background-image: none !important;
}

.ai.cost-calculation .fitness-structure.salon-covers .context-title {
    max-width: 1053px;
    font-size: 48px;
    line-height: 125%;
    margin: 50px auto;
}

.salon.cost-calculation .fitness-structure.salon-covers .context-subline {
    max-width: 1191px;
    margin: auto;
    font-size: 18px;
    opacity: unset;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 5%;
}

.salon.cost-calculation .fitness-structure .fitness-box {
    min-height: unset;
    max-width: 280px;
    min-height: 330px;
}

.cost-calculation .fitness-structure .fitness-box .f-icons {
    margin-bottom: 30px;
}

.cost-calculation .fitness-structure .fitness-box h4 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px;
}

.cost-calculation .fitness-structure .fitness-box p {
    opacity: 0.5;
    min-height: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    max-width: 220px;
}

.mvp.cost-calculation .u-p-action.rs {
    max-width: 208px;
    padding: 0;
}

.mvp.cost-calculation .u-p-action.rs a {
    height: 40px;
    padding: 10px 0;
}


/* FOR BANNER SECTION */

.ai.chatbot.cost-calculation section.fitness-bdrop.salon-bd {
    background-image: url("../images/product-images/cost-calculation/banner-2.webp");
    background-position: center;
}

.mvp.fitness.ai.chatbot.cost-calculation .fitness-bdrop .content-dropp {
    max-width: 100%;
}

.ai.chatbot.cost-calculation .fitness-bdrop .content-dropp h3 {
    max-width: 928px;
    margin: auto;
    line-height: 125%;
}

.fitness.cost-calculation .fitness-bdrop .content-dropp p {
    font-size: 18px;
    font-weight: 500;
    line-height: 156%;
    max-width: 100%;
    margin: 30px 34px 0;
    letter-spacing: 3%;
}

/* ABOUT WRAPPER SECTION */

.cost-calculation .about-wrapper .about-content {
    padding: 70px 0;
}

.cost-calculation .about-wrapper .about-content .about-title {
    margin-bottom: 17px;
}

.cost-calculation .about-wrapper .about-content .about-title h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 125%;
    color: #000;
    max-width: 1048px;
}

.cost-calculation .about-wrapper .about-content .about-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
    max-width: 100%;
    opacity: 0.5;
}

.cost-calculation .about-wrapper .about-classification .cls-main-title {
    max-width: 292px;
}

.cost-calculation .about-wrapper .about-classification .col-md-4 {
    padding-right: 60px;
}

.about-wrapper .about-classification .cls-description p {
    max-width: 280px;
}

/* FOR DEVELOPMENT SERVICE SECTION */

.cost-calculation .development-service {
    background-color: #41474E;
}

.cost-calculation .development-service .ds-content {
    max-width: 624px;
}

.cost-calculation .development-service .ds-content h3 {
    font-size: 48px;
    line-height: 125%;
    max-width: 100%;
}

.cost-calculation .development-service .ds-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 156%;
    max-width: 100%;
    opacity: 0.9;
    margin: 12px auto 43px;
}

/* for image */
.cost-calculation .development-service .ds-banner {
    width: 100%;
}

.cost-calculation .row.justify-content-between.row-wrapper {
    padding-top: 10%;
}


/* FOR POPUP INTEGRATION */
.services.cost-calculation .modal-content{
    background-color: #ffffff;
    padding: 0;
    margin-top: 100px;
}
.cost-calculation .modal-dialog{
    max-width: 875px;
}
.cost-calculation .modal-dialog .modal-body {
    padding: 0;
}
.cost-calculation .modal-dialog .modal-body .contact-wrapper .contact-form .heading h3{
    color: #000;
    text-align: center;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 1.2;
    max-width: 100%;
}

.cost-calculation .modal-dialog .modal-body .contact-wrapper .contact-form .heading h3 span{
    color: #D091FF;
}

.cost-calculation .modal-dialog .modal-body .contact-wrapper .contact-form .form-group .row.m-b{
    row-gap: 6px;
    margin-bottom: 70px;
}

.cost-calculation .modal-dialog .modal-body .contact-wrapper .contact-form .form-group .m-b p{
    color: #D091FF;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: start;
}
.cost-calculation .modal-dialog .modal-body .contact-wrapper .contact-form .form-group .m-b input::placeholder{
    color: black;
    opacity: 0.5;
}

.cost-calculation .modal-dialog .modal-body .contact-wrapper .contact-form .form-group .submit-form .btn-submit{
    border-radius: 16px;
    background: #D091FF;
    padding: 0;
    color: #fff;
    max-width: 224.44px;
    height: 54px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.2px;
    border: 0;
}

/* for cross button */
.cost-calculation .modal-dialog .close-icon{
    position: relative;
}
.cost-calculation .modal-dialog .close-icon .btn-close{
    background-color: #D091FF;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;;
}
/* ================FOR RESPONSIVE================== */
/* ================FOR RESPONSIVE================== */
/* ================FOR RESPONSIVE================== */

@media screen and (max-width: 1259.98px) {
    .mvp.fitness.cost-calculation .main-banner .banner-wrapper .u-p-action {
        margin: 30px auto 0;
    }

    .cost-calculation .stepper-wrapper h2 {
        font-size: 40px;
    }

    .cost-calculation .stepper-wrapper p {
        font-size: 16px;
    }

    .ai.cost-calculation .fitness-structure.salon-covers .context-title {
        font-size: 40px;
    }

    .salon.cost-calculation .fitness-structure.salon-covers .context-subline {
        font-size: 16px;
    }

    .ai.chatbot.cost-calculation .fitness-bdrop .content-dropp h3 {
        font-size: 40px;
    }

    .cost-calculation .estimate-box .f-title {
        font-size: 27px;
    }
}

@media screen and (max-width: 1023.98px) {
    .is-u-laundry.careers.services.cost-calculation .service-row {
        flex-direction: unset;
    }

    .ai.chatbot.cost-calculation .forms-wrap form {
        padding: 0;
    }

    .ai.chatbot.cost-calculation .forms-wrap {
        max-width: 100%;
        padding: 18px;
    }

    .ai.chatbot.cost-calculation .forms-wrap .f-title {
        font-size: 20px;
    }

    .cost-calculation .badge-wrapper .badge-box .badge-media .bd-icon img {
        object-fit: cover;
    }



    .cost-calculation .stepper-wrapper .object-fit-cover {
        object-fit: contain;
    }

    .cost-calculation .stepper-wrapper h2 {
        font-size: 38px;
        max-width: 100%;
        text-align: center;
        margin: 30px 0;
    }

    .cost-calculation .stepper-wrapper p {
        margin-bottom: 30px;
        font-size: 16px;
        max-width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 991.98px) {
    .cost-calculation .navs-bar {
        max-width: 700px;
        margin: 10px auto 30px;
    }

    .cost-calculation .estimate-box {
        max-width: 100%;

        margin: auto;
    }

    .cost-calculation .r-sec-cc {
        margin: auto;
    }

    .cost-calculation .stepper {
        max-width: 660px;
        margin: 10px auto;
    }

    .cost-calculation .row.justify-content-between.row-wrapper {
        gap: 35px;
    }

    .cost-calculation .col-lg-7 .u-title {

        margin: 39px auto;

        text-align: center;
    }

    .cost-calculation .business-wrapper {
        max-width: 100%;
        gap: 15px;
        justify-content: center;
    }

    .cost-calculation .business-content-wrapper {
        max-width: 31%;
    }

    .cost-calculation .stepper .circle::after {
        width: 62px;
    }

    .fitness.cost-calculation .main-banner .banner-wrapper .hyd {
        justify-content: center;
        gap: 15px;
    }

    .salon.cost-calculation .fitness-structure .fitness-box {
        min-height: 265px;
        max-width: 100%;
    }

    .cost-calculation .fitness-structure .fitness-box p {
        max-width: 100%;
    }

    .fitness.cost-calculation .fitness-bdrop .content-dropp p {
        font-size: 16px;
    }

    .cost-calculation .development-service .ds-content h3 {
        font-size: 44px;
    }

    .cost-calculation .development-service .ds-content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767.98px) {
    .cost-calculation .btn-secondary {
        width: 40%;
        height: 40px;
        padding: 5px 0;

    }

    .cost-calculation .col-lg-7 .btn-purple {
        background-color: #d091ff;
        width: 40%;
        height: 40px;
        padding: 5px 40px;

    }

    .cost-calculation .stepper .circle::after {
        width: 72px;
    }

    .cost-calculation .row-wrapper {
        gap: 45px;
    }

    .is-u-laundry.careers.services.cost-calculation .service-row {
        flex-direction: column;
    }

    .services.mad.cost-calculation .main-banner .service-row .banner-wrapper .u-title h1 {
        font-size: 32px;
    }

    .ai.chatbot.cost-calculation .forms-wrap {
        padding: 25px;
    }

    .ai.chatbot.cost-calculation .forms-wrap form button {
        max-width: 100%;
    }

    .cost-calculation .badge-wrapper .badge-box .badge-media .bd-icon {
        width: 50%;
    }

    .cost-calculation .badge-wrapper .badge-box .badge-media .bd-icon img {
        margin: auto;
        width: 125px;
    }

    .cost-calculation .stepper-wrapper h2 {
        font-size: 32px;
    }

    .cost-calculation .stepper-wrapper p {
        font-size: 14px;
    }

    .ai.cost-calculation .fitness-structure.salon-covers .context-title {
        font-size: 32px;
    }

    .salon.cost-calculation .fitness-structure.salon-covers .context-subline {
        font-size: 14px;
    }

    .fitness.cost-calculation .fitness-bdrop .content-dropp p {
        font-size: 14px;
    }

    .cost-calculation .about-wrapper .about-content .about-title h3 {
        font-size: 32px;
    }

    .cost-calculation .about-wrapper .about-content .about-description p {
        font-size: 14px;
    }

    .cost-calculation .development-service .ds-content h3 {
        font-size: 32px;
    }

    .cost-calculation .development-service .ds-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 575.98px) {
    .cost-calculation .navs-bar {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .fitness.cost-calculation .main-banner .banner-wrapper .hyd {
        gap: 10px;
    }

    .services.mad.cost-calculation .main-banner .service-row .banner-wrapper .u-title h1 {
        font-size: 28px;
    }

    .cost-calculation .badge-wrapper .badge-box .badge-media .bd-icon {
        width: 100%;
    }

    .cost-calculation .cc-stepper-module::-webkit-scrollbar {
        width: 10px;
    }

    .cost-calculation .cc-stepper-module::-webkit-scrollbar-track {
        background: #d9d7d7;
        border-radius: 10px;
        height: 50px;
        padding: 70px;
        width: 10px;
    }

    .cost-calculation .cc-stepper-module::-webkit-scrollbar-thumb {
        background: #d091ff;
        border-radius: 10px;
        height: 80px;
        width: 10px;
    }

    .cost-calculation .cc-stepper-module .c-cost {
        width: 600px;
    }

    .cost-calculation .cc-stepper-module {
        overflow: auto;
    }

}