* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", serif !important;
}

section.demo-request-step-1 {
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}

.demo-request-left-1 {
    width: 50%;
    background: #00697f;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.request-demo-logo {
    width: 250px;
    margin: 50px 0px;
}

.request-demo-logo img {
    width: 100%;
    height: auto;
}

.request-demo-heading {
    color: white;
    font-size: 28px;
    font-weight: 600;
}

.request-demo-description {
    color: white;
    font-size: 18px;
    max-width: 500px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 15px;
}

img.demo-shoes-img {
    position: absolute;
    left: -3%;
    width: 25%;
    top: 50%;
}

img.demo-headphone-img {
    position: absolute;
    width: 30%;
    bottom: -4%;
    left: 35%;
}

img.demo-clock-img {
    position: absolute;
    width: 30%;
    right: -7%;
    top: 35%;
}

.demo-request-right-1 {
    width: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.request-demo-dropdown {
    position: relative;
    display: block;
}

.dropdown-btn {
    background-color: transparent;
    color: #9d9d9d;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #3f3f3f;
    cursor: pointer;
    width: 450px;
    border-radius: 6px;
    height: 55px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content span:hover {
    background-color: #f1f1f1;
}

.request-demo-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.request-demo-input {
    margin-bottom: 15px;
}

.request-demo-input input,
.request-demo-input select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.request-demo-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 450px;
    gap: 20px;
}

.request-demo-input {
    width: 100%;
    position: relative;
}

.request-demo-input input {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background: transparent;
    outline: 1px solid #3F3F3F;
    border: none;
    color: #5D5D5D;
    padding: 10px 15px;
    font-size: 16px;
}

.request-demo-input input:focus-visible {
    outline: 1px solid #1c9e75;
}

.request-demo-input input::placeholder {
    color: #9D9D9D;
}

.demo-request-step-nav {
    display: flex;
    align-items: center;
}

.demo-request-step-nav .step-active {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: white;
    background: #343434;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 450;
}

.demo-request-step-nav .step-copmleted {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c9e75;
    border-radius: 100%;
    font-weight: 450;
    font-size: 24px;
    color: white;
}

.demo-request-step-nav .step-disable {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #898989;
    background: #d4d4d4;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 450;
}

.demo-request-step-nav .connecting-line {
    width: 180px;
    height: 10px;
    background: #d4d4d4;
}

.request-demo-heading-black {
    color: #2e2e2e;
    font-size: 28px;
    font-weight: 600;
    margin: 50px 0px 30px;
}

.demo-request-sub-heading {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin: 15px 0px;
    width: 450px;
}

.submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background-color: #1c9e75;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    border: none;
}

.submit-btn:hover {
    background-color: #00697f;
}

.demo-request-step-2 {
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}

.demo-request-left-1-2 {
    background: #002d59;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 50%;
}

.demo-request-back-btn {
    position: absolute;
    left: 40px;
    top: 40px;
    font-size: 18px;
    color: #2e2e2e;
    cursor: pointer;
}

.demo-request-back-btn i {
    margin-right: 7px;
}

img.request-demo-feature-img-step-2 {
    position: absolute;
    width: 50%;
    right: 25%;
    top: 35%;
}

.demo-request-right-1-2 {
    width: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px;
}

.demo-request-right-1-2 .request-demo-dropdown {
    margin-bottom: 20px;
}

textarea.demo-request-text-area {
    width: 450px;
    height: 150px;
    resize: none;
    color: #2e2e2e;
    padding: 15px;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    outline: 1px solid #3F3F3F;
}

.demo-request-text-area:focus-visible {
    outline: 1px solid #1c9e75;
    border: none;
}

.send-btn {
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background-color: #1c9e75;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    border: none;
    margin: 35px 0px;
}

.send-btn:hover {
    background-color: #00697f;
}

.request-demo-step-3 {
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}

.demo-request-left-2-3 {
    background: #009264;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 50%;
}

img.step-3-wallet-img {
    position: absolute;
    width: 28%;
    left: -7%;
    bottom: 38%;
}

img.step-3-dryer-img {
    position: absolute;
    width: 28%;
    bottom: -20px;
    left: -25px;
}

img.step-3-clock-img {
    position: absolute;
    width: 28%;
    left: 37%;
    bottom: 25%;
}

img.step-3-earbuds-img {
    position: absolute;
    width: 27%;
    right: -10%;
    top: 35%;
}

img.step-3-purse-img {
    position: absolute;
    width: 25%;
    bottom: -30px;
    right: -15px;
}

.demo-request-right-2-3 {
    width: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px;
}

button.select-time-btn {
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background-color: #1c9e75;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    border: none;
}

.select-time-btn:hover {
    background-color: #00697f;
}

.demo-request-calander-icon img {
    width: 70px;
}

section.demo-request-calender-wrap {
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}

.demo-request-calender-left {
    background: #002d59;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 50%;
}

.demo-request-user {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid white;
    padding: 5px;
    margin: 50px 0px 40px;
}

.demo-request-user img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.request-demo-calendar {
    width: 80%;
    margin: 70px auto;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-header button {
    cursor: pointer;
    font-size: 28px;
    color: white;
    background: transparent;
    border: none;
}

.calendar-month-year {
    font-weight: 600;
    cursor: pointer;
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
}

.calendar-year-popup {
    display: none;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.calendar-year-popup input {
    width: 200px;
    margin-right: 5px;
    padding: 10px;
    outline: none;
    border-radius: 4px;
    background: #1c9e75;
    border: none;
    color: white;
    font-size: 14px;
}

.calendar-year-popup input::placeholder {
    color: white;
}

.submit-yrs-btn {
    background: #1c9e75;
    outline: none;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.demo-request-calendar-body {
    text-align: center;
    margin-top: 40px;
}

.calendar-days,
.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 30px;
    gap: 25px;
}

.calendar-days {
    margin-top: 50px;
}

.calendar-days div {
    font-weight: 500;
    color: white;
    font-size: 20px;
}

.calendar-dates div {
    cursor: pointer;
    padding: 5px;
    border-radius: 100%;
    color: white;
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar-dates div:hover {
    background-color: #1c9e75;
}

.calendar-date.selected {
    background: #1c9e75;
}

.demo-request-calender-right {
    width: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px;
}

.calender-right-heading {
    color: #2e2e2e;
    font-size: 28px;
    font-weight: 600;
    margin: 50px 0px 30px;
    width: 60%;
}

.calender-right-btn {
    width: 60%;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    color: white;
    background: #1c9e75;
    border-radius: 6px;
    padding: 15px;
}

.calender-right-sub-heading {
    width: 60%;
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0px 20px;
}

.calender-right-starting-time {
    color: #2e2e2e;
    font-size: 20px;
    width: 60%;
}

.calender-right-starting-time span {
    font-weight: 500;
    color: #0987A0;
}

.time-slots-wrap {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 15px;
    margin-top: 30px;
}

.time-slot-item {
    text-align: center;
    color: #2e2e2eba;
    outline: 1px solid #3f3f3f38;
    padding: 16px;
    cursor: pointer;
}

.time-slot-item:hover,
.time-slot-item.active {
    outline: 1px solid #1c9e75;
}

section.demo-request-info-section {
    background: white;
    padding: 100px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-request-info-heading {
    font-size: 28px;
    font-weight: 500;
    color: #2e2e2e;
}

.demo-request-info-sub-heading {
    font-size: 22px;
    color: #2e2e2e;
    font-weight: 500;
    margin: 25px 0px;
}

.demo-request-info-sub-heading a {
    color: #00abce;
    text-decoration: underline;
    cursor: pointer;
}

.demo-request-info-wrap {
    padding: 35px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.demo-request-name-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demo-request-name-input .request-demo-info-input {
    width: 47%;
}

.request-demo-info-input input {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: none;
    outline: 1px solid #5d5d5d6e;
    color: #2e2e2e;
    font-size: 18px;
    padding: 8px;
    background: #f9f9f9;
}

.request-demo-info-input input:focus-visible {
    outline: 1px solid #1c9e75;
}

.demo-request-data-privacy-heading {
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0px 15px;
}

.demo-request-data-privacy-wrap {
    color: #2e2e2e;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.demo-request-data-privacy-wrap span {
    margin-bottom: 25px;
}

.demo-request-data-privacy-wrap {
    color: #2e2e2e;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    background: #f9f9f9;
    padding: 25px 20px 0px 20px;
    border-radius: 6px;
    outline: 1px solid #5d5d5d6e;
    line-height: 24px;
    letter-spacing: 0.5px;
}
 
.demo-request-data-privacy-wrap input[type="radio"] {
    appearance: none;
    background-color: transparent;
    border: 1px solid #3F3F3F;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    margin-bottom: -3px;
    margin-right: 5px;
}

.demo-request-data-privacy-wrap input::before {
    content: "✓";
    color: rgb(63, 63, 63);
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.demo-request-data-privacy-wrap a {
    font-weight: 500;
    color: #00abce;
}

.request-demo-info-input div {
    margin: 15px 0px 5px;
}

.demo-request-info-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

button.back-btn {
    background: transparent;
    border: 1px solid #5d5d5d6e;
    padding: 10px 25px;
    border-radius: 4px;
    color: #2e2e2e;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
}

button.confirm-btn {
    background: #1c9e75;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    height: 42px;
    letter-spacing: 0.5px;
}

section.demo-confirm-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-confirm-wrap {
    width: 540px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

img.demo-confirm-img {
    width: 180px;
}

.demo-confirm-heading {
    font-size: 28px;
    font-weight: 500;
    margin: 25px 0px;
}

.demo-confirm-description {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.demo-confirm-date {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0px 7px;
}

.demo-confirm-time {
    font-size: 24px;
    font-weight: 500;
}

@media (min-width: 1100px) and (max-width: 1400px) {
    img.step-3-wallet-img {
        width: 22%;

    }

    img.step-3-dryer-img {
        width: 22%;
        bottom: -10px;
        left: -10px;
    }

    img.step-3-clock-img {
        width: 25%;
        left: 37%;
        bottom: 22%;
    }

    img.step-3-earbuds-img {
        width: 25%;
        right: -10%;
        top: 38%;
    }

    img.step-3-purse-img {
        width: 22%;
        bottom: -18px;
        right: -10px;
    }
}

@media (max-width: 500px) {

    .demo-request-left-1,
    .demo-request-left-1-2,
    .demo-request-left-2-3,
    .demo-request-calender-left {
        display: none;
    }

    .demo-request-right-1 {
        width: 100%;
        padding: 30px;
    }

    .demo-request-step-nav .step-active {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .demo-request-step-nav .connecting-line {
        width: 120px;
        height: 7px;
    }

    .demo-request-step-nav .step-disable {
        width: 40px;
        height: 40px;
        font-size: 20px;

    }

    .request-demo-heading-black {
        font-size: 22px;

        margin: 30px 0px 30px;
    }

    .demo-request-sub-heading {
        font-size: 20px;

        margin: 15px 0px;
        width: 100%;
    }

    .request-demo-form {
        width: 300px;
        gap: 15px;
    }

    .dropdown-btn {
        font-size: 14px;
        width: 300px;
        height: 45px;
    }

    .request-demo-input input {
        width: 100%;
        height: 45px;
        font-size: 14px;
    }

    .request-demo-input {
        margin-bottom: 5px;
    }

    .submit-btn {
        width: 100%;
        height: 45px;

        font-size: 16px;

    }

    .demo-request-right-1-2 {
        width: 100%;
        padding: 30px;
    }

    .demo-request-back-btn {
        left: 30px;
        top: 30px;
        font-size: 14px;

    }

    .demo-request-step-nav .step-copmleted {
        width: 40px;
        height: 40px;
        font-size: 20px;

    }

    textarea.demo-request-text-area {
        width: 300px;
        height: 120px;
        font-size: 14px;
    }

    .send-btn {
        width: 300px;
        height: 45px;

        font-size: 16px;

    }

    .demo-request-right-2-3 {
        width: 100%;
        padding: 30px;
    }

    .demo-request-calander-icon img {
        width: 55px;
    }

    button.select-time-btn {
        width: 300px;
        height: 45px;

        font-size: 14px;

    }

    .demo-request-calender-right {
        width: 100%;
        padding: 30px;
    }

    .calender-right-heading {
        font-size: 22px;
        width: 100%;
        text-align: center;
    }

    .calender-right-btn {
        width: 100%;
        font-size: 14px;

    }

    .calender-right-sub-heading {
        width: 100%;
        text-align: center;
        font-size: 20px;

    }

    .calender-right-starting-time {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .time-slots-wrap {
        width: 100%;

    }

    .time-slot-item {
        padding: 12px;

        font-size: 14px;
    }

    section.demo-request-info-section {
        padding: 30px;

    }

    .demo-request-info-heading {
        font-size: 22px;
    }

    .demo-request-info-sub-heading {
        font-size: 20px;
        text-align: center;
    }

    .demo-request-name-input {
        flex-direction: column;
    }

    .demo-request-name-input .request-demo-info-input {
        width: 100%;
    }

    .request-demo-info-input input {
        width: 100%;
        height: 40px;
        font-size: 14px;

    }

    .demo-request-info-wrap {
        padding: 20px;
    }

    .demo-request-data-privacy-heading {
        font-size: 20px;
    }

    .demo-request-data-privacy-wrap {
        font-size: 14px;

        padding: 15px 15px 0px 15px;
        line-height: 22px;

    }

    button.confirm-btn {
        padding: 10px 15px;
        font-size: 14px;
        height: 40px;
    }

    .demo-confirm-wrap {
        width: 300px;
        height: 400px;
    }

    img.demo-confirm-img {
        width: 100px;
    }

    .demo-confirm-heading {
        font-size: 22px;
    }

    .demo-confirm-description {
        font-size: 14px;
        line-height: 22px;
    }

    .demo-confirm-date {
        font-size: 20px;
    }

    .demo-confirm-time {
        font-size: 20px;
    }
}