/* Common Service Page Styles */

.breadcrumb-v11 {
    display: flex;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0.9;
    align-items: center;
}

.breadcrumb-v11 a {
    color: var(--secondary);
    text-decoration: none;
}

.breadcrumb-v11 span {
    color: white;
}

.breadcrumb-v11.flex-start {
    justify-content: flex-start;
}

.breadcrumb-v11.flex-center {
    justify-content: center;
}

.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mb-20 { margin-bottom: 20px; }

/* Hero Box Layouts */
.hero-box p {
    color: white;
    margin-top: 15px;
}

.hero-box-v7 p {
    color: white;
    margin-top: 10px;
}

/* Animations */
.animate-up {
    animation: fadeInUp 1s both;
}
