:root {
    --primary: #0010a0;
    --white: #fff;
    --text-dark: #000;
    --secondary: #3978d3;
    --muted: #3a3939;
    --light-blue: #d4e6ff;
    --yellow: #f9be02;
    --light: #f7f7f7;
    --thin-light: #fafbff;
    --danger: #d51c0f;
}
.text-primary {
    color: var(--primary) !important;
}
.text-danger {
    color: var(--danger) !important;
}
.fs-12 {
    font-size: 12px;
}
body {
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
select,
textarea,
label,
span {
    font-family: "Poppins", sans-serif !important;
}

a {
    text-decoration: none !important;
}
.bg-light-blue {
    background: #3978d326 !important;
    border-bottom: 1px solid #d0d9e6;
}
:focus {
    outline: none;
    box-shadow: none !important;
}

.container-fluid {
    width: 90%;
}

main {
    margin-top: 67px;
}

.fs-12 {
    font-size: 12px;
}

.py-12 {
    padding-top: 11px;
    padding-bottom: 11px;
}
.bg-thin-light {
    background: var(--thin-light) !important;
}
.text-blue {
    color: var(--primary) !important;
}

#navbar_top {
    box-shadow: 0px 1px 16.9px 0px rgba(0, 0, 0, 0.4) !important;
}

.outline-primary {
    border: 1px solid var(--primary);
    color: var(--text-dark);
    background: transparent;
}

.outline-primary:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
}

.outline-secondary {
    border: 1px solid var(--secondary);
    color: var(--secondary);
    background: transparent;
    border-radius: 100px;
    padding: 5px 20px;
}

.outline-secondary:hover,
.outline-secondary.active {
    background: var(--secondary) !important;
    color: var(--white) !important;
}
.filter-button {
    margin-right: 10px;
    border: 1px solid #1b1b1b1a;
}
.filter-button.active {
    background: var(--secondary);
    color: var(--white);
}

.primary {
    border: 1px solid var(--primary);
    color: var(--white) !important;
    background: var(--primary);
}

.primary:hover {
    color: var(--white) !important;
    background-color: #020c66 !important;
}

.secondary {
    border: 1px solid var(--secondary);
    color: var(--white) !important;
    background: var(--secondary);
}

.secondary:hover {
    color: var(--white) !important;
}

.btn-custom {
    padding: 8px 20px;
    border-radius: 7px;
    text-align: center;
}

.main-nav .nav-item {
    margin-right: 25px;
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-toggle:before {
    content: "";
    position: absolute;
    right: -8px;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--text-dark);
    border-left: 2px solid var(--text-dark);
    transform: rotate(-135deg);
    top: 14px;
}

#navbarDropdown:before {
    top: 17px !important;
}

.copyright {
    background-color: var(--muted);
}

.heading {
    color: var(--text-dark);
    font-size: 40px;
    font-weight: 600;
}
.yellow-heading {
    color: var(--yellow) !important;
}
.bnr-heading {
    color: var(--text-dark);
    font-size: 35px;
    font-weight: 600;
}

.subtitle {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}

.banner {
    background: var(--light-blue);
}
.box {
    border: 1px solid #e5f4f2;
    box-shadow: 34.85px 29.63px 48.34px 0px #3366ff0d;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
}
.box-icon {
    width: 93px;
    height: 93px;
    border-radius: 20px;
    background-color: var(--light-blue);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-content h4 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
}

.box-content p {
    line-height: 32px;
    font-size: 16px;
}

.bio img {
    width: 35px !important;
    height: 35px;
    border-radius: 100px;
}

.star-rating {
    direction: rtl;
    display: inline-flex;
}

.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    font-size: 1.5rem !important;
    color: var(--yellow);
    cursor: pointer;
    transition: color 0.2s;
    line-height: 4px;
}

.star-rating input[type="radio"]:checked ~ label {
    color: var(--yellow);
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: var(--yellow);
}

.testimonial-box p {
    line-height: 38px;
}

.testimonial-box .profile img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
}
.feature-content h4 {
    font-weight: 600 !important;
}
.feature-content p {
    font-weight: 400 !important;
    font-size: 16px;
}
.google {
    border: 1px solid #cbcad7;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    color: var(--text-dark);
}

.toggle-password,
.toggle-password2 {
    position: absolute;
    top: 39px;
    right: 14px;
    font-size: 18px;
}

.google:hover {
    background: #cbcad7;
}

.form-content__inner input {
    border: 1px solid #cbcad7 !important;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #cbcad7;
    opacity: 1;
}

.separator::before {
    margin-right: 10px;
}

.separator::after {
    margin-left: 10px;
}

.separator span {
    color: #666;
    font-weight: 500;
}

.category {
    background-color: rgb(57 120 211 / 74%);
    padding: 5px 15px;
    color: var(--white);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.list-card img {
    height: auto !important;
}

.list-card .card-ftext {
    bottom: 0px;
    right: 25px;
}
.search {
    width: 350px;
    border: 1px solid #505050 !important;
}

.filter-sidebar {
    border: 1px solid #505050 !important;
    height: 80px;
}

.language span:nth-of-type(1) svg {
    width: 19px;
    height: 19px;
}

.language span:nth-of-type(2) svg {
    width: 21px;
    height: 21px;
}

.language span:nth-of-type(3) svg {
    width: 24px;
    height: 24px;
}

.language span:nth-of-type(4) svg {
    width: 19px;
    height: 19px;
}

#filterCollapse,
.filter-box {
    border: 1px solid #adb5bd !important;
}

.nav-pills .nav-link {
    font-weight: 500;
    color: #9197b3 !important;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 13px;
}

.nav-pills .nav-link.active {
    color: var(--primary) !important;
    background: transparent !important;
}

.nav-pills .nav-link:nth-of-type(1).active svg path {
    fill: var(--primary) !important;
    stroke: var(--primary) !important;
}

.nav-pills .nav-link.active svg path {
    fill: var(--primary) !important;
}
.bio-info {
    margin-top: -21px;
    padding: 0px 20px;
}
.quiz-header {
    padding-right: 100px;
}
.profile-image {
    margin-top: -46px;
}
.profile-image button {
    right: -66px;
}
.leave-btn {
    position: absolute;
    bottom: -12px;
}
.course-details {
    background: #17181f;
}
.bg-light-custom {
    background: var(--light) !important;
}
.feature-content {
    background: var(--white);
    border: 1px solid #e5f4f2;
    padding: 27px;
    border-radius: 20px;
    height: 100%;
}
.card {
    border: 1px solid #e5e5e5 !important;
    padding: 11px !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 20px 0px #00000013;
    background: var(--white) !important;
}
.main_blog_section .card {
    border: 0px !important;
}
.testimonial-box {
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px #00000012;
    background: var(--white);
}
.info-brief {
    box-shadow: 0px 0px 80px 0px #0000001a;
    background: var(--white);
}
.pro-box-shadow {
    box-shadow: 0px 4px 6px 0px #00000026;
}
.badge-success-custom {
    background: #bdffd7 !important;
    color: #005622 !important;
    font-weight: 500 !important;
}
.badge-danger-custom {
    background: #f2d4d4 !important;
    color: #ff302f !important;
    font-weight: 500 !important;
}
.badge-warning-custom {
    background: #ffedb2 !important;
    color: #4b3900 !important;
    font-weight: 500 !important;
}
.badge-info-custom {
    background: #e0cfff !important;
    color: #5d16d6 !important;
    font-weight: 500 !important;
}

.box-shadow {
    border: 1px solid #e5f4f2;
    box-shadow: 34.85px 29.63px 48.34px 0px #3366ff0d;
    border-radius: 20px;
    padding: 25px;
}

.video-container {
    position: relative;
    cursor: pointer;
    height: 260px;
    overflow: hidden;
    border-radius: 10px;
}
.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: opacity 0.3s;
}
.preview-text {
    bottom: 40px;
    z-index: 10;
    left: 0px;
    right: 0px;
}
.video-poster {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s;
}

.video-player {
    width: 100%;
    height: 100%;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    z-index: 2;
    transition: opacity 0.3s;
}
.discount {
    color: var(--primary);
    font-weight: 400;
}
.applied-coupon {
    border: 2px dashed #d1d2e0;
    padding: 4px 10px;
}
.video-main {
    margin-bottom: -160px;
    position: relative;
    z-index: 10;
}
.review-section {
    border: 1px solid #d1d2e0;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-top: -14%;
    margin-bottom: 30px;
}
.subscribe {
    background-color: var(--primary);
    padding: 8px;
    color: var(--white);
    font-weight: 600;
}
.card-box span {
    line-height: 19px !important;
    display: block;
}
.card-container .card-box {
    border-right: 1px solid #d1d2e0;
}
.card-container .card-box:last-child {
    border-right: none;
}
.course-container {
    margin-top: 90px;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.border-custom {
    border: 1px solid #d1d2e0 !important;
    clear: both;
}
.course-heading {
    font-weight: 600;
    font-size: 21.94px;
    line-height: 28.8px;
    vertical-align: middle;
    color: var(--text-dark);
}
.description-content ul {
    padding-left: 0px;
}
.description-content ul li {
    list-style: none;
    padding-left: 27px;
    position: relative;
    padding-bottom: 6px;
}
.description-content ul li:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/svg/mark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
    left: 0px;
}
.quiz-bg {
    background: url(../images/quiz-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.list-unstyled-course {
    list-style: none;
    padding-left: 0px;
    column-count: 2;
}
.list-unstyled-course li {
    font-size: 15px;
    color: #303141;
    padding-bottom: 10px;
}
.list-unstyled-course li svg {
    margin-right: 7px;
}
.instructor-content ul li svg {
    width: 22px;
}
.dot {
    width: 7px;
    height: 7px;
    background: #9194ac;
    display: inline-block;
    border-radius: 10px;
}
.comment-user {
    background: #1d1e27;
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
    color: var(--white);
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
}
.topics-title button {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    background: #f6f7f9;
    padding: 12px 20px;
    border-bottom: 0.8px solid #d1d2e0 !important;
    border-top: 0.8px solid #d1d2e0 !important;
    border: 0px;
}
.topics-title .dropdown-toggle:before {
    top: 6px !important;
}
.topics-title button[aria-expanded="true"] .dropdown-toggle {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.topics-title button[aria-expanded="true"] .dropdown-toggle::before {
    right: -3px !important;
}
.blog-details .card,
.watch-section .card {
    padding: 20px !important;
    border-radius: 10px !important;
}
.topic-watch-header {
    background: var(--secondary) !important;
    padding: 10px;
}

.topic-watch-header button {
    color: var(--white) !important;
    font-weight: 600;
    text-decoration: none;
    line-height: 13px;
}
.icons svg {
    height: 11px;
}
.topic-watch-header .dropdown-toggle:before {
    right: 0px;
    top: -8px;
    border-color: #fff;
}
.topic-watch-header button[aria-expanded="true"] .dropdown-toggle {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.topic-watch-header button[aria-expanded="true"] .dropdown-toggle::before {
    right: -7px !important;
}
/* pgaination */
.pagination {
    gap: 9px;
}
.pagination li .page-link {
    border: 1px solid #1b1b1b99 !important;
    border-radius: 9px !important;
    font-size: 17px;
    color: #1b1b1b99 !important;
    padding: 8px 7px;
    width: 38px;
    margin: auto;
    text-align: center;
    height: 37px;
}
.pagination li.active .page-link {
    background-color: var(--white) !important;
    border-color: #3d3daf !important;
    color: #3d3daf !important;
}
.pagination li:first-child .page-link {
    margin-right: 15px;
    border-radius: 3px !important;
    font-size: 21px;
    padding: 5px;
}
.pagination li:last-child .page-link {
    margin-left: 15px;
    border-radius: 3px !important;
    font-size: 21px;
    padding: 5px;
}
.pagination li.disabled .page-link {
    border: 1px solid #1b1b1b99 !important;
    color: #1b1b1b99 !important;
}
.quiz-qus {
    border: 1px solid #1935ca;
    background: #fbf9f9;
    border-radius: 10px;
    color: #4a4a4a;
    padding: 11px;
}
.form-check-label p {
    margin: 0px !important;
}
.form-check-label p strong,
.form-check b {
    font-weight: 400 !important;
}
.quiz-qus:has(input[type="radio"]:checked) {
    background-color: #1935ca !important;
    color: #fff;
}
.jst-hours {
    display: none;
}
.count-box {
    width: 35px;
    height: 35px;
    line-height: 29px;
    text-align: center;
    background: #0000001f;
    color: #000;
}
.boost-main {
    background: url(../images/svg/boost-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.accordion-item {
    border: 0px !important;
    border-bottom: 1px solid #6c757d33 !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button:after {
    display: none !important;
}
.accordion-button {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--secondary) !important;
}
.v-scroller {
    max-height: 80vh;
    overflow-y: auto;
}
.click-btn{
    cursor: pointer;
}
#filterCollapse.collapse {
    transition: height 0.3s ease; /* Smoother transition */
}
input[type="checkbox"]:disabled:checked {
    background-color: green; /* Green background for disabled & checked */
    border-color: green; /* Match the border with background */
    appearance: none; /* Remove default browser style */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px; /* Adjust size */
    height: 18px;
    border-radius: 4px; /* Optional: rounded checkbox */
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:disabled:checked::after {
    content: "✔"; /* Checkmark symbol */
    color: white; /* White tick on green */
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}