/* ============================================================
   Services Page — Individuals
   page-services.php
   ============================================================ */

/* Breadcrumbs */
.services-hero .breadcrumb-wrap {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
}

.services-hero li.breadcrumb-item,
.services-hero li.breadcrumb-item a {
    color: #154d65 !important;
    font-size: 0.9rem !important;
}

/* Hero section */
.services-hero {
    background: #EAE1D0;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
    border-bottom-left-radius: 800px 60px;
    border-bottom-right-radius: 800px 60px;
    position: relative;
    z-index: 1;
}

.services-hero h1 {
    color: #154d65;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
}

.services-hero p.hero-desc {
    color: #154d65;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.7rem;
    max-width: 600px;
    margin: 0 auto 40px;
}

/* Stats row */
.services-stats {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 50px;
}

.services-stat {
    flex: 1;
    max-width: 320px;
    text-align: center;
    padding: 0 40px;
}

.services-stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 300;
    color: #154d65;
    line-height: 1;
    margin-bottom: 8px;
}

.services-stat-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #154d65;
    line-height: 1.3rem;
}

.services-stat-divider {
    width: 1px;
    height: 60px;
    background: #154d65;
    opacity: 0.2;
    align-self: center;
    flex-shrink: 0;
}

/* Affiliated with */
.services-affiliated {
    margin-top: 10px;
}

.services-affiliated-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #154d65;
    opacity: 0.6;
    margin-bottom: 14px;
}

.services-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.services-pill {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 30px;
    padding: 6px 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: #154d65;
    white-space: nowrap;
}

/* Zebra Club */
.zebrabg .row > div:first-child {
    padding-right: 3rem;
}

.zebra-bullets li {
    color: white !important;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem !important;
    margin-bottom: 1px;
}



@media (max-width: 767px) {
    .zebrabg .row > div:first-child {
        padding-right: 1rem;
    }
}
@media (max-width: 576px) {
    .services-hero h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .services-stat-number {
        font-size: 2rem;
    }
    .services-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    .services-stat-divider {
        display: none;
    }
    .services-stat {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .services-pill {
        font-size: 0.8rem;
        padding: 5px 12px;
    }
}

/* Courses */
.course-image {
    max-width: 520px;
    width: 100%;
}

.course-section {
    background: #F6F3EB;
}

.course-section-alt {
    background: #EAE1D0;
}

.login-link {
    color: #154d65;
    font-size: 0.9rem;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #154d65;
    display: inline-block;
    margin-top: 12px;
}

.login-link:hover {
    color: #37b88a;
    border-bottom-color: #37b88a;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Course button */
.btn-course {
    background: #154d65;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-course:hover {
    background: #0f3a4d;
    color: white;
}

@media (min-width: 992px) {
    .course-section,
    .course-section-alt {
        padding-top: 7.5rem!important;
        padding-bottom: 7.5rem!important;
    }

    .course-section .row,
    .course-section-alt .row {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Course content bullets */
.course-section ul li,
.course-section-alt ul li {
    line-height: 1.5rem !important;
    margin-bottom: 1px !important;
	font-size: 1.1rem
}