/* ZhuYun Custom Styles */
.consulting-hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    color: #fff;
    text-align: center;
}

.consulting-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.consulting-hero .lead {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.consulting-badges {
    margin-top: 30px;
}

.consulting-badges .badge-item {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 25px;
    margin: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.consulting-badges .badge-item:hover {
    background: rgba(255,255,255,0.4);
}

.consulting-badges .badge-item i {
    margin-right: 5px;
}

.consulting-overview-section {
    padding: 80px 0;
}

.consulting-services-grid {
    margin-top: 50px;
}

.consulting-service-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.consulting-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-color: #a18cd1;
}

.consulting-service-card.featured {
    border-color: #a18cd1;
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    color: #fff;
}

.consulting-service-card.featured h3,
.consulting-service-card.featured p,
.consulting-service-card.featured .service-list li {
    color: #fff;
}

.consulting-icon {
    font-size: 48px;
    color: #a18cd1;
    margin-bottom: 20px;
}

.consulting-service-card.featured .consulting-icon {
    color: #fff;
}

.consulting-service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.consulting-service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.service-list li {
    padding: 5px 0;
    color: #666;
    font-size: 14px;
}

.service-list li:before {
    content: "✓ ";
    color: #a18cd1;
    font-weight: bold;
    margin-right: 10px;
}

.consulting-service-card.featured .service-list li:before {
    color: #fff;
}

.btn-outline {
    border: 2px solid #a18cd1;
    color: #a18cd1;
    background: transparent;
    padding: 8px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #a18cd1;
    color: #fff;
}

.consulting-service-card.featured .btn-outline {
    border-color: #fff;
    color: #fff;
}

.consulting-service-card.featured .btn-outline:hover {
    background: #fff;
    color: #a18cd1;
}

.detail-section {
    padding: 80px 0;
}

.detail-section.bg-light {
    background: #f8f9fa;
}

.service-detail-content h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
}

.service-detail-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #a18cd1;
}

.service-detail-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.team-section {
    padding: 80px 0;
}

.team-grid {
    margin-top: 50px;
}

.team-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.team-photo {
    font-size: 64px;
    color: #a18cd1;
    margin-bottom: 20px;
}

.team-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.team-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.process-section {
    padding: 80px 0;
}

.process-section.bg-light {
    background: #f8f9fa;
}

.consulting-process {
    margin-top: 50px;
}

.process-step {
    margin-bottom: 30px;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: #a18cd1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
}

.process-step h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.process-step p {
    color: #666;
    font-size: 13px;
}

.cases-section {
    padding: 80px 0;
}

.cases-grid {
    margin-top: 50px;
}

.case-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.case-header {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    padding: 20px;
    color: #fff;
}

.case-header i {
    font-size: 32px;
    margin-bottom: 10px;
}

.case-header h4 {
    font-size: 18px;
    margin: 0;
}

.case-body {
    padding: 20px;
}

.case-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.case-tag {
    display: inline-block;
    padding: 5px 15px;
    background: #a18cd1;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.contact-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    color: #fff;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons .btn {
    margin: 0 10px;
}

.logo-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    line-height: 1.4;
}

.navbar-brand {
    padding: 15px;
}
