/* ===== Single Course Page ===== */
.et_pb_section_2_tb_body {
    padding: 30px 0;
}

.et_pb_text_7_tb_body h3 {
    color: #2b3990;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right;
    padding-bottom: 15px;
    border-bottom: 2px solid #b79a5f;
}

/* .lamah-instructors-cards {
} */

.instructors-header h3 {
    color: #2b3990;
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-align: right;
    font-weight: 600;
}

.instructor-card {
    background: #f8f9ff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.instructor-card-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.instructor-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #2b3990;
}

.instructor-info {
    flex: 1;
    text-align: right;
}

.instructor-name {
    color: #2b3990;
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.instructor-bio {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
    position: relative;
}

.instructor-bio:after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, transparent, #f8f9ff 50%);
    padding: 0 5px;
}

.view-profile {
    display: inline-flex;
    align-items: center;
    color: #2b3990;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.view-profile:hover {
    color: #b79a5f;
}

.view-profile .dashicons {
    margin-left: 5px;
}

.et_pb_text_8_tb_body p {
    color: #2b3990;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 20px 0 15px 0;
    text-align: right;
}

.et_pb_text_11_tb_body p,
.et_pb_text_13_tb_body {
    color: #555;
    font-size: 1rem;
    background: #f8f9ff;
    border-radius: 6px;
    text-align: right;
}

.et_pb_text_14_tb_body h4 {
    color: #2b3990;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 25px 0 20px 0;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 2px solid #b79a5f;
}

.et_pb_post_content_0_tb_body {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
    line-height: 1.8;
    color: #333;
    font-size: 1.05rem;
}

.et_pb_text_0 {
    overflow: hidden;
    position: relative;
}

.et_pb_text_0 h2,
.et_pb_text_0 h3,
.et_pb_text_0 h4 {
    color: #2b3990;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.et_pb_text_0 p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.et_pb_text_0 ul,
.et_pb_text_0 ol {
    padding-right: 20px;
    margin: 15px 0;
}

.et_pb_text_0 li {
    margin-bottom: 8px;
    padding-right: 10px;
}

.et_pb_text_0 strong {
    color: #2b3990;
}

.read-more-container {
    text-align: center;
    margin: 20px 0;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    background: #2b3990;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.read-more-btn:hover {
    background: #b79a5f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(183, 154, 95, 0.2);
}

.read-more-btn .dashicons {
    margin-right: 8px;
}

.course-date-soon {
    background: linear-gradient(135deg, #2b3990, #3a4bb8);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    margin: 25px 0;
}

.course-date-soon h6 {
    color: white;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 600;
}

.et_pb_text_15_tb_body h4,
.et_pb_text_15_tb_body h5 {
    color: #2b3990;
    margin: 15px 0 10px 0;
    font-weight: 600;
}

.et_pb_text_15_tb_body p {
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.dvppl_cf7_styler_0_tb_body {
    width: 80%;
    margin: 0px auto;
}

.dipe-form-header-title {
    color: #2b3990;
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 20px;
    font-weight: 700;
}

.wpcf7-form {
    text-align: right;
}

.wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1rem;
    margin-bottom: 15px;
    transition: all 0.3s;
    background: #f8f9ff;
}

.wpcf7-form-control:focus {
    border-color: #2b3990;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(43, 57, 144, 0.1);
}

.wpcf7-submit {
    background: #2b3990;
    color: white;
    border: none;
    padding: 14px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin: 20px auto 0;
    width: 100%;
    max-width: 300px;
}

.wpcf7-submit:hover {
    background: #b79a5f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(183, 154, 95, 0.2);
}

.et_pb_blog_0_tb_body {
    margin-top: 30px;
}

.et_pb_post {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    margin-bottom: 10px;
}

.et_pb_post:last-child {
    border-bottom: none;
}

.entry-title a {
    color: #2b3990;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.3s;
}

.entry-title a:hover {
    color: #b79a5f;
}

.post-meta {
    color: #666;
    font-size: 0.9rem;
    margin-top: 5px;
}

.post-content-inner p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 10px;
}

.et_pb_comments_0_tb_body {
    display: none;
}

@media (max-width: 767px) {
    .et_pb_text_7_tb_body h3 {
        font-size: 1.6rem;
        text-align: center;
    }
    .instructor-card-inner {
        flex-direction: column;
        text-align: center;
    }
    .instructor-info {
        text-align: center;
    }
    .et_pb_post_content_0_tb_body {
        padding: 20px;
    }
    .et_pb_text_0 {
        max-height: 400px;
    }
    .dvppl_cf7_styler_0_tb_body {
        padding: 20px;
        width: 100%;
    }
    .dipe-form-header-title {
        font-size: 1.2rem;
        text-align: center;
    }
    .wpcf7-form-control {
        padding: 10px 12px;
        font-size: 0.95rem;
    }
    .wpcf7-submit {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .et_pb_row_1_tb_body {
        max-width: 1400px;
    }
}