@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=Lexend+Deca:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.error {
    color: red;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.dot-bg {
    background-image: url("../img/dot_bg.png");
}
.fw-600 {
    font-weight: 600;
}
.navbar-logo {
    max-width: 200px;
    height: 50px;
}
.text-blue {
    color: #314a68;
}
.bg-blue {
    background-color: #314a68;
}
.bg-orange {
    background-color: #cf7455;
}
.text-orange {
    color: #cf7455;
}
.bg-light-orange {
    background-color: #fff0df;
}
.bg-yellow-light {
    background-color: #fff5f0;
}
.bg-light-gray {
    background-color: #f4f4f4;
}
.font-baloo {
    font-family: "Baloo Bhai 2", cursive;
}
.font-inknut {
    font-family: "Inknut Antiqua", serif;
}
.fw-500 {
    font-weight: 500;
}
.font-lexend {
    font-family: "Lexend Deca", sans-serif;
}
.font-poppins {
    font-family: "Poppins", sans-serif;
}
.btn-shadow {
    box-shadow: 3px 3px 0px rgba(0, 0, 0);
}
.img-fluid {
    width: 100%;
    height: 100%;
}
.icon i {
    width: 32px;
    height: 32px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-indicators button {
    background-color: #d9d9d9 !important;
    height: 6px !important;
    width: 35px !important;
    border-radius: 50px !important;
    border: none !important;
}
.carousel-indicators button.active {
    background-color: #cf7455 !important;
}
.pyq-img img {
    width: 90px;
    height: 90px;
}
.card-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    color: white;
    border-radius: 0.25rem;
    padding: 1rem;
}
.card-bg-1 {
    background-image: url("../img/blur-card-bg1.png");
}
.card-bg-2 {
    background-image: url("../img/blur-card-bg2.png");
}
.card-bg-3 {
    background-image: url("../img/blur-card-bg3.png");
}
.card-bg-4 {
    background-image: url("../img/blur-card-bg4.png");
}
.btn.bg-blue:hover {
    background-color: #d9d9d9 !important;
    color: #314a68 !important;
}
.linear-bg {
    /* background: linear-gradient(
        to right,
        #f1eeee, 
        #fdeff2, 
        #f1eeee, 
        #fdeff2,
        #f1eeee, 
        #fdeff2, 
        #f1eeee,  
        #f1eeee
      ); */
    background-image: url("../img/feature-bg-1.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-benefit {
    background-color: #f3f3f3;
}
.feature-img {
    max-width: 240px;
    max-height: 240px;
}
.scrollable-box {
    width: 100%;
    height: 100%;
    border: 18px solid #cf7455;
    overflow: hidden;
    padding: 10px;
    margin: 20px;
    border-radius: 20px;
    background-color: #ffffff;
}
.border-blue {
    border-color: #23374f;
}
.process-steps .nav-item button {
    background: none;
    background-color: #e2e2e2;
}
.process-steps .nav-item button.active,
.process-steps .nav-item button.active:hover {
    background-color: #cf7455;
    color: #ffffff;
}
.process-steps .nav-item button:hover {
    color: #23374f;
}
.process-steps .nav-item.active {
    background-color: #cf7455;
}
.laptop-img {
    z-index: 1;
    max-width: 750px;
    max-height: 550px;
}
.laptop-video-container {
    top: 4%;
    left: 10%;
    width: 80%;
    height: 76%;
}
.border-bottom-orange-dashed {
    border: 1px dashed #cf7455;
}
.tab-pane {
    background-image: url("../img/shape.png");
    background-repeat: no-repeat;
    background-position-x: center;
}
.bg-pitch {
    background-color: #f6ccbc;
}
.bg-light-pitch {
    background-color: #ffe8e0;
}
.bg-light-blue {
    background-color: #dae6f4;
}
.plan-card:hover .card-header {
    background-color: #314a68;
}
.plan-card:hover .card-body {
    background-color: #f9fcff;
}
.plan-card:hover .card-footer {
    background-color: #f9fcff;
}
.plan-card:hover .card-footer .image-clip img {
    filter: invert(1);
}
.plan-list {
    list-style: none !important;
    padding: 0 !important;
}
.plan-list li {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}
.plan-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #cf7455;
    font-size: 25px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.owl-stage-outer {
    overflow-y: visible !important;
    height: fit-content;
    padding-top: 100px;
    padding-bottom: 100px;
}
.owl-dot {
    background-color: #d9d9d9 !important;
    width: 30px;
    margin: 5px;
    border-radius: 20px;
    height: 6px;
}
.owl-dot.active {
    background-color: #cf7455 !important;
}
.owl-dots {
    position: absolute;
    bottom: 50px;
    display: flex;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    font-size: 60px !important;
    color: #cf7455 !important;
}
.owl-nav .disabled {
    color: #b7b7b7 !important;
}
.card-shadow {
    box-shadow: 0px 0px 52.3px 0px #b5b5b580;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.topic-card-shadow {
    background: linear-gradient(138.81deg, #ffffff 18.77%, #b3b3b3 121.97%);
}
.plans-section {
    width: 80%;
}
.form-control,
.form-select,
.input-group-text {
    border-color: #eaeaea !important;
}
.submit-btn:hover {
    background-color: #113055 !important;
}
.otp-btn:hover {
    background-color: #d2491c !important;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: 14px !important;
    color: #314a68 !important;
    font-weight: 500 !important;
    font-family: "Lexend Deca", sans-serif;
}
input,
select,
textarea {
    color: #314a68 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 14px !important;
    font-family: "Lexend Deca", sans-serif;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.error {
    font-size: 16px !important;
    font-family: "Lexend Deca", sans-serif;
    color: #d96037 !important;
}
select option {
    font-weight: 500 !important;
    font-size: 17px !important;
    font-family: "Lexend Deca", sans-serif;
}
select option:hover {
    background-color: #b7b7b7 !important;
}
.border-blue {
    border-color: #314a68 !important;
}
.bg-input {
    background-color: #f5f5f5 !important;
}
.text-justify {
    text-align: justify !important;
}
.fs-14 {
    font-size: 14px !important;
}
.btn-outline-warning {
    border-color: #cf7455 !important;
    border-width: 2px !important;
    color: #cf7455 !important;
}
.btn-outline-warning:hover {
    background-color: #cf7455 !important;
    color: #fff !important;
}
/* student pages style */
.invalid-feedback {
    display: block !important;
    font-weight: 400 !important;
    color: #d2491c !important;
}
.bg-light-blue {
    background-color: #f9fcff !important;
}
.sidebar-logo {
    max-width: 150px !important;
    height: 50px !important;
}
.border-bottom-orange {
    border-bottom: 3px solid #cf7455 !important;
}
.border-bottom-blue {
    border-bottom: 3px solid #314a68 !important;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    color: #fff !important;
    font-family: "poppins", sans-serif !important;
    font-size: 14px;
    background: transparent !important;
    margin-top: 5% !important;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover,
#sidebar ul.menu-categories li.menu > .dropdown-toggle.active {
    background: #fff !important;
    color: #314a68 !important;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover i,
#sidebar ul.menu-categories li.menu > .dropdown-toggle.active i {
    color: #314a68 !important;
    border-color: #314a68 !important;
}
.sidebar-wrapper {
    width: 230px;
    z-index: 1050 !important;
    left: 0px !important;
}
#barChart {
    height: 260px !important;
}
.subject-results-table {
    height: 250px;
}
.leaderboard-section {
    height: 425px;
}
.accuracy-section {
    height: 325px;
}
.syllabus-subject-card {
    width: 450px;
}
.report-subject-card {
    width: 350px;
    margin-top: 20px;
    margin-left: 5vw;
}
.report-subject-card .card button {
    height: 52px;
}
.progress-percentage-circle {
    padding: 30px;
    top: -15%;
    right: -7%;
}
.fs-12 {
    font-size: 12px !important;
}
#content {
    margin-left: 180px !important;
}
.test-ques-sidebar .row {
    height: 65vh;
    overflow-y: auto;
}
.gray-bottom-shadow {
    box-shadow: 0 20px 20px rgb(241, 242, 243);
}
.correct-bg {
    background-color: #a89889;
}
.incorrect-bg {
    background-color: #cf7556;
}
.border-orange {
    border: 1px solid #cf7455 !important;
}
.border-bottom-light {
    border-bottom: 1px solid #e0e0e0 !important;
}
.accuracy-meter {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.white-border {
    width: 83%;
    height: 83%;
    background: white;
    border: 5px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.inner-circle {
    width: 85%;
    height: 88%;
    background: #fff;
    border: 16px solid #314a68;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px 5px #6e9bd1, inset 0 10px 10px rgba(0, 0, 0, 0.1);
}
.percentage {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f07e56;
}
#content.active {
    margin-left: 20px !important;
    z-index: 0 !important;
}
.focus-popup {
    position: absolute;
    bottom: 50px;
    right: 0%;
    z-index: 1050 !important;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 16px;
    max-width: 300px;
    width: 100%;
    text-align: center;
}
.focus-popup .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.dots {
    font-size: 24px;
    animation: blink 1s steps(3, end) infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
.keytopics {
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}
.sidebar-wrapper.active {
    width: 75px !important;
    left: 0px !important;
}
.dropdown-shadow {
    box-shadow: 0px 5.06px 9.78px 0px #00000080;
}
.rounded-end-pill {
    border-end-end-radius: 50px !important;
    border-start-end-radius: 50px !important;
}
.rounded-top-pill {
    border-start-start-radius: 50px !important;
    border-start-end-radius: 50px !important;
}
.rounded-start-pill {
    border-start-start-radius: 50px !important;
    border-end-start-radius: 50px !important;
}
.rounded-end-3 {
    border-end-end-radius: 10px !important;
    border-start-end-radius: 10px !important;
}
.rounded-start-3 {
    border-start-start-radius: 10px !important;
    border-end-start-radius: 10px !important;
}
.flatpickr-calendar {
    font-size: 12px;
    width: 320px !important;
    padding: 5px !important;
    margin-left: -100px;
    margin-top: 10px;
}
.flatpickr-months {
    height: 30px;
    font-size: 14px;
    line-height: 25px;
}

.flatpickr-prev-month,
.flatpickr-next-month {
    width: 14px;
    height: 14px;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    width: 12px;
    height: 12px;
}

.flatpickr-days {
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 2px !important;
}

.flatpickr-day {
    height: 22px !important;
    width: 22px !important;
    font-size: 12px !important;
    line-height: 22px !important;
}
.flatpickr-weekday {
    font-size: 12px;
    padding: 2px;
}
.flatpickr-time {
    font-size: 12px;
}
.pyq-type-card-shadow {
    width: 120px;
    height: 62px;
    background-image: url("../img/triangle-shadow.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.pyq-type-card-icon {
    width: 95px;
    height: 95px;
    left: -79px;
    top: -17px;
}
.year-btn {
    width: 115px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #314a68 !important;
    border: 1px solid #cccccc !important;
}
.year-btn:hover {
    background-color: #314a68 !important;
    color: #fff !important;
    transition: all 0.01s ease-in-out;
    /* border: 1px solid #cf7455 !important; */
}
.year-btn.active {
    background-color: #314a68 !important;
    color: #fff !important;
}
.test-sidebar-bg {
    background-color: #f9f9f9 !important;
}
.text-gray {
    color: #747576 !important;
}
.question-color {
    color: #484545;
}
.calendar-btn {
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 1;
}
.digit-card {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 38px;
    top: 5px;
    transform: rotate(-10deg);
}
.btn-orange:hover {
    border: 1px solid #cf7556 !important;
    color: #cf7556 !important;
}
.clip-img {
    position: absolute;
    width: 11px;
    height: 38px;
    right: 50px;
    top: -12px;
    transform: rotate(13deg);
}
.quad-shadow {
    position: absolute;
    width: 190px;
    height: 196px;
    left: -52px;
    top: 0;
    z-index: 0;
}
.topics-card {
    background: linear-gradient(138.81deg, #ffffff 18.77%, #9d9d9d 121.97%);
}
.topic-card {
    box-shadow: 0px 4.1px 7.93px 0px #00000080;
}
.text-option-circle {
    color: #d9d9d9;
}
.bg-circle {
    background-color: #d9d9d9;
}
.test-title-badge {
    background-image: url("../img/test-badge.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.border-gray {
    border-color: #777777 !important;
}
.test-submit-table,
.test-submit-table thead tr,
.test-submit-table thead tr th,
.test-submit-table tbody tr,
.test-submit-table tbody tr td {
    border: 1px solid #c8bcab;
}
.test-submit-table thead th {
    background-color: #faebd6 !important;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #c8bcab;
}
.test-submit-table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.rounded-top-4 {
    border-start-start-radius: 17px !important;
    border-start-end-radius: 17px !important;
}
.count-card {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.btn-circle {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
}
.bg-brown {
    background-color: #a89889;
}
.border-brown {
    border-color: #66594e !important;
}
.calendar {
    width: 100%;
    height: auto;
    border-radius: 8px;
    text-align: center;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    color: #666666;
}
/* General Calendar Styling */
.days span {
    padding: 15px 8px;
    font-size: 18px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.dates span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1; /* Makes the elements perfectly square */
    font-size: 16px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.dates span h6 {
    font-size: 25px;
    margin: 0;
    line-height: 1;
    border-radius: 50%;
}
.dates span:hover {
    border: 1px solid #007bff;
}
.frame-size {
    margin: auto;
    max-width: 250px;
    max-height: 40px;
}
#benfits-section .col-lg-4 .benefit-img {
    max-width: 220px;
    height: 180px;
}
#benfits-section .col-lg-4 .benefit-img img {
    width: 100%;
    height: 100%;
}
.floating-image {
    position: absolute;
    max-width: 120px; /* Adjust size as needed */
    max-height: 120px;
    z-index: 2;
}
.canvasjs-chart-credit {
    display: none;
}
.mt-header {
    padding-top: 50px; /* Match the height of the fixed header */
}
.pyq-card {
    width: 100% !important; /* Adjust this as needed */
    margin-left: auto !important;
    margin-right: auto !important;
}
#next-btn {
    width: fit-content !important;
}
.table {
    border-collapse: collapse !important;
}
/* Google Translate */
.goog-te-combo {
    padding: 5px 10px !important;
    border: 1px solid #23374f !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}
.goog-te-combo option {
    font-size: 14px !important;
}
.skiptranslate span {
    display: none !important;
}
.skiptranslate {
    color: transparent !important;
}
.skiptranslate iframe {
    display: none !important;
}

/* chatboat */
.chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #113055;
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chat-window {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    height: 400px;
    border-radius: 15px;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.hidden {
    display: none;
}

.chat-header {
    background: #314a68;
    color: white;
    padding: 10px;
    text-align: center;
}

.chat-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
}

.user-message {
    align-self: flex-end;
    background-color: #6e9bd1; /* Light green for sent messages */
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 10px;
    max-width: 70%;
    word-wrap: break-word;
}

.bot-message {
    align-self: flex-start;
    background-color: #f1f0f0; /* Light gray for received messages */
    color: #000;
    padding: 10px;
    border-radius: 10px 10px 10px 0;
    max-width: 70%;
    word-wrap: break-word;
}
.chat-input-container {
    display: flex;
    padding: 5px;
    gap: 5px;

}
#chat-input {
    flex: 1;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 5px !important;
    border: 1px solid #ddd;
    border-radius: 3px;
}
#chat-input::placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
}
#send-button {
    font-size: 12px !important;
    font-weight: 400 !important;
    background: #cf7455;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}
/* chatboat */
.ai-test-question {
    height: 72vh !important;
    overflow-y: auto !important;
}
/* Vibrate Animation */
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.float {
    animation: float 3s ease-in-out infinite;
}

@media screen and (max-width: 992px) {
    #content {
        margin-left: 20px !important;
        z-index: 0 !important;
    }
    /* .sidebar-wrapper {
        left: 0px !important;
    } */
    .pyq-type-card-shadow {
        width: 98px;
        height: 48px;
    }
    .pyq-type-card-icon {
        width: 85px;
        height: 84px;
        left: -73px;
        top: -17px;
    }
    .floating-image.float {
        max-width: 80px;
        max-height: 80px;
        z-index: -1;
    }
    .floating-image {
        max-width: 80px;
        max-height: 80px;
    }
    .unlock-bg {
        width: 100% !important;
    }
    .feature-img {
        max-width: 200px;
        max-height: 200px;
    }
    .canvasjs-chart-canvas {
        height: 400px !important;
    }
    #chartContainer {
        height: 400px !important;
    }
    .report-subject-card {
        width: 270px;
    }
    .report-subject-card .card button {
        height: 48px;
    }
    .plans-section {
        width: 100%;
    }
    .fs-1,
    h1 {
        font-size: 2.5rem !important; /* 40px */
    }
    .fs-2,
    h2 {
        font-size: 2rem !important; /* 32px */
    }
    .fs-3,
    h3 {
        font-size: 1.75rem !important; /* 28px */
    }
    .fs-4,
    h4 {
        font-size: 1.3rem !important; /* 24px */
    }
    .fs-5,
    h5 {
        font-size: 1.25rem !important; /* 20px */
    }
    .fs-6,
    h6 {
        font-size: 1rem !important; /* 16px */
    }
    p,
    a {
        font-size: 0.875rem !important; /* 14px */
    }
}
@media (max-width: 768px) {
    .test-ques-sidebar {
        height: 20vh !important;
        flex-wrap: wrap !important;
    }
    .test-ques-sidebar .row {
        height: 20vh !important;
        overflow-x: auto;
        flex-wrap: nowrap !important;
    }
    .progress-percentage-circle {
        padding: 25px;
        top: -15%;
        right: -7%;
    }
    .days span {
        font-size: 14px;
        padding: 10px 5px;
    }
    #benfits-section .col-lg-4 .benefit-img {
        max-width: 180px;
        height: 140px;
    }
    .dates span {
        font-size: 14px;
    }
    .floating-image.float {
        max-width: 70px;
        max-height: 70px;
        z-index: -1;
    }
    .floating-image {
        max-width: 70px;
        max-height: 70px;
    }
    .feature-img {
        max-width: 150px;
        max-height: 150px;
    }
    .canvasjs-chart-canvas {
        height: 350px !important;
    }
    #chartContainer {
        height: 350px !important;
    }
    #next-btn {
        width: 100% !important;
    }
    .scrollable-box {
        border: 10px solid #cf7455;
    }
    .syllabus-subject-card {
        width: 550px;
    }
    .report-subject-card {
        width: 300px;
        margin: auto;
    }
    .report-subject-card .card button {
        height: 48px;
    }
    .plans-section {
        width: 80%;
    }
    .fs-1,
    h1 {
        font-size: 2rem !important; /* 32px */
    }
    .fs-2,
    h2 {
        font-size: 1.75rem !important; /* 28px */
    }
    .fs-3,
    h3 {
        font-size: 1.5rem !important; /* 24px */
    }
    .fs-4,
    h4 {
        font-size: 1.25rem !important; /* 20px */
    }
    .fs-5,
    h5 {
        font-size: 1rem !important; /* 16px */
    }
    .fs-6,
    h6 {
        font-size: 0.875rem !important; /* 14px */
    }
    p,
    a {
        font-size: 0.75rem !important; /* 12px */
    }
}
@media (max-width: 576px) {
    .floating-image {
        max-width: 50px;
        max-height: 50px;
    }
    .floating-image.float {
        max-width: 50px;
        max-height: 50px;
        z-index: -1;
    }
    .feature-img {
        max-width: 120px;
        max-height: 120px;
    }
    .canvasjs-chart-canvas {
        height: 300px !important;
    }
    #chartContainer {
        height: 300px !important;
    }
    .laptop-img {
        overflow: hidden;
    }
    .report-subject-card {
        width: 250px;
        margin: auto;
    }
    .syllabus-subject-card {
        width: 300px;
    }
    .report-subject-card .card button {
        height: 43px;
    }
    .fs-1,
    h1 {
        font-size: 1.75rem !important; /* 28px */
    }
    .fs-2,
    h2 {
        font-size: 1.5rem !important; /* 24px */
    }
    .fs-3,
    h3 {
        font-size: 1.25rem !important; /* 20px */
    }
    .fs-4,
    h4 {
        font-size: 1rem !important; /* 16px */
    }
    .fs-5,
    h5 {
        font-size: 0.875rem !important; /* 14px */
    }
    .fs-6,
    h6 {
        font-size: 0.75rem !important; /* 12px */
    }
    p,
    a {
        font-size: 0.6875rem !important; /* 11px */
    }
    .fs-14 {
        font-size: 12px !important;
    }
}
@media (max-width: 480px) {
    .days span {
        font-size: 12px;
        padding: 8px 3px;
    }
    .accuracy-section {
        height: 300px;
    }
    .dates span {
        font-size: 12px;
    }
    .dates {
        grid-template-columns: repeat(7, 1fr);
        gap: 3px;
    }
    .pyq-type-card-shadow {
        width: 95px;
        height: 40px;
    }
    .pyq-type-card-icon {
        width: 74px;
        height: 74px;
        left: -61px;
        top: -17px;
    }
    .floating-image.float {
        max-width: 40px;
        max-height: 40px;
        z-index: -1;
    }
    .floating-image {
        max-width: 40px;
        max-height: 40px;
    }
    .feature-img {
        max-width: 100px;
        max-height: 100px;
    }
    .canvasjs-chart-canvas {
        height: 250px !important;
    }
    #chartContainer {
        height: 250px !important;
    }
    .report-subject-card {
        width: 200px;
        margin: auto;
    }
    .syllabus-subject-card {
        width: 200px;
    }
    .report-subject-card .card button {
        height: 43px;
    }
    .fs-1,
    h1 {
        font-size: 1.5rem !important; /* 24px */
    }
    .fs-2,
    h2 {
        font-size: 1.25rem !important; /* 20px */
    }
    .fs-3,
    h3 {
        font-size: 1.125rem !important; /* 18px */
    }
    .fs-4,
    h4 {
        font-size: 1rem !important; /* 16px */
    }
    .fs-5,
    h5 {
        font-size: 0.875rem !important; /* 14px */
    }
    .fs-6,
    h6 {
        font-size: 0.75rem !important; /* 12px */
    }
    p,
    a {
        font-size: 0.6875rem !important; /* 11px */
    }
}
