/* Private Coaching Section Styles - using theme classes */
.coaching-section {
    position: relative;
}

.coaching-section .section-subtitle {
    color: #aa8453;
}

.coaching-section .section-title {
    color: #fff;
}

.coaching-section p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.coaching-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.coaching-logo {
    display: inline-block;
    max-width: 180px;
    height: auto;
}

.coaching-logo img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 1;
}

.coaching-section .butn-light {
    margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .coaching-logos {
        gap: 20px;
    }
    
    .coaching-logo {
        max-width: 120px;
    }
}
