/* ===== RESPONSIVE CSS ===== */


/* ===== EXTRA LARGE DEVICES (1600px and up) ===== */
@media (max-width: 1600px) {
    .btn {
        font-size: 16px;
    }
    .login-section .login-content-left {
        padding: 50px;
    }
    .login-section .login-content-left h2 {
        font-size: 42px;
    }
    .login-section .login-content-left .login-img-box .login-img-1 {
        width: 80%;
    }
    .login-section .login-content-left .login-img-box .login-img-2 {
        top: 34%;
        right: 48px;
        width: 42%;
    }
    .login-section .login-content-right {
        padding: 50px 100px;
    }
    .login-section .login-content-right h2 {
        font-size: 26px;
    }
    .dashboard-body .dashboard-content .welcome-box h4 {
        font-size: 20px;
    }
    .dashboard-body .dashboard-content .welcome-box h2 {
        font-size: 60px;
    }
    .dashboard-cards .card .card-content h2 {
        font-size: 44px;
    }
    .dashboard-cards .card .card-content p {
        font-size: 18px;
    }
    .modal-bottom-sheet .modal-header .modal-title {
        font-size: 30px;
    }
    .job-profile-modal .modal-header .modal-title {
        font-size: 30px;
    }
    .job-profile-modal .job-profile-step-content h3 {
        font-size: 22px;
    }
    .job-profile-modal .job-profile-step-content p {
        font-size: 17px;
    }
    .job-profile-section .job-profile-step-content h3 {
        font-size: 28px;
    }
    .job-profile-modal .modal-footer .job-profile-payment-note {
        font-size: 17px;
    }
    .dashboard-section .dashboard-header .interview-title {
        font-size: 30px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .video-footer-btns ul li .calling-btns {
        height: 60px;
        width: 60px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .video-footer-btns ul li .calling-btns img {
        height: 30px;
        width: 30px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .video-footer-btns ul li .calling-btns.end-call-btn {
        width: 98px;
        background: #FF0000;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox img {
        height: 50px;
        width: 50px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox.question {
        font-size: 16px;
        line-height: 24px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox.answer {
        font-size: 16px;
        line-height: 28px;
    }
}

/* ===== EXTRA LARGE DEVICES (1200px and up) ===== */
@media (max-width: 1200px) {
    .login-section .login-content-left h2 {
        font-size: 28px;
    }
    .login-section .login-content-left p {
        font-size: 14px;
    }
    .login-section .login-content-right {
        padding: 50px;
    }
    .login-section .login-content-left .login-img-box .login-img-1 {
        width: 90%;
    }
    .login-section .login-content-left .login-img-box .login-img-2 {
        top: 34%;
        right: 5px;
        width: 42%;
    }
    .dashboard-body .dashboard-content .welcome-box .btn-tritiary {
        position: static;
        margin-top: 15px;
    }
    .dashboard-body .dashboard-content .dashboard-cards {
        flex-wrap: wrap-reverse;
        gap: 30px;
        height: auto;
        justify-content: start;
    }
    .job-profile-section {
        min-height: 300px;
    }
    .job-profile-modal .modal-header .modal-title {
        font-size: 24px;
    }
    .job-profile-modal .modal-header .progress {
        width: 180px;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li h4 {
        font-size: 16px;
    }
    .job-profile-modal .job-profile-step-content .step-4 .upload-resume-box {
        padding: 20px;
    }
    .job-profile-modal .job-profile-step-content textarea.form-control {
        height: 150px;
    }
    .job-profile-modal .job-profile-step-content .horizontal-line {
        margin: 30px 0;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li p {
        margin-bottom: 30px;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li h4 {
        font-size: 30px;
    }
    .job-profile-modal .modal-footer .job-profile-payment-note {
        max-width: 70%;
    }
    .dashboard-section .dashboard-header .interview-title {
        font-size: 24px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container {
        grid-template-columns: 60% 40%;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .recording-box {
        padding: 15px;
        height: 50px;
        width: 160px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .recording-box h4 {
        font-size: 16px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox img {
        height: 40px;
        width: 40px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox.question {
        font-size: 16px;
        line-height: 24px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox.answer {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    .btn {
        font-size: 14px;
    }
    .login-section .grid-container {
        grid-template-columns: 1fr;
    }
    .login-section .grid-container .grid-item:nth-child(1) {
        display: none;
    }
    .dashboard-body .dashboard-content .welcome-box h2 {
        font-size: 50px;
    }
    .dashboard-cards .card .card-icon {
        height: 61px;
        width: 61px;
    }
    .dashboard-cards .card .card-content h2 {
        font-size: 34px;
    }
    .dashboard-cards .card .card-content p {
        font-size: 16px;
    }
    .dashboard-body .dashboard-content .dashboard-cards {
        gap: 20px;
    }
    .dashboard-section .dashboard-header {
        display: block;
        position: relative;
        text-align: center;
    }
    .logo-box {
        text-align: left;
    }
    .navigation-tabs {
        margin-top: 20px;
        display: inline-block;
    }
    .user-img-box {
        top: 17px;
        right: 20px;
        position: absolute;
    }
    .user-img-box .user-img {
        height: 50px;
    }
    .job-profile-modal .modal-header {
        padding: 15px;
    }
    .job-profile-modal .modal-header .btn-back {
        height: 36px;
        width: 100px;
    }
    .job-profile-modal .modal-header .modal-title {
        font-size: 22px;
    }
    .job-profile-modal .modal-header .progress {
        width: 140px;
    }
    .job-profile-modal .modal-header .job-profile-step-label {
        font-size: 12px;
    }
    .job-profile-modal .job-profile-step-content .form-control {
        height: 50px;
        font-size: 14px;
    }
    .job-profile-modal .job-profile-step-content .form-control::placeholder {
        font-size: 14px;
    }
    .job-profile-modal .job-profile-step-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .job-profile-modal .job-profile-step-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .job-profile-modal .job-profile-step-content .down-para {
        font-size: 14px;
        margin-left: 0;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul {
        gap: 10px;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li {
        padding: 10px 15px;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li.active {
        padding: 10px 15px;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li h4 {
        font-size: 14px;
    }
    .job-profile-modal .job-profile-step-content .step-5 h3 {
        margin-bottom: 20px;
    }
    .job-profile-modal .job-profile-step-content .horizontal-line {
        margin: 20px 0;
    }
    .job-profile-modal .modal-footer {
        padding: 15px;
    }
    .job-profile-modal .modal-footer .job-profile-payment-note {
        font-size: 13px;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul {
        gap: 20px;
    }
    .dashboard-section .interview-header {
        display: flex;
    }
    .dashboard-section .interview-header .hide-lg {
        display: none;
    }
    .dashboard-section .dashboard-body .call-page-header {
        margin-bottom: 30px;
    }
    .dashboard-section .dashboard-body .call-page-content h3 {
        font-size: 30px;
    }
    .dashboard-section .dashboard-body .call-page-content p {
        font-size: 18px;
        line-height: 27px;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container .grid-item .form-control {
        font-size: 16px;
        height: 60px;
        padding: 15px;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container .grid-item .mic-check-box .level-input-box {
        padding: 10px;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container .grid-item .mic-check-box .level-input-box .mic-level-bars {
        gap: 4px;
        justify-content: center;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container {
        grid-template-columns: 50% 50%;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .recording-box {
        padding: 10px;
        height: 40px;
        width: auto;
        left: 10px;
        top: 10px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .recording-box h4 {
        font-size: 14px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox img {
        height: 40px;
        width: 40px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox.question {
        font-size: 16px;
        line-height: 24px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section .chatbox.answer {
        font-size: 16px;
        line-height: 28px;
    }
    .dashboard-section .dashboard-header .interview-title {
        font-size: 20px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .video-footer-btns {
        bottom: 10px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .video-footer-btns ul {
        gap: 10px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .video-footer-btns ul li .calling-btns {
        height: 50px;
        width: 50px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .video-footer-btns ul li .calling-btns img {
        height: 25px;
        width: 25px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-call-section .video-footer-btns ul li .calling-btns.end-call-btn {
        width: 70px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item .video-chat-section {
        padding: 15px;
    }
}

/* ===== LARGE DEVICES (992px to 1199px) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* ===== MEDIUM DEVICES (768px to 991px) ===== */
@media (min-width: 768px) and (max-width: 991px) {
    
}

/* ===== SMALL DEVICES (576px to 767px) ===== */
@media (min-width: 576px) and (max-width: 767px) {
    .navigation-tabs .nav-tabs .nav-link {
        font-size: 14px;
        padding: 12px 17px;
        height: 50px;
    }
    .dashboard-section .dashboard-header {
        margin-bottom: 20px;
    }
    .dashboard-body .dashboard-content .welcome-box {
        padding-top: 0;
    }
    .dashboard-body .dashboard-content .welcome-box h4 {
        font-size: 17px;
    }
    .dashboard-body .dashboard-content .welcome-box h2 {
        font-size: 40px;
    }
    .dashboard-body .dashboard-content .welcome-box .btn-tritiary {
        position: static;
        margin-top: 0;
    }
    .dashboard-body .dashboard-content .dashboard-cards {
        gap: 15px;
        flex-wrap: nowrap;
        margin-top: 20px;
    }
    .dashboard-cards .card .card-icon {
        height: 51px;
        width: 51px;
        margin-right: 10px;
    }
    .dashboard-cards .card .card-icon img {
        height: 28px;
    }
    .dashboard-cards .card .card-content h2 {
        font-size: 28px;
    }
    .dashboard-cards .card .card-content p {
        font-size: 14px;
    }
    .job-profile-section {
        margin-top: 20px;
    }
    .job-profile-section .job-profile-step-content h3 {
        font-size: 24px;
    }
    .job-profile-modal .modal-header .modal-title {
        font-size: 18px;
    }
    .job-profile-modal .modal-header .btn-back .hide-sm {
        display: none;
    }
    .job-profile-modal .modal-header .btn-back {
        height: auto;
        width: auto;
        padding: 0;
        border: none;
    }
    .job-profile-modal .modal-header .grid-container {
        grid-template-columns: 10% 45% 45%;
    }
    .job-profile-modal .modal-body {
        align-items: start;
        justify-content: start;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li {
        padding: 7px 10px;
        height: 30px;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li.active {
        padding: 7px 10px;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li h4 {
        font-size: 12px;
    }
    .modal-bottom-sheet .modal-footer .or-label {
        margin: 0 20px;
    }
    .modal-bottom-sheet .modal-footer .btn-secondary {
        min-width: inherit;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li {
        padding: 10px;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li.active {
        padding: 10px;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li p {
        margin-bottom: 20px;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li h4 {
        font-size: 24px;
    }
    .job-profile-modal .modal-footer .job-profile-payment-note {
        font-size: 12px;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container {
        grid-template-columns: 1fr;
    }
    .dashboard-section .dashboard-body .call-page-content h3 {
        font-size: 26px;
    }
    .dashboard-section .dashboard-body .call-page-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .dashboard-section .dashboard-header .interview-title {
        font-size: 18px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item:nth-child(2) {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .bottom-sheet-modal .modal-dialog {
        max-width: 100vw;
    }

    .modal-bottom-sheet .modal-content {
        border-radius: 18px 18px 0 0;
        max-height: 85vh;
    }
}

/* ===== EXTRA SMALL DEVICES (up to 575px) ===== */
@media (max-width: 575px) {
    .logo-box .logo {
        height: 45px;
    }    
    .login-section .login-content-right {
        padding: 30px;
    }
    .modal-bottom-sheet .modal-header .modal-title {
        font-size: 24px;
    }
    .modal-bottom-sheet .modal-footer .enter-btn {
        font-size: 14px;
    }
    .modal-bottom-sheet .modal-footer .or-label {
        margin: 0 20px;
    }
    .modal-bottom-sheet .modal-footer .btn-secondary {
        font-size: 14px;
        width: auto;
    }
    .dashboard-section {
        padding: 10px;
    }
    .dashboard-section .dashboard-header {
        padding: 15px;
        min-height: 80px;
        margin-bottom: 20px;
    }
    .dashboard-section .dashboard-body .tab-content {
        margin-top: 100px;
    }
    .navigation-tabs {
        margin-top: 0;
        max-height: inherit;
        position: absolute;
        left: 0;
        right: 0;
        top: 90px;
        background: var(--black);
        z-index: 999;
        padding: 5px;
    }
    .navigation-tabs .nav-tabs {
        display: block;
        max-width: inherit;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
    .navigation-tabs .nav-tabs .nav-item {
        display: inline-block;
    }
    .navigation-tabs .nav-tabs .nav-link {
        font-size: 15px;
        padding: 10px 15px;
        height: 50px;
        color: var(--white);
    }
    .navigation-tabs .nav-tabs .nav-link.active {
        background: var(--white);
        color: var(--black);
    }
    .dashboard-body .dashboard-content .welcome-box {
        padding-top: 0;
    }
    .dashboard-body .dashboard-content .welcome-box h4 {
        font-size: 16px;
    }
    .dashboard-body .dashboard-content .welcome-box h4 {
        font-size: 16px;
    }
    .dashboard-body .dashboard-content .welcome-box .btn-secondary {
        width: 100%;
    }
    .dashboard-body .dashboard-content .welcome-box .btn-tritiary {
        width: 100%;
    }
    .dashboard-body .dashboard-content .dashboard-cards {
        display: block;
        margin-top: 20px;
    }
    .dashboard-body .dashboard-content .dashboard-cards .card {
        margin-top: 15px;
    }
    .dashboard-body .dashboard-content .welcome-box .btn-tritiary {
        margin-top: 10px;
    }
    .modal-bottom-sheet .modal-content {
        max-height: 90vh;
    }
    .job-profile-section {
        margin-top: 20px;
    }
    .job-profile-section .job-profile-step-content h3 {
        font-size: 24px;
    }
    .job-profile-modal .modal-header .modal-title {
        font-size: 18px;
    }
    .job-profile-modal .modal-header .btn-back .hide-sm {
        display: none;
    }
    .job-profile-modal .modal-header .btn-back {
        height: auto;
        width: auto;
        padding: 0;
        border: none;
    }
    .job-profile-modal .modal-header .grid-container {
        grid-template-columns: 10% 45% 45%;
    }
    .job-profile-modal .modal-body {
        align-items: start;
        justify-content: start;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li {
        padding: 7px 10px;
        height: 30px;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li.active {
        padding: 7px 10px;
    }
    .job-profile-modal .job-profile-step-content .step-3 .skills-box ul li h4 {
        font-size: 12px;
    }
    .modal-bottom-sheet .modal-footer .or-label {
        margin: 0 20px;
    }
    .modal-bottom-sheet .modal-footer .btn-secondary {
        min-width: inherit;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li {
        padding: 10px;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li.active {
        padding: 10px;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li p {
        margin-bottom: 20px;
    }
    .job-profile-modal .job-profile-step-content .step-6 .skills-box ul li h4 {
        font-size: 24px;
    }
    .job-profile-modal .modal-footer .job-profile-payment-note {
        font-size: 12px;
    }
    .job-profile-modal .modal-header .grid-container .grid-item:nth-child(1) {
        position: absolute;
    }
    .job-profile-modal .modal-header .grid-container {
        grid-template-columns: 1fr;
    }
    .job-profile-modal .modal-header .steps-section {
        justify-content: center;
    }
    .modal-bottom-sheet .modal-footer {
        justify-content: center;
    }
    .job-profile-modal .modal-footer.step-6-footer {
        display: block;
    }
    .job-profile-modal .modal-footer .job-profile-payment-note {
        max-width: 100%;
        margin-bottom: 12px;
    }
    .job-profile-modal .step-6-footer .btn-secondary {
        width: 100%;
    }
    .job-profile-section .job-profile-content h3 {
        font-size: 28px;
    }
    .dashboard-section .dashboard-body .call-page-content h3 {
        font-size: 22px;
    }
    .dashboard-section .dashboard-body .call-page-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container {
        grid-template-columns: 1fr;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .login-btn {
        margin-top: 0;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container .grid-item .mic-check-box .speak-btn {
        font-size: 14px;
        width: 100%;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container .grid-item .mic-check-box .stop-btn {
        font-size: 14px;
        width: 100%;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container .grid-item .mic-check-box .play-btn {
        font-size: 14px;
        width: 100%;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .login-btn {
        font-size: 14px;
        width: 100%;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .custom-checkbox {
        margin-bottom: 20px;
    }
    .dashboard-section .dashboard-header .interview-title {
        font-size: 18px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .dashboard-section .dashboard-body .interview-page-content .grid-container .grid-item:nth-child(2) {
        padding-left: 0;
    }
}

/* ===== EXTRA SMALL DEVICES (up to 575px) ===== */
@media (max-width: 420px) {
    .login-section .login-content-right {
        padding: 20px;
    }
    .login-section .login-content-right .logo {
        margin-bottom: 40px;
    }
    .login-section .login-content-right h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .login-section .login-content-right .login-form .form-label {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .login-section .login-content-right .login-form .form-control {
        height: 50px;
        font-size: 14px;
    }
    .login-section .login-content-right .login-form .form-control::placeholder {
        font-size: 14px;
    }
    .login-section .login-content-right .login-form .input-group-append {
        height: 50px;
    }
    .custom-checkbox {
        font-size: 14px;
        padding-left: 27px;
    }
    .custom-checkbox .checkmark:after {
        left: 6px;
        top: 1px;
    }
    .checkmark {
        height: 20px;
        width: 20px;
    }
    .login-section .login-content-right .login-form .forgot-password-link {
        font-size: 14px;
    }
    .login-section .login-content-right .login-form .terms-and-condition {
        font-size: 14px;
    }
    .or-label {
        font-size: 14px;
    }
    .login-section .login-content-right .login-form .login-btn {
        height: 48px;
        font-size: 14px;
    }
    .login-section .login-content-right .login-form .secondary-btn {
        height: 48px;
        font-size: 14px;
    }
    .login-section .login-content-right .login-form .secondary-btn .icon-img {
        margin-right: 3px;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container .grid-item .mic-check-box {
        padding: 20px;
    }
    .dashboard-section .dashboard-body .call-page-content .calling-setup-box .grid-container .grid-item .mic-check-box .level-input-box .mic-level-bars .hide-xs {
        display: none;
    }
    .job-profile-section .job-profile-content h3 {
        font-size: 23px;
    }
    .dashboard-section .dashboard-body .call-page-header .btn-back {
        width: 100%;
    }
}

/* ===== LANDSCAPE ORIENTATION (for mobile devices) ===== */
@media (max-width: 767px) and (orientation: landscape) {
    
}

/* ===== HIGH DPI DISPLAYS ===== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    
}

/* ===== PRINT STYLES ===== */
@media print {
    
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
}

/* ===== FOCUS VISIBLE (for keyboard navigation) ===== */
@media (any-hover: none) {
    
}

/* ===== TOUCH DEVICES ===== */
@media (hover: none) and (pointer: coarse) {
    
}

.fullscreen-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.fullscreen-modal-content {
    width: 100vw;
    min-height: 100vh;
    background: #fff; /* <-- Make background solid white */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    box-shadow: none;
}


