.elementor-109 .elementor-element.elementor-element-23a277d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-db914aa *//* --- Course Header (Maroon Background) --- */
.course-header {
    background-color: #801818; /* Deep Maroon from image */
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.course-header h1 {
    margin: 0;
    font-size: 2.8rem;
    color: #ffffff; /* Changed from blue to white for visibility */
    text-transform: uppercase;
    font-weight: bold;
}

.course-header p {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #FFC107; /* Gold/Yellow accent from image */
    letter-spacing: 1px;
    font-weight: 600;
}

/* --- Layout & Content --- */
.sec {
    padding: 60px 0;
    background-color: #fff;
}

.course-content {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.course-main h3 {
    color: #801818; /* Maroon headings */
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.course-main p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

.course-main ul {
    list-style: none;
    padding: 0;
}

.course-main ul li {
    padding: 5px 0;
    color: #444;
    position: relative;
    padding-left: 20px;
}

.course-main ul li::before {
    content: "•";
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* --- Sidebar (Card Style) --- */
.course-sidebar {
    flex: 0 0 350px;
    background: #fdfafb; /* Very light pink/grey tint */
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 8px;
    align-self: flex-start;
}

.course-sidebar h4 {
    color: #801818;
    margin-top: 0;
    border-bottom: 2px solid #801818;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-list {
    list-style: none;
    padding: 0;
}

.sidebar-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
}

.sidebar-list li span {
    color: #801818;
    font-weight: bold;
    text-align: right;
}

/* --- Button (Maroon) --- */
.btn-solid {
    background-color: #801818;
    color: #fff !important;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: 0.3s;
}

.btn-solid:hover {
    background-color: #a01e1e;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}/* End custom CSS */