@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/Segoe UI.woff2?v=1') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/Segoe UI Bold.woff2?v=1') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/Segoe UI Semibold.woff2?v=1') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/Segoe UI Black.woff2?v=1') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Segoe UI', sans-serif;
    text-align: justify;
    background-color: rgba(33, 68, 169, 1);
    background-image: url(../images/full_bg_blur.webp?v=1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a,
a:hover {
    text-decoration: none;
}

.logo-img {
    height: 65px;
}

.h-line {
    padding-left: 10px;
    padding-right: 11px;
    vertical-align: middle;
}

.site-header {
    color: #fff;
    opacity: 1;
    border-bottom-width: 0.75px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(54px);
}

.common-container {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

.brand-logo .text .main-name {
    font-size: 45px;
    color: #ffffff;
    font-weight: 900;
    line-height: 40px;
}

.brand-logo .text .sub-name {
    font-size: 24px;
    color: #ffffff;
    font-weight: 900;
    line-height: 24px;
}

.cst-btn
{
    color: #ffffff;
    height: 48px;
    transform: rotate(0deg);
    opacity: 1;
    border-radius: 38px;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1.2px;
}

.unlock-freescan
{
    width: 220px;
    height: 48px;
    padding: 14px 10px;
    float: right; 
}

.contact_us {
    width: 161px;
    height: 48px;
    gap: 10px;
    padding: 14px 10px;
    float: right;
    margin-left: 3%;
}

.cst-btn:hover {
    color: #ffffff;
}

.custom-p {
    margin-bottom: 1.4rem;
}

.pb-same {
    padding-top: 3%;
    padding-bottom: 3%;
}

.main-head {
    color: #fff;
    text-align: left;
    font-size: 50px;
    letter-spacing: 1.2px;
}

.main-h-head {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0px;
    text-align: left;
    vertical-align: middle;
    margin: 0;
}

.sub-head {
    font-weight: 900;
    font-size: 52px;
    letter-spacing: 0px;
    text-align: left;
    vertical-align: middle;
    margin: 0;
}

.main-content {
    padding: 5% 2% 13%;
}

.voice-scan-head
{
    padding-bottom: 6%;
}

.voice-analysis {
    background-color: #08060F;
    color: #ffffff;
    padding: 3% 2% 3% 2%;
}

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

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

.voice-container {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 2px solid #A6A5A9;
    background-color: #211F27;
    width: 100%;
    height: auto;
    border-radius: 48px;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

::selection {
    background: #42cde4;
    color: black;
    text-shadow: none;
}

::-moz-selection {
    background: #42cde4;
    color: black;
    text-shadow: none;
}

.report-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.btn-report {
    font-size: 18px;
    background-color: rgba(126, 0, 152, 1);
    color: #fff;
    width: auto;
    height: 55px;
    border-radius: 42px;
    opacity: 1;
    padding-top: 13px;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer;
}

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

.pdf-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 2px solid #A6A5A9;
    background-color: #211F27;
    width: 100%;
    height: auto;
    border-radius: 48px;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

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

.pdf-wrapper {
    width: 100%;
}

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

#pdf-container::-webkit-scrollbar {
    width: 10px;
}

#pdf-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#pdf-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

#pdf-container::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#pdf-container {
    width: 100%;
    height: 900px;
    overflow-y: auto;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    max-width: 100% !important;
    overflow: auto;
}

button .loader {
    pointer-events: none;
}

#recordingStatus {
    font-size: 18px !important;
}

@media (max-width: 767px) {}

@media (min-width: 768px) {}

@media screen and (max-width:767.98px) {
    .common-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-content {
        margin-right: 0px;
        margin-left: 0px;
    }

    .contact_us {
        margin: 10px;
    }

    .sub-head {
        font-size: 28px;
    }

    .main-h-head {
        font-size: 26px;
    }

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

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

    .voice-container {
        padding: 30px 5px;
    }

    .unset-padding {
        padding-right: unset !important;
        padding-left: unset !important;
    }

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

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

    .report-buttons {
        display: inline-grid !important;
        justify-content: center;
        gap: 19px;
        /* margin-top: -30px; */
        /* margin-bottom: 60px; */
    }

    .btn-action {
        margin-top: 10px;
        font-size: 18px;
        height: 59px !important;
        /* height: auto; */
    }
}

@media screen and (max-width: 375.98px) {
    .common-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 320.98px) {
    .common-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .h-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

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

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .common-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn-action {
        /* height: auto; */
        height: 59px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .common-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn-action {
        font-size: 17px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        letter-spacing: 1px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .common-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1450.98px) {}

@media (min-width: 2560px) {
    .main-h-head {
        font-weight: 400;
        font-size: 42px !important;
        letter-spacing: 0px;
        text-align: left;
        vertical-align: middle;
        margin: 0;
    }

    .sub-head {
        font-weight: 900;
        font-size: 60px;
        letter-spacing: 0px;
        text-align: left;
        vertical-align: middle;
        margin: 0;
    }

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

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

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

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

    .voice-analysis .head p {
        font-size: 36px !important;
    }

    .voice-analysis .head h2 {
        font-weight: 900;
        font-style: normal;
        font-size: 56px;
    }

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

    .custom-form-group .custom-input {
        width: 100%;
        height: 60px !important;
        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: 22px !important;
    }

}

.close-img {
    width: 40px;
    height: auto;
}

.close {
    opacity: 1 !important;
}

.md-image {
    width: 100%;
    height: auto;
    max-width: 110px;
    padding-bottom: 25px;
}

.md-msg {
    font-size: 22px;
}

.md-info {
    color: rgba(122, 121, 125, 1);
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 12px;
}

.md-button {
    width: 80%;
    font-size: 18px;
    font-weight: 600;
    height: 51px;
}

.modal-content {
    color: #ffffff !important;
    border-radius: 48px;
    padding: 5px 25px 30px 25px;
    background: rgb(40 40 41) !important;
}

.btn-action {
    color: rgba(8, 6, 15, 1);
    width: 100%;
    height: 59px;
    /* height: 70px; */
    transform: rotate(0deg);
    opacity: 1;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    letter-spacing: 1.2px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 1);
}

.btn-action:hover {
    background-color: #7E0098;
    color: #fff;
    border-color: #7E0098 !important;
}

/* ----------Extra--------- */

.analysis-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: 0.3s ease;
}

.analysis-modal.hidden {
    opacity: 0;
    pointer-events: none;
}

.analysis-box {
    width: 340px;
    background: #111;
    padding: 24px;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 25px #3b20ff40;
    border: 1px solid #242424;
    animation: pop 0.4s ease;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #222;
    margin-top: 14px;
    border-radius: 6px;
    overflow: hidden;
}

#progressFill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #5c3bff, #9c7aff);
    transition: width 0.5s ease;
}

@keyframes pop {
    0% {
        transform: scale(0.85);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.analysis-container {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 10px auto;
    padding: 25px;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgb(185 185 185 / 13%);
}

.ai-bubble {
    display: flex;
    align-items: center;
    gap: 12px;
    animation: progress-fadeIn 1s ease;
}

.ai-avatar {
    width: 100px;
    height: 100px;
    padding-bottom: 10px !important;
    animation: progress-pulse 2s infinite;
}

.ai-text {
    width: 100%;
    font-size: 20px;
    background: #454444;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgb(101 101 101 / 53%);
    background: radial-gradient(98.03% 98.03% at 50% 53.52%, rgba(123, 1, 150, 0) 0%, rgba(123, 1, 150, 0.2) 100%);
    background: rgb(69 3 94);
    background: rgba(255, 255, 255, 0.1);
    margin-top: -5%;
}

.step-text {
    font-size: 20px;
    font-weight: 600;
    min-height: 30px;
}

.typewriter {
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #00f7ff;
    animation: typing 5s steps(40, end);
}

.report-wrapper {
    width: 100%;
    height: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    margin: 10px 0;
}

.report-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #42cde4, #28255b, #7E0098);
    background: #42CDE4;
    /* background: linear-gradient(90deg,rgba(66, 205, 228, 1) 0%, rgba(126, 0, 152, 1) 26%, rgba(40, 37, 91, 1) 100%); */
    background-size: 300% 300%;
    border-radius: 20px;
    animation: gradientMove 5s infinite linear;
}

.percent-text {
    margin-top: 10px;
    font-size: 20px;
    opacity: 0.9;
}

.glow-line {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: slideGlow 4s infinite;
}

/* Animations */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes progress-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

@keyframes progress-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

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

@keyframes slideGlow {
    0% {
        left: -100%;
    }

    100% {
        left: 120%;
    }
}

@media screen and (max-width:767.98px) {
    .ai-bubble {
        display: inline;
        /* display: inline-block; */
    }
    .step-text
    {
        font-size: 18px;
    }
    .ai-text {
        width: 100%;
        font-size: 18px;
        margin-top: unset !important;
        overflow: hidden;
    }
    .typewriter {
        animation:
            typing 5s steps(40, end),
            scroll-text 10s linear infinite 5s;

        white-space: nowrap;
        overflow: auto;
        width: max-content;
    }

    @keyframes scroll-text {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}

.reportBar {
    transition: width 3s ease;
}

.lap-bg
{
    width: 100%;
    margin-top: -20%;
}
.free-head
{
    padding-bottom: 20px;
}

.after-free-head
{
    padding-top: 8%;
}

.free-head .sub-head
{
    letter-spacing: 1px !important;
}

@media screen and (min-width: 1200px) {
    .lap-bg
    {
        transform: scale(1.3);
    }
}

.custom-dob-form-group { position: relative; }

.dob-panel {
    display: none;
    position: absolute;
    margin-top: 8px;
    width: 100%;
    background: #2a2931;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    z-index: 999;
}

.dob-panel select {
    background: #36353d;
    border: 1px solid #333344;
    color: #ffffff;
    padding: 12px;
    border-radius: 12px;
    height: 48px;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-height: 80px;
    overflow-y: auto;
}

.dob-panel select:disabled {
    opacity: 0.5;
}

.dob-panel select:focus {
    color: #ffffff !important;
    background-color: #36353d !important;
    border: unset !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.dob-panel select:focus {
    color: #ffffff !important;
    background-color: #36353d !important;
    border: unset !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.insight-ai
{
    background: linear-gradient(135deg, #0a0a62, #4107b7, #101054);
}

.insight_ai_img
{
    width: 100%;
}

@media screen and (min-width: 2560px) {
    .insight-desc
    {
        font-size: 42px !important;
    }
}

.store-icon
{
    display: inline-block;
    gap: 15px;
    position: absolute;
    bottom: 1%;
    left: 3%;
    cursor: pointer;
}

.store-img
{
    width: 28%;
    padding: 2px;
}

.country-item {
    display: flex !important;
}

.country-hidden {
    display: none !important;
}

.custom-dropdown
{
    background-color: #36353d !important;
    color: #ffffff !important;
}

.custom-dropdown .dropdown-item
{
    color: #eee !important;
}

.custom-dropdown .text-muted {
    color: #aeaeb1 !important;
}

.custom-dropdown .dropdown-item:focus, .custom-dropdown .dropdown-item:hover {
    background-color: #2e2d33;
}
.custom-dropdown .custom-input
{
    padding-top: 0px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    height: 36px !important;
    font-size: 17px !important;
}

.custom-dropdown .border-bottom {
    border-bottom: 1px solid #a6a5a9 !important;
}

.country-list::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.country-list::-webkit-scrollbar-track {
    border-radius: 10px;
}

.country-list::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.country-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}