/* About Page Styles */
.about-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.welcome-section,
.mission-section,
.numerology-section,
.services-section,
.interpretation-section,
.team-section,
.trust-section,
.community-section {
    margin-bottom: 3rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #4a90e2;
}

.welcome-section h2,
.mission-section h2,
.numerology-section h2,
.services-section h2,
.interpretation-section h2,
.team-section h2,
.trust-section h2,
.community-section h2 {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.welcome-section p,
.mission-section p,
.numerology-section p,
.interpretation-section p,
.team-section p,
.trust-section p,
.community-section p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.services-section ul {
    list-style: none;
    padding: 0;
}

.services-section li {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.services-section li strong {
    color: #4a90e2;
    display: block;
    margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-content {
        padding: 1rem;
    }

    .welcome-section,
    .mission-section,
    .numerology-section,
    .services-section,
    .interpretation-section,
    .team-section,
    .trust-section,
    .community-section {
        padding: 1rem;
    }

    .welcome-section h2,
    .mission-section h2,
    .numerology-section h2,
    .services-section h2,
    .interpretation-section h2,
    .team-section h2,
    .trust-section h2,
    .community-section h2 {
        font-size: 1.5rem;
    }
}
