.full-video-section {
    position: relative;
    /* width: 100vw; */
    width: 100%;
    height: 100vh;     
    overflow: hidden;
}

.full-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    background: #0f0b47;
}

.how-it-works {
    background-color: #100D49;
    color: #ffffff;
}

.common-title {
    font-weight: 700;
    font-size: 52px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding-bottom: 50px;
    padding-left: 15px;
}

.slider-container {
    overflow: hidden;
}

.slider {
    display: flex;
    transition: all 0.3s ease-in-out;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
    cursor: grab;
}

.slider::-webkit-scrollbar {
    display: none;
}

.slider.dragging {
    cursor: grabbing;
}

.slide {
    position: relative;
    min-width: 260px;
    max-width: 365px;
    flex: 0 0 auto;
    background-color: #28255b;
    margin-right: 25px;
    padding: 20px;
    overflow: hidden;
}

.slide h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6rem;
    letter-spacing: 0.2px;
    vertical-align: middle;
    color: #FFFFFF;
    padding-bottom: 16px;
    padding-top: 15px;
}

.slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing: 0.3px;
    vertical-align: middle;
    color: #e0e0e1;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #FFFFFF66;
    z-index: 1;
}

.slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background-color: #3FCDE4;
    z-index: 2;
    transition: width 3s linear;
}

.slide.active::after {
    width: 100%;
}

.slider-buttons {
    display: flex;
    justify-content: end;
    gap: 25px;
    margin-top: 30px;
    margin-right: 15px;
}

.slider-buttons button {
    background-color: transparent;
    border: unset;
    transition: all 0.3s ease;
}

.slider-buttons button img {
    width: 60px;
    height: 60px;
}

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

.slider-buttons button:disabled img {
    opacity: 0.5;
}

.custom-form-group label {
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    letter-spacing: 0;
    color: #FFFFFF;
    height: 25px;
}

.custom-form-group .custom-input {
    width: 100%;
    height: 55px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 42px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #37353D;
    border: unset !important;
    color: #ffffff;
    font-size: 19px;
}

.common-form-group .custom-input::placeholder {
    color: #AFAEB1 !important;
}

.common-form-group .custom-input:focus {
    color: #ffffff !important;
    background-color: #37353D !important;
    border: unset !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.custom-input:focus {
    color: #ffffff !important;
    background-color: #37353D !important;
    border: unset !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.custom-textarea {
    height: auto !important;
    border-radius: 18px !important;
    padding-top: 16px !important;
    padding-right: 20px !important;
    padding-bottom: 16px !important;
    padding-left: 20px !important;
}

.form-group {
    margin-bottom: 1.3rem !important;
}

/* ----checkbox----- */
.custom-checkbox {
    display: inline-block !important;
    position: relative !important;
    padding-left: 22px !important;
    cursor: pointer !important;
    font-size: 13px !important;
}

/* Hide the default checkbox input */
.custom-checkbox input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

/* Create the custom checkbox */
.checkmark {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 24px !important;
    height: 24px !important;
    border-width: 1.5px !important;
    background-color: #3b3846 !important;
    border: 1.5px solid #898890 !important;
    border-radius: 7px !important;
}

/* Style the custom checkbox when checked */
.custom-checkbox input:checked~.checkmark {
    background-color: #7E0098 !important;
    color: #fff;
    border-color: #7E0098 !important;
}

/* Create the checkmark icon using a pseudo-element */
.checkmark::after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
    left: 7px !important;
    top: 2px !important;
    width: 7px !important;
    height: 15px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

/* Show the checkmark icon when the checkbox is checked */
.custom-checkbox input:checked~.checkmark::after {
    display: block !important;
}

.custom-checkbox-label {
    margin-bottom: 0 !important;
    vertical-align: sub !important;
    margin-left: -32px !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 300 !important;
    margin: 12px 0px 0px !important;
    padding-top: 2px !important;
    padding-left: 20px !important;
}

.custom-checkbox-label a {
    color: rgba(255, 255, 255, 1) !important;
}

.upload-box {
    width: 100%;
    /* height: 118px; */
    height: 106px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 18px;
    opacity: 1;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    border: 2px dashed #4D4C52;
    /* padding: 10px 30px; */
    padding: 2px 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.upload-box:hover {
    border-color: #4D4C52;
}

.upload-image {
    /* width: 32px;
    height: 32px; */
    width: 30px;
    height: 30px;
}

.upload-text {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1rem;
    letter-spacing: 0;
    padding-top: 10px;
    color: #ffffff;
}

.choose-file {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #4D4C52;
    margin-top: -5px;
}

.image-preview {
    width: 52px;
    height: 52px;
    opacity: 1;
    border-radius: 8px;
    border: 2px solid #ced1d2bf;
    object-fit: cover;
}

.upload-progress {
    width: 100%;
    height: 93px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 12px;
    opacity: 1;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    border: 2px solid #37353d;
    /* padding: 12px 10px; */
    padding: 6px 8px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.upload-file {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.25rem;
    letter-spacing: 0px;
    overflow: auto;
    /* margin-left: -15px;
    padding-top: 15px; */
}

.remove-img {
    width: 24px;
    height: 24px;
}

.file-size {
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 1.25rem;
    letter-spacing: 0px;
    /* color: #4D4C52; */
    color: #86858c;
    text-align: left !important;
    display: block;
    /* margin-left: 5px; */
}

.remove-btn {
    vertical-align: top;
    margin-top: -40px;
    margin-right: -15px;
}

.upload-status {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.25rem;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-left: 10px;
}

.upload-content {
    padding: 5px 0px 5px 8px;
    /* padding: 10px; */
}

.progress-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
    background-color: transparent;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    margin: -3px 0px 0px 0px;
}

.progress-bar {
    flex-grow: 1;
    height: 8px;
    background-color: #37353D;
    border-radius: 8px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 8px;
    transition: width 0.5s ease-in-out;
}

.progress-text {
    min-width: 50px;
    text-align: right;
    font-weight: 400;
    font-style: "Regular";
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: 0px;
}

/* -----custom radio button----- */

.custom-radio-group {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 12px;
}

.custom-radio-container {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    gap: 12px;
    position: relative;
    margin: 0 8px 0px 0px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 42px;
    border: 2px solid #37353D !important;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
    font-size: 19px;
    color: #ffffff;
    user-select: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-radio-container:hover {
    background-color: #37353D;
    border: 2px solid #201f28;
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.custom-radio-container input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.custom-radio-checkmark {
    position: relative;
    height: 26px;
    width: 26px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #37353d;
    transition:
        background-color 0.4s ease,
        transform 0.4s ease;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.custom-radio-container input[type="radio"]:checked+.custom-radio-checkmark {
    background-color: #7E0098;
    border-color: #ffffff;
    transform: scale(1.2);
    animation: pulse 0.6s forwards;
}

.custom-radio-checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio-container input[type="radio"]:checked+.custom-radio-checkmark::after {
    display: block;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
}

.custom-radio-container:has(input[type="radio"]:checked) {
    background-color: #7E0098;
    color: #fff;
    border-color: #7E0098 !important;
}

@keyframes pulse {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1.2);
    }
}

.hidden {
    display: none !important;
}

.right-sec {
    border: 2px solid #FFFFFF99;
    border-radius: 48px;
    border-width: 2px;
    gap: 60px;
    opacity: 1;
    float: right;
    width: 100%;
    /* height: 800px; */
    /* height: 950px; */
    height: auto;
    /* height: 810px; */
    /* height: 728px; */
}

.r-image-ui {
    background-image: url(../images/audio_scan_final.webp?v=1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 800px;
    max-height: 950px;
    border-width: 2px;
    border-radius: 48px;
    opacity: 0.8;
}

.audio-ui {
    padding: 20px;
}

.common-form {
    margin-top: -16%;
}

.voice-box {
    padding: 20px 30px 30px 30px;
}

.head-up-voice {
    font-weight: 900;
    font-weight: bold;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    gap: 60px;
    padding-bottom: 10px;
}

.timer-content {
    color: #FEF500;
    line-height: 3.2rem;
    text-align: center;
    padding: 25px 0px;
}

.timer-content div {
    font-weight: 700;
    font-weight: Bold;
    font-size: 48px;
}

.timer-content p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px !important;
}

.voice-sm-text {
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    text-align: center;
    color: #ffffff66;
    line-height: 1.75rem;
}

.timer {
    font-size: 1.5rem;
    color: #ffde59;
    margin-bottom: 10px;
}

.waveform {
    margin: 10px 0;
    height: 110px;
    width: 100%;
}

.btn-record {
    background-color: #fff;
    color: rgba(34, 24, 59, 1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 18px;
    border: none;
}

.btn-primary {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    border-radius: 15px;
}

.radio-group label {
    margin-right: 20px;
}

.retake-btn
{
    margin-top: 5% !important;
}

.button-group {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
    margin-top: 5px;
}

.btn-play {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 18px;
    border: none;
    background-color: #7E0098;
    color: #fff;
}

.btn-play:hover {
    color: #fff !important;
}

#waveform wave {
    transition: fill 0.3s ease-in-out;
}

.audio-section {
    text-align: left;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.btn-theme {
    font-size: 18px;
    background-color: rgba(126, 0, 152, 1);
    color: #fff;
    width: 459px;
    height: 59px;
    border-radius: 42px;
    opacity: 1;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;

}

.btn-theme:hover {
    background-color: #ffffff;
    color: rgba(126, 0, 152, 1);
}

.ai-voice-analysis {
    background-color: #08060F;
    background-image: radial-gradient(98.03% 98.03% at 50% 53.52%, rgba(123, 1, 150, 0) 0%, rgba(123, 1, 150, 0.2) 100%);
    padding: 3% 2% 3% 2%;
    color: #ffffff;
}

.ai-voice-analysis .head p {
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 10px;
}

.ai-voice-analysis .head h2 {
    font-weight: 900;
    font-style: normal;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 0px 30px 0px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-30px);
    }
}

.common-ptitle {
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 10px;
    color: rgba(255, 255, 255, 1);
}

.common-head {
    font-weight: 900;
    font-style: normal;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 0px 30px 0px;
    color: rgba(255, 255, 255, 1);
}

.common-desc {
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    vertical-align: middle;
    text-align: left;
}

.left-s {
    width: 91%;
}

.wellness-way {
    width: 100%;
    height: auto;
    gap: 24px;
    opacity: 1;
    border-radius: 18px;
    border-width: 2px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(12px);
    margin-bottom: 25px;
}

.div-flex {
    display: flex;
}

.wellness-stepway {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin-top: -8px !important;
    margin-bottom: 0.7rem !important;
}

.testimonial-sec {
    background-color: #08060F;
    background-image: radial-gradient(98.03% 98.03% at 50% 53.52%, #100D49 0%, #100D49 100%);
    padding: 3% 2% 3% 2%;
    color: #ffffff;
}

.owl-nav {
    display: flex;
    justify-content: end;
    gap: 25px;
    margin-top: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.owl-prev.disabled img,
.owl-next.disabled img {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
    transition: opacity 0.3s ease;
}

.testimonial-card {
    width: 100%;
    gap: 24px;
    opacity: 1;
    border-radius: 18px;
    border-width: 2px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 1);
}

.rating-img {
    width: 24px !important;
    height: 24px !important;
    margin: 0px 2px;
}

.testimonial-title {
    font-weight: 600;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
}

.testimonial-short-desc {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    height: 100px;
}

/* padding-top: 7px; */

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.tags span {
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

.rating {
    display: inline-flex;
    padding-bottom: 15px;
}

.video {
    width: 270px;
    height: 318px;
    border-radius: 20px;
}

.testimonial-carousel-wrapper {
    padding-top: 27px;
}

.voice-sound-sec {
    background: rgba(63, 59, 191, 1);
    width: 100%;
    height: auto;
    border-radius: 18px;
    padding: 40px;
    text-align: left;
}

.voice-analysis-sec {
    background: rgba(48, 58, 145, 1);
    width: 100%;
    height: auto;
    border-radius: 18px;
    padding: 40px;
    height: 487px;
    text-align: left;
}

.voice-ai-sec {
    background: rgba(147, 58, 203, 1);
    width: 100%;
    height: auto;
    border-radius: 18px;
    padding: 40px;
    height: 487px;
    text-align: left;
}

.voice-sound-sec h3,
.voice-analysis-sec h3,
.voice-ai-sec h3 {
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 20px;
}

.voice-sound-sec p,
.voice-analysis-sec p,
.voice-ai-sec p {
    font-weight: 400;
    font-size: 20px;
    vertical-align: bottom;
    color: rgba(255, 255, 255, 1);
    width: 98%;
}

.voice-hold-sec {
    padding-top: 30px;
}

.faq-sec {
    background-color: #08060F;
    background-image: radial-gradient(98.03% 98.03% at 50% 53.52%, rgba(123, 1, 150, 0) 0%, rgba(123, 1, 150, 0.2) 100%);
    padding: 3% 2% 3% 2%;
    color: #ffffff;
}

.faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 18px;
}

.faq-question {
    padding: 12px 0px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0px;
    color: var(--01, rgba(255, 255, 255, 1));
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-img {
    width: 24px;
    height: 24px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
    padding: 5px 20px 0px 0px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8rem;
    letter-spacing: 0px;
    vertical-align: middle;
}

.faq-item.active .faq-answer {
    /* max-height: 200px; */
    max-height: max-content;
    opacity: 1;
    transition: background 0.3s ease;
    animation: fadeInSlideDown 0.5s ease-out forwards;
}

.ref-item .step-desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}

.ref-item.active .step-desc {
    max-height: max-content;
    opacity: 1;
    transition: background 0.3s ease;
    animation: fadeInSlideDown 0.5s ease-out forwards;
}

.reference-list {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin-top: -4px !important;
    margin-bottom: 0.7rem !important;
    cursor: pointer;
}

.touch-img {
    width: 40px;
    height: 40px;
}

.common-desc a {
    color: rgba(255, 255, 255, 1);
}

.get-in-touch-sec {
    background-color: #08060F;
    color: #ffffff;
    padding: 3% 2% 3% 2%;
    background-image: url(../images/get_in_touch_bg.png?v=1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;       
    background-attachment: fixed; 
}

@keyframes fadeInSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.get-in-touch {
    background-color: #29272e;
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: auto;
    gap: 85px;
    opacity: 1;
    border-radius: 48px;
    border-width: 2px;
    padding: 40px 40px 30px 40px;
}

/* end slider */

.step-vector {
    width: 40px !important;
    height: 40px !important;
}

.step-content {
    width: 306px;
    height: auto;
    border-radius: 18px;
    border-width: 2px;
    padding: 20px 5px 10px 20px;
    gap: 24px;
    opacity: 1;
    top: 135px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(1px);
}

.get-touch-title {
    padding-bottom: 25px !important;
}

.button-d {
    margin-top: -75px;
    /* margin-top: -80px; */
    /* margin-top: -86px; */
}

/* .voice-content-form-d {
    margin-top: -3%;
} */

.upload-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 4px;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
}

.aura-info
{
    font-style: italic;
    opacity: 0.7;
}

.upload-sub-start {
    text-align: left;
    margin: 0;
}

.upload-sub-end {
    text-align: right;
    margin: 0;
}

.voice-content-upload-d {
    padding: 20px 20px 10px 40px;
}

@media (max-width: 767px) {
    .slider-wrap {
        margin-top: 0 !important;
        padding: 0 10px;
        overflow: hidden;
    }

    .slide-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 12px;
        padding-bottom: 50px !important;
    }

    .phone {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        border-radius: 22px;
        margin-top: 10%;
        margin-bottom: 10%;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
    }

    .step-content {
        width: 98% !important;
        height: 260px !important;
        padding: 14px 12px;
        background: rgba(255, 255, 255, 0.25);
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 12px;
        backdrop-filter: unset !important;
        text-align: left !important;
    }

    .step-vector {
        width: 28px !important;
        height: 28px !important;
    }

    .step-count {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 1);
        padding-top: 10px;
        margin-bottom: 0.3rem !important;
    }

    .step-head {
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0.3rem !important;
    }

    .step-desc {
        font-weight: 400;
        font-style: normal;
        vertical-align: middle;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0.3rem !important;
        font-size: 13px;
        line-height: 1.4;
    }

    .owl-dots {
        position: absolute;
        margin-left: 33%;
        bottom: -2%;
        transform: translateY(-50%);
        flex-direction: column;
        gap: 4px;
        z-index: 5;
        text-align: center !important;
        margin-bottom: 3px;
        height: 23px;
    }

    .owl-dot span {
        width: 10px !important;
        height: 10px !important;
        opacity: 0.5;
    }

    .owl-dot.active span {
        opacity: 1;
    }

    .desktop-i {
        display: none !important;
    }

    .mobile-i {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .slider-wrap {
        margin-top: 4% !important;
        width: 100%;
        position: relative;
    }

    .phone {
        border-radius: 32px;
        object-fit: contain;
    }

    .owl-item {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .owl-dots {
        position: absolute;
        left: calc(50% - 550px);
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 10;
    }

    .owl-dot span {
        width: 12px !important;
        height: 12px !important;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        opacity: 0.3;
        transition: all 0.3s ease;
    }

    .owl-dot.active span {
        opacity: 1;
        background-color: rgba(63, 205, 228, 1) !important;
    }

    .owl-animated-in {
        animation: fadeInUp 0.8s forwards;
    }

    .owl-animated-out {
        animation: fadeOutUp 0.8s forwards;
    }

    .slide-inner {
        position: relative;
        width: 100%;
        max-width: 1200px;
        display: grid;
        grid-template-columns: 1fr 400px 1fr;
        align-items: center;
        justify-items: center;
        height: 100%;
        z-index: 2;
    }

    .phone {
        grid-column: 2;
        justify-self: center;
        width: 360px;
        border-radius: 32px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .step-content {
        width: 306px;
        height: auto;
        border-radius: 18px;
        border-width: 2px;
        padding: 20px 5px 10px 20px;
        gap: 24px;
        opacity: 1;
        top: 135px;
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid rgba(255, 255, 255, 1);
        backdrop-filter: blur(1px);
    }

    .active .step-content {
        opacity: 1;
        transform: translateY(0);
    }

    .slide-inner.left-t .step-content {
        grid-column: 1;
        justify-self: end;
        text-align: left;
        margin-right: -25%;
        margin-top: -35%;
    }

    .slide-inner.right-middle .step-content {
        grid-column: 3;
        justify-self: start;
        text-align: left;
        margin-left: -25%;
        margin-top: -25%;
        margin-bottom: -25%;
    }

    .slide-inner.left-b .step-content {
        grid-column: 1;
        justify-self: end;
        text-align: left;
        margin-right: -25%;
        margin-bottom: -35%;
    }

    .step-vector {
        width: 40px !important;
        height: 40px !important;
    }

    .step-count {
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 0px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 1);
        padding-top: 10px;
        margin-bottom: 0.3rem !important;
    }

    .step-head {
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0.3rem !important;
    }

    .step-desc {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 0.3rem !important;
    }
}

@media screen and (max-width:767.98px) {
    .btn-theme {
        font-size: 12px;
        background-color: rgba(126, 0, 152, 1);
        color: #fff;
        width: 459px;
        height: 59px;
        border-radius: 42px;
        opacity: 1;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .common-title {
        font-size: 28px;
        padding-bottom: 20px;
        padding-left: unset !important;
    }

    .slide {
        position: relative;
        min-width: 250px;
        max-width: 100%;
        /* max-width: 294px; */
        flex: 0 0 auto;
        background-color: #28255b;
        margin-right: 17px;
        padding: 16px;
        overflow: hidden;
    }

    .choose-file {
        font-size: 13px;
        margin-top: -12px;
    }

    .upload-text {
        font-size: 14px;
        padding-top: 6px;
    }

    .custom-radio-group {
        /* display: inline-grid; */
        display: inline;
        margin-bottom: 5px;
    }

    .custom-radio-container {
        margin: 12px 8px 0px 0px;
    }

    .button-group {
        display: inline;
    }

    .upload-content {
        padding: 0px 0px 5px 7px;
        width: 135px;
        overflow: auto;
        text-align: left;
    }

    .right-sec {
        border: unset !important;
        width: 100%;
        padding: unset !important;
        float: unset !important;
        height: auto !important;
    }

    .voice-box {
        padding: 10px 0px 10px 0px;
    }

    .timer-content {
        padding: 50px 0px 25px 0px;
    }

    .button-d {
        /* margin-top: 30%; */
        margin-top: unset !important
    }

    .voice-content-upload-d {
        padding: unset !important;
    }

    .r-image-ui {
        height: 350px;
        border-radius: unset !important;
        background-size: 212%;
    }

    .ai-voice-analysis {
        padding: unset !important;
    }

    .ai-voice-analysis .head p {
        font-size: 25px;
        line-height: 1.4;
    }

    .ai-voice-analysis .head h2 {
        font-size: 30px;
        line-height: 1.3;
        padding: 3px 0px 24px 0px;
    }

    .common-head {
        font-size: 30px;
        line-height: 2.2rem;
        padding: 10px 0px 10px 0px;
    }

    .common-ptitle {
        font-size: 25px;
        line-height: 2rem;
        text-align: center;
    }

    .common-desc {
        font-size: 18px;
    }

    .wellness-stepway {
        font-size: 20px;
        margin-top: -8px !important;
        margin-bottom: 0.4rem !important;
    }

    .testimonial-carousel-wrapper {
        padding-top: 25px;
    }

    .iframe-vdeo {
        width: 100%;
    }

    .testimonial-card {
        display: inline-block !important;
        /* height: 630px; */
        height: 580px;
        overflow: auto;
        padding: 12px;
    }

    .video {
        /* width: auto; */
        width: 100%;
        height: 250px;
        border-radius: 20px;
        max-width: 100%;
    }

    .rating {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .testimonial-title {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .testimonial-short-desc {
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
        height: auto;
    }

    .tags span {
        border: 2px solid rgba(255, 255, 255, 0.4);
        padding: 4px 10px;
        border-radius: 8px;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #fff;
    }

    .voice-sound-sec {
        padding: 18px;
    }

    .voice-sound-sec h3,
    .voice-analysis-sec h3,
    .voice-ai-sec h3 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .voice-analysis-sec {
        height: auto;
        padding: 18px;
    }

    .voice-sound-sec p,
    .voice-analysis-sec p,
    .voice-ai-sec p {
        font-size: 16px;
        width: 100%;
    }

    .voice-ai-sec {
        width: 100%;
        height: auto;
        border-radius: 18px;
        padding: 18px;
        margin-top: 30px;
    }

    .faq-question {
        font-size: 20px;
    }

    .faq-item {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 10px 20px;
        margin-bottom: 24px;
        border-radius: 18px;
    }

    .faq-answer {
        padding: 5px 5px 0px 0px;
        font-size: 15px;
        line-height: 1.5rem;
    }

    .get-touch-title {
        padding-bottom: 0px !important;
    }

    .touch-img {
        width: 30px;
        height: 30px;
    }

    .common-desc a {
        font-size: 15px !important;
    }

    .get-in-touch {
        padding: 20px 15px 20px 15px;
    }

    .custom-checkbox-label {
        font-size: 16px !important;
        margin: 0px 0px 0px !important;
        padding-top: 0px !important;
        padding-left: 11px !important;
    }

    .left-s {
        width: 100%;
    }

    .testimonial-sec {
        padding: 3% 0% 3% 0%;
    }

    .reference-list {
        font-size: 17px;
        margin-top: -4px !important;
        margin-bottom: 0.7rem !important;
        text-align: left;
    }

    .wellness-way {
        gap: 10px;
        padding: 15px;
        margin-bottom: 25px;
    }

    .hidden {
        display: none !important;
    }

    .slide p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8rem;
        letter-spacing: 0.3px;
        vertical-align: middle;
        color: #e0e0e1;
    }
    .report-btn-auto
    {
        height: auto !important;
    }   

}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .right-sec {
        border: unset !important;
        width: 100%;
        padding: unset !important;
        float: unset !important;
        height: auto !important;
    }

    .button-d {
        /* margin-top: unset !important; */
        margin-top: 5% !important;
    }

    .voice-box {
        padding: 15px 0px 20px 0px;
    }

    .r-image-ui {
        height: 450px;
        border-radius: unset !important;
    }

    .owl-dots {
        left: 0 !important; 
    }

    .ai-voice-analysis {
        padding: unset !important;
    }

    .ai-voice-analysis .head p {
        font-size: 26px;
        line-height: 1;
    }

    .ai-voice-analysis .head h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    .common-head {
        font-size: 36px;
        line-height: 3.5rem;
        padding: 10px 0px 10px 0px;
    }

    .common-ptitle {
        font-size: 30px;
        line-height: 2rem;
    }

    .common-desc {
        font-size: 18px;
    }

    .wellness-stepway {
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 1);
        margin-top: -8px !important;
        margin-bottom: 0.3rem !important;
    }

    .wellness-way {
        gap: 13px;
        padding: 17px;
    }

    .testimonial-carousel-wrapper {
        padding-top: 25px;
    }

    .iframe-vdeo {
        width: 100%;
    }

    .testimonial-card {
        display: inline-block !important;
        height: 575px;
        overflow: auto;
    }

    .video {
        width: auto;
        height: 250px;
        border-radius: 20px;
        max-width: 100%;
    }

    .rating {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .testimonial-title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .testimonial-short-desc {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        height: auto;
    }

    .tags span {
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 13px;
    }

    .voice-sound-sec {
        padding: 18px;
    }

    .voice-sound-sec h3,
    .voice-analysis-sec h3,
    .voice-ai-sec h3 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .voice-analysis-sec {
        padding: 18px;
        height: 483px;
    }

    .voice-sound-sec p,
    .voice-analysis-sec p,
    .voice-ai-sec p {
        font-size: 16px;
        width: 100%;
    }

    .voice-ai-sec {
        width: 100%;
        height: auto;
        border-radius: 18px;
        padding: 18px;
    }

    .faq-question {
        font-size: 20px;
    }

    .faq-item {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 10px 20px;
        margin-bottom: 24px;
        border-radius: 18px;
    }

    .faq-answer {
        padding: 5px 5px 0px 0px;
        font-size: 15px;
        line-height: 1.5rem;
    }

    .touch-img {
        width: 30px;
        height: 30px;
    }

    .get-in-touch {
        padding: 30px 30px 5px 30px;
    }

    .left-s {
        width: 100%;
    }

    .pdf-title {
        color: #ffffff;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 25px;
        text-align: center;
    }

    .pdf-section {
        padding: 30px 10px 30px 10px;
    }

    .slide p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8rem;
        letter-spacing: 0.3px;
        vertical-align: middle;
        color: #e0e0e1;
    }
        
    .retake-btn {
        margin-top: 5% !important;
        margin-bottom: -10% !important;
    }   
    .voice-content-upload-d
    {
        padding: unset !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .button-d {
        /* margin-top: -10% !important; */
        /* margin-top: -8% !important; */
        margin-top: -5% !important;
    }

    .right-sec {
        width: 100% !important;
        height: auto !important;
    }

    .voice-box {
        padding: 10px 0px 10px 0px;
    }

    .custom-radio-checkmark {
        height: 22px;
        width: 24px;
    }

    .r-image-ui {
        height: 685px;
        background-size: cover !important;
    }

    .voice-container {
        padding: 15px;
    }

    .owl-dots {
        left: 0 !important;
    }

    .testimonial-carousel-wrapper {
        padding-top: 25px;
    }

    .iframe-vdeo {
        width: 100%;
    }

    .testimonial-card {
        display: inline-block !important;
        height: 560px;
        overflow: auto;
    }

    .video {
        /* width: auto; */
        width: 100%;
        height: 250px;
        border-radius: 20px;
        max-width: 100%;
    }

    .rating {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .testimonial-title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .testimonial-short-desc {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        height: auto;
    }

    .tags span {
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 13px;
    }

    .voice-sound-sec {
        padding: 18px;
    }

    .voice-sound-sec h3,
    .voice-analysis-sec h3,
    .voice-ai-sec h3 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .voice-analysis-sec {
        padding: 18px;
        height: 100%;
        max-height: 375px;
    }

    .voice-sound-sec p,
    .voice-analysis-sec p,
    .voice-ai-sec p {
        font-size: 16px;
        width: 100%;
    }

    .voice-ai-sec {
        width: 100%;
        border-radius: 18px;
        padding: 18px;
        height: auto;
        max-height: 375px;
    }

    .common-desc {
        font-size: 26px;
    }

    .common-head {
        font-size: 45px;
        line-height: 3.9rem;
    }

    .get-in-touch {
        padding: 25px 30px 5px 30px;
    }

    .touch-img {
        width: 35px;
        height: 35px;
    }

    .pdf-section {
        padding: 30px 10px 30px 10px;
    }

    .slide p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8rem;
        letter-spacing: 0.3px;
        vertical-align: middle;
        color: #e0e0e1;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .r-image-ui {
        background-size: cover !important;
    }

    .testimonial-carousel-wrapper {
        padding-top: 25px;
    }

    .iframe-vdeo {
        width: 100%;
    }

    .testimonial-card {
        display: inline-block !important;
        height: 560px;
        overflow: auto;
    }

    .video {
        /* width: auto; */
        width: 100%;
        height: 250px;
        border-radius: 20px;
        max-width: 100%;
    }

    .rating {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .testimonial-title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .testimonial-short-desc {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        height: auto;
    }

    .tags span {
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 13px;
    }

    .pdf-section {
        padding: 30px 10px 30px 10px;
    }
    .slide p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8rem;
        letter-spacing: 0.3px;
        vertical-align: middle;
        color: #e0e0e1;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1450.98px) {
    .testimonial-carousel-wrapper {
        padding-top: 25px;
    }

    .iframe-vdeo {
        width: 100%;
    }

    .testimonial-card {
        display: inline-block !important;
        height: 510px;
        overflow: auto;
    }

    .video {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        max-width: 100%;
    }

    .rating {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .testimonial-title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .testimonial-short-desc {
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: rgba(255, 255, 255, 1);
        height: auto;
    }

    .tags span {
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 14px;
    }

    .voice-sound-sec {
        padding: 18px;
    }

    .voice-sound-sec h3,
    .voice-analysis-sec h3,
    .voice-ai-sec h3 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .voice-analysis-sec {
        padding: 18px;
        height: 100%;
        max-height: 375px;
    }

    .voice-sound-sec p,
    .voice-analysis-sec p,
    .voice-ai-sec p {
        font-size: 16px;
        width: 100%;
    }

    .voice-ai-sec {
        width: 100%;
        border-radius: 18px;
        padding: 18px;
        height: auto;
        max-height: 375px;
    }

    .slide p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8rem;
        letter-spacing: 0.3px;
        vertical-align: middle;
        color: #e0e0e1;
    }
}

@media screen and (min-width: 1200px) {
    .right-sec {
        width: 100%;
    }

    .voice-sound-sec p,
    .voice-analysis-sec p,
    .voice-ai-sec p {
        width: 100%;
    }
    .slide p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8rem;
        letter-spacing: 0.3px;
        vertical-align: middle;
        color: #e0e0e1;
    }  
}

.owl-item {
    transition: opacity 0.5s ease;
    overflow: hidden;
}

.owl-stage-outer {
    overflow: hidden !important;
}

/* @media (min-width: 769px) { */
@media (min-width: 768px) {
    .owl-animated-in {
        animation: fadeInUp 0.8s ease forwards !important;
    }

    .owl-animated-out {
        animation: fadeOutUp 0.8s ease forwards !important;
    }
}

/* @media (max-width: 768px) { */
@media (max-width: 767px) {
    .owl-animated-in {
        animation: fadeInLeft 0.8s ease forwards !important;
    }

    .owl-animated-out {
        animation: fadeOutLeft 0.8s ease forwards !important;
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #42cde4 !important;
}

.common-form-group .custom-input::placeholder {
    color: #AFAEB1 !important;
}

.custom-input::placeholder {
    color: #AFAEB1 !important;
}
.common-m-body {
    margin-top: -20px;
}

.pdf-page {
    position: relative;
    margin-bottom: 25px;
}

.pdf-blur {
    filter: blur(8px);
    pointer-events: none;
}

.pdf-lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.pdf-lock-overlay img {
    width: 90px;
    opacity: 0.85;
}

.pdf-lock-overlay p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}

.pdf-wrapper {
    width: 100% !important;
}

.pdf-viewer {
    width: 100% !important;
    height: 600px !important;
    border: none !important;
    overflow: auto;
}

.pdf-section {
    overflow: auto !important;
}

#web_analysis_form {
    padding-top: 80px;
}

.btn:disabled {
    background-color: #7E0098;
    cursor: not-allowed;
    border: unset;
    color: #ffffff;
}
.remove-btn:disabled {
    background-color: unset !important
}

.loader {
    border: 3px solid #fff;
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 1s linear infinite;
    display: none;
}

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

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

.btn.loading .loader {
    display: inline-block;
}

#fullPageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #08060F; */
    background: #09093c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.hole {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hole i {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 140px;
    opacity: 0;
    animation-name: scale;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.hole i:nth-child(1) {
    animation-delay: 0.3s;
}

.hole i:nth-child(2) {
    animation-delay: 0.6s;
}

.hole i:nth-child(3) {
    animation-delay: 0.9s;
}

.hole i:nth-child(4) {
    animation-delay: 1.2s;
}

.hole i:nth-child(5) {
    animation-delay: 1.5s;
}

.hole i:nth-child(6) {
    animation-delay: 1.8s;
}

.hole i:nth-child(7) {
    animation-delay: 2.1s;
}

.hole i:nth-child(8) {
    animation-delay: 2.4s;
}

.hole i:nth-child(9) {
    animation-delay: 2.7s;
}

.hole i:nth-child(10) {
    animation-delay: 3s;
}

@keyframes scale {
    0% {
        transform: scale(2);
        opacity: 0;
        box-shadow: 0px 0px 50px #37353D;
    }

    50% {
        transform: scale(1) translate(0px, -5px);
        opacity: 1;
        box-shadow: 0px 8px 20px #AFAEB1;
    }

    100% {
        transform: scale(0.1) translate(0px, 5px);
        opacity: 0;
        box-shadow: 0px 10px 20px #FFFFFF;
    }
}

#AnalysisBtn {
    pointer-events: auto !important;
}

/* #pdf-view */

.owl-carousel {
    touch-action: pan-y;
}

.preview-img {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.progress {
    width: 100%;
    height: 8px;
    background: #eee;
    border-radius: 10px;
    margin-top: 10px;
}

.progress-bar {
    width: 0%;
    height: 8px;
    background: #4CAF50;
    border-radius: 10px;
    transition: width 0.4s;
}

.avatar-preview-wrapper {
    display: flex;
    justify-content: center;
    height: 160px;
    margin: 25px 0px;
    position: relative;
}

.avatar-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.avatar-label img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px dashed #8c8c8c;
    padding: 4px;
    cursor: pointer;
    transition: 0.3s ease;
}

.camera-icon {
    position: absolute;
    bottom: -135px;
    right: -3px;
    width: 40px;
    height: 40px;
    background: #36353d;
    border-radius: 50%;
    color: #aeaeb1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 2px dashed #8c8c8c;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}
.avatar-label img:hover {
    border-color: #42cde4 !important;
    transform: scale(1.04);
    box-shadow: 0 0 8px #42cde499;
}

.avatar-label:hover .camera-icon {
    border-color: #42cde4;
    box-shadow: 0 0 8px #42cde499;
}

.slide-img
{
    width: 110px;
    height: auto;
}

.img-progress-text {
    color: white;
    font-size: 22px;
    position: absolute;
    /* top: 46%;
    left: 50%; */
    top: 47%;
    left: 51%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
}

.custom-overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 79px;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    background-color: #00000096;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.blue-color-img{
    border-color: #42cde4 !important;
    transform: scale(1.04);
    box-shadow: 0 0 8px #42cde499;
}

.web-slider {
    display: block !important;
}
.mobile-slider
{
    display: none;
}

@media screen and (max-width:767.98px) {
    .web-slider {
        display: none !important;
    }
    .mobile-slider
    {
        display: block;
    }
    .full-video {
        object-fit: cover;
        height: 100vh;
    }
}

@media screen and (min-width: 1024px) {
    .full-video {
        object-fit: cover;
        height: 100vh;
    }
}