applet, object, iframe, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, eal, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, img, header, container {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}

html {
    height: auto;
}

body {
    min-height: 100vh;
    background: #010509;
    color: #aaa;
    font-size: 16px;
    font-family: "Helvetica", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
}

.header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27282b+32,0c121a+79 */
    background: linear-gradient(to bottom, #27282b 32%,#0c121a 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 1px solid #333;
}

.logo {
    margin: 0 auto;
    max-width: 250px;
    padding: 7px 0;
}

.br5 {
    border-radius: 5px;
}

.br10 {
    border-radius: 10px;
}

.br20 {
    border-radius: 20px;
}

.br30 {
    border-radius: 30px;
}

.connected_expert {
    /*  border-radius:0 0 20px 20px;*/
}

    .connected_expert p {
        border-bottom: 1px solid #A577ED;
    }

.m-auto {
    margin: auto;
    display: block;
}

.green {
    color: #0fb5c4;
}

.purple {
    background: #7d35eb;
}

.purple_inside {
    background: #6929cc;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6929cc+0,441c80+100 */
    background: linear-gradient(to bottom, #6929cc 0%,#441c80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    border-bottom: 1px solid #8872A8;
    color: #fff;
}

.btn-primary-green {
    color: #fff !important;
    background: #0fb5c4;
    border: 1px solid #0d9fac !important;
    border-radius: 50px;
}

    .btn-primary-green:hover {
        background: #0c96a3;
    }

.text_white {
    color: #fff;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz23 {
    font-size: 23px;
}

.fz26 {
    font-size: 26px !important;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}

.fz35 {
    font-size: 35px;
}

.fz40 {
    font-size: 40px;
}

.fz45 {
    font-size: 45px;
}

h1 {
    color: #bbb;
    line-height: 1.4em;
}

    h1 span, h2 span {
        color: #fff;
    }

h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
}

ul {
    font-size: 20px;
}

    ul li {
        margin-bottom: 5px;
    }

.hidden {
    display: none;
}

.snapcall_logo {
    max-width: 250px;
}

.btn-talk-expert {
    display: inline-block;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #7d35eb;
    background: linear-gradient(135deg, #7d35eb, #0fb5c4);
    box-shadow: 0 8px 20px rgba(125, 53, 235, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-width: 170px;
    text-align: center;
}

    .btn-talk-expert:hover {
        /*  transform: translateY(-3px);*/
        box-shadow: 0 12px 28px rgba(15, 181, 196, 0.45);
        color: #ffffff;
        text-decoration: none;
    }

    .btn-talk-expert::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
    }

    .btn-talk-expert.connect-call {
        position: relative;
        display: inline-block;
        padding: 14px 34px;
        border-radius: 50px;
        border: 2px solid #8c4ced !important;
        backdrop-filter: blur(6px);
        background: #fff !important;
        color: #333 !important;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-decoration: none;
        overflow: hidden;
        transition: all 0.3s ease;
        font-weight: 600;
    }

        .btn-talk-expert.connect-call::before {
            content: "";
            position: absolute;
            inset: -3px;
            border-radius: 50px;
            background: #fff;
            z-index: -1;
            filter: blur(12px);
            opacity: 0.6;
            animation: glowPulse 2.5s ease-in-out infinite;
        }

        .btn-talk-expert.connect-call::after {
            content: "";
            position: absolute;
            top: 0;
            left: -75%;
            width: 50%;
            height: 100%;
            background: linear-gradient( 120deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100% );
            transform: skewX(-20deg);
        }

        .btn-talk-expert.connect-call:hover::after {
            animation: sweep 1s forwards;
        }

        .btn-talk-expert.connect-call:hover {
            box-shadow: 0 0 12px #0fb5c480, 0 0 24px rgba(15, 181, 196, 0.75), inset 0 0 12px rgba(255,255,255,0.1);
            transform: translateY(-2px);
        }

.btn-end-call {
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    background: #ff4d4d;
    color: #fff;
    border: 2px solid rgba(255, 77, 77, 0.4);
    border-radius: 50px;
    backdrop-filter: blur(6px);
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 0 18px rgba(255, 77, 77, 0.35) !important;
}

    .btn-end-call:hover {
        color: #ff4d4d;
        background: #fff;
    }

.btn-no-agents {
    display: unset;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #eee;
    border: 3px solid #aaa;
    border-radius: 50px;
    opacity: 0.85;
    box-shadow: none;
}

    .btn-no-agents:hover {
        color: #333;
        background: #E0E0E0;
        box-shadow: none;
    }

.btn-schedule-call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-radius: 50px;
    border: 2px solid #0fb5c4;
    cursor: pointer;
}

    .btn-schedule-call:hover, .btn-schedule-call:active {
        box-shadow: 0 14px 30px rgba(15, 181, 196, 0.4);
        color: #fff;
        background: #0fb5c4;
        text-decoration: none;
    }

.btn-talk-again {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #7d35eb;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    /*  box-shadow: 0 12px 28px rgba(15, 181, 196, 0.45);*/
}

    .btn-talk-again:hover, .btn-talk-again:active {
        color: #ffffff;
        background: #7d35eb;
        box-shadow: 0 14px 30px rgba(15, 181, 196, 0.4);
        text-decoration: none;
    }

.refresh-icon {
    transition: transform 0.4s ease;
}

.btn-talk-again:hover .refresh-icon {
    transform: rotate(180deg);
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9ca3af;
}

.loader_gif.hidden {
    display: none;
}

.loader_gif {
    max-width: 70px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.btn-talk-expert:hover::before {
    left: 125%;
}

.grad_dark {
    background: rgba(0,0,0,0.65);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    border-radius: 0 0 20px 20px;
    max-width: 680px;
    margin: 0 auto;
}

.grad_dark2 {
    border-radius: 50px;
    background: linear-gradient(to bottom, #020307 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 1px solid #384352;
    max-width: 45%;
    margin: 0 auto;
}

.grad_dark3 {
    background: linear-gradient(to bottom, #232323 0%, #131313 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    max-width: 680px;
    padding-top: 22px !important;
    margin: 0 auto;
}

.status-card {
    position: relative;
}

.status-item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 320px;
}

    .status-item:last-child {
        margin-bottom: 0;
    }

.status-icon {
    position: absolute;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Completed */
.status-item.completed .status-icon, .duration_icon {
    background: rgba(15, 181, 196, 0.15);
    color: #0FB5C4;
    box-shadow: 0 0 10px rgba(15, 181, 196, 0.5);
}

.status-item.completed .status-text {
    color: #ffffff;
}

/* Active */
.status-item.active .status-icon {
    background: rgba(15, 181, 196, 0.25);
    color: #0FB5C4;
    box-shadow: 0 0 15px rgba(15, 181, 196, 0.8);
}

.status-item.active .status-text {
    color: #ffffff;
    font-weight: 600;
}

/* Pending */
.status-item.pending .status-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #bbb;
}

.status-text {
    font-size: 1rem;
}

.bottom-bg {
    background-image: url('../img/bg.webp');
    background-repeat: no-repeat;
    background-position: center bottom; /* Pins the image to the bottom center */
    background-size: cover; /* Optional: ensures the image covers the entire container */
    height: 308px; /* Set a specific height for the container to see the effect */
}

.glow-card {
    position: relative;
    border-radius: 20px;
}

    /* ========================= */
    /* TOP LASER LINE */
    /* ========================= */
    .glow-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 140px;
        height: 3px;
        background: linear-gradient( 90deg, transparent 0%, rgba(15,181,196,0.8) 25%, rgba(15,181,196,1) 50%, rgba(15,181,196,0.8) 75%, transparent 100% );
        border-radius: 50px;
        pointer-events: none;
    }

    /* ========================= */
    /* BOTTOM LASER LINE */
    /* ========================= */
    .glow-card::after {
        content: "";
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 140px;
        height: 3px;
        background: linear-gradient( 90deg, transparent 0%, rgba(15,181,196,0.8) 25%, rgba(15,181,196,1) 50%, rgba(15,181,196,0.8) 75%, transparent 100% );
        border-radius: 50px;
        pointer-events: none;
    }

/* ========================= */
/*  AUDIO WAVE */
/* ========================= */

.wave-container {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    contain: layout;
    overflow: hidden; /* prevent expansion */
    position: relative;
}

/* Wave wrapper */
.audio-wave {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Bars */
.bar {
    /*    4px for desktop / 3px for mobile*/
    width: 4px;
    /*    ///////\\\\\\\\*/
    margin: 0 2px;
    border-radius: 4px;
    transition: height 0.08s linear;
}

/* Client side (Left) */
.client-bar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0fb5c4+10,f6fbfd+50,3d99fd+85 */
    background: linear-gradient(to bottom, #0fb5c4 10%,#f6fbfd 50%,#3d99fd 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 0 0 8px rgba(15,181,196,0.8);
}

/* Agent side (Right) */
.agent-bar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed76fd+10,f6fbfd+50,9a71fa+85 */
    background: linear-gradient(to bottom, #ed76fd 10%,#f6fbfd 50%,#9a71fa 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    box-shadow: 0 0 8px rgba(125,53,235,0.8);
}

/* Center divider */
.center-line {
    width: 2px;
    height: 60px;
    background: #312E38;
    margin: 0 10px;
}

/* Glass pill container */
.status_pill_secure {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 28px;
    border-radius: 60px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.5px;
}


    /* Lock icon */
    .status_pill_secure i {
        color: #0FB5C4;
        margin-right: 12px;
        font-size: 18px;
    }

/* Status items */
.status_item {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

    .status_item:last-child {
        margin-right: 0;
    }

/* Green dot */
.status_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0FB5C4;
    margin: 0 10px;
    box-shadow: 0 0 8px #0FB5C4;
}

@media (max-width: 630px) {

    h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 450px) {
    .logo {
        max-width: 210px;
        padding: 5px 0;
    }
}