        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            overflow-x: hidden;
        }

        img {
            width: 100%;
            display: block;
        }

        .container {
            width: 100%;
        }

        .hero-section {
            height: fit-content;
            position: relative;
            overflow: hidden;
            background: #ffff;
            padding: 0 7rem;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            position: relative;
            z-index: 1000;
        }

        .logo img {
            width: 185px;
        }

        #menu-checkbox {
            display: none;
        }

        .menu-toggle {
            display: none;
            font-size: 26px;
            color: #003B78;
            cursor: pointer;
            z-index: 3000;
            position: relative;
        }

        .close-menu {
            display: none;
            font-size: 26px;
            color: #003B78;
            cursor: pointer;
        }

        .nav-right {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .top-mail {
            font-size: 15px;
            color: #003B78;
            margin-bottom: 35px;
            font-family: 'Inter';
        }

        .nav-bottom {
            display: flex;
            align-items: center;
            gap: 35px;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 14px;
            font-family: 'Inter';
        }

        .nav-links a {
            text-decoration: none;
            color: #606060;
            font-size: 15px;
            font-family: "Inter";
            transition: .3s;
        }

        .nav-links a:hover,
        .nav-links .active {
            color: #003B78;
        }

        .nav-links .active {
            font-weight: 700;
        }

        .login-btn {
            background: #013D7A;
            color: #fff;
            border: none;
            padding: 10px 70px;
            border-radius: 30px;
            cursor: pointer;
            font-size: 14px;
            font-family: 'Inter';
        }

        .hero-row {
            display: flex;
            align-items: center;
            gap: 40px;
            margin: 15px 0;
        }

        .hero-left {
            width: 50%;
            margin-bottom: 10%;
        }

        .hero-right {
            width: 50%;
            display: flex;
            justify-content: end;
        }

        .small-title {
            color: #6d6d6d;
            font-size: 13px;
            font-family: "K2D";
            margin-bottom: 10px;
        }

        .main-title {
            font-size: 65px;
            line-height: 1;
            color: #0061C3;
            font-weight: 500;
            font-family: "K2D";
        }

        .sub-title {
            font-size: 42px;
            color: #222;
            margin-bottom: 24px;
            font-weight: 400;
            font-family: "K2D";
        }

        .hero-desc {
            line-height: 1.5;
            color: #555;
            font-size: 17px;
            font-family: 'Inter';
            max-width: 550px;
        }

        .phone-screen {
            width: 100%;
            height: fit-content;
            border-radius: 34px;
            overflow: hidden;
            border: 8px solid black;
            background: #000;
        }

        .phone-screen img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

        .phone-left {
            width: 220px;
            height: 455px;
            left: 160px;
            top: 120px;
        }

        .phone-right {
            width: 220px;
            height: 455px;
            right: 0;
            top: 40px;
        }

        .story-circle a {
            position: absolute;
            text-decoration: none;
            left: 45%;
            transform: translateX(-50%);
            bottom: 50px;
            width: 140px;
            height: 140px;
            background: #005fc9;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            font-family: 'Inter';
            align-items: center;
            color: #fff;
            text-align: center;
            line-height: 1.6;
            font-weight: 300;
            font-size: 18px;
            z-index: 10;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }

        .story-circle a:hover {
            transform: translateX(-50%) scale(1.08);
        }

        .quiz-wrapper {
            position: absolute;
            left: 0;
            bottom: 80px;
            z-index: 20;
        }

        .quiz-btn {
            width: 95px;
            height: 95px;
            background: #0061C3;
            border-radius: 0 45px 45px 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 18px;
            padding: 0 18px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.4s ease;
        }

        .quiz-btn.active {
            width: 280px;
        }

        .quiz-icon {
            flex-shrink: 0;
        }

        .quiz-icon img {
            width: 60px;
            display: block;
        }

        .quiz-txt {
            text-align: end;
            white-space: nowrap;
            opacity: 0;
            width: 0;
            overflow: hidden;
            transition: all 0.35s ease;
        }

        .quiz-btn.active .quiz-txt {
            opacity: 1;
            width: 220px;
        }

        .quiz-small {
            color: #17DCFF;
            display: block;
            font-size: 14px;
            font-family: "Manrope";
            margin-bottom: 2px;
        }

        .quiz-big {
            font-size: 17px;
            font-weight: 600;
            font-family: "Manrope";
            color: #fff;
        }
        .quiz-txt a{
            text-decoration: none;
        }
        .sidebar-top {
            display: none;
        }

        .container-section {
            overflow-x: hidden;
            width: 100%;
            margin: auto;
        }

        .cases-section {
            padding: 3rem 7rem;
            background: #ececec;
            height: fit-content;
        }

        .cases-wrapper {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 40px;
            align-items: start;
        }

        .cases-left {
            padding-top: 25px;
        }

        .cases-title {
            font-size: 65px;
            line-height: 1;
            font-weight: 400;
            color: #0061C3;
            margin-bottom: 35px;
            font-family: 'K2D';

        }

        .cases-desc {
            font-size: 19px;
            line-height: 1.3;
            font-weight: 300;
            color: #000000;
            font-family: 'Inter';
        }


        .cases-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
            align-items: start;
        }

        .case-card {
            border: 1.5px solid #3D3D3D;
            border-radius: 32px;
            position: relative;
            width: 310px;
            overflow: hidden;
            padding: 30px;
            min-height: 235px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition: .35s ease;
            background: transparent;
        }

        .case-card h3,
        .case-card p,
        .card-number {
            transition: .35s ease;
        }


        .case-card.active:hover {
            background: #ffffff;
        }

        .case-card.active:hover h3,
        .case-card.active:hover p,
        .case-card.active:hover .card-number {
            color: #5d8fc2;
        }


        .card-2:hover,
        .card-3:hover {
            background: #5d8fc2;
        }

        .card-2:hover h3,
        .card-2:hover .card-number,
        .card-3:hover h3,
        .card-3:hover .card-number {
            color: #ffffff;
        }

        .case-card.active {
            background: #5d8fc2;
            color: #fff;
        }


        .card-1 {
            grid-column: 2;

        }


        .card-2 {
            grid-column: 1;
            background-color: #ffff;
        }


        .card-3 {
            grid-column: 2;
            background-color: #ffff;
        }

        .card-number {
            position: absolute;
            top: 16px;
            right: 20px;
            font-size: 18px;
            font-weight: 400;
        }

        .case-card h3 {
            font-size: 19px;
            line-height: 1;
            font-weight: 400;
            margin-bottom: 16px;
            font-family: 'Manrope';
        }

        .case-card p {
            font-size: 13px;
            line-height: 1.6;
            font-weight: 300;
            max-width: 300px;
            font-family: 'Manrope';
        }

        .card-2 h3,
        .card-3 h3 {
            color: #001F3F;
            margin-bottom: 0;
            max-width: 260px;
        }

        .contributors-section {
            background: #fff;
            padding: 40px 7rem;
            overflow: hidden;
            position: relative;
            height: fit-content;
        }

        .container-custom {
            width: 100%;
            position: relative;
        }

        .contributors-heading {
            margin-bottom: 40px;
        }

        .contributors-heading h2 {
            font-size: 65px;
            font-weight: 500;
            font-family: "K2D";
            line-height: 1;
            color: #0061C3;
            margin-bottom: 8px;
            font-weight: 400;
        }

        .contributors-heading p {
            font-size: 20px;
            line-height: 1.25;
            color: #222;
            max-width: 880px;
            font-family: "Inter";
            font-weight: 300;
        }

        .arrow-circle {
            position: absolute;
            left: 0px;
            width: 120px;
            height: 120px;
            border: none;
            background: #0061C3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.3s;
            z-index: 99;
        }

        .arrow-circle a {
            text-decoration: none;
            color: #fff;
            font-size: 45px;
        }

        .arrow-circle:hover {
            transform: scale(1.05);
        }

        .arrow-circle span {
            color: #fff;
            font-size: 95px;
            line-height: 1;
            font-weight: 300;
        }

        .contributor {
            display: flex;
            align-items: center;
            position: relative;
        }

        .contributor-top {
            justify-content: flex-end;
            gap: 25px;
            padding-right: 120px;
        }

        .contributor-bottom {
            justify-content: flex-start;
            gap: 65px;
            margin-top: -90px;
            padding-left: 230px;
        }


        .content-box {
            width: 230px;
        }

        .content-box h3 {
            font-size: 22px;
            font-weight: 500;
            color: #111;
            font-family: "Inter";
            margin-bottom: 12px;
            margin-top: 0;

        }

        .content-box p {
            font-size: 13px;
            line-height: 1.25;
            color: #222;
            font-weight: 400;
            font-family: "Inter";
        }


        .image-box {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            position: relative;
            flex-shrink: 0;
        }

        .image-box img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            display: block;
            transition: 0.4s;
        }


        .role-badge {
            position: absolute;
            top: 22px;
            right: -83px;
            font-family: "Inter";
            background: #0061C3;
            color: #fff;
            padding: 12px 22px;
            border-radius: 8px;
            font-size: 13px;
            white-space: nowrap;
        }

        .connector {
            position: relative;
            width: 240px;
            height: 55px;
            margin-top: 12px;
        }


        .testimonials-section {
            position: relative;
            background: #F3F3F3;
            padding: 3rem 7rem 0 7rem;
            overflow: hidden;
        }

        .testimonial-container {
            width: 100%;
            position: relative;
            min-height: 700px;
        }

        .testimonial-heading {
            text-align: center;
            max-width: 950px;
            margin: auto;
            position: relative;
            z-index: 2;
        }

        .testimonial-heading h2 {
            font-size: 65px;
            font-weight: 400;
            color: #0061C3;
            line-height: 1;
            margin-bottom: 25px;
            font-family: "K2D";
        }

        .quote {
            font-size: 20px;
            line-height: 1.4;
            color: #111;
            margin-bottom: 45px;
            font-weight: 300;
            font-family: "Inter";
        }

        .description {
            font-size: 24px;
            line-height: 1.25;
            color: #111;
            margin: auto;
            font-family: "Inter";
            font-weight: 300;
        }

        .description span {
            color: #0061C3;
            font-weight: 600;
        }

        .testimonial-left,
        .testimonial-right {
            position: absolute;
            z-index: 2;
        }

        .person-image {
            width: 275px;
            height: 275px;
            border-radius: 50%;
            overflow: hidden;
        }

        .person-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .person-content {
            text-align: center;
            margin-top: 22px;
        }

        .small-text {
            font-size: 18px;
            color: #222;
            margin-bottom: 5px;
        }

        .person-content h3 {
            font-size: 19px;
            font-weight: 600;
            color: #000;
            font-family: "Inter";
            margin: 0;
        }

        .person-content p {
            font-size: 13px;
            line-height: 1.4;
            font-weight: 300;
            font-family: "Inter";
            color: #000;
            margin: 0;
        }

        .testimonial-left {
            top: 140px;
        }

        .testimonial-right {
            top: 140px;
            right: 0;
        }

        .video-btn {
            position: absolute;
            width: 115px;
            height: 115px;
            background: #0061C3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: 0.3s;
            z-index: 3;
        }

        .video-btn:hover {
            transform: scale(1.05);
        }

        .video-btn svg {
            width: 78px;
            height: 78px;
        }

        .video-btn polygon {
            fill: transparent;
            stroke: #fff;
            stroke-width: 2;
        }

        .outer-circle {
            fill: transparent;
            stroke: #fff;
            stroke-width: 2;
            stroke-dasharray: 7;
        }

        .video-btn-left {
            left: 400px;
            top: 345px;
        }

        .video-btn-right {
            right: 400px;
            top: 345px;
        }


        .help-btn {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 120px;

            width: 115px;
            height: 115px;
            border-radius: 50%;
            background: #25A297;

            display: flex;
            align-items: center;
            justify-content: center;

            text-decoration: none;
            z-index: 3;
            transition: 0.3s;
        }

        .help-btn:hover {
            transform: translateX(-50%) scale(1.05);
        }

        .help-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }


        .help-content img {
            width: 62px;
            height: 62px;
            object-fit: contain;
            filter: brightness(0) invert(1);
        }

        .news-section {
            padding: 70px 7rem;
            background: #fff;
        }

        .news-container {
            max-width: 1600px;
            margin: auto;
        }

        .news-heading h2 {
            font-size: 65px;
            line-height: 1;
            color: #0061C3;
            font-weight: 400;
            font-family: "K2D";
            margin-bottom: 18px;
        }

        .news-heading p {
            font-size: 20px;
            color: #000;
            line-height: 1.4;
            font-weight: 300;
            margin-bottom: 55px;
            font-family: "Inter";
        }

        .news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 26px;
        }

        .news-card {
            width: 100%;
        }

        .news-image {
            width: 100%;
            height: 260px;
            border-radius: 28px;
            overflow: hidden;
            margin-bottom: 24px;
        }

        .news-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: 0.4s ease;
        }

        .news-card:hover .news-image img {
            transform: scale(1.04);
        }

        .news-content h3 {
            font-size: 20px;
            line-height: 1.15;
            color: #1A1C1C;
            font-weight: 500;
            font-family: "Manrope";
            height: 55px;
        }

        .news-content p {
            font-size: 14px;
            line-height: 1.4;
            color: #5A6062;
            font-weight: 200;
            margin-bottom: 10px;
            font-family: "Inter";
        }

        .read-post {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            text-decoration: none;
            color: #005EB8;
            font-size: 11px;
            font-weight: 500;
            font-family: "Inter";
            transition: 0.3s;
        }

        .read-post span {
            font-size: 28px;
            transition: 0.3s;
        }

        .read-post:hover span {
            transform: translateX(6px);
        }

        .download-section {
            background-color: #F3F3F3;
            padding: 0rem 7rem;
            height: fit-content;
            overflow: hidden;
            font-family: 'Inter', sans-serif;
        }

        .download-container {
            width: 100%;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 60px;
        }

        .download-left {
            flex: 1;
            max-width: 650px;
        }

        .download-top h2 {
            font-size: 65px;
            font-weight: 400;
            color: #0061C3;
            line-height: 1.1;
            margin-bottom: 3rem;
            font-family: 'K2D';
        }

        .download-top .quote {
            font-size: 23px;
            font-weight: 500;
            color: #000;
            line-height: 1.4;
            font-family: 'Inter';
            margin-bottom: 50px;
        }

        .download-left .description {
            font-size: 20px;
            font-weight: 300;
            color: #000;
            line-height: 1.5;
            margin-bottom: 50px;
        }

        .download-buttons img {
            width: 35px;
        }

        .download-buttons {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .app-store-btn,
        .google-play-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: transparent;
            border: 2px solid #999;
            border-radius: 14px;
            padding: 12px 24px;
            text-decoration: none;
            color: #333;
            transition: 0.3s;
            cursor: pointer;
        }

        .app-store-btn:hover,
        .google-play-btn:hover {
            border-color: #0061C3;
            background: #0062c30d;
        }

        .app-store-btn svg,
        .google-play-btn svg {
            width: 32px;
            height: 32px;
            flex-shrink: 0;
        }

        .btn-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }

        .btn-text .small {
            font-size: 11px;
            font-weight: 400;
            color: #9A9A9A;
            font-family: 'Inter';
            letter-spacing: 0.3px;
        }

        .btn-text .big {
            font-size: 16px;
            font-weight: 500;
            color: #000;
            font-family: 'Inter';
            letter-spacing: 0.5px;
        }

        .download-right {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            position: relative;
            overflow: hidden;
        }

        .phones-wrapper1 {
            position: relative;
            width: 100%;
            max-width: 460px;
            height: 440px;
        }

        .phone1 {
            position: absolute;
            background: #fff;
            padding: 8px;
            border-radius: 38px;
            box-shadow: 0 8px 23px rgb(0 0 0 / 92%);
            overflow: hidden;
            transition: transform 0.4s ease;
        }

        .phone-screen1 {
            width: 100%;
            height: 100%;
            border-radius: 30px;
            overflow: hidden;
            background: #000;
        }

        .phone-screen1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
            display: block;
        }

        .phone-back {
            width: 240px;
            height: 480px;
            top: 40px;
            z-index: 1;
        }

        .phone-back:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
        }

        .phone-front:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3);
        }

        .phone-front {
            width: 240px;
            height: 480px;
            right: 20px;
            top: 110px;
            z-index: 2;
        }


        .footer-section {
            width: 100%;
            background: #ffff;
            margin-bottom: 15px;
        }

        .footer-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 60px;
            flex-wrap: wrap;

        }

        .footer-down {
            display: flex;
            justify-content: space-between;
        }

        .footer-left {
            flex: 1;
            min-width: 320px;
        }

        .footer-logo {
            width: 220px;
            margin-bottom: 10px;
        }

        .footer-logo img {
            width: 100%;
            display: block;
        }

        .footer-text {
            font-size: 14px;
            font-weight: 300;
            font-family: "Inter";
            line-height: 1.5;
            color: #222;
        }

        .copyright {
            font-size: 12px;
            color: #000;
            line-height: 1.6;
            font-weight: 300;
            font-family: 'Inter';
        }

        .copyright a {
            color: #000;
            text-decoration: underline;
        }

        .footer-right {
            width: 420px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: end;
        }

        .footer-right p {
            font-size: 15px;
            line-height: 1.5;
            color: #000;
            font-family: "Inter";
            margin-bottom: 40px;
            font-weight: 300;
        }

        .contact-btn {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 167px;
            height: 48px;
            border-radius: 40px;
            background: #013D7A;
            color: #fff;
            text-decoration: none;
            font-size: 16x;
            font-weight: 500;
            transition: 0.3s ease;
            margin-bottom: 120px;
            font-family: "Inter";
        }

        .contact-btn:hover {
            background: #fff;
            color: #013D7A;
            border: 1px solid #013D7A;
        }

        .social-wrapper {
            display: flex;
            align-items: center;
            gap: 18px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .social-wrapper span {
            font-size: 12px;
            color: #000;
            font-family: 'Manrope';
            font-weight: 300;
            letter-spacing: 0;
        }

        .social-icons {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .social-icons a {
            width: 22px;
            height: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s ease;
        }

        .social-icons a img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .social-icons a:hover {
            transform: translateY(-2px);
        }

        .consultants-section {
            width: 100%;
            padding: 0px 7rem;
            background: #fff;
        }

        .consultants-container {
            padding: 2rem 0;
        }

        .container-section-doctor {
            padding: 2rem 0;
        }

        .section-header {
            text-align: center;
            margin-bottom: 55px;
        }

        .section-header h2 {
            font-size: 38px;
            font-weight: 700;
            color: #1f3d68;
            margin-bottom: 18px;
            line-height: 1.2;
            font-family: "Manrope";
        }

        .section-header p {
            max-width: 665px;
            margin: 0 auto;
            font-size: 13px;
            line-height: 1.7;
            color: #44474E;
            font-weight: 400;
            font-family: "Manrope";
        }

        .consultants-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        .consultant-card {
            background: #fff;
            border: 1px solid #e7e7e7;
            border-radius: 10px;
            padding: 38px 28px 32px;
            text-align: center;
            transition: 0.35s ease;
        }

        .consultant-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        }


        .consultant-image {
            width: 130px;
            height: 130px;
            margin: 0 auto 24px;
            border-radius: 50%;
            overflow: hidden;
        }

        .consultant-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


        .consultant-card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #1B365D;
            line-height: 1.3;
            font-family: "Manrope";
        }

        .designation {
            font-size: 9px;
            font-weight: 700;
            color: #0D5EAF;
            letter-spacing: 0.2px;
            text-transform: uppercase;
            margin-bottom: 18px;
            display: block;
            font-family: "Manrope";
        }

        .description1 {
            font-size: 13px;
            line-height: 1.8;
            color: #44474E;
            margin-bottom: 24px;
            font-weight: 400;
            font-family: "Manrope";
        }


        .find-more {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #0D5EAF;
            font-size: 13px;
            font-weight: 400;
            text-transform: uppercase;
            transition: 0.3s ease;
            font-family: "Manrope";
        }

        .find-more:hover {
            color: #123f7a;
        }

        .find-more span {
            font-size: 16px;
            line-height: 1;
        }

        .user-actions {
            display: contents;
        }

        .icon-btn a {
            text-decoration: none;
            color: #013D7A;

        }

        .user-name a {
            text-decoration: none;
            color: #013D7A;
            font-family: "Inter";
        }

        .ph1 {
            margin-top: 5rem;
        }

        .phones-wrapper {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

        .phon {
            transition: transform 0.4s ease;
        }

        .phon:hover {
            transform: translateY(-15px);
        }

        .phon img {
            width: 230px;
            height: 445px;
        }

        .msk-newsroom-top {
            width: 100%;
        }

        .msk-newsroom-tabs {
            display: flex;
            align-items: center;
            gap: 40px;

            overflow-x: auto;
            white-space: nowrap;

            padding-bottom: 10px;
            margin-bottom: 14px;

            scrollbar-width: none;
        }

        .msk-newsroom-tabs::-webkit-scrollbar {
            display: none;
        }

        .msk-newsroom-tabs h2 {
            font-size: 32px;
            font-weight: 800;
            color: #9ca3af;

            cursor: pointer;
            transition: .3s;

            flex-shrink: 0;
        }

        .msk-newsroom-tabs h2.active {
            color: #13233d;
        }

        .msk-newsroom-tabs h2:hover {
            color: #0d6efd;
        }

        .msk-newsroom-top p {
            font-size: 15px;
            line-height: 1.8;
            color: #6b7280;
        }

        .msk-newsroom-section {
            width: 100%;
            background: #fff;
            padding: 0 7rem;
            overflow: hidden;
        }

        .msk-newsroom-container {
            padding: 2rem 0;
        }

        .msk-newsroom-header {
            margin-bottom: 40px;
        }

        .msk-newsroom-header h2 {
            font-size: 38px;
            line-height: 1;
            font-weight: 800;
            color: #002046;
            margin-bottom: 16px;
            font-family: "Manrope";
        }

        .msk-newsroom-header p {
            font-size: 15px;
            line-height: 1.6;
            font-weight: 600;
            color: #44474E;
            font-family: "Manrope";
        }


        .msk-newsroom-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .msk-article-card {
            background: #fff;
            border: 1px solid #C4C6CF;
            border-radius: 10px;
            overflow: hidden;
            transition: 0.35s ease;
        }

        .msk-article-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
        }

        .msk-article-image {
            width: 100%;
            height: 224px;
            overflow: hidden;
        }

        .msk-article-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


        .msk-article-content {
            padding: 22px 20px 24px;
        }

        .msk-article-category {
            display: inline-block;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.5px;
            color: #0D5EAF;
            margin-bottom: 14px;
            text-transform: uppercase;
            font-family: "Manrope";
        }

        .msk-article-content h3 {
            font-size: 22px;
            line-height: 1.2;
            color: #002046;
            margin-bottom: 18px;
            font-weight: 700;
            font-family: "Manrope";
        }

        .msk-article-content p {
            font-size: 14px;
            line-height: 1.7;
            color: #44474E;
            font-weight: 400;
            margin-bottom: 24px;
            font-family: "Manrope";
        }


        .msk-article-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 15px;
            font-weight: 600;
            color: #0D5EAF;
            text-decoration: none;
            font-family: "Manrope";
            transition: 0.3s;
        }

        .msk-article-link:hover {
            gap: 10px;
        }

        .msk-newsletter-panel {
            position: relative;
            background: #1B365D;
            border-radius: 12px;
            padding: 55px 48px;
            overflow: hidden;
        }

        .msk-newsletter-content {
            position: relative;
            z-index: 2;
            max-width: 620px;
        }

        .msk-newsletter-content h3 {
            font-size: 38px;
            line-height: 1.1;
            color: #fff;
            margin-bottom: 18px;
            font-weight: 800;
            font-family: "Manrope";
        }

        .msk-newsletter-content p {
            font-size: 16px;
            line-height: 1.7;
            font-weight: 600;
            color: #87A0CD;
            margin-bottom: 28px;
            font-family: "Manrope";
        }

        .msk-newsletter-form {
            display: flex;
            gap: 14px;
            align-items: center;
        }

        .msk-newsletter-form input {
            width: 100%;
            height: 56px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.08);
            border-radius: 6px;
            padding: 0 18px;
            outline: none;
            color: #ffffff52;
            font-weight: 400;
            font-size: 14px;
            font-family: "Manrope";
        }

        .msk-newsletter-form input::placeholder {
            color: rgba(255, 255, 255, 0.45);
        }

        .msk-newsletter-form button {
            height: 56px;
            padding: 0 28px;
            width: 230px;
            border: none;
            border-radius: 6px;
            background: #6FAAFF;
            color: #003D77;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s;
            font-family: "Inter", sans-serif;
        }

        .msk-newsletter-form button:hover {
            background: #7cb0ff;
        }

        .auth-wrapper-sec {
            font-family: "Inter";
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            background: #E2E2E2;
        }

        .auth-login-card {
            width: 100%;
            max-width: 420px;
            background: #fff;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        }

        .auth-top-badge {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: rgba(30, 90, 168, 0.10);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 18px;
        }

        .auth-top-badge i {
            color: #004287;
            font-size: 15px;
        }

        .auth-main-title {
            text-align: center;
            font-size: 25px;
            font-weight: 600;
            color: #191C1E;
            margin-bottom: 6px;
        }

        .auth-sub-text {
            text-align: center;
            font-size: 12px;
            line-height: 1.6;
            color: #424751;
            margin-bottom: 30px;
        }

        .auth-form-row {
            margin-bottom: 14px;
        }

        .auth-form-row label {
            display: block;
            font-size: 10px;
            font-weight: 600;
            color: #424751;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.6px;
        }

        .auth-input-wrap {
            position: relative;
            width: 100%;
        }

        .auth-input-wrap .left-icon {
            position: absolute;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 13px;
            color: #888;
            z-index: 2;
        }

        .auth-input-wrap input {
            width: 100%;
            height: 50px;
            border: 1px solid #C2C6D3;
            background: rgba(194, 198, 211, 0.30);
            border-radius: 8px;
            padding-left: 40px;
            padding-right: 45px;
            font-size: 12px;
            outline: none;
            color: #111;
            transition: 0.3s ease;
        }

        .auth-input-wrap input:focus {
            border-color: #1E5AA8;
            background: #fff;
        }

        .auth-input-wrap input::placeholder {
            color: #8a8a8a;
        }

        .auth-password-toggle {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #777;
            font-size: 15px;
            z-index: 2;
            transition: 0.3s;
        }

        .auth-password-toggle:hover {
            color: #004287;
        }

        .auth-forgot-area {
            text-align: right;
            margin-bottom: 28px;
        }

        .auth-forgot-area a {
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            color: #004287;
        }

        .auth-submit-btn {
            width: 100%;
            height: 50px;
            border: none;
            border-radius: 8px;
            background: linear-gradient(to right, #1E5AA8, #4A90E2);
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
        }

        .auth-submit-btn:hover {
            transform: translateY(-2px);
        }

        .auth-submit-btn i {
            font-size: 13px;
        }

        .msk-register-section {
            background: #E4E4E4;
            font-family: "Inter";
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
        }

        .links {
            text-decoration: none;
        }

        .msk-register-card {
            width: 100%;
            max-width: 420px;
            background: #ffffff;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
        }

        .msk-register-icon {
            width: 30px;
            height: 30px;
            border-radius: 6px;
            background: #D6E3FF;
            margin: 0 auto 14px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .msk-register-icon i {
            font-size: 14px;
            color: #2E67B2;
        }

        .msk-register-title {
            text-align: center;
            font-size: 25px;
            font-weight: 600;
            color: #191C1E;
            margin-bottom: 6px;
        }

        .msk-register-subtitle {
            text-align: center;
            font-size: 12px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 24px;
        }

        .msk-register-description {
            text-align: center;
            font-size: 14px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 35px;
        }

        .msk-register-form-group {
            margin-bottom: 16px;
        }

        .msk-register-form-group label {
            display: block;
            font-size: 10px;
            font-weight: 600;
            color: #424751;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.6px;
        }

        .msk-register-input-wrap {
            position: relative;
        }

        .msk-register-input-wrap i.left-icon {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 12px;
            color: #888;
        }

        .msk-register-input-wrap input {
            width: 100%;
            height: 50px;
            border: 1px solid #C2C6D3;
            background: rgba(194, 198, 211, 0.30);
            border-radius: 8px;
            padding-left: 29px;
            padding-right: 32px;
            font-size: 12px;
            outline: none;
            color: #111;
            transition: 0.3s ease;
        }

        .msk-register-input-wrap input:focus {
            border-color: #2E67B2;
            background: #fff;
        }

        .msk-register-input-wrap input::placeholder {
            color: #888;
        }

        .msk-register-password-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }

        .msk-register-toggle {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            font-size: 13px;
            color: #777;
            transition: 0.3s;
        }

        .msk-register-toggle:hover {
            color: #2E67B2;
        }

        .msk-register-terms {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 10px 0 24px;
        }

        .msk-register-terms input {
            width: 14px;
            height: 14px;
            accent-color: #2E67B2;
        }

        .msk-register-terms label {
            font-size: 11px;
            color: #555;
        }

        .msk-register-terms a {
            color: #1D5FB9;
            text-decoration: none;
            font-weight: 600;
        }


        .msk-register-btn {
            width: 100%;
            height: 48px;
            border: none;
            border-radius: 6px;
            background: linear-gradient(to right, #2D66B3, #4F8DE4);
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: 0.3s;
            box-shadow: 0 5px 14px rgba(46, 103, 178, 0.22);
        }

        .msk-register-btn:hover {
            transform: translateY(-2px);
        }

        .msk-register-footer {
            text-align: center;
            margin-top: 22px;
            padding-top: 18px;
            border-top: 1px solid #ECECEC;
            font-size: 12px;
            color: #666;
        }

        .msk-register-footer a {
            color: #1D5FB9;
            font-weight: 700;
            text-decoration: none;
            margin-left: 4px;
        }

        .login-section {
            font-family: "Inter", sans-serif;
            background: #E3E3E3;
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
        }

        .login-card {
            width: 100%;
            max-width: 420px;
            background: #fff;
            border-radius: 14px;
            padding: 40px;
            box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
        }

        .top-icon {
            width: 38px;
            height: 38px;
            border-radius: 8px;
            background: #DCE8FF;
            margin: 0 auto 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .top-icon i {
            font-size: 17px;
            color: #1D5FB9;
        }

        .login-card h2 {
            text-align: center;
            font-size: 25px;
            font-weight: 600;
            color: #191C1E;
            margin-bottom: 6px;
        }

        .subtitle {
            text-align: center;
            font-size: 12px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 24px;
        }

        .subtitle a {
            color: #1D5FB9;
            text-decoration: none;
            font-weight: 500;
        }

        .otp-group {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 18px;
        }

        .otp-field {
            width: 48px;
            height: 52px;
            border: 1px solid #C9CFD8;
            border-radius: 4px;
            background: #F3F4F7;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            color: #191C1E;
            outline: none;
            transition: 0.3s ease;
        }

        .otp-field:focus {
            border-color: #1D5FB9;
            background: #fff;
        }

        .register-btn {
            width: 100%;
            height: 50px;
            border: none;
            border-radius: 5px;
            background: linear-gradient(to right, #1E5AA8, #4A90E2);
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s ease;
            margin-bottom: 14px;
        }

        .register-btn:hover {
            transform: translateY(-2px);
        }

        .otp-resend {
            text-align: center;
            font-size: 12px;
            color: #666;
            margin-bottom: 10px;
        }

        .otp-resend a {
            color: #1D5FB9;
            text-decoration: none;
            font-weight: 600;
        }

        .otp-timer {
            text-align: center;
            font-size: 11px;
            color: #737782;
        }

        .otp-timer i {
            margin-right: 4px;
        }

        .form-group1 {
            margin-bottom: 16px;
        }

        .form-group1 label {
            display: block;
            font-size: 10px;
            font-weight: 600;
            color: #424751;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.6px;
        }

        .input-box1 {
            position: relative;
        }

        .input-box1 input {
            width: 100%;
            height: 50px;
            border: 1px solid #C2C6D3;
            border-radius: 8px;
            padding-left: 15px;
            font-size: 12px;
            outline: none;
            color: #111;
            transition: 0.3s ease;
        }

        .input-box1 input:focus {
            border-color: #1E5AA8;
        }

        .input-box1 input::placeholder {
            color: #9AA0A6;
        }

        .toggle-password {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            color: #7A7A7A;
            cursor: pointer;
            font-size: 13px;
        }

        .password-rules {
            background: #F2F4F7;
            border-radius: 6px;
            padding: 14px;
            margin-bottom: 18px;
        }

        .password-rules h4 {
            font-size: 10px;
            font-weight: 500;
            color: #424751;
            margin-bottom: 12px;
            text-transform: uppercase;
        }

        .rule-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 10px;
            color: #555;
            margin-bottom: 10px;
        }

        .rule-item:last-child {
            margin-bottom: 0;
        }

        .rule-item i {
            font-size: 11px;
        }

        .rule-valid {
            color: #006A62;
        }

        .rule-invalid {
            color: #424751;
        }

        .doctor-section {
            padding: 0rem 7rem;
            font-family: "Manrope";
        }

        .back-link {
            display: inline-block;
            margin-bottom: 20px;
            text-decoration: none;
            color: #64748B;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .4px;
            font-family: "Manrope";
        }

        .top-wrapper {
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
            display: grid;
            grid-template-columns: 360px 1fr;
            border: 1px solid #F1F5F9;
        }

        .left-side {
            padding: 28px 22px;
            position: relative;
        }

        .left-side::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 2px;
            height: 100%;

            background: linear-gradient(to bottom,
                    #ffffff 0%,
                    #f1f8ff 18%,
                    #2b6cb0 50%,
                    #f1f8ff 82%,
                    #ffffff 100%);
        }

        .doctor-image-wrap {
            width: 170px;
            height: 170px;
            margin: auto;
            position: relative;
        }

        .doctor-image {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid #fff;
            box-shadow: 0 0 0 3px #e7f1ff;
        }

        .doctor-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .verified-badge {
            position: absolute;
            right: 9px;
            bottom: 8px;
            width: 29px;
            height: 29px;
            background: #0D5EAF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .verified-badge svg {
            width: 11px;
            height: 11px;
            fill: #fff;
        }

        .doctor-name {
            text-align: center;
            margin-top: 24px;
            font-size: 35px;
            font-weight: 800;
            color: #002046;
            font-family: "Manrope";
        }

        .doctor-role {
            width: fit-content;
            margin: 10px auto 0;
            background: #0b3d78;
            color: #A7C8FF;
            padding: 6px 14px;
            border-radius: 40px;
            font-family: "Manrope";
            font-size: 14px;
            font-weight: 600;
        }

        .doctor-degree {
            text-align: center;
            margin-top: 12px;
            color: #64748B;
            font-weight: 500;
            font-size: 13px;
            font-family: "Manrope";
            font-size: 14px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 14px;
            margin-top: 28px;
        }

        .stat-box {
            border: 1px solid #F1F5F9;
            border-radius: 8px;
            padding: 18px 10px;
            text-align: center;
        }

        .stat-box h3 {
            font-size: 42px;
            color: #0D5EAF;
            font-weight: 800;
            line-height: 1;
            font-family: "Manrope";
        }

        .stat-box p {
            margin-top: 8px;
            font-size: 10px;
            color: #94A3B8;
            letter-spacing: 1px;
            font-weight: 700;
            font-family: "Manrope";
            text-transform: uppercase;
        }

        .doctor-btn {
            width: 100%;
            height: 50px;
            border-radius: 8px;
            margin-top: 16px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-family: "Manrope";
            transition: .3s;
        }

        .doctor-btn svg {
            width: 16px;
            height: 16px;
        }

        .btn-primary {
            background: #0D5EAF;
            color: #fff;
        }

        .btn-primary:hover {
            background: #0057b8;
        }

        .btn-outline {
            border: 2px solid #002046;
            color: #002046;
            background: #fff;
        }

        .btn-outline:hover {
            background: #f7fbff;
        }

        .right-side {
            padding: 28px 34px;
        }

        .bio-title {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: "Manrope";
            font-size: 21px;
            font-weight: 700;
            color: #002046;

            margin-bottom: 20px;
        }

        .bio-title svg {
            width: 22px;
            height: 22px;
            fill: #0066cc;
        }

        .bio-text {
            font-size: 14px;
            line-height: 1.9;
            color: #475569;
            margin-bottom: 18px;
            font-weight: 400;
            font-family: "Manrope";
        }

        .bio-text b {
            color: #0f172a;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
            margin-top: 60px;
        }

        .info-box {
            background: #6FAAFF1A;
            border-left: 4px solid #0D5EAF;
            padding: 18px;
            border-radius: 0 8px 8px 0;
        }

        .info-label {
            font-size: 12px;
            color: #0D5EAF;
            font-weight: 700;
            font-family: "Manrope";
            text-transform: uppercase;
            letter-spacing: .6px;
        }

        .info-title {
            margin-top: 6px;
            font-size: 17px;
            font-weight: 600;
            font-family: "Manrope";
            color: #002046;
        }

        .info-sub {
            margin-top: 6px;
            font-size: 13px;
            font-weight: 400;
            font-family: "Manrope";
            color: #64748B;
        }

        .bottom-grid {
            display: grid;
            grid-template-columns: 1fr 390px;
            gap: 28px;
            margin-top: 34px;
            grid-template-columns: 1fr 460px;
        }

        .publication-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid #e6ebf2;
            padding: 28px;
        }

        .section-title {
            font-size: 22px;
            font-family: "Manrope";
            font-weight: 700;
            color: #002046;
            margin-bottom: 26px;
        }

        .publication-item {
            display: flex;
            gap: 16px;
            padding: 22px 0;
            border-bottom: 1px solid #eef2f6;
        }

        .publication-item:last-child {
            border-bottom: 0;
        }

        .publication-icon {
            background: #F8FAFC;
            color: #94A3B8;
            width: 40px;
            height: 40px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .publication-title {
            font-size: 17px;
            font-weight: 600;
            color: #002046;
            margin-bottom: 6px;
            font-family: "Manrope";
        }

        .publication-meta {
            font-size: 14px;
            color: #64748B;
            font-weight: 400;

        }

        .publication-link {
            display: inline-block;
            margin-top: 10px;
            color: #0D5EAF;
            font-size: 13px;
            font-weight: 600;
            text-decoration: none;
        }

        .view-all {
            display: block;
            text-align: center;
            margin-top: 24px;
            color: #64748B;
            font-size: 14px;
            text-decoration: none;
            font-weight: 600;
        }

        .spotlight-card {
            background: linear-gradient(180deg, #012a63 0%, #04224b 100%);
            border-radius: 12px;
            padding: 24px;
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .spotlight-top-icon {
            width: 30px;
            height: 24px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #38BDF8;
            margin-bottom: 10px;
        }


        .spotlight-title {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .spotlight-desc {
            font-size: 13px;
            line-height: 1.8;
            font-weight: 400;
            color: #CBD5E1;
        }

        .spotlight-box {
            background: rgba(255, 255, 255, 0.042);
            border-radius: 8px;
            padding: 16px;
            margin-top: 26px;
            position: relative;
            z-index: 2;
        }

        .spotlight-label {
            font-size: 11px;
            letter-spacing: .8px;
            text-transform: uppercase;
            color: #7DD3FC;
            font-weight: 400;
        }

        .spotlight-percent {
            margin-top: 10px;
            font-size: 17px;
            font-weight: 700;
        }

        .spotlight-small {
            font-size: 11px;
            color: #94A3B8;
            font-weight: 400;
        }

        .msk-quiz-wrapper {
            padding: 0 7rem;
            font-family: "Manrope";
            background: #fff;
        }

        .msk-quiz-layout {
            display: grid;
            grid-template-columns: 1.1fr 566px;
            gap: 28px;
            padding: 2rem 0;
            align-items: start;
        }

        .msk-case-panel {
            width: 100%;
            padding: 2rem 0;
        }

        .msk-level-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #1b365d;
            color: #ffffff;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .msk-case-title {
            font-size: 23px;
            line-height: 1.3;
            font-weight: 700;
            color: #002046;
            margin: 0 0 15px 0;
        }

        .msk-scan-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .msk-scan-box {
            border-top: 20px solid #E6E8EA;
            border-bottom: 20px solid #E6E8EA;
            border-radius: 10px;
            overflow: hidden;
            background: #fff;
        }

        .msk-scan-box img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .msk-answer-panel {
            width: 100%;
        }

        .msk-answer-card {
            width: 100%;
            min-height: 72px;
            border-radius: 12px;
            border: 1px solid #dbe3ec;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 20px;
            margin-bottom: 14px;
            cursor: pointer;
            transition: 0.25s ease;
        }

        .msk-answer-card:hover {
            border-color: #0D5EAF;
        }

        .msk-answer-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .msk-answer-check {
            width: 22px;
            height: 22px;

            min-width: 22px;

            border-radius: 50%;
            border: 2px solid #cbd5e1;

            background: #fff;

            display: flex;
            align-items: center;
            justify-content: center;

            transition: 0.25s ease;
        }

        .msk-answer-check i {
            font-size: 11px;
            color: #fff;

            opacity: 0;
            transform: scale(0.5);

            transition: 0.25s ease;
        }

        .msk-answer-index {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #f1f5f9;
            color: #475569;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 700;
        }

        .msk-answer-text {
            font-size: 18px;
            font-weight: 600;
            color: #0f172a;
        }

        .answer-selected {
            border-color: #0D5EAF;
            background: #f8fbff;
        }

        .answer-selected .msk-answer-check {
            background: #0D5EAF;
            border-color: #0D5EAF;
        }

        .answer-selected .msk-answer-check i {
            opacity: 1;
            transform: scale(1);
        }



        .msk-answer-success {
            border-color: #12b76a;
            background: #ecfdf3;
        }

        .msk-answer-success .msk-answer-check {
            background: #12b76a;
            border-color: #12b76a;
        }

        .msk-answer-success .msk-answer-check i {
            opacity: 1;
            transform: scale(1);
        }

        .msk-answer-error {
            border-color: #f04438;
            background: #fef3f2;
        }

        .msk-answer-error .msk-answer-check {
            background: #f04438;
            border-color: #f04438;
        }

        .msk-answer-error .msk-answer-check i {
            opacity: 1;
            transform: scale(1);
        }

        .msk-answer-label {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .msk-answer-success .msk-answer-label {
            color: #067647;
        }

        .msk-answer-error .msk-answer-label {
            color: #b42318;
        }

        @media(max-width:480px) {

            .msk-answer-card {
                align-items: flex-start;
            }

            .msk-answer-label {
                display: none;
            }

        }

        .msk-info-box {
            margin-top: 18px;
            background: #E6E8EA80;
            border-left: 4px solid #0D5EAF;
            border-radius: 12px;
            padding: 20px;
            display: none;
        }

        .msk-info-heading {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #0D5EAF;
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .msk-info-description {
            color: #44474E;
            font-weight: 400;
            font-size: 15px;
            line-height: 1.8;
        }

        .msk-info-reference {
            margin-top: 18px;
            font-weight: 400;
            font-size: 11px;
            color: #44474E;
        }

        .answer-option {
            cursor: pointer;
            transition: all .2s ease;
        }

        .answer-option:hover {
            transform: translateY(-2px);
        }

        .answer-selected {
            border: 2px solid;
            background: #E7F1FF;
            color: #1b365d;
        }

        .msk-next-question-btn {
            width: 100%;
            height: 50px;
            border: none;
            border-radius: 12px;
            background: #0D5EAF;
            color: #fff;
            font-size: 19px;
            font-weight: 600;
            margin-top: 22px;
            cursor: pointer;
            transition: .3s;
        }

        .msk-current-score {
            text-align: center;
            letter-spacing: 0.6px;
            margin-top: 14px;
            font-weight: 700;
            font-size: 11px;
            color: #74777F;
        }

        .article-news-section {
            padding: 0rem 7rem;
            background: #fff;
            font-family: "Manrope";
        }

        .article-layout-grid {

            gap: 22px;
            align-items: start;
            margin-bottom: 2rem;
        }

        .article-content-column {
            width: 100%;
        }

        .article-hero-banner {
            position: relative;
            width: 100%;
            height: 410px;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 22px;
            margin-top: 2rem;
        }

        .article-hero-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .article-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top,
                    #002046E5 0%,
                    #00204633 45%,
                    #00204600 100%);
        }

        .article-hero-content {
            position: absolute;
            left: 22px;
            bottom: 24px;
            z-index: 2;
        }

        .article-meta-wrapper {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 12px;
        }

        .article-category-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #0D5EAF;
            color: #fff;
            padding: 5px 10px;
            border-radius: 30px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .7px;
            text-transform: uppercase;
        }

        .article-publish-date {
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .6px;
            text-transform: uppercase;
        }

        .article-main-title {
            color: #fff;
            font-size: 39px;
            line-height: 1.15;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .article-author-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .article-author-name {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
        }

        .article-author-name i {
            color: #6FAAFF;
        }

        .article-content-card {
            background: #fff;
            border-radius: 8px;
            border: 1px solid #C4C6CF4D;
            padding: 22px;
        }

        .article-paragraph {
            color: #44474E;
            font-size: 15px;
            line-height: 26px;
            font-weight: 400;
            margin-bottom: 28px;
        }

        .article-section-heading {
            color: #002046;
            font-size: 23px;
            line-height: 31.2px;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .article-image-wrapper {
            border-radius: 6px;
            overflow: hidden;
            border: 1px solid #e5e7eb;
            margin-top: 18px;
            margin-bottom: 28px;
        }

        .article-image-wrapper img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
        }

        .article-image-caption {
            padding: 10px 12px;
            background: #F2F4F6;
            font-size: 13px;
            font-weight: 400;
            color: #44474E;
        }

        .article-highlight-card {
            margin-top: 28px;
            background: #1B365D;
            border-radius: 8px;
            padding: 22px;
        }

        .article-highlight-header {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .article-highlight-icon {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, .35);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

        .article-highlight-description {
            color: #87A0CD;
            font-size: 15px;
            line-height: 1.8;
            font-weight: 400;
        }

        .article-sidebar-column {
            width: 100%;
        }

        .article-sidebar-title {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #13233d;
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .article-related-news-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 22px;
        }

        .article-related-news-card {
            background: #fff;
            border: 1px solid #C4C6CF4D;
            border-radius: 8px;
            padding: 12px;
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .article-related-image {
            width: 96px;
            min-width: 96px;
            height: 96px;
            border-radius: 6px;
            overflow: hidden;
        }

        .article-related-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .article-related-category {
            color: #0D5EAF;
            font-size: 9px;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .article-related-headline {
            color: #191C1E;
            font-size: 17px;
            line-height: 1.5;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .article-related-date {
            color: #74777F;
            font-size: 11px;
            font-weight: 400;
        }

        .article-newsletter-card {
            background: #E6E8EA;
            border-radius: 12px;
            border: 1px solid #C4C6CF80;
            padding: 24px;
        }

        .article-newsletter-title {
            color: #002046;
            font-size: 23px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .article-newsletter-text {
            color: #44474E;
            font-size: 13px;
            line-height: 1.8;
            font-weight: 400;
            margin-bottom: 18px;
        }

        .article-newsletter-input {
            width: 100%;
            height: 46px;
            border-radius: 6px;
            border: 1px solid #C4C6CF;
            padding: 0 14px;
            font-size: 13px;
            background: #fff;
            margin-bottom: 14px;
            outline: none;
        }

        .article-newsletter-input:focus {
            border-color: #002046;
        }

        .article-newsletter-button {
            width: 100%;
            height: 48px;
            border: none;
            border-radius: 6px;
            background: #002046;
            color: #fff;
            font-size: 15px;
            font-weight: 300;
            cursor: pointer;
            transition: .3s;
        }

        .article-newsletter-button:hover {
            background: #002046ca;
        }

        .msk-newsroom-tabs {
            display: flex;
            align-items: center;
            gap: 14px;
            overflow-x: auto;
            overflow-y: hidden;
            padding-bottom: 8px;
            scrollbar-width: none;
            -ms-overflow-style: none;
            scroll-behavior: smooth;
        }

        .msk-newsroom-tabs::-webkit-scrollbar {
            display: none;
        }

        .msk-newsroom-tab {
            flex: 0 0 auto;
            height: 48px;
            padding: 0 22px;
            border-radius: 999px;
            border: 1px solid #dbe3ec;
            background: #fff;
            color: #334155;
            font-size: 14px;
            font-weight: 700;
            font-family: "Manrope";
            cursor: pointer;
            transition: 0.3s ease;
        }

        .msk-newsroom-tab:hover {
            background: #003B78;
            color: #fff;
        }

        .quiz-dashboard-section {
            padding: 0 7rem;
            background-color: #fff;
            font-family: "Manrope";
        }

        .quiz-dashboard-layout {
            display: grid;
            grid-template-columns: 1fr 350px;
            gap: 22px;
            align-items: start;
            padding: 2rem 0
        }

        .quiz-dashboard-title {
            font-size: 15px;
            font-weight: 400;
            color: #002046;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .quiz-dashboard-description {
            font-size: 15px;
            color: #44474E;
            font-weight: 400;
            line-height: 1.7;
            margin-bottom: 34px;
        }

        .quiz-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
            margin-bottom: 28px;
        }

        .quiz-stat-card {
            background: #fff;
            border: 1px solid #C4C6CF;
            border-radius: 10px;
            padding: 18px;
        }

        .quiz-stat-label {
            font-size: 15px;
            font-weight: 400;
            text-transform: uppercase;
            color: #8c96a8;
            margin-bottom: 12px;
        }

        .quiz-stat-value {
            font-size: 29px;
            font-weight: 700;
            line-height: 1;
            color: #002046;
            margin-bottom: 10px;
        }

        .quiz-stat-value.blue {
            color: #0D5EAF;
            font-weight: 700;
        }

        .quiz-stat-value.green {
            color: #4EDEA3;
        }

        .quiz-stat-sub {
            font-size: 15px;
            color: #74777F;
        }

        .quiz-stat-rank {
            font-size: 14px;
            color: #00b66d;
        }

        .quiz-action-row {
            display: flex;
            gap: 12px;
            margin-bottom: 42px;
            flex-wrap: wrap;
        }

        .quiz-btn-primary,
        .quiz-btn-secondary {
            height: 48px;
            padding: 0 24px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 400;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .quiz-btn-primary a,
        .quiz-btn-secondary a {
            text-decoration: none;
            color: #003D77;
        }

        .quiz-btn-primary {
            border: none;
            background: #6FAAFF;
            color: #003D77;
        }

        .quiz-btn-primary:hover {
            background: #fff;
            border: 1px solid #1B365D;
        }

        .quiz-btn-secondary {
            border: 2px solid #1B365D;
            background: #fff;
            color: #1B365D;
        }

        .quiz-btn-secondary:hover {
            background: #163967;
            color: #fff;
        }

        .quiz-btn-secondary:hover a {
            color: #fff;
        }

        .quiz-section-label {
            font-size: 15px;
            font-weight: 400;
            color: #002046;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

        .quiz-progress-card {
            background: #dfe8ff;
            border-radius: 10px;
            overflow: hidden;
            display: flex;
            align-items: stretch;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        }

        .quiz-progress-image {
            width: 250px;
            min-width: 250px;
            background: #000;
        }

        .quiz-progress-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .quiz-progress-content {
            flex: 1;
            padding: 22px;
        }

        .quiz-progress-badge {
            float: right;
            background: #0f3d83;
            color: #fff;
            font-size: 9px;
            font-weight: 700;
            padding: 6px 10px;
            border-radius: 20px;
            text-transform: uppercase;
        }

        .quiz-progress-title {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 10px;
            color: #1B365D;
        }

        .quiz-progress-description {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.7;
            color: #2E476F;
            max-width: 92%;
            margin-bottom: 20px;
        }

        .quiz-progress-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .quiz-progress-text {
            font-size: 15px;
            color: #2E476F;
            font-weight: 400;
        }

        .quiz-progress-track {
            width: 100%;
            height: 8px;
            background: #E0E3E5;
            border-radius: 30px;
            overflow: hidden;
            margin-bottom: 18px;
        }

        .quiz-progress-fill {
            width: 65%;
            height: 100%;
            background: #6FAAFF;
            border-radius: 30px;
        }

        .quiz-progress-footer {
            display: flex;
            justify-content: flex-end;
        }

        .quiz-continue-btn {
            height: 44px;
            padding: 0 26px;
            border: none;
            border-radius: 8px;
            background: #1B365D;
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            cursor: pointer;
        }

        .quiz-leaderboard-box {
            background: #fff;
            border: 1px solid #dfe5ec;
            border-radius: 12px;

        }

        .quiz-leaderboard-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px;

        }

        .quiz-leaderboard-title {
            font-size: 17px;
            font-weight: 400;
            color: #002046;
        }

        .quiz-leaderboard-week {
            font-size: 15px;
            color: #0D5EAF;
            font-weight: 400;
        }

        .quiz-leaderboard-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 35px;
        }

        .quiz-leaderboard-item:last-child {
            margin-bottom: 0;
        }

        .quiz-user-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .center-divider-section {
            padding: 25px;
        }

        .quiz-rank-number {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #f2f4f8;
            color: #003D77;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 700;
        }

        .quiz-divider {
            border-top: 1px solid #C4C6CF;
        }

        .quiz-divider1 {
            border-top: 1px dashed #C4C6CF;
        }


        .quiz-bottom-divider {
            width: 72%;
            height: 1px;
            background: #D9DEE5;
            margin: 24px auto 14px;
        }

        .quiz-current-user {
            background: #EDF4FF;
            border: 1px solid #D6E5FF;
            border-radius: 8px;
            padding: 14px 16px;
            margin: 12px 5px 0px 5px;
        }


        .quiz-view-link-wrapper {
            display: flex;
            justify-content: center;
        }

        .gold {
            background: #FFFBEB;
            color: #D97706;
        }

        .silver {
            background: #F8FAFC;
        }

        .bronze {
            background: #FFF7ED;
            color: #FB923C;
        }

        .quiz-user-avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .quiz-user-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .quiz-user-name {
            font-size: 14px;
            font-weight: 400;
            color: #191C1E;
            margin-bottom: 3px;
        }

        .quiz-user-role {
            font-size: 12px;
            color: #0D5EAF;
            font-weight: 500;
        }

        .quiz-user-score {
            font-size: 16px;
            font-weight: 700;
            color: #002046;
        }

        .quiz-current-user {
            padding: 10px 22px;
            border-radius: 8px;
            margin-top: 12px;
        }

        .quiz-view-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #0D5EAF;
            font-size: 13px;
            font-weight: 400;
            margin-bottom: 25px;
        }

        .quiz-category-wrapper {
            padding: 2rem 0;
        }

        .quiz-category-section {
            background: #fff;
            font-family: "Manrope";
            padding: 0 7rem;
        }

        .quiz-page-title {
            font-size: 39px;
            line-height: 1;
            font-weight: 800;
            color: #002046;
            margin-bottom: 10px;
        }

        .quiz-page-subtitle {
            font-size: 15px;
            color: #44474E;
            margin-bottom: 34px;
            font-weight: 400;
        }

        .quiz-filter-panel {
            background: #fff;
            border: 1px solid #002046;
            border-radius: 8px;
            padding: 24px;
            margin-bottom: 24px;
        }

        .quiz-filter-top {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 30px;
            flex-wrap: wrap;
        }

        .quiz-filter-groups {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .quiz-filter-group h5 {
            font-size: 11px;
            font-weight: 800;
            color: #0d2b52;
            letter-spacing: .7px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .quiz-filter-tags {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }

        .quiz-filter-btn {
            border-radius: 9999px;
            border: 1px solid #C4C6CF;
            background: #fff;
            color: #44474E;
            font-size: 14px;
            font-weight: 400;
            padding: 9px 16px;
            cursor: pointer;
        }

        .quiz-filter-btn:hover {
            border-color: #0d2b52;
            color: #0d2b52;
        }

        .quiz-filter-btn.active {
            background: #002046;
            color: #fff;
        }

        .quiz-toggle-box {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-left: auto;
            border: 1px solid #C4C6CF33;
            padding: 12px;
            border-radius: 12px;
            background-color: #F7F9FB;
        }

        .quiz-toggle-label {
            font-size: 14px;
            color: #44474E;
            font-weight: 400;
            letter-spacing: 0px;
            white-space: nowrap;
        }

        .quiz-toggle-switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 28px;
        }

        .quiz-toggle-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .quiz-toggle-slider {
            position: absolute;
            cursor: pointer;
            inset: 0;
            background-color: #d1d5db;
            border-radius: 30px;
            transition: .3s;
        }

        .quiz-toggle-slider::before {
            content: "";
            position: absolute;
            width: 22px;
            height: 22px;
            left: 3px;
            top: 3px;
            background: #fff;
            border-radius: 50%;
            transition: .3s;
        }

        .quiz-toggle-switch input:checked+.quiz-toggle-slider {
            background-color: #0D5EAF;
        }

        .quiz-toggle-switch input:checked+.quiz-toggle-slider::before {
            transform: translateX(22px);
        }

        .quiz-list-wrapper {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .quiz-item-card {
            background: #fff;
            border: 1px solid #002046;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            overflow: hidden;
        }

        .quiz-item-left {
            display: flex;
            align-items: center;
            min-width: 0;
            flex: 1;
        }

        .quiz-item-content {
            display: flex;
            align-items: center;
            gap: 18px;
            padding: 24px;
            width: 100%;
            min-width: 0;
        }

        .quiz-item-icon {
            width: 45px;
            height: 55px;
            border-radius: 8px;
            background: #F2F4F6;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .quiz-item-icon i {
            color: #0d2b52;
            font-size: 25px;
        }

        .quiz-item-info {
            min-width: 0;
        }

        .quiz-item-title {
            font-size: 17px;
            font-weight: 600;
            color: #002046;
            margin-bottom: 10px;
        }

        .quiz-meta-row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }

        .quiz-bg {
            background-color: #ECEEF0 !important;
            color: #44474E !important;
        }

        .quiz-level-tag {
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1;
        }

        .quiz-level-easy {
            background: #00a35c;
            color: #0f3300;
        }

        .quiz-level-medium {
            background: #fad9b0;
            color: #9A3412;
            border: 1px solid #FFEDD5;
        }

        .quiz-level-hard {
            background: #c70000;
            color: #ffcece;
        }

        .quiz-action-area {
            padding: 0 22px;
            flex-shrink: 0;
        }

        .quiz-action-btn {
            border-radius: 8px;
            background: #002046;
            color: #fff;
            padding: 10px 24px;
            font-size: 15px;
            font-weight: 400;
            border: none;
            cursor: pointer;
        }

        .take-quiz:hover {
            background: #fff;
            color: #002046;
            border: 1px solid #002046;

        }

        .quiz-action-btn.resume {
            color: #0D5EAF;
            background: #fff;
            border: 1px solid #0D5EAF;
        }

        .quiz-action-btn.resume:hover {
            color: #fff;
            background: #0D5EAF;
            border: 1px solid #0D5EAF;
        }

        .quiz-action-btn.retake {
            color: #44474E;
            background: #fff;
            border: 1px solid #C4C6CF;
        }

        .quiz-action-btn.retake:hover {
            color: #fff;
            background: #44474E;
        }

        .quiz-category-row {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;

            margin-top: 10px;
            margin-bottom: 12px;
        }

        .quiz-category-tag {
            background: #EEF4FF;
            color: #0F2B5B;

            border: 1px solid #D7E4FF;

            padding: 6px 12px;
            border-radius: 4px;

            font-size: 12px;
            font-weight: 700;

            line-height: 1;
        }

        .quiz-intro-section {
            background-color: #fff;
            font-family: "Manrope";
            width: 100%;
            padding: 0 7rem;
        }

        .quiz-intro-wrapper {
            display: grid;
            grid-template-columns: 400px 1fr;
            gap: 22px;
            align-items: start;
            padding: 2rem 0;
        }

        .quiz-module-card {
            background: #fff;
            border: 1px solid #C4C6CF;
            border-radius: 24px;
            padding: 24px;
        }

        .quiz-module-label {
            color: #0D5EAF;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .6px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .quiz-module-title {
            font-size: 24px;
            line-height: 1;
            font-weight: 700;
            color: #002046;
            margin-bottom: 8px;
        }

        .quiz-module-description {
            font-size: 16px;
            line-height: 1.6;
            font-weight: 400;
            color: #44474E;
            margin-bottom: 18px;
        }

        .quiz-stat-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .quiz-stat-box {
            height: 118px;
            border-radius: 10px;
            border: 1px solid #C4C6CF80;
            background: #F2F4F6;

            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .quiz-stat-box i {
            color: #0D5EAF;
            font-size: 20px;
            margin-bottom: 6px;
        }

        .quiz-stat-number {
            font-size: 35px;
            line-height: 1;
            font-weight: 400;
            color: #002046;
            margin-bottom: 6px;
        }

        .quiz-stat-label {
            font-size: 10px;
            font-weight: 400;
            color: #44474E;
            text-transform: uppercase;
        }

        .quiz-guide-card {
            position: relative;
            background: #fff;
            border: 1px solid #C4C6CF;
            border-radius: 14px;
            padding: 40px 44px;
            overflow: hidden;
        }

        .quiz-guide-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 28px;
        }

        .quiz-guide-icon {
            width: 38px;
            height: 38px;
            border-radius: 8px;
            background: #183d71;

            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .quiz-guide-icon i {
            color: #fff;
            font-size: 18px;
        }

        .quiz-guide-title {
            font-size: 39px;
            line-height: 1;
            font-weight: 800;
            color: #002046;
        }

        .quiz-guide-label {
            color: #0D5EAF;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .quiz-rule-list {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .quiz-rule-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }

        .quiz-rule-icon {
            width: 24px;
            min-width: 24px;
            display: flex;
            justify-content: center;
            padding-top: 2px;
        }

        .quiz-rule-icon i {
            color: #6FAAFF;
            font-size: 16px;
        }

        .quiz-rule-content h4 {
            font-size: 15px;
            line-height: 1.4;
            font-weight: 400;
            color: #002046;
            margin-bottom: 5px;
        }

        .quiz-rule-content p {
            font-size: 14px;
            line-height: 1.7;
            color: #6b7280;
            max-width: 720px;
        }

        .quiz-divider1 {
            width: 100%;
            height: 0.5px;
            background: #C4C6CF;
            margin: 28px 0 32px;
        }

        .quiz-button-row {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }

        .quiz-primary-btn {
            border: none;
            padding: 16px 40px;
            border-radius: 8px;
            background: #0D5EAF;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
        }

        .quiz-primary-btn:hover {
            background: #fff;
            color: #0D5EAF;
            border: 1px solid #0D5EAF;
        }

        .quiz-secondary-btn {
            border-radius: 8px;
            padding: 16px 40px;
            border-radius: 8px;
            border: 2px solid #002046;
            background: #fff;
            color: #002046;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
        }

        .quiz-secondary-btn:hover {
            background: #002046;
            color: #fff;
        }

        .clinical-quiz-shell {
            padding: 0 7rem;
            background: #fff;
            font-family: "Manrope";
        }

        .clinical-question-card {
            background: #ffffff;
            border: 1px solid #C4C6CF;
            border-radius: 14px;
            padding: 22px;
            margin-bottom: 22px;
        }

        .clinical-question-title {
            color: #002046;
            font-size: 23px;
            font-weight: 700;
            margin-bottom: 18px;
            max-width: 620px;
        }

        .clinical-history-box {
            background: #ECEEF0;
            border-radius: 8px;
            padding: 16px 18px;
            border-left: 4px solid #00204633;
        }

        .clinical-history-label {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #002046;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .clinical-history-label svg {
            width: 15px;
            height: 15px;
        }

        .clinical-result-message {
            margin-top: 20px;
            background: #F5ECEC;
            border-left: 4px solid #C62828;
            border-radius: 10px;
            padding: 16px 18px;

            display: flex;
            align-items: center;
            gap: 14px;
        }

        .clinical-result-icon {
            width: 34px;
            height: 34px;
            min-width: 34px;

            border-radius: 50%;
            background: #C62828;
            color: #fff;

            display: flex;
            align-items: center;
            justify-content: center;
        }

        .clinical-result-title {
            color: #C81E1E;
            font-size: 18px;
            font-weight: 700;
        }

        .clinical-result-text {
            color: #C81E1E;
            font-size: 14px;
        }

        .d-none {
            display: none;
        }

        .clinical-history-text {
            color: #44474E;
            font-size: 16px;
            line-height: 1.7;
            font-weight: 400;
        }

        .clinical-options-group {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .clinical-answer-item.correct-answer {
            border: 1px solid #01B57E;
            background: #F2FFF8;
        }

        .clinical-answer-item.wrong-answer {
            border: 1px solid #C81E1E;
            background: #FFF5F5;
        }

        .correct-answer .clinical-radio-circle {
            background: #01B57E;
            border-color: #01B57E;
        }

        .wrong-answer .clinical-radio-circle {
            background: #C81E1E;
            border-color: #C81E1E;
        }

        .correct-answer .clinical-radio-circle::after,
        .wrong-answer .clinical-radio-circle::after {
            content: "✓";
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .answer-status {
            margin-left: auto;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .answer-status.correct {
            color: #01B57E;
            display: flex;
            gap: 10px;
        }

        .answer-status.wrong {
            color: #C81E1E;
            display: flex;
            gap: 10px;
        }

        .clinical-answer-item {
            width: 100%;
            min-height: 76px;
            background: #ffffff;

            border: 1px solid #D9E0EA;
            border-radius: 12px;

            padding: 0 20px;

            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            align-items: center;

            cursor: pointer;

            transition: border-color .2s ease,
                background-color .2s ease,
                transform .2s ease;
        }

        .selected-answer {
            border: 2px solid #1D4ED8;
            background: #EFF6FF;
        }

        .correct-answer {
            border: 2px solid #16A34A;
            background: #F0FDF4;
        }

        .wrong-answer {
            border: 2px solid #DC2626;
            background: #FEF2F2;
        }

        .clinical-answer-item:hover {
            border-color: #0D5EAF;
            transform: translateY(-2px);
        }

        .clinical-answer-item.selected-answer {
            border: 2px solid #0D5EAF;
            background: #eef5ff;
        }

        .clinical-answer-layout {
            display: flex;
            align-items: center;
            gap: 16px;

            width: 100%;
        }

        .clinical-radio-circle {
            width: 24px;
            height: 24px;

            min-width: 24px;

            border-radius: 50%;

            border: 2px solid #C4C6CF;

            position: relative;
        }

        .selected-answer .clinical-radio-circle {
            border-color: #2d6cdf;
            background: #0D5EAF;
        }

        .selected-answer .clinical-radio-circle::after {
            content: "";

            width: 10px;
            height: 10px;

            border-radius: 50%;

            background: #fff;
            color: #fff;
            position: absolute;

            top: 50%;
            left: 50%;

            transform: translate(-50%, -50%);
        }

        .clinical-answer-text {
            color: #191C1E;
            font-size: 18px;
            font-weight: 600;
        }

        .selected-answer .clinical-answer-text {
            color: #0D5EAF;
        }

        .clinical-success-message {
            background: #E8F8F1;
            border-left: 4px solid #01B57E;
        }

        .clinical-success-icon {
            background: #01B57E;
            color: #fff;
        }

        .clinical-success-title {
            color: #01B57E;
        }

        .clinical-success-text {
            color: #4D8F77;
        }

        .clinical-quiz-wrapper {
            padding: 2rem 0;
        }

        .clinical-submit-btn {
            width: 100%;

            height: 68px;

            border: none;
            border-radius: 12px;

            background: #0D5EAF;
            color: #ffffff;

            font-size: 20px;
            font-weight: 700;

            margin-top: 26px;

            cursor: pointer;

        }

        .clinical-submit-btn:hover {
            background: #fff;
            border: 1px solid #0D5EAF;
            color: #0D5EAF;
        }

        .resource-directory-section {
            background-color: #fff;
            font-family: "Manrope";
            width: 100%;
            padding: 0 7rem;
        }

        .resource-directory-container {
            padding: 2rem 0;
        }

        .resource-directory-header {
            margin-bottom: 30px;
        }

        .resource-directory-title-row {
            display: flex;
            align-items: center;
            gap: 12px;

            margin-bottom: 12px;
        }

        .resource-directory-icon {
            color: #0D5EAF;
            font-size: 30px;
        }

        .resource-directory-icon svg {
            width: 19px;
            height: 19px;
        }

        .resource-directory-heading {
            font-size: 40px;
            line-height: 1.1;
            font-weight: 800;
            color: #002046;
        }

        .resource-directory-description {
            max-width: 680px;
            font-size: 16px;
            line-height: 1.8;
            color: #44474E;
            font-weight: 500;
        }

        .resource-links-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
            margin-bottom: 30px;
        }

        .resource-links-card {
            background: #ffffff;
            border: 1px solid #C4C6CF4D;
            border-radius: 12px;
            padding: 24px;
        }

        .resource-card-title {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #002046;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .resource-card-title svg {
            width: 17px;
            height: 17px;
        }

        .resource-links-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .resource-link-item {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

        .resource-link-name {
            color: #0D5EAF;
            font-size: 18px;
            line-height: 1.5;
            font-weight: 600;
            text-decoration: none;
            transition: .2s ease;
        }

        .resource-link-name:hover {
            color: #0d3f94;
        }

        .resource-link-url {
            color: #44474E;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 1.6;
            word-break: break-word;
        }

        .resource-request-box {
            background: #1B365D;
            border-radius: 12px;
            padding: 40px;
        }

        .resource-request-title {
            color: #ffffff;
            font-size: 24px;
            line-height: 1.2;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .resource-request-text {
            color: #87A0CD;
            font-size: 16px;
            font-weight: 400;
            max-width: 525px;
            margin-bottom: 35px;
        }

        .resource-request-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 12px 32px;
            background: #0D5EAF;
            color: #ffffff;
            border-radius: 8px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 400;
            transition: .25s ease;
        }

        .resource-request-btn:hover {
            background-color: #fff;
            color: #0D5EAF;
        }

        .resource-request-btn i {
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
        }

        .aurexyn-feedback-zone {
            background: #ffffff;
            font-family: "Manrope";
            width: 100%;
            padding: 0 7rem;
            position: relative;
        }

        .aurexyn-feedback-head {
            text-align: center;
            margin: 2rem 5rem;
        }

        .aurexyn-mini-label {
            color: #0D5EAF;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .aurexyn-main-heading {
            color: #002046;
            font-size: 39px;
            line-height: 1.2;
            letter-spacing: -0.8px;
            font-weight: 800;
        }

        .aurexyn-carousel-shell {
            position: relative;
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nexora-dialog-card {
            width: 100%;
            background: #ffffff;
            border: 1px solid #E0E3E5;
            border-radius: 14px;
            padding: 80px;
            position: relative;
            overflow: hidden;
        }

        .nexora-quote-mark {
            position: absolute;
            top: 0px;
            right: 20px;
            font-size: 140px;
            line-height: 1;
            color: #E5EAF2;
            font-weight: 800;
            pointer-events: none;
        }

        .nexora-dialog-content {
            width: 100%;
            max-width: 100%;
        }

        .nexora-client-words {
            color: #002046;

            font-size: 24px;
            line-height: 1.55;
            font-weight: 700;

            margin-bottom: 38px;
        }

        .nexora-doctor-title {
            color: #0D5EAF;
            font-size: 18px;
            font-weight: 600;
        }

        .veltrix-nav-trigger {
            width: 56px;
            height: 56px;

            border-radius: 50%;
            border: 1px solid #C4C6CF;

            background: #ffffff;

            display: flex;
            align-items: center;
            justify-content: center;

            position: absolute;
            top: 50%;
            transform: translateY(-50%);

            color: #08244B;

            cursor: pointer;

            transition: all .3s ease;

            z-index: 20;
        }

        .veltrix-nav-trigger:hover {
            background: #08244B;
            color: #ffffff;
        }

        .veltrix-nav-trigger svg {
            width: 18px;
            height: 18px;
        }

        .veltrix-prev-slide {
            left: -28px;
        }

        .veltrix-next-slide {
            right: -28px;
        }

        .clinical-feedback-alert {
            width: 100%;
            background: #FDF2F2;
            border-left: 4px solid #D62828;
            border-radius: 14px;
            padding: 22px 24px;
            display: flex;
            align-items: center;
            gap: 18px;
            margin-top: 22px;
            margin-bottom: 22px;
        }

        .clinical-feedback-icon {
            width: 42px;
            height: 42px;
            min-width: 42px;
            border-radius: 50%;
            background: #C81E1E;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 18px;
        }

        .clinical-feedback-title {
            font-size: 18px;
            font-weight: 700;
            color: #C81E1E;
            line-height: 1.1;
            margin-bottom: 6px;
        }

        .clinical-feedback-text {
            font-size: 15px;
            line-height: 1.5;
            color: #D04B4B;
        }

        .success {
            background: #EFFBF3;
            border-left: 4px solid #16A34A;
        }

        .success-icon {
            background: #16A34A;
        }

        .success-title {
            color: #15803D;
        }

        .success-text {
            color: #3B7A57;
        }

        .d-none {
            display: none;
        }

        .f-footer {
            padding: 2rem 7rem 0rem 7rem;
        }

        .zyphora-rankboard-shell {
            background: #fff;
            font-family: "Manrope";
            padding: 0 7rem;
        }

        .zyphora-rankboard-wrap {
            padding: 2rem 0;
        }


        .zyphora-rankboard-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 42px;
        }

        .zyphora-rankboard-mini {
            font-size: 16px;
            letter-spacing: 3.2px;
            color: #003D77;
            font-weight: 400;
            display: block;
            margin-bottom: 10px;
        }

        .zyphora-rankboard-heading h2 {
            font-size: 32px;
            font-weight: 800;
            color: #002046;
        }

        .zyphora-rankboard-score {
            display: flex;
            border: 1px solid #C4C6CF;
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
        }

        .zyphora-rankbox {
            padding: 16px;
            min-width: 135px;
        }

        .zyphora-rankbox:first-child {
            border-right: 1px solid #C4C6CF;
        }

        .zyphora-rankbox span {
            display: block;
            font-size: 12px;
            letter-spacing: 0.6px;
            font-weight: 700;
            color: #74777F;
            margin-bottom: 6px;
        }

        .zyphora-rankbox h3 {
            color: #002046;
            font-size: 24px;
            font-weight: 700;
        }

        .zyphora-rankbox:last-child h3 {
            color: #0D5EAF;
        }

        .zyphora-podium-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 24px;
            align-items: end;
            margin-bottom: 34px;
        }

        .zyphora-podium-card {
            background: #fff;
            border-radius: 18px;
            padding: 34px 20px;
            text-align: center;
            position: relative;
            min-height: 230px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .zyphora-avatar-wrap {
            position: relative;
            width: 90px;
            margin: auto auto 18px;
        }

        .zyphora-avatar-wrap img {
            border: 3px solid #d8d8d889;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            object-fit: cover;
        }

        .zyphora-rank-badge {
            position: absolute;
            right: -5px;
            bottom: 5px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 13px;
            font-weight: 800;
            border: 4px solid #fff;
        }

        .gold-badge {
            background: #ffcc00;
            color: #08244B;
        }

        .silver-badge {
            background: #C4C6CF;
        }

        .bronze-badge {
            background: #CD7F32;
        }

        .zyphora-podium-card h3 {
            font-size: 18px;
            font-weight: 600;
            color: #08244B;
            margin-bottom: 10px;
        }

        .zyphora-podium-card h2 {
            font-size: 24px;
        }

        .zyphora-podium-card p {
            font-size: 36px;
            font-weight: 800;
        }

        .zyphora-gold-card {
            min-height: 280px;
            border-top: 7px solid #FFD700;
            border-right: 2px solid #FFD700;
            border-bottom: 2px solid #FFD700;
            border-left: 2px solid #FFD700;
            background: linear-gradient(to bottom, #ffffff 0%, #FFF9E6 100%);
        }


        .zyphora-gold-card p {
            color: #B8860B;
        }

        .zyphora-silver-card {
            border-top: 4px solid #C4C6CF;
            border-right: 1px solid #C4C6CF;
            border-bottom: 1px solid #C4C6CF;
            border-left: 1px solid #C4C6CF;
            background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
        }

        .zyphora-silver-card p {
            color: #0D5EAF;
            font-weight: 700;
            font-size: 16px;
        }

        .zyphora-bronze-card {
            border-top: 4px solid #CD7F32;
            border-right: 1px solid #CD7F32;
            border-bottom: 1px solid #CD7F32;
            border-left: 1px solid #CD7F32;
            background: linear-gradient(to bottom, #ffffff 0%, #fff0e2 100%);
        }

        .zyphora-bronze-card p {
            color: #0D5EAF;
            font-weight: 700;
            font-size: 16px;
        }

        .zyphora-crown-icon {
            position: absolute;
            right: 22px;
            top: 18px;
            color: #FFD700;
            font-size: 28px;
        }

        .zyphora-table-shell {
            background: #fff;
            border-radius: 18px;
            border: 1px solid #C4C6CF;
            overflow: hidden;
        }

        .zyphora-table-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 26px;
            border-bottom: 1px solid #e6edf6;
            gap: 20px;
        }

        .zyphora-table-top h3 {
            font-size: 24px;
            font-weight: 700;
            color: #002046;
        }

        .zyphora-search-box {
            width: 290px;
            height: 52px;
            border: 1px solid #d7deea;
            border-radius: 12px;
            display: flex;
            align-items: center;
            padding: 0 18px;
            gap: 12px;
        }

        .zyphora-search-box i {
            color: #9aa4b4;
        }

        .zyphora-search-box input {
            border: none;
            outline: none;
            width: 100%;
            font-size: 15px;
        }

        .zyphora-table-scroll {
            overflow-x: auto;
        }

        .zyphora-leader-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 700px;
        }

        .zyphora-leader-table th {
            background: #f7f9fc;
            color: #7e8798;
            font-size: 13px;
            font-weight: 800;
            padding: 20px;
            text-align: left;
        }

        .zyphora-leader-table td {
            padding: 24px 20px;
            border-top: 1px solid #edf1f7;
            color: #08244B;
            font-size: 16px;
        }

        .zyphora-member-cell {
            display: flex;
            align-items: center;
            gap: 14px;
            font-weight: 700;
        }

        .zyphora-mini-avatar {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #edf2fb;
            color: #2d67d8;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 800;
        }

        .zyphora-member-cell img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            object-fit: cover;
        }

        .zyphora-highlight-row {
            background: #f4f7ff;
        }

        .zyphora-blue-score {
            color: #1565d8 !important;
            font-weight: 800;
        }

        .aerion-contact-section {
            width: 100%;
            padding: 0 7rem;
            background: #fff;
            font-family: 'Manrope';
        }

        .aerion-contact-header {
            margin-bottom: 40px;
            padding-top: 2rem;
        }

        .aerion-contact-title {
            font-size: 39px;
            line-height: 1.1;
            font-weight: 800;
            color: #002046;
            margin-bottom: 15px;
        }

        .aerion-contact-description {
            max-width: 620px;
            color: #6f7785;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
        }

        .aerion-contact-card {
            background: #fff;
            border: 1px solid #C4C6CF4D;
            border-radius: 12px;
            padding: 22px;
            box-shadow: 0 6px 15px #0020460D;
            margin-bottom: 2rem;
        }

        .aerion-contact-grid {
            display: grid;
            grid-template-columns: 380px 1fr;
            gap: 18px;
        }

        .aerion-field-group {
            margin-bottom: 16px;
        }

        .aerion-field-group label,
        .aerion-contact-right label {
            display: block;
            margin-bottom: 8px;
            font-size: 12px;
            font-weight: 700;
            color: #44474E;
            letter-spacing: .6px;
        }

        .aerion-input-wrap {
            background: #F2F4F6;
            border-radius: 8px;
            height: 56px;
            display: flex;
            align-items: center;
            padding: 0 16px;
            gap: 12px;
        }

        .aerion-input-wrap i {
            color: #6d7280;
        }

        .aerion-input-wrap input {
            border: none;
            outline: none;
            width: 100%;
            background: transparent;
            font-size: 16px;
        }

        .aerion-contact-right textarea {
            width: 100%;
            height: 345px;
            resize: none;
            border: none;
            outline: none;
            background: #F2F4F6;
            border-radius: 8px;
            padding: 18px;
            font-size: 16px;
            font-family: 'Manrope';
            font-weight: 400;
        }

        .aerion-captcha-box {
            height: 78px;
            border: 1px solid #dfe4ea;
            border-radius: 8px;
            display: flex;
            background: #F8FAFC;
            align-items: center;
            justify-content: space-between;
            padding: 0 14px;
            margin-top: 8px;
        }

        .aerion-captcha-left {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #555;
        }

        .aerion-captcha-left input {
            width: 24px;
            height: 24px;
        }

        .aerion-captcha-right {
            text-align: center;
        }

        .aerion-captcha-logo {
            width: 28px;
            height: 28px;
            margin: auto;
            margin-bottom: 3px;
        }

        .aerion-captcha-right small {
            font-size: 9px;
            color: #888;
        }

        .aerion-submit-wrap {
            display: flex;
            justify-content: flex-end;
            margin-top: 24px;
        }

        .aerion-submit-btn {
            background: #0D5EAF;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 19px 48px;
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .aerion-submit-btn:hover {
            background: #fff;
            color: #0D5EAF;
            border: 1px solid #0D5EAF;
        }

        .aerion-submit-btn i {
            font-size: 20px;
        }

        .medivault {
            padding: 2rem 0;
        }

        .medivault-records-zone {
            font-family: "Manrope";
            width: 100%;
            padding: 0 7rem;
        }

        .medivault-heading-cluster {
            margin-bottom: 35px;
        }

        .medivault-section-label {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.2px;
            color: #0D5EAF;
            display: block;
            margin-bottom: 12px;
        }

        .medivault-page-title {
            font-size: 32px;
            font-weight: 800;
            color: #002046;
            margin-bottom: 12px;
        }

        .medivault-page-description {
            max-width: 670px;
            font-size: 16px;
            color: #44474E;
            line-height: 1.8;
        }

        .medivault-summary-banner {
            background: linear-gradient(135deg, #0268D0, #01356A);
            border-radius: 22px;
            padding: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 25px;
            margin-bottom: 35px;
            flex-wrap: wrap;
        }

        .medivault-banner-copy p {
            color: rgba(255, 255, 255, .85);
            margin-bottom: 6px;
        }

        .medivault-banner-copy h3 {
            color: #fff;
            font-size: 32px;
            font-weight: 800;
        }

        .medivault-attempt-card {
            background: #fff;
            border: 1px solid #dce5f1;
            border-radius: 18px;
            padding: 30px;
            display: flex;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 25px;
        }

        .medivault-attempt-main {
            flex: 1;
        }

        .medivault-meta-strip {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
            margin-bottom: 14px;
        }

        .medivault-specialty-chip {
            background: #D5E3FF;
            color: #003D77;
            font-size: 12px;
            padding: 4px 12px;
            border-radius: 50px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .btn-danger {
            color: #BA1A1A;
            font-size: 48px;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 10px;
        }

        .medivault-entry-date {
            color: #44474E;
            font-size: 14px;
            font-weight: 500;
        }

        .medivault-attempt-title {
            font-size: 24px;
            color: #002046;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .medivault-attempt-summary {
            color: #44474E;
            line-height: 1.7;
            font-size: 14px;
            font-weight: 400;
        }

        .medivault-score-zone {
            min-width: 320px;
            border-left: 1px solid #e5edf5;
            padding-left: 35px;

            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }

        .medivault-score-panel {
            text-align: center;
        }

        .medivault-score-success {
            font-size: 43px;
            font-weight: 800;
            color: #01B57E;
            line-height: 1;
            margin-bottom: 10px;
        }

        .continuing {
            color: grey !important;
        }

        .medivault-resume-btn {
            background: #0D5EAF;
            color: #fff;
            text-decoration: none;
            padding: 12px 24px;
            border-radius: 8px;
            text-align: center;
            font-weight: 700;
        }

        .medivault-review1-btn {
            background: #fff;
            color: #74777F;
            text-decoration: none;
            padding: 12px 24px;
            border-radius: 10px;
            text-align: center;
            font-weight: 700;
            border: 2px solid #C4C6CF;
        }

        .medivault-review1-btn:hover {
            background: #0D5EAF;
            border: 2px solid #0D5EAF;
            color: #fff;
        }

        .medivault-score-continuing {
            font-size: 43px;
            font-weight: 800;
            color: grey;
            line-height: 1;
            margin-bottom: 10px;
        }

        .medivault-score-panel span {
            color: #44474E;
            font-weight: 700;
            letter-spacing: 1.4;
            font-size: 14px;
        }

        .medivault-action-column {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .medivault-review-btn {
            background: #002046;
            color: #fff;
            text-decoration: none;
            padding: 12px 24px;
            border-radius: 10px;
            text-align: center;
            font-weight: 700;
        }

        .medivault-retake-btn {
            border: 2px solid #002046;
            color: #002046;
            text-decoration: none;
            padding: 10px 24px;
            border-radius: 10px;
            text-align: center;
            font-weight: 700;
        }

        .medivault-retake-btn:hover {
            background: #082654;
            color: #fff;
        }

        .radcase-viewer-section {
            padding: 0px 7rem;
            font-family: 'Manrope';
        }

        .radcase-topbar {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 24px;
            padding-top: 2rem;
        }

        .radcase-title-wrap h2 {
            font-size: 32px;
            font-weight: 700;
            color: #002046;
            margin-bottom: 8px;
        }

        .radcase-subtitle {
            font-size: 14px;
            color: #44474E;
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 400;
        }

        .radcase-top-actions {
            display: flex;
            gap: 10px;
        }

        .radcase-outline-btn {
            border: 1px solid #74777F;
            background: #fff;
            border-radius: 8px;
            padding: 8px 16px;
            font-size: 12px;
            font-weight: 700;
            color: #0D5EAF;
            cursor: pointer;
        }

        .radcase-main-layout {
            display: grid;
            grid-template-columns: 1.6fr 1fr;
            gap: 22px;
        }

        .radcase-image-frame {
            position: relative;
            background: #111;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
        }

        .radcase-image-frame img {
            width: 100%;
            display: block;
            height: 500px;
            padding: 7rem;
            object-fit: cover;
        }

        .radcase-image-frame.fullscreen-mode img {
            padding: 0;
        }

        .radcase-image-caption {
            position: absolute;
            left: 16px;
            bottom: 14px;
            color: #fff;
            font-size: 12px;
            letter-spacing: .5px;
        }

        .radcase-expand-btn {
            position: absolute;
            right: 12px;
            bottom: 12px;
            width: 38px;
            height: 38px;
            border: none;
            border-radius: 8px;
            background: rgba(0, 0, 0, .4);
            color: #fff;
        }

        .radcase-sidebar {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .radcase-info-card {
            border: 1px solid #d8e0ea;
            border-radius: 14px;
            padding: 24px;
            background: #fff;
        }

        .radcase-session-head {
            display: flex;
            gap: 14px;
            margin-bottom: 18px;
        }

        .radcase-icon-box {
            width: 48px;
            height: 48px;
            background: #F0F9FF;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #002046;
        }

        .radcase-session-head h4 {
            margin: 0;
            color: #002046;
            font-size: 18px;
            font-weight: 600;
        }

        .radcase-session-head p {
            margin-top: 4px;
            color: #44474E;
            font-size: 14px;
            font-weight: 400;
        }

        .radcase-progress-track {
            height: 8px;
            border-radius: 20px;
            background: #e8edf4;
            overflow: hidden;
        }

        .radcase-progress-fill {
            width: 55%;
            height: 100%;
            background: #3da0df;
        }

        .radcase-card-title {
            color: #002046;
            margin-bottom: 16px;
            font-size: 18px;
            font-weight: 600;
        }

        .radcase-note-box {
            background: #F2F4F6;
            border-radius: 10px;
            padding: 16px;
            line-height: 1.8;
            color: #44474E;
            margin-bottom: 20px;
        }

        .radcase-bottom-bar {
            margin-top: 22px;
            border: 1px solid #d8e0ea;
            border-radius: 14px;
            padding: 18px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 2rem;
        }

        .radcase-navigation {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .radcase-navigation a {
            text-decoration: none;
            color: #64748b;
            font-weight: 600;
        }

        .radcase-divider {
            width: 1px;
            height: 18px;
            background: #d8e0ea;
        }

        .radcase-footer-actions {
            display: flex;
            gap: 14px;
        }

        .radcase-random-btn {
            background: #E6E8EA;
            border: 1px solid #C4C6CF;
            border-radius: 30px;
            padding: 12px 24px;
            font-weight: 700;
            color: #002046;
            letter-spacing: 0.6;
            font-size: 12px;
            cursor: pointer;
        }

        .radcase-diagnosis-btn {
            background: #002046;
            color: #fff;
            border: none;
            border-radius: 30px;
            padding: 12px 24px;
            font-weight: 700;
            letter-spacing: 0.6;
            font-size: 12px;
            cursor: pointer;
        }

        .prx-profile-wrapper {
            padding: 0 7rem;
            font-family: 'Manrope';
        }


        .prx-profile-header {
            margin-bottom: 32px;
            margin-top: 2rem;
        }

        .prx-profile-info {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .prx-profile-label {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: #87A0CD;
            text-transform: uppercase;
        }

        .prx-profile-name {
            font-size: 24px;
            font-weight: 700;
            color: #002046;
            line-height: 1.2;
        }

        /* CARD */

        .prx-card-box {
            border: 1px solid #C4C6CF4D;
            border-radius: 8px;
            background: #fff;
            padding: 28px;
            margin-bottom: 24px;
        }

        .prx-card-title {
            font-size: 18px;
            font-weight: 600;
            color: #002046;
            padding-bottom: 24px;
            margin-bottom: 24px;
            border-bottom: 1px solid #C4C6CF33;
        }

        /* FIELDS */

        .prx-field-block {
            width: 100%;
        }

        .prx-field-label {
            display: block;
            font-size: 10px;
            font-weight: 400;
            color: #44474E;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }

        .prx-field-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #C4C6CF80;
            padding-bottom: 12px;
        }

        .prx-field-value {
            font-size: 16px;
            color: #191C1E;
        }

        .prx-edit-link {
            font-size: 11px;
            text-decoration: none;
            color: #0D5EAF;
            font-weight: 400;
        }

        /* PASSWORD */

        .prx-password-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .prx-password-item input {
            width: 100%;
            border: none;
            border-bottom: 1px solid #e5e7eb;
            padding: 10px 0;
            font-size: 15px;
            outline: none;
            background: none;
        }

        /* BUTTON */

        .prx-save-btn {
            width: 100%;
            height: 54px;
            border: none;
            border-radius: 4px;
            background: #1664b7;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s;
            margin-bottom: 2rem;
        }

        .prx-save-btn:hover {
            opacity: 0.95;
        }

        .doctor-profile-section {
            padding: 0 7rem;
            font-family: 'Manrope';
        }

        .doctor-profile-wrapper {
            padding: 2rem 0;
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }

        .doctor-profile-left {
            text-align: center;
            flex-shrink: 0;
        }

        .doctor-profile-image {
            width: 200px;
            height: 200px;
            margin: 0 auto 20px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid #e5edf7;
            box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
        }

        .doctor-profile-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .doctor-profile-name {
            font-size: 24px;
            font-weight: 800;
            color: #0a2d63;
            margin: 0 0 10px;
            line-height: 1.2;
        }

        .doctor-profile-right {
            flex: 1;
        }

        .doctor-profile-card {
            background: #fff;
            border: 1px solid #d7e1ed;
            border-radius: 12px;
            padding: 28px;
        }

        .doctor-profile-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .doctor-profile-title i {
            color: #0b5db8;
            font-size: 18px;
        }

        .doctor-profile-title h3 {
            margin: 0;
            font-size: 28px;
            font-weight: 700;
            color: #0a2d63;
        }

        .doctor-profile-content p {
            margin: 0 0 20px;
            color: #566272;
            font-size: 16px;
            line-height: 1.9;
        }

        .doctor-profile-content strong {
            color: #1f2937;
            font-weight: 700;
        }

        .doctor-profile-content span {
            color: #1e63b5;
            font-weight: 600;
        }

        .doctor-profile-content p:last-child {
            margin-bottom: 0;
        }

        .wbx-webinar-section {
            width: 100%;
            background: #ffffff;
            padding-bottom: 80px;
            font-family: Inter, sans-serif;
        }

        /* Banner */

        .wbx-banner {
            padding: 0 7rem;
        }

        .wbx-banner-content {
            background: linear-gradient(90deg, #17365f 0%, #002b63 100%);

            margin-top: 2rem;
            padding: 3rem;
        }

        .wbx-banner h2 {
            color: #ffffff;
            font-size: 39px;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .wbx-banner p {
            max-width: 550px;
            color: #87A0CD;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.8;
        }

        /* Table */

        .wbx-table-wrapper {
            margin: 3rem 7rem;
            overflow-x: auto;
        }

        .wbx-table {
            width: 100%;
            min-width: 950px;
            border-collapse: separate;
            border-spacing: 0;
            border: 1px solid #C4C6CF;
            border-radius: 10px;
            overflow: hidden;
        }

        .wbx-table thead th {
            background: #ECEEF0;
            color: #44474E;
            font-size: 12px;
            font-weight: 700;
            text-align: left;
            padding: 18px;
            border-bottom: 1px solid #dcdcdc;
        }

        .wbx-table tbody td {
            padding: 18px;
            vertical-align: top;
            border-bottom: 1px solid #ececec;
        }

        .wbx-table tbody tr:last-child td {
            border-bottom: none;
        }

        /* Date */

        .wbx-date strong {
            display: block;
            color: #002046;
            font-size: 16px;
            font-weight: 400;
        }

        .wbx-date span {
            display: block;
            margin-top: 4px;
            color: #44474E;
            font-size: 12px;
            font-weight: 400;
        }

        /* Webinar Title */

        .wbx-table h4 {
            font-size: 16px;
            color: #002046;
            margin-bottom: 10px;
            font-weight: 400;
        }

        .wbx-table p {
            color: #44474E;
            font-size: 14px;
            line-height: 1.7;
            font-weight: 400;
        }

        /* Speakers */

        .wbx-speaker {
            margin-bottom: 12px;
        }

        .wbx-speaker strong {
            display: block;
            color: #002046;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .wbx-speaker span {
            color: #44474E;
            font-size: 12px;
            font-weight: 400;
        }

        /* Video */

        .wbx-video-thumb {
            width: 140px;
            height: 85px;
            position: relative;
            border-radius: 6px;
            overflow: hidden;
        }

        .wbx-video-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .wbx-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .95);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

        /* Button */

        .wbx-action-btn {
            display: inline-block;
            padding: 12px 24px;
            background: #FFC107;
            color: #1B365D;
            text-decoration: none;
            font-size: 12px;
            font-weight: 700;
            border-radius: 30px;
            white-space: nowrap;
            letter-spacing: .6px;
        }

        .quizhist-wrap {
            padding: 0 7rem;
            font-family: 'Manrope';
        }

        .quizhist-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;
            margin: 2rem 0 30px 0;
        }

        .quizhist-title-area h2 {
            font-size: 32px;
            line-height: 1.2;
            font-weight: 800;
            color: #002046;
            margin-bottom: 10px;
        }

        .quizhist-title-area p {
            font-size: 16px;
            font-weight: 400;
            color: #44474E;
        }

        /* Score Box */

        .quizhist-scorebox {
            display: flex;
            align-items: center;
            border: 1px solid #d7dbe2;
            border-radius: 12px;
            padding: 14px 20px;
            min-width: 230px;
            background: #fff;
        }

        .quizhist-scoreitem {
            text-align: center;
        }

        .quizhist-scoreitem span {
            display: block;
            font-size: 12px;
            color: #44474E;
            margin-bottom: 6px;
            font-weight: 700;
        }

        .quizhist-scoreitem strong {
            font-size: 24px;
            color: #01B57E;
            font-weight: 700;
        }


        .quizhist-scoreitem .strong-txt {
            font-size: 24px;
            color: #1B365D;
            font-weight: 700;
        }

        .quizhist-divider {
            width: 1px;
            height: 42px;
            background: #d8dce3;
            margin: 0 18px;
        }

        /* Cards */

        .quizhist-card {
            background: #fff;
            border: 1px solid #edf0f3;
            border-radius: 10px;
            padding: 24px;
            margin-bottom: 2rem;
            position: relative;
        }

        .quizhist-topline {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
        }

        .quizhist-badge {
            font-size: 11px;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 20px;
        }

        .quizhist-green {
            background: #E6F7F1;
            color: #01B57E;
        }

        .quizhist-red {
            background: #fdeaea;
            color: #ef4444;
        }

        .quizhist-questionno {
            font-size: 12px;
            font-weight: 700;
            color: #44474E;
        }

        .quizhist-card h3 {
            font-size: 19px;
            color: #002046;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .quizhist-answer {
            padding: 14px 18px;
            border-radius: 8px;
            font-size: 14px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .quizhist-useranswer {
            background: #F2F4F6;
            color: #01B57E;
        }

        .quizhist-wronganswer {
            background: #FFDAD633;
            color: #ef4444;
        }

        .quizhist-correctanswer {
            background: #E6F7F1;
            color: #10b981;
        }

        .assesssum-shell {
            padding: 0 7rem;
            font-family: 'Manrope';
        }

        .assesssum-card {
            background: #ffffff;
            border: 1px solid #d9dee6;
            border-radius: 10px;
            padding: 55px 0px;
            text-align: center;
            margin-top: 2rem;
        }

        .assesssum-score {
            margin-bottom: 40px;
        }

        .assesssum-score h2 {
            font-size: 39px;
            line-height: 1;
            font-weight: 800;
            color: #0D5EAF;
            margin-bottom: 4px;
        }

        .assesssum-score span {
            display: block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.8px;
            color: #44474E;
        }

        .assesssum-card h3 {
            font-size: 39px;
            line-height: 1.2;
            color: #002046;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .assesssum-card p {
            max-width: 500px;
            margin: 0 auto;
            font-size: 16px;
            line-height: 1.7;
            font-weight: 400;
            color: #44474E;
        }

        /* STATS */

        .assesssum-grid {
            margin-top: 24px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px;
        }

        .assesssum-statbox {
            border: 1px solid #C4C6CF;
            border-radius: 12px;
            background: #fff;
            padding: 24px;
        }

        .assesssum-statbox span {
            display: block;
            font-size: 12px;
            font-weight: 700;
            color: #44474E;
            margin-bottom: 8px;
        }

        .assesssum-statbox strong {
            font-size: 24px;
            color: #002046;
            font-weight: 700;
        }

        .assesssum-green {
            color: #0d7b4e !important;
        }

        .assesssum-blue {
            color: #0D5EAF !important;
        }

        .assesssum-red {
            color: #e53935 !important;
        }

        .assesssum-actions {
            margin-top: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 2rem;
        }

        .assesssum-btn {
            min-width: 170px;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 600;
            transition: .3s;
        }

        .assesssum-primary {
            background: #1f5fb7;
            color: #fff;
        }

        .assesssum-primary:hover {
            opacity: .9;
        }

        .assesssum-outline {
            border: 1px solid #082d5b;
            color: #082d5b;
            background: #fff;
        }

        .assesssum-link {
            text-decoration: none;
            color: #1f5fb7;
            font-size: 14px;
            font-weight: 500;
        }

        @media (min-width:1201px) and (max-width:1450px) {
            .logo img {
                width: 143px;
            }

            .top-mail {
                margin-bottom: 14px;
            }

            .nav-links a {
                font-size: 12px;
            }

            .login-btn {
                padding: 10px 30px;
            }
        }

        @media (min-width: 1920px) {
            .hero-section {
                padding: 0 10rem;
            }

            .main-title {
                font-size: 80px;
            }

            .sub-title {
                font-size: 52px;
            }

            .hero-desc {
                font-size: 20px;
                max-width: 650px;
            }

            .phones-wrapper {
                min-height: 800px;
            }

            .phone-left {
                width: 260px;
                height: 540px;
                top: 100px;
            }

            .phone-right {
                width: 260px;
                height: 540px;
                right: 80px;
                top: 30px;
            }

            .story-circle a {
                width: 180px;
                height: 180px;
                font-size: 17px;
                bottom: 120px;
            }

            .quiz-btn {
                width: 100%;
                height: 105px;
            }

            .quiz-icon img {
                width: 70px;
            }

            .quiz-small {
                font-size: 16px;
            }

            .quiz-big {
                font-size: 20px;
            }

            .cases-section {
                padding: 8rem 10rem;
            }

            .cases-title {
                font-size: 75px;
            }

            .cases-desc {
                font-size: 22px;
            }

            .case-card {
                width: 100%;
                min-height: 260px;
            }

            .case-card h3 {
                font-size: 22px;
            }

            .case-card p {
                font-size: 15px;
            }

            .contributors-section {
                padding: 60px 10rem;
            }

            .contributors-heading h2 {
                font-size: 75px;
            }

            .contributors-heading p {
                font-size: 24px;
                max-width: 1000px;
            }


            .content-box h3 {
                font-size: 26px;
            }

            .content-box p {
                font-size: 15px;
            }

            .testimonials-section {
                padding: 6rem 10rem;
            }

            .testimonial-heading h2 {
                font-size: 75px;
            }

            .quote {
                font-size: 24px;
            }

            .description {
                font-size: 28px;
            }

            .person-image {
                width: 300px;
                height: 300px;
            }

            .video-btn {
                width: 130px;
                height: 130px;
            }

            .video-btn svg {
                width: 85px;
                height: 85px;
            }

            .video-btn-left {
                left: 380px;
                top: 380px;
            }

            .video-btn-right {
                right: 380px;
                top: 380px;
            }

            .help-btn {
                width: 130px;
                height: 130px;
            }

            .help-content img {
                width: 70px;
                height: 70px;
            }

            .news-section {
                padding: 80px 10rem;
            }

            .news-heading h2 {
                font-size: 75px;
            }

            .news-heading p {
                font-size: 24px;
            }

            .news-image {
                height: 300px;
            }

            .news-content h3 {
                font-size: 24px;
            }

            .news-content p {
                font-size: 16px;
            }

            .download-section {
                padding: 100px 10rem;
            }

            .download-left h2 {
                font-size: 85px;
            }

            .download-left .quote {
                font-size: 28px;
            }

            .download-left .description {
                font-size: 22px;
                max-width: 600px;
            }

            .phones-wrapper1 {
                max-width: 600px;
                height: 580px;
            }

            .phone-back {
                width: 280px;
                height: 540px;
                left: 50px;
                top: 20px;
            }

            .phone-front {
                width: 280px;
                height: 540px;
                right: 0;
                top: 70px;
            }
        }

        @media (max-width: 1600px) {
            .testimonial-left {
                left: 0px;
            }

            .testimonial-right {
                right: 0px;
            }

            .video-btn-left {
                left: 300px;
            }

            .video-btn-right {
                right: 300px;
            }

            .phone-left {
                left: 150px;
            }

            .download-section {
                padding: 70px 7rem 0px 7rem;
                min-height: auto;
                height: auto;
            }

            .download-left h2 {
                font-size: 65px;
            }

            .download-left .quote {
                font-size: 22px;
            }

            .download-left .description {
                font-size: 20px;
            }

            .phones-wrapper1 {
                max-width: 460px;
                height: 420px;
            }

            .phone-back {
                width: 220px;
                height: 440px;
                left: 30px;
            }

            .phone-front {
                width: 220px;
                height: 440px;
                top: 80px;
            }
        }

        @media (max-width: 1400px) {
            .hero-section {
                padding: 0 5rem;
            }

            .cases-section {
                padding: 5rem;
                height: auto;
                min-height: auto;
            }

            .contributors-section {
                padding: 40px 5rem;
            }

            .testimonials-section {
                padding: 4rem 5rem;
            }

            .news-section {
                padding: 60px 5rem;
            }

            .cases-title {
                font-size: 58px;
            }

            .cases-desc {
                font-size: 20px;
            }

            .case-card {
                width: 100%;
                min-height: 220px;
            }

            .case-card h3 {
                font-size: 18px;
            }

            .case-card p {
                font-size: 12px;
            }

            .phone-left {
                width: 200px;
                height: 415px;
                left: 90px;
                top: 100px;
            }

            .phone-right {
                width: 200px;
                height: 415px;
                right: 20px;
                top: 40px;
            }

            .contributors-heading h2 {
                font-size: 58px;
            }

            .contributors-heading p {
                font-size: 18px;
            }

            .image-box {
                width: 250px;
                height: 250px;
            }

            .content-box {
                width: 200px;
            }

            .content-box h3 {
                font-size: 20px;
            }

            .content-box p {
                font-size: 12px;
            }

            .contributor-top {
                padding-right: 80px;
            }

            .contributor-bottom {
                padding-left: 180px;
            }

            .testimonial-heading h2 {
                font-size: 58px;
            }

            .quote {
                font-size: 18px;
            }

            .description {
                font-size: 22px;
            }

            .person-image {
                width: 240px;
                height: 240px;
            }

            .video-btn {
                width: 100px;
                height: 100px;
            }

            .video-btn svg {
                width: 65px;
                height: 65px;
            }

            .video-btn-left {
                left: 260px;
                top: 320px;
            }

            .video-btn-right {
                right: 260px;
                top: 320px;
            }

            .help-btn {
                width: 100px;
                height: 100px;
            }

            .help-content img {
                width: 55px;
                height: 55px;
            }

            .news-heading h2 {
                font-size: 58px;
            }

            .news-heading p {
                font-size: 18px;
            }

            .news-image {
                height: 240px;
            }

            .news-content h3 {
                font-size: 18px;
            }

            .download-left h2 {
                font-size: 58px;
            }

            .download-left .quote {
                font-size: 20px;
                margin-bottom: 30px;
            }

            .download-left .description {
                font-size: 17px;
                margin-bottom: 40px;
            }

            .phones-wrapper1 {
                max-width: 420px;
                height: 440px;
            }

            .phone-back {
                width: 200px;
                height: 400px;
                left: 20px;
            }

            .phone-front {
                width: 200px;
                height: 400px;
                top: 45px;
            }
        }

        @media (max-width: 1200px) {
            .medivault-attempt-title {
                font-size: 32px;
            }

            .medivault-score-success {
                font-size: 58px;
            }

            .quiz-dashboard-section {
                padding: 0px 7rem;
            }

            .aurexyn-main-heading {
                font-size: 38px;
            }

            .nexora-client-words {
                font-size: 22px;
            }

            .nexora-quote-mark {
                font-size: 120px;
            }

            .resource-links-grid {
                grid-template-columns: 1fr;
            }

            .quiz-guide-title {
                font-size: 44px;
            }

            .quiz-module-title {
                font-size: 34px;
            }

            .quiz-page-title {
                font-size: 46px;
            }

            .quiz-dashboard-layout {
                grid-template-columns: 1fr;
            }

            .quiz-stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .article-layout-grid {
                grid-template-columns: 1fr;
            }

            .article-sidebar-column {
                margin-top: 10px;
            }

            .msk-quiz-layout {
                grid-template-columns: 1fr;
            }

            .msk-case-title {
                font-size: 28px;
            }

            .top-wrapper,
            .bottom-grid {
                grid-template-columns: 1fr;
            }

            .left-side::after {
                display: none;
            }

            .left-side {
                border-bottom: 1px solid #dbe6f2;
            }

            .msk-newsroom-section {
                padding: 0 4rem;
            }

            .msk-article-content h3 {
                font-size: 25px;
            }

            .consultants-grid {
                gap: 26px;
            }

            .consultant-card {
                padding: 34px 24px 28px;
            }

            .consultant-card h3 {
                font-size: 22px;
            }

            .hero-section {
                padding-bottom: 180px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .menu-toggle {
                display: block;
            }

            #menu-checkbox:checked+.menu-toggle {
                display: none;
            }

            .nav-right {
                position: fixed;
                top: 0;
                right: -100%;
                height: 100vh;
                background: #ffffff;
                z-index: 2500;
                transition: .5s ease;
                overflow-y: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            #menu-checkbox:checked~.nav-right {
                right: 0;
                padding: 20px;
            }

            .sidebar-top {
                width: 100%;
                display: flex;
                justify-content: end;
                align-items: center;
            }

            .sidebar-logo img {
                width: 170px;
            }

            .close-menu {
                display: block;
            }

            .top-mail {
                text-align: center;
                margin-bottom: 20px;
                font-size: 15px;
                line-height: 1.7;
            }

            .nav-bottom {
                width: 100%;
                flex-direction: column;
                gap: 18px;
            }

            .nav-links {
                width: 100%;
                flex-direction: column;
                gap: 12px;
            }

            .nav-links li {
                width: 100%;
            }

            .nav-links a {
                width: 100%;
                display: block;
                text-align: center;
                padding: 5px;
                font-size: 16px;
                font-weight: 500;
                border: 1px solid #d7d7d7;
            }

            .nav-links a:hover {
                background: #eaf3ff;
            }

            .login-btn {
                width: 100%;
                padding: 16px;
                border-radius: 16px;
                font-size: 16px;
            }

            .hero-row {
                flex-direction: column;
                gap: 0;
            }

            .hero-left,
            .hero-right {
                width: 100%;
                padding: 0;
                height: auto;
                margin-bottom: 0%;
                justify-content: center;
            }

            .hero-content {
                text-align: center;
            }

            .main-title {
                font-size: 70px;
            }

            .sub-title {
                font-size: 42px;
            }

            .hero-desc {
                margin: auto;
                font-size: 18px;
            }

            .phones-wrapper {
                min-height: 520px;
                display: flex;
                justify-content: center;
                align-items: flex-end;
                gap: 20px;
            }

            .phone {
                position: relative;
            }

            .phone-left,
            .phone-right {
                left: auto;
                right: auto;
                top: auto;
            }

            .phone-left {
                width: 180px;
                height: 370px;
            }

            .phone-right {
                width: 200px;
                height: 410px;
            }

            .story-circle a {
                width: 120px;
                height: 120px;
                font-size: 13px;
                bottom: 55px;
            }

            .quiz-wrapper {
                bottom: 20px;
            }

            .quiz-btn {
                height: 80px;
            }

            .cases-wrapper {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .cases-title {
                font-size: 55px;
                text-align: center;
            }

            .cases-desc {
                max-width: 100%;
                font-size: 20px;
                text-align: center;
            }

            .cases-grid {
                max-width: 760px;
                width: 100%;
                margin: auto;
            }

            .contributors-section {
                padding: 40px 4rem;
                height: auto;
                min-height: auto;
            }

            .contributors-heading {
                text-align: center;
            }

            .contributors-heading h2 {
                font-size: 55px;
            }

            .contributors-heading p {
                font-size: 18px;
            }

            .contributor,
            .contributor-top,
            .contributor-bottom {
                justify-content: center;
                align-items: center;
                gap: 40px;
                padding: 0;
                margin-top: 30px;
                text-align: center;
            }

            .contributor-top {
                flex-direction: column-reverse;
            }

            .contributor-bottom {
                flex-direction: column;
            }

            .image-box {
                width: 220px;
                height: 220px;
            }

            .content-box {
                width: 100%;
                max-width: 400px;
            }

            .content-box h3 {
                font-size: 24px;
            }

            .content-box p {
                font-size: 15px;
            }

            .role-badge {
                top: unset;
                right: 50%;
                margin-top: 4px;
                transform: translateX(50%);
                font-size: 12px;
                padding: 10px 18px;
            }

            .arrow-circle {
                left: 20px;
                width: 80px;
                height: 80px;
            }

            .arrow-circle span {
                font-size: 70px;
            }

            .testimonials-section {
                padding: 60px 4rem;
                height: auto;
                min-height: auto;
            }

            .testimonial-container {
                min-height: auto;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: flex-start;
                gap: 30px;
            }

            .testimonial-heading {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

            .testimonial-heading h2 {
                font-size: 55px;
                margin-bottom: 18px;
            }

            .quote {
                font-size: 18px;
                margin-bottom: 22px;
                line-height: 1.5;
            }

            .description {
                font-size: 22px;
                line-height: 1.5;
            }

            .testimonial-left,
            .testimonial-right,
            .video-btn,
            .help-btn {
                position: relative !important;
                top: unset !important;
                left: unset !important;
                right: unset !important;
                bottom: unset !important;
                transform: unset !important;
                margin: 0;
            }

            .testimonial-left,
            .testimonial-right {
                width: 45%;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .person-image {
                width: 220px;
                height: 220px;
            }

            .person-content {
                margin-top: 15px;
                text-align: center;
            }

            .person-content h3 {
                font-size: 18px;
            }

            .person-content p {
                font-size: 13px;
            }

            .video-btn-left,
            .help-btn,
            .video-btn-right {
                width: 90px;
                height: 90px;
            }

            .video-btn svg {
                width: 52px;
                height: 52px;
            }

            .help-content img {
                width: 42px;
                height: 42px;
            }

            .video-btn-left {
                order: 3;
            }

            .help-btn {
                order: 4;
            }

            .video-btn-right {
                order: 5;
            }

            .testimonial-left {
                order: 1;
            }

            .testimonial-right {
                order: 2;
            }

            .news-section {
                padding: 60px 4rem;
            }

            .news-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .news-heading h2 {
                font-size: 55px;
            }

            .news-heading p {
                font-size: 18px;
            }

            .news-image {
                height: 260px;
            }

            .news-content h3 {
                font-size: 20px;
            }

            .download-container {
                gap: 40px;
            }

            .download-left h2 {
                font-size: 52px;
            }

            .download-left .quote {
                font-size: 18px;
            }

            .download-left .description {
                font-size: 16px;
                margin-bottom: 35px;
            }

            .app-store-btn,
            .google-play-btn {
                padding: 10px 20px;
            }

            .btn-text .big {
                font-size: 14px;
            }

            .phones-wrapper1 {
                max-width: 380px;
                height: 400px;
            }

            .phone-back {
                width: 180px;
                height: 360px;
                left: 15px;
                top: 15px;
            }

            .phone-front {
                width: 180px;
                height: 360px;
                top: 40px;
            }

            .footer-right {
                width: 360px;
            }

            .footer-right p {
                font-size: 18px;
            }

            .footer-text {
                font-size: 17px;
            }
        }

        @media (max-width: 991px) {
            .assesssum-card {
                padding: 45px 25px;
                margin-top: 15px;
            }

            .assesssum-score h2 {
                font-size: 42px;
            }

            .assesssum-card h3 {
                font-size: 40px;
            }

            .assesssum-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .assesssum-actions {
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .quizhist-wrap {
                padding: 0 15px;
            }

            .quizhist-header {
                flex-direction: column;
                margin: 15px 0 15px 0;
            }

            .quizhist-scorebox {
                width: 100%;
            }

            .quizhist-title-area h2 {
                font-size: 30px;
            }

            .quizhist-card h3 {
                font-size: 20px;
            }

            .wbx-banner-content {
                padding: 15px;
                margin: 15px 0;
            }

            .wbx-banner {
                padding: 20px 0;
            }

            .wbx-banner {
                padding: 0 15px;
            }

            .wbx-banner h2 {
                font-size: 26px;
            }

            .wbx-table-wrapper {
                margin: 15px;
            }

            .wbx-banner p {
                font-size: 14px;
            }

            .doctor-profile-wrapper {
                flex-direction: column;
                gap: 30px;
                padding: 15px 0;
            }

            .doctor-profile-left {
                width: 100%;
            }

            .doctor-profile-image {
                width: 180px;
                height: 180px;
            }

            .doctor-profile-title h3 {
                font-size: 24px;
            }

            .prx-save-btn {
                margin-bottom: 15px;
            }

            .prx-profile-header {
                margin: 15px 0;
            }

            .radcase-topbar,
            .radcase-bottom-bar {

                align-items: stretch;
                margin-bottom: 15px;
            }

            .radcase-image-frame img {
                padding: 3rem;
            }

            .radcase-main-layout {
                grid-template-columns: 1fr;
            }

            .radcase-sidebar {
                order: 2;
            }

            .medivault-attempt-card {
                flex-direction: column;
            }

            .medivault-score-zone {
                border-left: none;
                border-top: 1px solid #e5edf5;

                padding-left: 0;
                padding-top: 25px;

                min-width: 100%;
            }

            .medivault-page-title {
                font-size: 28px;
            }

            .medivault-attempt-title {
                font-size: 30px;
            }

            .aerion-contact-grid {
                grid-template-columns: 1fr;
            }

            .aerion-contact-title {
                font-size: 42px;
            }

            .zyphora-podium-grid {
                grid-template-columns: 1fr;
            }

            .zyphora-gold-card {
                order: -1;
            }

            .zyphora-rankboard-top {
                flex-direction: column;
            }

            .zyphora-rankboard-heading h2 {
                font-size: 36px;
            }

            .zyphora-podium-card h3 {
                font-size: 24px;
            }

            .zyphora-podium-card p {
                font-size: 30px;
            }

            .f-footer {
                padding: 3rem 3rem 0rem 3rem;
            }

            .hero-left {
                margin-bottom: 4%;
            }

            .footer-right p {
                margin-bottom: 20px;
            }

            .aurexyn-main-heading {
                font-size: 32px;
            }

            .nexora-dialog-card {
                padding: 35px 40px;
            }

            .nexora-client-words {
                font-size: 20px;
                line-height: 1.7;
                max-width: 600px;
            }

            .nexora-quote-mark {
                font-size: 90px;
                top: 10px;
                right: 15px;
            }

            .veltrix-nav-trigger {
                width: 50px;
                height: 50px;
            }

            .veltrix-prev-slide {
                left: -20px;
            }

            .veltrix-next-slide {
                right: -20px;
            }

            .quiz-intro-wrapper {
                grid-template-columns: 1fr;
            }

            .quiz-guide-card {
                padding: 34px 28px;
            }

            .quiz-item-card {
                flex-direction: row;
                align-items: stretch;
            }

            .quiz-item-left {
                flex: 1;
                align-items: stretch;
            }

            .quiz-color-strip {
                width: 8px;
                height: auto;
                align-self: stretch;
            }

            .quiz-item-content {
                padding: 20px;
            }

            .quiz-action-area {
                padding: 20px;
                display: flex;
                align-items: center;
            }

            .quiz-action-btn {
                width: 100%;
            }

            .msk-newsroom-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .msk-newsletter-content h3 {
                font-size: 40px;
            }

            .ph1 {
                margin-top: 0rem;
            }

            .consultants-section {
                padding: 0px 20px;
            }

            .consultants-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .section-header h2 {
                font-size: 36px;
            }

            .hero-section {
                padding: 0 3rem;
                padding-bottom: 160px;
            }

            .main-title {
                font-size: 50px;
            }

            .sub-title {
                font-size: 36px;
            }

            .hero-desc {
                font-size: 16px;
            }

            .phones-wrapper {
                min-height: 450px;
            }

            .phone-left {
                width: 165px;
                height: 340px;
            }

            .phone-right {
                width: 185px;
                height: 380px;
            }

            .story-circle a {
                width: 100px;
                height: 100px;
                font-size: 12px;
                bottom: 55px;
            }

            .quiz-btn {
                width: 100px;
                height: 75px;
            }

            .quiz-icon img {
                width: 50px;
            }

            .quiz-small {
                font-size: 13px;
            }

            .quiz-big {
                font-size: 15px;
            }

            .cases-section {
                padding: 4rem 3rem;
                height: auto;
                min-height: auto;
            }

            .cases-title {
                font-size: 48px;
            }

            .cases-desc {
                font-size: 18px;
            }

            .cases-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .case-card {
                width: 100%;
                min-height: 200px;
                padding: 24px;
            }

            .card-1,
            .card-2,
            .card-3 {
                grid-column: auto;
            }

            .case-card h3 {
                font-size: 18px;
            }

            .case-card p {
                font-size: 13px;
            }

            .contributors-section {
                padding: 40px 3rem;
            }

            .contributors-heading h2 {
                font-size: 48px;
            }

            .contributors-heading p {
                font-size: 17px;
            }

            .image-box {
                width: 200px;
                height: 200px;
            }

            .content-box h3 {
                font-size: 22px;
            }

            .content-box p {
                font-size: 14px;
            }

            .arrow-circle {
                left: 10px;
                width: 70px;
                height: 70px;
            }

            .arrow-circle span {
                font-size: 62px;
            }

            .testimonials-section {
                padding: 50px 3rem;
            }

            .testimonial-heading h2 {
                font-size: 48px;
            }

            .quote {
                font-size: 17px;
            }

            .description {
                font-size: 20px;
            }

            .person-image {
                width: 200px;
                height: 200px;
            }

            .video-btn-left,
            .help-btn,
            .video-btn-right {
                width: 85px;
                height: 85px;
            }

            .video-btn svg {
                width: 50px;
                height: 50px;
            }

            .help-content img {
                width: 40px;
                height: 40px;
            }

            .news-section {
                padding: 50px 3rem;
            }

            .news-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .news-heading h2 {
                font-size: 48px;
            }

            .news-heading p {
                font-size: 17px;
                margin-bottom: 40px;
            }

            .news-image {
                height: 220px;
            }

            .news-content h3 {
                font-size: 18px;
                height: auto;
                margin-bottom: 10px;
            }

            .news-content p {
                font-size: 14px;
            }

            .download-section {
                padding: 50px 3rem;
                min-height: auto;
                height: auto;
            }

            .download-container {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }


            .download-left {
                max-width: 100%;
                order: 1;
            }

            .download-left h2 {
                font-size: 48px;
                margin-bottom: 20px;
            }

            .download-left .quote {
                font-size: 18px;
                margin-bottom: 25px;
            }

            .download-left .description {
                font-size: 16px;
                max-width: 100%;
                margin-bottom: 35px;
            }

            .download-buttons {
                justify-content: center;
            }

            .download-right {
                width: 100%;
                justify-content: center;
            }

            .phones-wrapper1 {
                max-width: 420px;
                height: 300px;
            }

            .phone-back,
            .phone-front {
                width: 180px;
                height: 360px;
            }

            .phone-back {
                left: 40px;
                top: 20px;
            }

            .phone-front {
                right: 40px;
                top: 80px;
            }

            .footer-container {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 0;
            }

            .footer-left {
                display: flex;
                flex-direction: column;
                align-items: center;
                min-width: auto;
            }

            .footer-text {
                margin-bottom: 20px;
            }

            .footer-right {
                width: 100%;
                text-align: center;
            }

            .contact-btn {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 768px) {
            .prx-profile-name {
                font-size: 28px;
            }

            .prx-password-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .prx-card-box {
                padding: 22px;
            }

            .prx-profile-wrapper {
                padding: 0px 15px;
            }

            .radcase-topbar {
                padding-top: 15px;
                gap: 8px;
            }

            .radcase-viewer-section {
                padding: 0px 15px;
            }

            .radcase-footer-actions {
                flex-direction: column;
            }

            .radcase-navigation {
                flex-wrap: wrap;
            }

            .radcase-title-wrap h2 {
                font-size: 32px;
            }

            .medivault {
                padding: 15px 0;
            }

            .medivault-records-zone {
                padding: 0 15px;
            }

            .medivault-summary-banner {
                text-align: center;
                padding: 24px;
            }

            .medivault-banner-copy h3 {
                font-size: 28px;
            }

            .medivault-page-title {
                font-size: 24px;
            }

            .medivault-page-description {
                font-size: 15px;
            }

            .medivault-attempt-card {
                padding: 20px;
                gap: 25px;
            }

            .medivault-attempt-title {
                font-size: 24px;
            }

            .medivault-score-zone {
                flex-direction: column;
                text-align: center;
            }

            .medivault-score-success {
                font-size: 48px;
            }

            .medivault-action-column {
                width: 100%;
            }

            .medivault-review-btn,
            .medivault-retake-btn {
                width: 100%;
            }

            .resource-directory-container {
                padding: 15px 0;
            }

            .aerion-contact-right textarea {
                height: 250px;
            }

            .aerion-contact-card {
                margin-bottom: 15px;
            }

            .aerion-contact-header {
                padding: 15px 0;
                margin-bottom: 10px;
            }

            .aerion-contact-section {
                padding: 0 15px;
            }

            .aerion-contact-title {
                font-size: 34px;
            }

            .aerion-contact-description {
                font-size: 15px;
            }

            .aerion-submit-wrap {
                justify-content: center;
            }

            .aerion-submit-btn {
                width: 100%;
                justify-content: center;
                font-size: 18px;
            }

            .zyphora-rankboard-wrap {
                padding: 15px 0;
            }

            .zyphora-rankboard-shell {
                padding: 0px 15px;
            }

            .zyphora-rankboard-heading h2 {
                font-size: 30px;
            }

            .zyphora-table-top {
                flex-direction: column;
                align-items: flex-start;
            }

            .zyphora-search-box {
                width: 100%;
            }

            .zyphora-rankboard-score {
                width: 100%;
            }

            .zyphora-rankbox {
                flex: 1;
            }

            .zyphora-table-top h3 {
                font-size: 24px;
            }

            .container-section-doctor {
                padding: 15px 0;
            }

            .consultants-container {
                padding: 15px 0;
            }

            .msk-newsroom-container {
                padding: 15px 0;
            }

            .aurexyn-carousel-shell {
                margin-bottom: 15px;
            }

            .article-layout-grid {
                margin-bottom: 15px;
            }

            .quiz-dashboard-section {
                padding: 18px;
            }

            .clinical-feedback-alert {
                padding: 18px;
                gap: 14px;
            }

            .clinical-feedback-title {
                font-size: 22px;
            }

            .clinical-feedback-text {
                font-size: 15px;
            }

            .clinical-feedback-icon {
                width: 36px;
                height: 36px;
                min-width: 36px;
                font-size: 15px;
            }

            .aurexyn-feedback-zone {
                padding: 0px 18px;
            }

            .aurexyn-feedback-head {
                margin: 15px 2rem;
            }

            .aurexyn-main-heading {
                font-size: 28px;
            }

            .nexora-dialog-card {
                padding: 25px 30px;
                min-height: 220px;
            }

            .nexora-client-words {
                font-size: 18px;
                line-height: 1.8;
                margin-bottom: 20px;
                max-width: 480px;
            }

            .nexora-doctor-title {
                font-size: 18px;
            }

            .nexora-quote-mark {
                font-size: 85px;
                top: 10px;
                right: 15px;
            }

            .veltrix-nav-trigger {
                width: 36px;
                height: 36px;
                display: flex;
            }

            .veltrix-prev-slide {
                left: -10px;
            }

            .veltrix-next-slide {
                right: -10px;
            }

            .resource-directory-section {
                padding: 0px 12px;
            }

            .resource-directory-heading {
                font-size: 38px;
            }

            .resource-card-title {
                font-size: 23px;
            }

            .resource-link-name {
                font-size: 18px;
            }

            .resource-request-title {
                font-size: 28px;
            }

            .resource-request-box {
                padding: 28px 24px;
            }

            .clinical-quiz-shell {
                padding: 18px;
            }

            .clinical-question-title {
                font-size: 28px;
            }

            .clinical-answer-text {
                font-size: 18px;
            }

            .clinical-submit-btn {
                height: 60px;
                font-size: 20px;
            }

            .clinical-answer-item {
                display: flex;
            }

            .quiz-intro-section {
                padding: 18px;
            }

            .quiz-guide-title {
                font-size: 34px;
            }

            .quiz-module-title {
                font-size: 30px;
            }

            .quiz-guide-card {
                padding: 28px 22px;
            }

            .quiz-stat-box {
                height: 105px;
            }

            .quiz-stat-number {
                font-size: 34px;
            }

            .msk-answer-card {
                padding: 16px;
                min-height: auto;
            }

            .msk-answer-text {
                font-size: 14px;
            }

            .quiz-category-section {
                padding: 28px 18px;
            }

            .quiz-page-title {
                font-size: 38px;
            }

            .quiz-item-content {
                padding: 20px;
                gap: 14px;
            }

            .quiz-item-title {
                font-size: 18px;
            }

            .quiz-filter-top {
                align-items: flex-start;
            }

            .quiz-progress-card {
                flex-direction: column;
            }

            .quiz-progress-image {
                width: 100%;
                height: 260px;
            }

            .msk-newsroom-tab {
                height: 44px;
                padding: 0 18px;
                font-size: 13px;
            }

            .article-news-section {
                padding: 0 18px;
            }

            .article-main-title {
                font-size: 34px;
            }

            .article-section-heading {
                font-size: 26px;
            }

            .article-hero-banner {
                height: 320px;
                margin-top: 15px;
            }

            .msk-quiz-wrapper {
                padding: 20px 15px;
            }

            .msk-case-title {
                font-size: 22px;
            }

            .msk-scan-grid {
                grid-template-columns: 1fr;
            }

            .msk-answer-card {
                padding: 14px;
            }

            .msk-next-question-btn {
                height: 56px;
                font-size: 18px;
            }

            .doctor-section {
                padding: 0px 15px;
            }

            .left-side,
            .right-side,
            .publication-card,
            .spotlight-card {
                padding: 22px;
            }

            .doctor-image-wrap {
                width: 145px;
                height: 145px;
            }

            .doctor-name {
                font-size: 20px;
            }

            .bio-title {
                font-size: 22px;
            }

            .section-title {
                font-size: 24px;
            }

            .stats-grid,
            .info-grid {
                grid-template-columns: 1fr;
            }

            .publication-item {
                flex-direction: column;
            }

            .msk-newsroom-section {
                padding: 0 15px;
            }

            .msk-newsroom-grid {
                grid-template-columns: 1fr;
                margin-bottom: 0;
            }

            .msk-newsroom-header h2 {
                font-size: 40px;
            }

            .msk-newsroom-header {
                margin-bottom: 15px;
            }

            .msk-article-content h3 {
                font-size: 24px;
            }

            .msk-newsletter-panel {
                padding: 40px 24px;
            }

            .msk-newsletter-form {
                flex-direction: column;
                align-items: stretch;
            }

            .msk-newsletter-form input,
            .msk-newsletter-form button {
                width: 100%;
                max-width: 100%;
            }

            .msk-newsletter-content h3 {
                font-size: 34px;
            }

            .hero-right {
                justify-content: center;
            }

            .consultants-section {
                padding: 0px 18px;
            }

            .consultants-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .section-header {
                margin-bottom: 45px;
            }

            .section-header h2 {
                font-size: 32px;
            }

            .section-header p {
                font-size: 14px;
            }

            .consultant-card h3 {
                font-size: 21px;
            }

            .description1 {
                font-size: 14px;
            }

            .hero-section {
                padding: 0 2rem;
                padding-bottom: 150px;
            }

            .logo img {
                width: 160px;
            }

            .main-title {
                font-size: 42px;
            }

            .sub-title {
                font-size: 30px;
                margin-bottom: 20px;
            }

            .hero-desc {
                font-size: 15px;
                line-height: 1.6;
            }

            .phones-wrapper {
                min-height: 400px;
                gap: 16px;
                flex-direction: column;
                justify-content: center !important;
            }

            .phone {
                padding: 8px;
                border-radius: 32px;
            }

            .phone-screen {
                border-radius: 26px;
            }

            .phone-left {
                width: 150px;
                height: 310px;
            }

            .phone-right {
                width: 170px;
                height: 350px;
            }

            .story-circle a {
                width: 90px;
                height: 90px;
                font-size: 11px;
                bottom: 43px;
            }

            .quiz-wrapper {
                bottom: 40px;
            }

            .quiz-btn {
                width: 80px;
                height: 80px;
                border-radius: 0 40px 40px 0;
            }

            .quiz-btn.active {
                width: 210px;
            }

            .quiz-icon img {
                width: 48px;
            }

            .quiz-small {
                font-size: 12px;
            }

            .quiz-big {
                font-size: 15px;
            }

            .cases-section {
                padding: 3rem 2rem;
            }

            .cases-title {
                font-size: 42px;
                margin-bottom: 20px;
            }

            .cases-desc {
                font-size: 16px;
                line-height: 1.5;
            }

            .cases-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .case-card {
                border-radius: 24px;
                min-height: 180px;
            }

            .case-card h3 {
                font-size: 20px;
            }

            .case-card p {
                font-size: 14px;
            }

            .contributors-section {
                padding: 40px 2rem;
            }

            .contributors-heading h2 {
                font-size: 42px;
            }

            .contributors-heading p {
                font-size: 16px;
            }

            .image-box {
                width: 180px;
                height: 180px;
            }

            .content-box h3 {
                font-size: 20px;
            }

            .content-box p {
                font-size: 14px;
            }

            .testimonials-section {
                padding: 40px 2rem;
            }

            .testimonial-container {
                gap: 20px;
            }

            .testimonial-heading h2 {
                font-size: 42px;
            }

            .quote {
                font-size: 16px;
                margin-bottom: 18px;
            }

            .description {
                font-size: 18px;
            }

            .testimonial-left,
            .testimonial-right {
                width: calc(50% - 10px);
            }

            .person-image {
                width: 160px;
                height: 160px;
            }

            .small-text {
                font-size: 13px;
            }

            .person-content h3 {
                font-size: 15px;
                line-height: 1.3;
            }

            .person-content p {
                font-size: 12px;
                line-height: 1.4;
            }

            .video-btn-left,
            .help-btn,
            .video-btn-right {
                width: 75px;
                height: 75px;
            }

            .video-btn svg {
                width: 45px;
                height: 45px;
            }

            .help-content img {
                width: 36px;
                height: 36px;
            }

            .news-section {
                padding: 40px 2rem;
            }

            .news-grid {
                grid-template-columns: 1fr;
                gap: 35px;
            }

            .news-heading h2 {
                font-size: 42px;
            }

            .news-heading p {
                font-size: 16px;
            }

            .news-image {
                height: 280px;
                border-radius: 22px;
            }

            .news-content h3 {
                font-size: 22px;
                height: auto;
            }

            .news-content p {
                font-size: 15px;
            }

            .read-post {
                font-size: 13px;
            }

            .download-top .quote {
                margin-bottom: 20px;
            }

            .download-section {
                padding: 40px 2rem;
            }

            .download-left h2 {
                font-size: 40px;
            }

            .download-left .quote {
                font-size: 17px;
            }

            .download-left .description {
                font-size: 15px;
            }

            .download-buttons {
                gap: 15px;
            }

            .app-store-btn,
            .google-play-btn {
                padding: 10px 18px;
                border-radius: 12px;
            }

            .app-store-btn svg,
            .google-play-btn svg {
                width: 28px;
                height: 28px;
            }

            .btn-text .small {
                font-size: 10px;
            }

            .btn-text .big {
                font-size: 14px;
            }

            .phones-wrapper1 {
                max-width: 380px;
                height: 300px;
            }

            .phone-back {
                width: 170px;
                height: 340px;
                left: 40px;
            }

            .phone-front {
                width: 170px;
                height: 340px;
                right: 40px;
                top: 35px;
            }

            .footer-down {
                display: contents;
            }

            .footer-section {
                padding: 10px 24px;
            }

            .footer-logo {
                width: 220px;
            }

            .footer-text {
                font-size: 16px;
            }

            .footer-right p {
                font-size: 17px;
            }

            .contact-btn {
                width: 160px;
                height: 50px;
                font-size: 17px;
            }

            .copyright {
                font-size: 14px;
            }

            .social-wrapper span {
                font-size: 16px;
            }

            .social-wrapper {
                margin-top: 20px;
            }

        }

        @media (max-width: 600px) {

            .msk-register-card {
                padding: 24px 18px;
            }

            .msk-register-password-row {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .msk-register-title {
                font-size: 20px;
            }

            .msk-register-btn {
                height: 44px;
                font-size: 13px;
            }
        }

        @media (max-width: 576px) {
            .assesssum-shell {
                padding: 0 15px;
            }

            .assesssum-card {
                padding: 35px 20px;
            }

            .assesssum-score {
                margin-bottom: 25px;
            }

            .assesssum-score h2 {
                font-size: 28px;
            }

            .assesssum-card h3 {
                font-size: 26px;
            }

            .assesssum-card p {
                font-size: 13px;
            }

            .assesssum-grid {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .assesssum-statbox strong {
                font-size: 24px;
            }

            .assesssum-actions {
                flex-direction: column;
                align-items: stretch;
            }

            .assesssum-btn {
                width: 100%;
            }

            .assesssum-link {
                text-align: center;
            }

            .quizhist-wrap {
                padding: 0 15px;
            }

            .quizhist-title-area h2 {
                font-size: 25px;
            }

            .quizhist-title-area p {
                font-size: 14px;
            }

            .quizhist-card {
                padding-bottom: 15px;
            }

            .quizhist-card h3 {
                font-size: 18px;
                line-height: 1.5;
            }

            .quizhist-topline {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }

            .quizhist-scorebox {
                padding: 12px;
                min-width: auto;
            }

            .quizhist-scoreitem strong {
                font-size: 24px;
            }

            .quizhist-divider {
                margin: 0 12px;
            }

            .wbx-banner {
                padding: 0px 15px;
                text-align: center;
            }

            .wbx-banner h2 {
                font-size: 23px;
            }

            .wbx-banner p {
                max-width: 100%;
                font-size: 13px;
            }

            .wbx-table-wrapper {
                padding: 0;
            }

            .prx-profile-name {
                font-size: 24px;
            }

            .prx-field-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .prx-save-btn {
                height: 50px;
                font-size: 14px;
            }

            .radcase-bottom-bar {
                flex-direction: column;
            }

            .nexora-client-words {
                max-width: 380px;
            }

            .resource-directory-heading {
                font-size: 28px;
            }

            .resource-directory-description {
                font-size: 14px;
            }

            .resource-links-card {
                padding: 18px;
            }

            .resource-card-title {
                font-size: 20px;
                margin-bottom: 18px;
            }

            .resource-link-name {
                font-size: 15px;
            }

            .resource-link-url {
                font-size: 11px;
            }

            .resource-request-title {
                font-size: 22px;
            }

            .resource-request-text {
                font-size: 14px;
            }

            .resource-request-btn {
                width: 100%;
                justify-content: center;
                height: 54px;
            }

            .clinical-quiz-shell {
                padding: 14px;
            }

            .clinical-question-card {
                padding: 18px;
            }

            .clinical-question-title {
                font-size: 23px;
            }

            .clinical-history-text {
                font-size: 14px;
            }

            .clinical-answer-item {
                min-height: 66px;
                padding: 0 16px;
            }

            .clinical-answer-layout {
                gap: 12px;
            }

            .clinical-answer-text {
                font-size: 15px;
            }

            .clinical-radio-circle {
                width: 20px;
                height: 20px;
                min-width: 20px;
            }

            .selected-answer .clinical-radio-circle::after {
                width: 8px;
                height: 8px;
            }

            .clinical-submit-btn {
                height: 56px;
                font-size: 18px;
                margin-top: 20px;
            }

            .quiz-guide-header {
                align-items: flex-start;
            }

            .quiz-guide-title {
                font-size: 28px;
                line-height: 1.2;
            }

            .quiz-module-title {
                font-size: 26px;
            }

            .quiz-module-description {
                font-size: 14px;
            }

            .quiz-rule-content h4 {
                font-size: 15px;
            }

            .quiz-rule-content p {
                font-size: 13px;
            }

            .quiz-stat-grid {
                grid-template-columns: 1fr;
            }

            .quiz-button-row {
                flex-direction: column;
                align-items: stretch;
            }

            .quiz-primary-btn,
            .quiz-secondary-btn {
                width: 100%;
            }

            .quiz-item-card {
                flex-direction: column;
                align-items: stretch;
            }

            .quiz-item-left {
                width: 100%;
                flex-direction: column;
                align-items: stretch;
            }

            .quiz-color-strip {
                width: 100%;
                height: 6px;
            }

            .quiz-item-content {
                flex-direction: column;
                align-items: flex-start;
                padding: 20px;
            }

            .quiz-action-area {
                width: 100%;
                padding: 0 20px 20px;
            }

            .quiz-action-btn {
                width: 100%;
            }

            .quiz-page-title {
                font-size: 30px;
            }

            .quiz-page-subtitle {
                font-size: 13px;
                line-height: 1.7;
            }

            .quiz-filter-panel {
                padding: 18px;
            }

            .quiz-filter-btn {
                min-width: auto;
                padding: 0 14px;
                height: 34px;
                font-size: 12px;
            }

            .quiz-item-content {
                flex-direction: column;
                align-items: flex-start;
            }

            .quiz-item-title {
                margin-bottom: 8px;
            }

            .quiz-meta-row {
                gap: 8px;
            }

            .quiz-stats-grid {
                grid-template-columns: 1fr;
            }

            .quiz-stat-value {
                font-size: 30px;
            }

            .quiz-progress-content {
                padding: 18px;
            }

            .quiz-progress-description {
                max-width: 100%;
            }

            .quiz-action-row {
                flex-direction: column;
            }

            .quiz-btn-primary,
            .quiz-btn-secondary {
                width: 100%;
                justify-content: center;
            }

            .article-main-title {
                font-size: 26px;
            }

            .article-section-heading {
                font-size: 22px;
            }

            .article-hero-banner {
                height: 260px;
            }

            .article-hero-content {
                left: 16px;
                right: 16px;
                bottom: 18px;
            }

            .article-content-card,
            .article-newsletter-card,
            .article-highlight-card {
                padding: 18px;
            }

            .article-related-news-card {
                flex-direction: column;
                align-items: flex-start;
            }

            .article-related-image {
                width: 100%;
                height: 180px;
            }

            .msk-newsroom-header h2 {
                font-size: 34px;
            }

            .msk-newsroom-header p {
                font-size: 15px;
            }

            .msk-article-image {
                height: 210px;
            }

            .msk-newsletter-content h3 {
                font-size: 30px;
            }

            .consultants-section {
                padding: 0px 16px;
            }

            .section-header h2 {
                font-size: 28px;
            }

            .consultant-card {
                padding: 30px 22px 26px;
            }

            .consultant-image {
                width: 115px;
                height: 115px;
            }

            .consultant-card h3 {
                font-size: 20px;
            }

            .hero-section {
                padding: 0 16px;
                padding-bottom: 140px;
            }

            .logo img {
                width: 140px;
            }

            .main-title {
                font-size: 34px;
            }

            .sub-title {
                font-size: 24px;
            }

            .hero-desc {
                font-size: 14px;
            }

            .phones-wrapper {
                min-height: 340px;
            }

            .phone-left {
                width: 130px;
                height: 270px;
            }

            .phone-right {
                width: 145px;
                height: 305px;
            }

            .story-circle a {
                width: 70px;
                height: 70px;
                font-size: 10px;
                bottom: 50px;
            }

            .quiz-btn {
                height: 65px;
            }

            .quiz-icon img {
                width: 42px;
            }

            .quiz-small {
                font-size: 11px;
            }

            .quiz-big {
                font-size: 13px;
            }

            .cases-section {
                padding: 2.5rem 1.5rem;
            }

            .cases-title {
                font-size: 36px;
            }

            .cases-desc {
                font-size: 15px;
            }

            .case-card {
                padding: 20px;
                min-height: 160px;
            }

            .case-card h3 {
                font-size: 18px;
            }

            .contributors-section {
                padding: 30px 1.5rem;
            }

            .contributors-heading h2 {
                font-size: 36px;
            }

            .contributors-heading p {
                font-size: 15px;
            }

            .image-box {
                width: 160px;
                height: 160px;
            }

            .content-box h3 {
                font-size: 18px;
            }

            .content-box p {
                font-size: 13px;
            }

            .role-badge {
                font-size: 11px;
                padding: 8px 14px;
            }

            .testimonials-section {
                padding: 40px 1.5rem;
            }

            .testimonial-heading h2 {
                font-size: 36px;
            }

            .quote {
                font-size: 15px;
            }

            .description {
                font-size: 16px;
            }

            .testimonial-left,
            .testimonial-right {
                width: 100%;
            }

            .person-image {
                width: 180px;
                height: 180px;
            }

            .video-btn-left,
            .help-btn,
            .video-btn-right {
                width: 70px;
                height: 70px;
            }

            .video-btn svg {
                width: 42px;
                height: 42px;
            }

            .help-content img {
                width: 34px;
                height: 34px;
            }

            .news-section {
                padding: 40px 1.5rem;
            }

            .news-heading h2 {
                font-size: 36px;
            }

            .news-heading p {
                font-size: 15px;
            }

            .news-image {
                height: 240px;
            }

            .news-content h3 {
                font-size: 20px;
            }

            .news-content p {
                font-size: 14px;
            }

            .download-section {
                padding: 35px 1.5rem;
            }

            .download-left h2 {
                font-size: 32px;
                margin-bottom: 15px;
            }

            .download-left .quote {
                font-size: 15px;
                margin-bottom: 20px;
            }

            .download-left .description {
                font-size: 14px;
                margin-bottom: 30px;
            }

            .download-buttons {
                flex-direction: column;
                gap: 12px;
            }

            .app-store-btn,
            .google-play-btn {
                width: 100%;
                max-width: 280px;
                justify-content: center;
                padding: 12px 20px;
            }

            .phones-wrapper1 {
                max-width: 260px;
                height: 225px;
            }

            .phone1 {
                padding: 6px;
                border-radius: 28px;
            }

            .phone-screen1 {
                border-radius: 22px;
            }

            .phone-back,
            .phone-front {
                width: 130px;
                height: 260px;
            }

            .phone-back {
                left: 15px;
                top: 10px;
            }

            .phone-front {
                right: 15px;
                top: 55px;
            }

            .download-top h2 {
                font-size: 32px;
            }

            .download-top .quote {
                font-size: 15px;
            }

            .footer-section {
                padding: 10px 20px;
            }

            .footer-logo {
                width: 180px;
            }

            .footer-text {
                font-size: 15px;
            }

            .footer-right p {
                font-size: 16px;
            }

            .contact-btn {
                width: 150px;
                height: 48px;
            }

            .social-wrapper {
                flex-direction: column;
                gap: 15px;
            }

            .copyright {
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .medivault-summary-banner {
                flex-direction: column;
            }

            .medivault-page-title {
                font-size: 22px;
            }

            .medivault-attempt-title {
                font-size: 20px;
            }

            .medivault-attempt-summary {
                font-size: 14px;
            }

            .medivault-banner-copy h3 {
                font-size: 24px;
            }

            .medivault-score-success {
                font-size: 42px;
            }

            .medivault-specialty-chip {
                font-size: 11px;
            }

            .aurexyn-main-heading {
                font-size: 22px;
            }

            .aurexyn-mini-label {
                font-size: 13px;
            }

            .nexora-client-words {
                font-size: 16px;
                line-height: 1.8;
                max-width: 284px;
            }

            .veltrix-nav-trigger {
                width: 34px;
                height: 34px;
            }

            .veltrix-prev-slide {
                left: -10px;
            }

            .veltrix-next-slide {
                right: -10px;
            }

            .nexora-doctor-title {
                font-size: 15px;
            }

            .nexora-quote-mark {
                font-size: 80px;
                right: 10px;
                top: 10px;
            }

            .veltrix-nav-trigger svg {
                width: 14px;
                height: 14px;
            }

            .msk-newsroom-tab {
                height: 42px;
                padding: 0 16px;
                font-size: 12px;
            }

            .msk-case-title {
                font-size: 19px;
            }

            .msk-answer-card {
                min-height: auto;
            }

            .msk-answer-label {
                display: none;
            }

            .msk-info-description {
                font-size: 13px;
            }

            .doctor-role {
                font-size: 11px;
            }

            .publication-title {
                font-size: 15px;
            }

            .spotlight-card {
                min-height: auto;
            }

            .input-box1 input {
                height: 42px;
            }

            .register-btn {
                height: 44px;
            }

            .login-card {
                padding: 30px 16px 22px;
            }

            .login-card h2 {
                font-size: 20px;
            }

            .subtitle {
                font-size: 11px;
            }

            .otp-group {
                gap: 8px;
            }

            .otp-field {
                width: 42px;
                height: 42px;
                font-size: 16px;
            }

            .msk-register-section {
                padding: 20px 14px;
            }

            .msk-register-card {
                border-radius: 8px;
            }

            .msk-register-input-wrap input {
                height: 42px;
                font-size: 11px;
            }

            .msk-register-subtitle {
                font-size: 12px;
            }

            .auth-login-card {
                padding: 30px 22px;
            }

            .auth-main-title {
                font-size: 22px;
            }

            .auth-sub-text {
                font-size: 12px;
            }

            .auth-input-wrap input {
                height: 44px;
            }

            .auth-submit-btn {
                height: 44px;
                font-size: 12px;
            }
        }

        @media (max-width: 420px) {
            .section-header h2 {
                font-size: 25px;
            }

            .consultant-image {
                width: 100px;
                height: 100px;
            }

            .consultant-card h3 {
                font-size: 18px;
            }

            .description1 {
                font-size: 13px;
                line-height: 1.7;
            }

            .quiz-btn {
                width: 70px;
                height: 70px;
                padding: 0 14px;
            }

            .quiz-btn.active {
                width: 155px;
            }

            .quiz-icon img {
                width: 40px;
            }

            .quiz-small {
                font-size: 11px;
            }

            .quiz-big {
                font-size: 14px;
            }

            .hero-section {
                padding-bottom: 130px;
            }

            .main-title {
                font-size: 28px;
            }

            .sub-title {
                font-size: 21px;
            }

            .hero-desc {
                font-size: 13px;
            }

            .phones-wrapper {
                min-height: 290px;
                gap: 12px;
            }

            .phone {
                padding: 7px;
                border-radius: 28px;
            }

            .phone-screen {
                border-radius: 22px;
            }

            .phone-left {
                width: 110px;
                height: 225px;
            }

            .phone-right {
                width: 122px;
                height: 255px;
            }

            .story-circle a {
                width: 60px;
                height: 60px;
                font-size: 10px;
                bottom: 44px;
            }

            .quiz-btn {
                height: 58px;
                gap: 10px;
                padding: 0 14px;
            }

            .quiz-icon img {
                width: 38px;
            }

            .quiz-small {
                font-size: 10px;
            }

            .quiz-big {
                font-size: 12px;
            }

            .cases-section {
                padding: 2rem 1rem;
            }

            .cases-title {
                font-size: 32px;
            }

            .cases-desc {
                font-size: 14px;
            }

            .case-card {
                padding: 18px;
                min-height: 150px;
                border-radius: 20px;
            }

            .case-card h3 {
                font-size: 16px;
                margin-bottom: 10px;
            }

            .case-card p {
                font-size: 12px;
            }

            .card-number {
                font-size: 16px;
            }

            .contributors-section {
                padding: 25px 1rem;
            }

            .contributors-heading h2 {
                font-size: 32px;
            }

            .contributors-heading p {
                font-size: 14px;
            }

            .image-box {
                width: 150px;
                height: 150px;
            }

            .content-box h3 {
                font-size: 18px;
                margin-bottom: 8px;
            }

            .content-box p {
                font-size: 12px;
            }

            .role-badge {
                font-size: 10px;
                padding: 6px 12px;
                border-radius: 6px;
            }

            .arrow-circle {
                width: 60px;
                height: 60px;
            }

            .arrow-circle span {
                font-size: 50px;
            }

            .testimonials-section {
                padding: 30px 1rem;
            }

            .testimonial-heading h2 {
                font-size: 32px;
            }

            .quote {
                font-size: 14px;
                margin-bottom: 15px;
            }

            .description {
                font-size: 15px;
            }

            .person-image {
                width: 150px;
                height: 150px;
            }

            .person-content {
                margin-top: 12px;
            }

            .small-text {
                font-size: 12px;
            }

            .person-content h3 {
                font-size: 14px;
            }

            .person-content p {
                font-size: 11px;
            }

            .video-btn-left,
            .help-btn,
            .video-btn-right {
                width: 65px;
                height: 65px;
            }

            .video-btn svg {
                width: 38px;
                height: 38px;
            }

            .help-content img {
                width: 30px;
                height: 30px;
            }

            .news-section {
                padding: 30px 1rem;
            }

            .news-heading h2 {
                font-size: 32px;
                margin-bottom: 12px;
            }

            .news-heading p {
                font-size: 14px;
                margin-bottom: 30px;
            }

            .news-image {
                height: 200px;
                border-radius: 18px;
                margin-bottom: 16px;
            }

            .news-content h3 {
                font-size: 18px;
            }

            .news-content p {
                font-size: 13px;
            }

            .read-post {
                font-size: 12px;
            }

            .read-post span {
                font-size: 22px;
            }

            .download-section {
                padding: 30px 1rem;
                height: auto;
            }

            .download-left h2 {
                font-size: 28px;
            }

            .download-left .quote {
                font-size: 14px;
            }

            .download-left .description {
                font-size: 13px;
            }

            .app-store-btn,
            .google-play-btn {
                padding: 10px 16px;
            }

            .app-store-btn svg,
            .google-play-btn svg {
                width: 24px;
                height: 24px;
            }

            .btn-text .small {
                font-size: 9px;
            }

            .btn-text .big {
                font-size: 12px;
            }

            .phones-wrapper1 {
                max-width: 225px;
                height: 195px;
            }

            .phone-back,
            .phone-front {
                width: 110px;
                height: 220px;
            }

            .phone-front {
                top: 45px;
            }

            .footer-logo {
                width: 160px;
            }

            .footer-text {
                font-size: 14px;
            }

            .footer-right p {
                font-size: 15px;
            }

            .contact-btn {
                width: 140px;
                height: 46px;
                font-size: 16px;
            }

            .social-icons {
                gap: 12px;
            }

            .social-icons a {
                width: 22px;
                height: 22px;
            }
        }

        @media (max-width: 360px) {
            .otp-group {
                gap: 6px;
            }

            .otp-field {
                width: 38px;
                height: 38px;
            }

            .hero-section {
                padding-bottom: 120px;
            }

            .logo img {
                width: 120px;
            }

            .main-title {
                font-size: 24px;
            }

            .sub-title {
                font-size: 18px;
                margin-bottom: 15px;
            }

            .hero-desc {
                font-size: 12px;
                line-height: 1.5;
            }

            .phones-wrapper {
                min-height: 250px;
                gap: 10px;
            }

            .phone-left {
                width: 95px;
                height: 195px;
            }

            .phone-right {
                width: 105px;
                height: 220px;
            }

            .story-circle a {
                width: 60px;
                height: 60px;
                font-size: 9px;
                bottom: 65px;
            }

            .quiz-btn {
                width: 100%;
                height: 52px;
                gap: 8px;
            }

            .quiz-icon img {
                width: 32px;
            }

            .quiz-small {
                font-size: 9px;
            }

            .quiz-big {
                font-size: 11px;
            }

            .cases-title {
                font-size: 28px;
            }

            .cases-desc {
                font-size: 13px;
            }

            .case-card {
                padding: 15px;
                min-height: 140px;
            }

            .case-card h3 {
                font-size: 15px;
            }

            .case-card p {
                font-size: 11px;
            }

            .contributors-heading h2 {
                font-size: 28px;
            }

            .contributors-heading p {
                font-size: 13px;
            }

            .image-box {
                width: 130px;
                height: 130px;
            }

            .content-box h3 {
                font-size: 16px;
            }

            .content-box p {
                font-size: 11px;
            }

            .testimonial-heading h2 {
                font-size: 28px;
            }

            .quote {
                font-size: 13px;
            }

            .description {
                font-size: 14px;
            }

            .person-image {
                width: 130px;
                height: 130px;
            }

            .person-content h3 {
                font-size: 13px;
            }

            .person-content p {
                font-size: 10px;
            }

            .video-btn-left,
            .help-btn,
            .video-btn-right {
                width: 58px;
                height: 58px;
            }

            .video-btn svg {
                width: 34px;
                height: 34px;
            }

            .help-content img {
                width: 28px;
                height: 28px;
            }

            .news-heading h2 {
                font-size: 28px;
            }

            .news-heading p {
                font-size: 13px;
            }

            .news-image {
                height: 180px;
            }

            .news-content h3 {
                font-size: 16px;
            }

            .news-content p {
                font-size: 12px;
            }

            .download-left h2 {
                font-size: 24px;
            }

            .download-left .quote {
                font-size: 13px;
            }

            .download-left .description {
                font-size: 12px;
            }

            .phones-wrapper1 {
                max-width: 240px;
                height: 240px;
            }

            .phone1 {
                padding: 6px;
                border-radius: 26px;
            }

            .phone-screen1 {
                border-radius: 20px;
            }

            .phone-back {
                width: 110px;
                height: 220px;
                left: 10px;
            }

            .phone-front {
                width: 110px;
                height: 220px;
                right: 10px;
                top: 20px;
            }
        }

        @media (max-width: 320px) {
            .hero-section {
                padding: 0 0.75rem;
                padding-bottom: 110px;
            }

            .main-title {
                font-size: 22px;
            }

            .sub-title {
                font-size: 16px;
            }

            .hero-desc {
                font-size: 11px;
            }

            .phones-wrapper {
                min-height: 220px;
            }

            .phone-left {
                width: 85px;
                height: 175px;
            }

            .phone-right {
                width: 95px;
                height: 200px;
            }

            .story-circle a {
                width: 58px;
                height: 58px;
                font-size: 8px;
                bottom: 40px;
            }

            .quiz-btn {
                height: 48px;
            }

            .quiz-icon img {
                width: 28px;
            }

            .quiz-small {
                font-size: 8px;
            }

            .quiz-big {
                font-size: 10px;
            }

            .cases-title {
                font-size: 24px;
            }

            .cases-desc {
                font-size: 12px;
            }

            .case-card {
                padding: 12px;
                min-height: 130px;
                border-radius: 16px;
            }

            .case-card h3 {
                font-size: 14px;
                margin-bottom: 8px;
            }

            .case-card p {
                font-size: 10px;
            }

            .card-number {
                font-size: 14px;
                top: 12px;
                right: 14px;
            }

            .contributors-heading h2 {
                font-size: 24px;
            }

            .contributors-heading p {
                font-size: 12px;
            }

            .image-box {
                width: 120px;
                height: 120px;
            }

            .content-box h3 {
                font-size: 14px;
                margin-bottom: 6px;
            }

            .content-box p {
                font-size: 10px;
            }

            .role-badge {
                font-size: 9px;
                padding: 5px 10px;
            }

            .testimonial-heading h2 {
                font-size: 24px;
            }

            .quote {
                font-size: 12px;
            }

            .description {
                font-size: 13px;
            }

            .person-image {
                width: 120px;
                height: 120px;
            }

            .person-content h3 {
                font-size: 12px;
            }

            .person-content p {
                font-size: 9px;
            }

            .video-btn-left,
            .help-btn,
            .video-btn-right {
                width: 52px;
                height: 52px;
            }

            .video-btn svg {
                width: 30px;
                height: 30px;
            }

            .help-content img {
                width: 24px;
                height: 24px;
            }

            .news-heading h2 {
                font-size: 24px;
            }

            .news-heading p {
                font-size: 12px;
                margin-bottom: 25px;
            }

            .news-image {
                height: 160px;
                border-radius: 14px;
            }

            .news-content h3 {
                font-size: 14px;
            }

            .news-content p {
                font-size: 11px;
            }

            .read-post {
                font-size: 11px;
            }

            .download-section {
                padding: 25px 0.75rem;
            }

            .download-left h2 {
                font-size: 22px;
            }

            .download-left .quote {
                font-size: 12px;
            }

            .download-left .description {
                font-size: 11px;
            }

            .app-store-btn,
            .google-play-btn {
                padding: 8px 14px;
                border-radius: 10px;
            }

            .app-store-btn svg,
            .google-play-btn svg {
                width: 22px;
                height: 22px;
            }

            .btn-text .big {
                font-size: 11px;
            }

            .phones-wrapper1 {
                max-width: 220px;
                height: 220px;
            }

            .phone-back {
                width: 100px;
                height: 200px;
            }

            .phone-front {
                width: 100px;
                height: 200px;
                top: 18px;
            }
        }