.profile-header {
    border-bottom: 3px solid #436c64;
}
.btn-primary {
    background: #436c64;
}
.btn-primary:hover {
    background: #436c64;
    opacity: 0.7;
}
.btn-outline {
    color: #436c64;
    border: 1px solid #436c64;
}
.btn-outline:hover {
    background: #436c64;
    color: white;
}
.platform-footer {
    border-top: 3px solid #436c64;
}
.cta-button {
    background: #436c64;
}
.cta-button:hover {
    background: #436c64;
    opacity: 0.7;
}
.service-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #376e5c;
    background: linear-gradient(135deg, #376e5c, #699285);
    background-clip: text;
}
.service-hero-content{
    border-bottom: 3px solid #436c64;
}
.highlight {
    color: #376e5c;
}
.category-badge {
    background: #436c64;
}
.amount {
    color: #376e5c;
}
/** ClassLabs Custom CSS */
.profile-avatar img {
    border-radius: unset;
}
.services-container h2 {
    font-size: 2rem;
}
.availability-note{
    color: #F44336;
}
.client-branding .client-logo img {
    border-radius: unset;
}
/** Custom CSS by client */
