/**
* Theme Name: Drivega Child
* Description: This is a child theme of Drivega, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: drivega
* Version: 1.9
*/



.single-course .page-title {display:none;}

.single-course .inner-box>.image {display:none;}
.single-course .sidebar-page-container {padding-top:30px;}

.bio-container {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    align-items: center;
}
.bio-image {
    width: 250px;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 20px;
}
.bio-content {
    padding: 20px;
    text-align: left;
}
        .bio-content h2 {
            margin: 0;
            color: #333;
        }
        .bio-content h3 {
            margin: 5px 0;
            color: #24A88E;
            font-size: 1.1em;
        }
        .bio-content p {
            color: #555;
            line-height: 1.5;
        }
.highlights {
    list-style: none;
    padding: 0 0 15px;
}
        .highlights li {
            background: #24A88E;
            color: white;
            display: inline-block;
            padding: 5px 10px;
            margin: 5px 5px 5px 0;
            border-radius: 5px;
            font-size: 0.9em;
        }



.contact-section {
    background: #f4f4f4;
    padding: 50px !important;
    text-align: center;
    border-radius: 10px;
}

.contact-container {
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-container h2 {
    margin-bottom: 20px;
    color: #333;
}

.contact-details {
    text-align: left;
}

.contact-block {
    margin-bottom: 20px;
}

.contact-block h3 {
    color: #24A88E;
    margin-bottom: 5px;
}

.contact-block p {
    margin: 5px 0;
    color: #555;
}

.contact-block a {
    color: #24A88E;
    text-decoration: none;
}

.contact-block a:hover {
    text-decoration: underline;
}



.event-schedule {
    background-color: #f8f9fa;
}
.event-schedule h2 {
    margin: 20px !important;
}

.event-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}

.event-table th {
    background: #343a40;
    color: #fff;
    text-align: center;
    padding: 8px;
}

.event-table td {
    text-align: center;
    padding: 8px;
    vertical-align: middle;
}

.event-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.event-table tbody tr:hover {
    background: #e9ecef;
    transition: 0.3s ease;
}

.course-block .text {
    margin-bottom: 20px;
    min-height: 115px;
}

.course-block h4 {
    margin-bottom: 10px;
    min-height: 60px;
}

.mobile-menu .nav-logo {
    opacity: 0;
}
.news-block .post-meta-info {
    display: none !important;
}
.step {
    padding: 20px;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: #24a88e;
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.step-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.step-text {
    font-size: 16px;
    color: #666;
}
.benefits-header {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

.benefits-subtitle {
    font-size: 23px;
    font-weight: 600;
    color: #24a88e;
    margin-bottom: 5px;
}

.benefits-list {
    list-style-type: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
}

.benefits-list li {
    font-size: 16px;
    color: #555;
    background: #f8f9fa;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-left: 4px solid #24a88e;
    border-radius: 5px;
}
.form-header {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.account-form {
    max-width: 500px;
    margin: 0 auto;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.account-form .form-group label {
    font-weight: 600;
    color: #555;
}

.account-form .form-control {
    border-radius: 5px;
}

.account-form .btn {
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}
