.elementor-8942 .elementor-element.elementor-element-9b23f6c:not(.elementor-motion-effects-element-type-background), .elementor-8942 .elementor-element.elementor-element-9b23f6c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://paruacademy.longemed.com/wp-content/uploads/2024/02/marketplace-header-bg-large.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-8942 .elementor-element.elementor-element-9b23f6c > .elementor-container{max-width:600px;}.elementor-8942 .elementor-element.elementor-element-9b23f6c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:50px 10px 50px 10px;}.elementor-8942 .elementor-element.elementor-element-9b23f6c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8942 .elementor-element.elementor-element-f078b5a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-8942 .elementor-element.elementor-element-28a96da > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8942 .elementor-element.elementor-element-28a96da{text-align:center;}.elementor-8942 .elementor-element.elementor-element-28a96da .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:600;line-height:1.35em;color:#FFFFFF;}.elementor-8942 .elementor-element.elementor-element-5fbd2ec > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 40px 0px 40px;}.elementor-8942 .elementor-element.elementor-element-5fbd2ec{text-align:center;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.76em;color:#FFFFFF;}.elementor-8942 .elementor-element.elementor-element-923b530{--display:flex;}.elementor-8942 .elementor-element.elementor-element-923b530.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8942 .elementor-element.elementor-element-401c7cc > .elementor-widget-container{padding:20px 20px 20px 20px;}@media(max-width:1024px){.elementor-8942 .elementor-element.elementor-element-9b23f6c{margin-top:0px;margin-bottom:0px;padding:40px 10px 50px 10px;}.elementor-8942 .elementor-element.elementor-element-28a96da > .elementor-widget-container{margin:0px 0px 0px 0px;padding:15px 0px 0px 0px;}.elementor-8942 .elementor-element.elementor-element-28a96da .elementor-heading-title{font-size:42px;}.elementor-8942 .elementor-element.elementor-element-5fbd2ec > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 30px 0px 30px;}.elementor-8942 .elementor-element.elementor-element-5fbd2ec{font-size:15px;}}@media(max-width:767px){.elementor-8942 .elementor-element.elementor-element-9b23f6c{margin-top:0px;margin-bottom:0px;padding:30px 10px 40px 10px;}.elementor-8942 .elementor-element.elementor-element-28a96da > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 0px 0px 0px;}.elementor-8942 .elementor-element.elementor-element-28a96da .elementor-heading-title{font-size:38px;}.elementor-8942 .elementor-element.elementor-element-5fbd2ec > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 0px 0px 0px;}.elementor-8942 .elementor-element.elementor-element-5fbd2ec{font-size:14px;}}/* Start custom CSS for tutor_lms_browsing_widget, class: .elementor-element-401c7cc *//* Styles specific to the Tutor LMS Browsing Widget */

.tutor-lms-browsing-widget {
    display: flex;
}

/* Styles for the sidebar */
.tutor-lms-browsing-widget .sidebar {
    width: 23%; /* Adjust the width as needed */
    padding: 20px;
    background-color: #1a237e; /* Dark blue */
    color: #fff; /* White text */
}

/* Styles for the content */
.tutor-lms-browsing-widget .content {
    flex: 1; /* Take remaining space */
    padding: 20px;
}

/* Style the tabs */
.tutor-lms-browsing-widget .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tutor-lms-browsing-widget .tabs button {
    background-color: #303f9f; /* Dark blue */
    border: none;
    outline: none;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    color: #fff; /* White text */
    transition: background-color 0.3s ease;
}

.tutor-lms-browsing-widget .tabs button:hover {
    background-color: #3949ab; /* Slightly lighter shade of blue */
}

.tutor-lms-browsing-widget .tabs button.active {
    background-color: #4CAF50; /* Green color */
}

/* Style the course grid */
.tutor-lms-browsing-widget .course-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tutor-lms-browsing-widget .course-grid .row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tutor-lms-browsing-widget .course-item {
    margin: 10px;
    background-color: #fff; /* White */
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tutor-lms-browsing-widget .course-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tutor-lms-browsing-widget .course-item-inner {
    padding: 15px;
}

.tutor-lms-browsing-widget .tutor-course-thumbnail {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}

.tutor-lms-browsing-widget .tutor-course-thumbnail img {
    width: auto;
    height: 150px;
    
}

.tutor-lms-browsing-widget .tutor-card-body {
    padding: 10px;
    text-align: left;
}

.tutor-lms-browsing-widget .tutor-course-name a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.tutor-lms-browsing-widget .tutor-course-name a:hover {
    color: #4CAF50;
}

.tutor-lms-browsing-widget .tutor-card-body p {
    color: #666;
    font-size: 14px;
}

/* Styles for the accordion within the sidebar */
.tutor-lms-browsing-widget .accordion {
    margin-bottom: 20px;
}

.tutor-lms-browsing-widget .accordion-btn {
    background-color: #303f9f; /* Dark blue */
    color: #fff; /* White text */
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.tutor-lms-browsing-widget .accordion-btn.active,
.tutor-lms-browsing-widget .accordion-btn:hover {
    background-color: #4f5db0; /* Slightly lighter shade of blue */
}

/* Show the accordion content when the button is clicked (active), with a smooth animation */
.tutor-lms-browsing-widget .accordion-btn.active + .accordion-content {
    display: block;
}

.tutor-lms-browsing-widget .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* Adjust the search bar styles within the accordion */
.tutor-lms-browsing-widget .accordion-content .course-search {
    margin-top: 15px; /* Reduce margin for better spacing */
    margin-bottom: 15px; /* Reduce margin for better spacing */
    text-align: center;
}

.tutor-lms-browsing-widget .accordion-content #course-search-input {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Style for the category checkboxes within the Tutor LMS Browsing Widget */
.tutor-lms-browsing-widget .accordion-content .category-checkboxes {
    list-style: none;
    padding: 0px 8px;
    margin-top: 15px;
}

.tutor-lms-browsing-widget .accordion-content .category-checkboxes li {
    margin-bottom: 10px;
}

.tutor-lms-browsing-widget .accordion-content .category-checkboxes label {
    display: block;
    cursor: pointer;
    font-size: 16px;
}

.tutor-lms-browsing-widget .accordion-content .category-checkboxes input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
}

/* Optional: Hover effect */
.tutor-lms-browsing-widget .accordion-content .category-checkboxes label:hover {
    color: #4CAF50; /* Change to your preferred hover color */
}

/* Pagination styles */
.tutor-lms-browsing-widget .pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.tutor-lms-browsing-widget .pagination a {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tutor-lms-browsing-widget .pagination a:hover {
    background-color: #eee;
}

.tutor-lms-browsing-widget .pagination .current {
    background-color: #4CAF50; /* Green color */
    color: #fff; /* White text */
    border: 1px solid #ccc;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tutor-lms-browsing-widget .pagination .disabled {
    pointer-events: none;
    opacity: 0.6;
}

/* Styles for the sorting dropdown */
.tutor-lms-browsing-widget .course-sorting {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.tutor-lms-browsing-widget #course-sorting-select {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff; /* White */
    color: #333; /* Dark text */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.tutor-lms-browsing-widget #course-sorting-select:focus {
    border-color: #4CAF50; /* Green border on focus */
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5); /* Green shadow on focus */
}

/* Responsive styles */
@media (max-width: 768px) {
    .tutor-lms-browsing-widget {
        flex-direction: column;
    }

    .tutor-lms-browsing-widget .sidebar,
    .tutor-lms-browsing-widget .content {
        width: 100%;
        padding: 10px;
    }

    .tutor-lms-browsing-widget .tabs {
        flex-direction: column;
    }

    .tutor-lms-browsing-widget .tabs button {
        margin: 5px 0;
    }

    .tutor-lms-browsing-widget .course-item {
        flex: 1 1 100%;
    }

    .tutor-lms-browsing-widget #course-search-input,
    .tutor-lms-browsing-widget #course-sorting-select {
        width: 100%;
    }

    .tutor-lms-browsing-widget .accordion-btn,
    .tutor-lms-browsing-widget .accordion-content .category-checkboxes label,
    .tutor-lms-browsing-widget .tutor-course-name a,
    .tutor-lms-browsing-widget .tutor-card-body p,
    .tutor-lms-browsing-widget .pagination a,
    .tutor-lms-browsing-widget .pagination .current {
        font-size: 14px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .tutor-lms-browsing-widget .sidebar {
        width: 30%;
    }

    .tutor-lms-browsing-widget .content {
        width: 70%;
    }

    .tutor-lms-browsing-widget .course-item {
        flex: 1 1 45%;
    }

    .tutor-lms-browsing-widget #course-search-input,
    .tutor-lms-browsing-widget #course-sorting-select {
        width: 100%;
    }

    .tutor-lms-browsing-widget .accordion-btn,
    .tutor-lms-browsing-widget .accordion-content .category-checkboxes label,
    .tutor-lms-browsing-widget .tutor-course-name a,
    .tutor-lms-browsing-widget .tutor-card-body p,
    .tutor-lms-browsing-widget .pagination a,
    .tutor-lms-browsing-widget .pagination .current {
        font-size: 15px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .tutor-lms-browsing-widget .sidebar {
        width: 25%;
    }

    .tutor-lms-browsing-widget .content {
        width: 75%;
    }

    .tutor-lms-browsing-widget .course-item {
        flex: 1 1 30%;
    }

    .tutor-lms-browsing-widget #course-search-input,
    .tutor-lms-browsing-widget #course-sorting-select {
        width: 100%;
    }

    .tutor-lms-browsing-widget .accordion-btn,
    .tutor-lms-browsing-widget .accordion-content .category-checkboxes label,
    .tutor-lms-browsing-widget .tutor-course-name a,
    .tutor-lms-browsing-widget .tutor-card-body p,
    .tutor-lms-browsing-widget .pagination a,
    .tutor-lms-browsing-widget .pagination .current {
        font-size: 16px;
    }
}

@media (min-width: 1201px) {
    .tutor-lms-browsing-widget .sidebar {
        width: 23%;
    }

    .tutor-lms-browsing-widget .content {
        width: 77%;
    }

    .tutor-lms-browsing-widget .course-item {
        flex: 1 1 21%;
    }

    .tutor-lms-browsing-widget #course-search-input,
    .tutor-lms-browsing-widget #course-sorting-select {
        width: 80%;
    }

    .tutor-lms-browsing-widget .accordion-btn,
    .tutor-lms-browsing-widget .accordion-content .category-checkboxes label,
    .tutor-lms-browsing-widget .tutor-course-name a,
    .tutor-lms-browsing-widget .tutor-card-body p,
    .tutor-lms-browsing-widget .pagination a,
    .tutor-lms-browsing-widget .pagination .current {
        font-size: 16px;
    }
}/* End custom CSS */