/* ============================================
CMS PAGE STYLES STARTS
============================================ */
.about-content {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: var(--spacing-xl);
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-md);
}

.about-section-spacing {
    margin-top: var(--spacing-xl);
}

.feature-icon-gradient-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.feature-icon-gradient-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.feature-icon-gradient-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.feature-icon-gradient-4 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.highlight-box {
    background: var(--bg-secondary);
    padding: var(--spacing-md);
    border-radius: var(--radius-lg);
    margin-bottom: var(--spacing-md);
    border-left: 4px solid var(--primary-color);
}

.highlight-box-secondary {
    border-left-color: var(--secondary-color);
}

.highlight-box-accent {
    border-left-color: var(--accent-color);
}

.highlight-box-blue {
    border-left-color: #667eea;
}

.highlight-title {
    color: var(--primary-color);
    margin-bottom: var(--spacing-xs);
    font-size: 1.2rem;
}

.highlight-title i {
    margin-right: var(--spacing-xs);
}

.highlight-text {
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

.team-member-image {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.team-member-image-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.team-member-image-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.team-member-image-4 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.team-icon {
    font-size: 4rem;
    color: white;
}

.team-role {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--spacing-xs);
}

.cta-section {
    text-align: center;
    margin-top: var(--spacing-xl);
    padding: var(--spacing-lg);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-xl);
    color: white;
}

.cta-title {
    font-size: 2rem;
    margin-bottom: var(--spacing-sm);
    font-family: var(--font-heading);
}

.cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: var(--spacing-md);
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: var(--spacing-sm);
    justify-content: center;
    flex-wrap: wrap;
}

.btn-white {
    background: white;
    color: var(--primary-color);
}

.btn-outline-white {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid white;
}
/* ============================================
CMS PAGE STYLES ENDS
============================================ */
