/* Reset & Base Styles */
body {
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    background-color: #f5f7fa;
    line-height: 1.6;
}

/* Hero Title Box */
.all-title-box.leader_develop {
     background: url('./images/leadership_development1.jpg') !important;
    background-size: cover !important;
    background-position: center center!important;
    min-height: 300px !important;
}

.all-title-box h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.all-title-box .m_1 {
    font-size: 16px;
    opacity: 0.85;
}

/* Section Title */
.section-title h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}

.section-title .lead {
    font-size: 18px;
    color: #555;
}

/* Content Wrapper */
.section-wrapper {
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Why it’s important */
.leader h1 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.leader ul {
    padding-left: 0;
    list-style: none;
}

.leader ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 25px;
    color: #444;
}

.leader ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #007bff;
    font-weight: bold;
    /* text-align: center; */
}

/* What's Included */
.text-primary {
    color: #0056b3 !important;
}

.topic-card {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.topic-card h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .all-title-box h1 {
        font-size: 28px;
    }

    .leader h1,
    .topic-card h2 {
        font-size: 20px;
    }

    .section-wrapper {
        padding: 20px 15px;
    }
}
