.popup-call-back {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(95, 67, 34, 0.14);
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.96);
    color: #4f3821;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.pandit-call-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: stretch;
    justify-content: stretch;
    background: rgba(15, 23, 42, 0.84);
    backdrop-filter: blur(8px);
}

.pandit-call-overlay.open {
    display: flex;
}

.pandit-call-modal {
    width: 100vw;
    height: 100vh;
    padding: 16px;
    background: #0f172a;
}

.popup-call-frame {
    width: 100%;
    height: calc(100vh - 32px);
    border: 0;
    border-radius: 24px;
    background: #fff;
}

@media (max-width: 767px) {
    .pandit-call-modal {
        padding: 8px;
    }

    .popup-call-frame {
        height: calc(100vh - 16px);
        border-radius: 18px;
    }
}
