@charset "UTF-8";

body.page-template-websima-taking-turns {
    background: #D7E3E5;
}
.taking-turns-page {
    margin: 0 !important;
}

.taking-turns-inner {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    height: 100%;
    align-items: center;
}

.login-image {
    position: relative;
    padding: 45px 0 45px 45px;
    z-index: 0;
}

.login-image img {
    border-radius: 24px;
    margin: 0 !important;
}
.mobile-bg .login-image {
    padding: 0;
    margin-bottom: 30px;
}
.login-bg::before {
    content: '';
    background-color: var(--color1);
    width: 32%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 24px;
}

.login-bg::after {
    content: '';
    background-image: url("../img/patern.svg");
    opacity: 10%;
    width: 32%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 24px;
    background-size: 210%;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-content {
    padding: 25px;
    position: relative;
    max-width: 550px;
    margin: auto;
}

.login-section {
    position: relative;
    z-index: 0;
}

.login-section::before {
    content: '';
    width: 67%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    border-radius: 24px;
}
.login-section.mobile-bg {
    padding-bottom: 48px;
    text-align: center;
}
.login-section.mobile-bg::before {
    width: 100%;
    height: calc(100% - 48px);
}
.login-section.mobile-bg .login-bg::before {
    width: 100%;
    height: 20%;
    top: unset;
    bottom: 0;
    z-index: -2;
}

.login-section.mobile-bg .login-bg::after {
    width: 100%;
    height: 20%;
    z-index: -2;
    top: unset;
    bottom: 0;
}
.editor-content .login-title {
    color: var(--color3);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 18px;
}

.editor-content .login-desc {
    font-size: 16px;
    color: #111;
    line-height: 24px;
    margin-bottom: 24px;
}

.login-section.mobile-bg .login-desc {
    text-align: center;
    min-height: 48px;
}
.login-section.mobile-bg .login-content {
    padding: 56px 30px 87px;
    max-width: unset;
}
.taking-turns-page .disabled {
    pointer-events: none;
    opacity: .4;
    transition: .3s;
}

.taking-turns-page .success-message {
    background: var(--success);
    color: #FFF;
    padding: 10px;
    margin: 15px 5px;
    text-align: center;
    border-radius: 5px;
}

/*
.taking-turns-page .form-section {
    flex: 1;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
*/

.taking-turns-page .form-section h2 {
    text-align: center;
}

.taking-turns-page #mobile,
.taking-turns-page .otp-inputs {
    direction: ltr;
}
.otp-inputs {
    text-align: center;
}
.taking-turns-page .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: var(--bold_font);
    text-align: right;
}

.taking-turns-page .form-group .button.form-button {
    background: var(--color3);
    display: flex;
    margin: 32px auto 0;
    border: none;
}

.taking-turns-page .form-group .button.form-button:hover {
    background: #000;
}

#editMobile {
    margin-right: auto;
    display: flex;
    background: none;
    border: none;
    font-family: var(--med_font);
    font-size: 14px;
    color: var(--color3);
    padding: 0;
    transition: 0.4s ease;
}

#editMobile:hover {
    color: var(--color1);
}

.otp-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.otp-wrap label {
    margin: 0 !important;
}

.taking-turns-page .otp-inputs input {
    width: 47px;
    height: 40px;
    text-align: center;
    margin: 0 8px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    color: #787878;
}

.taking-turns-page input.error,
.taking-turns-page select.error,
.taking-turns-page textarea.error {
    border-color: #ca0000;
}

.taking-turns-page small.error {
    color: #ca0000;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -25px;
}
.taking-turns-page  #mobileSection small.error {
    bottom: unset;
}

.taking-turns-page #timer {
    color: var(--color3);
    min-width: 33px;
    display: inline-block;
}

#otpSection {
    position: relative;
}

#resendOtp {
    bottom: -30px;
    display: flex;
    background: none;
    border: none;
    font-family: var(--med_font);
    padding: 0;
    transition: 0.4s ease;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    color: var(--color3);
    font-size: 12px;
}

#resendOtp:hover {
    color: var(--color1);
}

#timer-box {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    color: var(--color3);
    font-size: 12px;
    bottom: -38px;
}

.login-mainForm {
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px;
    position: relative;
}

#mainForm {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 20px;
}

.form-item {
    flex: 0 0 100%;
    position: relative;
}

.form-item .title-select-date {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: var(--bold_font);
    flex: 0 0 100%;
}

.date-option {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 100%;
}

.date-option input {
    accent-color: var(--color3);
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.form-item.date-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.date-option label {
    margin: 0 !important;
    font-family: var(--main_font) !important;
}

.step-2 {
    position: relative;
    z-index: 0;
}

.step-2::before {
    content: '';
    width: 90%;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    right: 5%;
    border-radius: 24px;
    background: var(--color3);
    z-index: -1;
}
.form-group {
    position: relative;
}
select.form-select {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0816955 0.95631C-0.0393348 0.793193 -0.0258871 0.561713 0.122039 0.413787C0.284757 0.251068 0.548576 0.251068 0.711295 0.413787L5 4.70249L9.2887 0.413787L9.33544 0.373444C9.49856 0.252413 9.73003 0.265861 9.87796 0.413787C10.0407 0.576505 10.0407 0.840324 9.87796 1.00304L5.29463 5.58638L5.2479 5.62672C5.08478 5.74775 4.8533 5.7343 4.70537 5.58638L0.122039 1.00304L0.0816955 0.95631Z' fill='%23B27D34'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 10px 6px;
    padding-right: 2.5rem;
}
@media screen and (min-width: 576px) {
    .form-item.half {
        flex: 0 0 calc(50% - 10px);
    }
    .date-option {
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 992px) {
    .date-option{
        flex: 0 0 32%;
    }
    .login-image {
        padding: 65px 0 65px 110px;
    }

    .login-content {
        padding: 50px;
    }

    .editor-content .login-desc {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .editor-content .login-title {
        font-size: 28px;
    }

    .login-bg::before {
        width: 40%;
    }

    .login-bg::after {
        width: 40%;
    }

    .login-section::before {
        width: 59%;
    }
    .step-2::before {
        width: calc(100% + 20px);
        height: 90%;
        right: -10px;
        top: 5%;
    }
}

.testimonial-content {
    text-align: center;
}
.sat-box {
    display: inline-flex;
    align-items: center;
    background: #F7F7F7;
    border-radius: 91px;
    height: 91px;
    margin-bottom: 32px;
}
.sat-box .count {
    position: absolute;
    font-size: 26px;
    color: #008B80;
    font-family: var(--bold_font);
    line-height: 1;
    top: 32px;
    width: 47px;
    right: 13px;
}
.sat-box .text {
    padding: 0 24px 0 30px;
    font-size: 14px;
    color: var(--color_text);
    font-family: var(--bold_font);
    margin-bottom: 0;
    line-height: 22px !important;
}
.progress-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 102px;
    height: 102px;
    border: 11px solid var(--bg_body);
    border-radius: 100%;

}
.progress-circle svg {
    margin-top: -7px;
}
.swiper-testimonial-wrap .swiper-navigation {
    position: absolute;
    left: 0;
    right: unset;
    top: calc(50% + 15px);
    margin: 0 !important;
    background: #fff;
    width: 38px;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    height: 154px;
    transform: translateY(-50%);
    padding-right: 11px;
}
.swiper-testimonial-wrap .swiper-navigation:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    height: 40px;
    width: 40px;
    border-bottom-left-radius: 50%;
    box-shadow: 0 21px 0 0 #fff;;
    z-index: 1;
    transform: rotate(90deg);
}
.swiper-testimonial-wrap .swiper-navigation::after {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
    width: 40px;
    border-bottom-right-radius: 50%;
    box-shadow: 0 21px 0 0 #fff;
    z-index: 1;
    transform: rotate(90deg);
}
.section-tst{
    position: relative;
    overflow: hidden;
    margin-top: 48px;
}
.swiper.swiper-tst {
    height: 265px;
    padding-top: 30px;
}
.swiper-slide {
    transition: 0.4s ease;
}
.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0;
}
.ts-video-cover {
    background: #6DA19B;
    border-radius: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 0.4s ease;
}
.ts-video-cover::before {
    content: '\e91a';
    font-family: 'icomoon';
    color: rgba(255, 255, 255, 0.08);
    font-size: 400px;
    position: absolute;
    z-index: -1;
    right: 50%;
    transform: translateX(50%);
    top: 20%;
    line-height: 1;
}
.ts-video-cover.video-poster img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -30px;
    opacity: 0;
    transition: 0.4s ease;
}
.swiper-slide-active .ts-video-cover.video-poster img {
    opacity: 1;
}
.user-name {
    position: absolute;
    background: #fff;
    padding: 2px 2px 2px 15px;
    min-width: 104px;
    border-radius: 57px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--color1);
    top: 16px;
    right: 16px;
    z-index: 2;
}
.user-name i {
    width: 20px;
    height: 20px;
    background: var(--color1);
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.user-name i.icon-eyebrow {
    font-size: 6px;
}
.testimonial-card {
    display: flex;
    align-items: center;
    height: 100%;
}
.ts-video-element {
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}
.ts-video-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 192px;
    height: 60px;
    gap: 10px;
    border-radius: 32px;
    padding: 10px;
    background: #00000033;
    backdrop-filter: blur(20px);
    z-index: 1;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.4s ease;
}
.ts-video-btn:hover {
    background: var(--color1);
}
.ts-video-btn span {
    font-size: 29px;
}
.swiper-testimonial-wrap {
    position: relative;
    margin: 20px 0 30px;
}

.testimonial-content .section-title {
    text-align: center;
}
@media screen and (min-width: 992px){

    .swiper.swiper-tst {
        height: 475px;
        padding-top: 64px;
    }
    .ts-video-cover.video-poster img {
        top: -64px;
    }
    .swiper-testimonial-wrap .swiper-navigation {
        top: calc(50% + 32px);
    }
    .swiper-testimonial-wrap {
        margin: 0;
    }
    .testimonial-content .section-title {
        text-align: right;
    }
    .testimonial-content {
        text-align: right;
    }
    .testimonial-content-wrap {
        padding-top: 64px;
    }
    .login-mainForm {
        padding: 60px 110px;
    }
    .section-tst{
        margin-top: 70px;
    }
}

#show-login-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
}
#show-login-modal .login-modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35vh);
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    padding: 0 1rem 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
#show-login-modal.active {
    display: block;
}

.editor-content .login-desc {
    font-size: 13px;
    text-align: center;
}
