
body{
    /*overflow: hidden;*/
     padding-right: 0 !important;
}

/*student section */
    .custom-student-card {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        /* Enhanced box shadow */
        margin-bottom: 2rem;
        /* Bottom margin */
    }



/*blog section here */
    @media (max-width: 1599px) {
        .single-post-list-wrap .media img {
            width: 129px !important;
        }
    }

    .blog-main-heading {
        font-size: 20px;
        font-weight: 800;
        text-overflow: ellipsis;
        max-width: 100%;
        display: block;
    }

    .single-post-list-wrap .blog-extra-info {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0 0 0;
        margin: 0;
        list-style: none;
        font-size: 0.9rem;
        color: #555;
    }

    .single-post-list-wrap .blog-extra-info li {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .single-post-list-wrap .blog-extra-info li i {
        color: #888;
    }

    .single-post-list-wrap {
        margin-bottom: 7px;
        padding: 6px;
        background-color: #ffffff;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .single-post-list-wrap .media-section .media-left {
        margin-right: 9px;
    }

    .post-image {
        max-height: 90px;
        border-radius: 10px;
    }

    .box-shedow {
        padding: 10px;
        background-color: #ffffff;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-bottom: 17px;
    }

    @media (max-width: 600px) {
            .section-title.style-two h6.title {
        font-size: 18px;
        letter-spacing: 0.8px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 7px;
    }

        .blog-main-heading {
            font-size: 15px;
            font-weight: 700;
            line-height: 1 !important;
        }

        .post-meta-single ul li {
            font-size: 10px;
            margin: 0;
            padding: 0;
            max-width: 100%;
        }

        .post-image {
            max-height: 100px;
            border-radius: 8px;
        }

        .post-meta-single p {
            font-size: 12px;
            margin: 0;
            line-height: 1.2 !important;
        }

        .single-post-list-wrap .media-section .media-left {
            margin-right: -2px;
        }

        .single-post-list-wrap .blog-extra-info {
            font-size: 10px;
        }
    }

/*blog content setup */
    .blog-content p {
        margin: 0 0 10px;
        line-height: 1.6;
    }

    .blog-content h1,
    .blog-content h1 span {
        font-size: 2.5rem !important;
    }

    .blog-content h2,
    .blog-content h2 span {
        font-size: 1.3rem !important;
    }

    .blog-content h3,
    .blog-content h3 span {
        font-size: 1.75rem !important;
    }

    .blog-content p,
    .blog-content p span {
        font-size: 1rem !important;
        /* Adjust as needed */
        line-height: 1.6 !important;
        /* Improves readability */
        margin: 0 0 10px !important;
        /* Bottom spacing between paragraphs */
        font-family: 'Nirmala UI', sans-serif !important;
        /* Or your preferred font */
    }

    .blog-content ul {
        padding-left: 20px !important;
        /* Proper bullet spacing */
        margin-bottom: 1rem !important;
        list-style-type: disc !important;
    }

    .blog-content li,
    .blog-content li span {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        font-family: 'Nirmala UI', sans-serif !important;
        text-align: left !important;
        /* Override CKEditor’s text-align:justify */
        margin-left: 0 !important;
        /* Remove extra indentation */
        /*text-align: justify !important;*/

    }

    .blog-content h1 {
        font-size: 2.5rem;
    }

    .blog-content h2 {
        font-size: 2rem;
        /* Pick only one */
    }

    .blog-content h3 {
        font-size: 1.75rem;
        /* Use h3 instead of duplicating h2 */
    }

    .blog-content table {
        width: 100%;
        border-collapse: collapse;
        overflow-x: auto;
        display: block;
    }

    .blog-content td,
    .blog-content th {
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        word-break: break-word;
    }

    .single-blog-inner .single-blog-details {
        margin: 0;
    }
    
    
    
     /* Style the container holding the list of current affairs list */
    .current-affair-quiz-list {
        background-color: #f9f9f9;
        /* Light gray background */
        padding: 11px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Style the section title */
    .section-title.style-two {
        margin-bottom: 8px;
        text-align: center;
    }

    .section-title.style-two h6.title {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
    }

    /* Style the individual list items */
    .current-affair-quiz-list ul {
        list-style-type: none;
        /* Remove default list bullets */
        padding: 0;
    }

    .current-affair-quiz-list ul li {
        background-color: #fff;
        padding: 5px;
        margin-bottom: 12px;
        border-radius: 6px;
        border: 1px solid #ddd;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* Add a hover effect to each list item */
    .current-affair-quiz-list ul li:hover {
        transform: translateY(-2px);
        /* Slightly lift the list item */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        /* Enhance the shadow */
    }

    /* Style the individual links */
    .current-affair-quiz-list ul li a {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        transition: color 0.3s ease, transform 0.3s ease;
    }

    /* Change the color of the link when hovering */
    .current-affair-quiz-list ul li a:hover {
        color: #007bff;
                text-decoration: underline;
        /* Underline on hover */
        transform: translateX(4px);
    }

    /* Style for today's date (highlight it with green color) */
    .current-affair-quiz-list ul li a {
        color: #555;
        font-weight: 400;
    }

    .current-affair-quiz-list ul li a.today {
        color: green;
        /* Highlight today's current affair in green */
        font-weight: 600;
        /* Make today's affair bold */
    }
    
    
    

    .media-section {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex; */
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }


    .section-title-custome {
        padding-bottom: 0 !important;
    }



    .comment-img {
        max-height: 80px;
    }

    /* Remove default list styles */
    .category-list {
        list-style: none;
        /* Removes bullet points */
        padding: 0;
        /* Removes default padding */
        margin: 0;
        /* Removes default margin */
        padding-bottom: 20px;
    }

    /* Remove spacing between list items */
    .category-list>li {
        margin-bottom: 0;
        /* No bottom margin between list items */
        cursor: pointer;
        /* padding-left: 15px; */
        border-bottom: solid #007bff 1px;
        /* Optional border for visual separation */
    }

    /* Styling the category links */
    .category-list li a {
        color: #333;
        /* Set text color */
        text-decoration: none;
        /* Remove underline */
        display: block;
        /* Make the link fill the list item */
        padding: 1px 0;
        /* Padding for clickable links */
        transition: color 0.3s ease;
        /* Smooth transition on hover */
    }

    /* Hover effect on category links */
    .category-list li a:hover {
        color: #007bff;
        /* Change text color on hover */
    }

    .left-side-bar {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 15px;
        /* padding-bottom: 10px; */
    }

    .left-side-bar>li {
        margin-bottom: 10px;
        cursor: pointer;
        padding-left: 8px;
        border-left: 3px solid #007bff;
        transition: background-color 0.3s;
        /* border-bottom: solid rgb(229, 255, 0) 1px; */
    }


    .left-side-bar>li:hover {
        background-color: #f0f8ff;
    }

    .left-side-bar a {
        text-decoration: none;
        color: #333;
        /* font-weight: 500; */
        font-size: 14px;
    }

    .left-side-bar a:hover {
        color: #007bff;
    }


    .quiz-heading-section .main-heading {
        font-size: 18px;
        text-align: center;
        background: var(--main-color);
        color: white;
        font-family: var(--body-font);
        padding: 5px;
        border-radius: 5px;
    }

    .quiz-heading-section .sub-heading {
        font-size: 16px;
        background-color: #f0f8ff;
        color: var(--main-color);
        padding: 5px;
        /* margin-top: 15px; */
        border-radius: 3px;
    }

    .quiz-list {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 15px;
        /* padding-bottom: 10px; */
    }

    .quiz-list>li {
        margin-bottom: 10px;
        cursor: pointer;
        padding-left: 8px;
        border-left: 3px solid #007bff;
        transition: background-color 0.3s;
        /* border-bottom: solid rgb(229, 255, 0) 1px; */
    }


    .quiz-list>li:hover {
        background-color: #f0f8ff;
    }

    .quiz-list a {
        text-decoration: none;
        color: #333;
        /* font-weight: 500; */
        font-size: 14px;
    }

    .quiz-list a:hover {
        color: #007bff;
    }



    /* General Styling for the Quiz Section */
    .quiz-section {
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        max-width: 800px;
        margin: 0 auto;
    }


    /* Styling the Quiz Title */
    .quiz-title {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
    }

    /* Styling for Each Question */
    .quiz-question {
        margin-bottom: 15px;
        padding: 15px;
        background-color: #ffffff;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background: #fff;
    }


    /* Styling for the Question Text */
    .question-text {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        margin-bottom: 10px;
    }

    /* Styling the List of Answer Options */
    .answer-options {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* Styling for Each Answer Option */
    .answer-option {
        font-size: 16px;
        color: #555;
        padding: 10px;
        margin-bottom: 8px;
        background: #f1f1f1;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Hover Effect for Answer Options */
    .answer-option:hover {
        background-color: #e0e0e0;
    }


    /* Icons for Correct and Incorrect Answers */
    .correct-icon,
    .wrong-icon {
        font-size: 16px;
        display: none;
        margin-left: 10px;
    }

    /* Show Icons for Correct and Incorrect */
    .text-success .correct-icon {
        color: green;
        display: inline;
        font-weight: bold;
    }

    .text-danger .wrong-icon {
        color: red;
        display: inline;
        font-weight: bold;
    }

    .accordion {
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #f9f9f9;
        cursor: pointer;
    }

    .accordion>.accordion-header>h5 {
        font-size: 20px;
        padding: 0;
        color: var(--main-color);


    }

    .accordion-body {
        display: none;
        padding: 10px;
        font-size: 14px;
        background: #fff;
        border-top: 1px solid #ddd;
    }

    /* Responsive Design */
    @media (max-width: 600px) {
        .quiz-section {
            padding: 15px;
            max-width: 100%;
        }

        .quiz-title {
            font-size: 20px;
        }

        .question-text {
            font-size: 16px;
        }

        .answer-option {
            font-size: 14px;
        }
    }

    /*pagenation *
    /* Custom Pagination Styles */
    .pagination {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 20px 0;
        list-style: none;
    }

    .pagination li {
        margin: 0 5px;
    }

    .pagination li a {
        /*display: inline-block;*/
        padding: 9px 12px;
        color: var(--heading-color);
        text-decoration: none;
        border-radius: 4px;
        height: 50px;
        width: 50px;
        font-size: 14px;
        background: transparent;
        border: 2px solid #e3e3e3;
    }

    .pagination li a:hover {
        background-color: var(--heading-color);
        color: white;
    }

    .pagination li.active a {
        background-color: var(--heading-color);
        color: white;
        padding: 9px 12px;
        /*height: 50px;*/
        /*width: 50px;*/
        font-size: 16px;
    }

    .pagination li a[aria-label="First"],
    .pagination li a[aria-label="Previous"],
    .pagination li a[aria-label="Next"],
    .pagination li a[aria-label="Last"] {
        background-color: #f0f0f0;
        color: #333;
    }

    .pagination li a[aria-label="First"]:hover,
    .pagination li a[aria-label="Previous"]:hover,
    .pagination li a[aria-label="Next"]:hover,
    .pagination li a[aria-label="Last"]:hover {
        background-color: #ccc;
    }

    /* Optional: Style the "active" page button */
    .pagination .active a {
        background-color: var(--heading-color);
        ;
        border: 1px solid white;
    }

    @media (max-width: 576px) {
        .pagination {
            flex-wrap: wrap;
            gap: 8px;
        }

        .pagination li {
            margin: 0;
        }

        .pagination li a {
            width: auto;
            height: auto;
            padding: 8px 10px;
            font-size: 13px;
        }

        .pagination li.active a {
            font-size: 13px;
        }
    }
    
    /*mock test section style */
        .test-card-section > .test-card-header {
        font-size: 18px;
        text-align: center;
        background: var(--main-color);
        color: white;
        font-family: var(--body-font);
        padding: 6px;
        border-radius: 6px;
        width: 100%;
    }

    @media only screen and (max-width: 600px) {
        .test-card-header {
            margin: 10px;
        }
    }

  
    /* Main Card */
    .test-card {
        border: none;
        border-radius: 12px;
        margin-bottom: 20px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .test-card:hover {
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        transform: translateY(-8px);
    }

    /* Icon styles */
    .card-icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        font-size: 40px;
        margin-bottom: 24px;
        color: red;
    }

    /* Plan-specific styles */
    .plan-community .card-icon {
        color: #ffbe00;
    }

    .plan-community .plan-button {
    background-color: #070f4b;
    color: #fff;
    padding: 2px 13px;
    /* position: relative; */
    border: 0;
    transition: all 0.5s ease;
     font-weight: 500; 
    /*font-size: 13px;*/
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    border-radius: 5px;
    }

    .plan-community .plan-button:hover {
        background-color: #0056b3;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    
    }

    .plan-community .plan-button:active {
        transform: translateY(3px);
        box-shadow: none;
    }

    /* Responsive Adjustments */
    @media only screen and (max-width: 768px) {
        .test-card-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .test-card-section .col-md-4 {
            flex: 0 0 48%;
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width: 480px) {
        .test-card-section .col-md-4 {
            flex: 0 0 100%;
        }
    }