/* Services Page CSS */

/* Body Background */
body {
    background-color: #fdfbff;
}

/* Breadcrumb: consistent with site */
.breadcrumb-nav { font-size: 0.85rem; color: #6c757d; margin-bottom: 1rem; }
.breadcrumb-nav a { text-decoration: none; color: var(--brand-primary, #7b2cbf); font-weight: 500; }

/* Services page typography */
#services { font-family: 'Noto Sans Tamil', 'Mukta', sans-serif; }
#services h2 { font-size: 1.35rem; margin-bottom: .6rem; color: var(--brand-primary, #7b2cbf); }
#services p { font-size: 1rem; line-height: 1.7; color: #333; margin-bottom: .9rem; }
#services p strong, #services p b { color: var(--brand-primary, #7b2cbf); }

/* Sections */
#services .section { margin-bottom: 1.5rem; }
#services .section-title { 
    font-size: 1.1rem; 
    margin-bottom: .5rem; 
    color: var(--brand-primary, #7b2cbf); 
    font-weight: 600;
    border-bottom: 1px solid #e9e0f5;
    padding-bottom: 0.3rem;
}

/* Bullet lists */
#services .bullet { 
    list-style-type: disc; 
    padding-left: 1.5rem; 
    margin-bottom: 1rem; 
}
#services .bullet li { 
    margin-bottom: 0.5rem; 
    line-height: 1.6;
    color: #444;
}
#services .bullet a {
    color: var(--brand-primary, #7b2cbf);
    text-decoration: none;
}
#services .bullet a:hover {
    text-decoration: underline;
}

/* Contact info styling */
#services .contact-info {
    background: linear-gradient(135deg, #f8f4ff 0%, #fff5f8 100%);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid var(--brand-primary, #7b2cbf);
    margin: 1rem 0;
}

/* Operated by styling */
#services .operated-by {
    font-size: 0.9rem;
    color: #666;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e9e0f5;
}

/* Emphasis styling */
#services em {
    color: #666;
    font-style: italic;
}

@media (max-width: 420px) { 
    #services h2 { font-size: 1.2rem; } 
    #services p { font-size: .98rem; }
    #services .section-title { font-size: 1rem; }
}
