#footer-outer a {
    color: #f57f29;
}
.tutor-course-single-content-wrapper{
	margin-top:100px;
}
/* Hide the "Result" column (Pass/Fail) in Tutor LMS quiz attempts table */
.tutor-table-quiz-attempts th:nth-child(7),
.tutor-table-quiz-attempts td:nth-child(7) {
    display: none !important;
}
/* ✅ Set Tutor LMS quiz answer images to 150px width */
.tutor-quiz-question-item-has-media img.tutor-card-image-top {
    width: 200px !important;
    height: auto !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
/* Hide Tutor LMS quiz question-type icons */
.tutor-quiz-type-icon,
.tooltip-icon .tooltip-btn i {
    display: none !important;
}
.main_header,
.main_header .container {
    background: rgba(0, 0, 0, 0.38) !important;
}
/* Footer Upper Text Size */
.footer_upper .footer_content,
.footer_upper .footer_content h2,
.footer_upper .footer_content p {
    font-size: 16px !important;
}
/* Hide Ashraful A instructor block completely */
.tutor-course-details-instructors
a[href*="shbijoy0178gmail-com"]
{
    display: none;
}

/* Hide the entire parent row (avatar + name + spacing) */
.tutor-course-details-instructors
a[href*="shbijoy0178gmail-com"]
{
    visibility: hidden;
}

/* Force-hide the instructor row containing Ashraful A */
.tutor-course-details-instructors
.tutor-d-flex:has(a[href*="shbijoy0178gmail-com"]) {
    display: none !important;
}
/* Hide Tutor LMS star ratings on course cards */
.tutor-course-ratings {
    display: none !important;
}
.footer_upper .footer_upper_in {
    padding: 15px 80px !important;
    
}
body.archive .tutor-card-footer .list-item-button {
    display: none !important;
}
/* Tutor LMS – WooCommerce View Cart button */
a.tutor-woocommerce-view-cart {
    background-color: #f57f29 !important;
    color: #ffffff !important;
    border-color: #f57f29 !important;
}

/* Hover state */
a.tutor-woocommerce-view-cart:hover {
    background-color: #f57f29 !important;
    color: #ffffff !important;
    opacity: 0.9;
}
/* SALIENT NUCLEAR FIX: Only underline Blog when actually on Blog */
.sf-menu > li#menu-item-2296.current_page_parent > a:after {
    opacity: 0 !important;
    width: 0 !important;
}

/* Re-enable Blog underline ONLY on Blog page */
body.blog .sf-menu > li#menu-item-2296 > a:after,
body.single-post .sf-menu > li#menu-item-2296 > a:after {
    opacity: 1 !important;
    width: 100% !important;
}

/* Force Courses underline everywhere else */
.sf-menu > li#menu-item-18066 > a:after {
    opacity: 1 !important;
    width: 100% !important;
}
/* Fix content hiding behind fixed header on TutorLMS single course pages */
.single-courses .tutor-wrap,
.single-courses .tutor-course-single,
.single-courses main {
    padding-top: 150px;
}
/* Parent category style */
.tutor-parent-category label {
    font-weight: 600;
    margin-top: 12px;
    display: block;
}

/* Child indentation */
.tutor-child-category {
    margin-left: 22px;
    position: relative;
}

/* Optional visual guide line */
.tutor-child-category::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}

/* Slightly smaller child text */
.tutor-child-category label {
    font-size: 14px;
}


