/*
Theme Name: eLearning Child
Theme URI: https://masteriyo.com/elearning-lms-theme/
Author: Masteriyo
Author URI: https://masteriyo.com
Description: Child theme for the eLearning theme.
Template: elearning
Version: 1.0.0
Text Domain: elearning-child
*/
.masteriyostabcustom {
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex
    ;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: var(--masteriyo-color-text);

}
.masteriyostabcustom  h3 {
    color: #1d3661;
    margin-bottom: 15px;
}

.masteriyostabcustom  p , 
.masteriyostabcustom li{
    font-size: 16px;
}

.custom-course-sidebar-box {
    /* border: 1px solid #ddd; */
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 300px;
    font-family: 'Segoe UI', sans-serif;
}

.applynowbutton {
    margin-bottom: 15px;
}

.applyNowBtn {
    display: inline-block;
    background-color: #041e41;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.applyNowBtn:hover {
    background-color: #041e41;
}
a.applyNowBtn:hover {
   color: #fff;
}
.feeSchedule {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* width: 100%; */
    gap: 10px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.feeSchedule h3 {
    margin: 0px;
    font-size: 1.1rem;
    color: #333;
    font-size: 16px;
}

.feeSchedule a {
    color: #754e1e;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
}

.feeSchedule a:hover {
    color: #041e41;
}


.masteriyo-course-categories .masteriyo-col.swiper-slide .masteriyo-category-card__image {
    height: 100% !important;
}