/* ============================================
   Tamil Language Specific Styles
   தமிழ் மொழி குறிப்பிட்ட பாணிகள்
   ============================================ */

/* Tamil font family */
body {
    font-family: 'Noto Sans Tamil', 'Poppins', sans-serif;
}

/* Headings with Tamil text - slightly larger for readability */
.hero-title .title-main,
.section-title,
.about-heading,
.feature-title,
.download-title,
.why-card h3 {
    font-family: 'Noto Sans Tamil', 'Cinzel', serif;
    letter-spacing: 0;
}

/* Adjust line height for Tamil text */
.hero-description,
.about-description,
.feature-description,
.why-card p,
.benefit-item p,
.testimonial-text,
.footer-tagline {
    line-height: 2;
}

/* Slightly larger font for Tamil readability */
.nav-link {
    font-size: 0.9rem;
}

/* Hero title adjustments for Tamil */
.title-small {
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.title-tagline {
    font-size: 1.15rem;
}

/* Quote styling for Tamil */
.hero-quote {
    font-size: 1.15rem;
    line-height: 2;
}

.quote-tamil {
    font-size: 1rem;
}

/* Button text for Tamil */
.btn {
    font-size: 0.95rem;
}

/* Feature list items */
.feature-list li {
    font-size: 0.85rem;
    line-height: 1.8;
}

/* Stats label */
.stat-label {
    font-size: 0.75rem;
}

/* Mock screen content - smaller for Tamil */
.mock-header span:last-child {
    font-size: 0.8rem;
}

.mock-card,
.check-item,
.prayer-item,
.pilg-item {
    font-size: 0.7rem;
}

/* Screenshot labels */
.screenshot-label {
    font-size: 0.9rem;
}

/* Why card text */
.why-card h3 {
    font-size: 1.15rem;
}

.why-card p {
    font-size: 0.9rem;
}

/* Testimonial */
.testimonial-text {
    font-size: 1.15rem;
    line-height: 2.2;
}

.testimonial-author {
    font-size: 0.95rem;
}

/* Download section */
.download-subtitle {
    font-size: 1rem;
    line-height: 2;
}

.btn-small {
    font-size: 0.65rem;
}

/* Footer adjustments */
.footer-links h4,
.footer-contact h4 {
    font-size: 1rem;
}

.copyright,
.spiritual-note {
    font-size: 0.85rem;
}

/* Language switch link */
.lang-switch {
    background: transparent !important;
    border: 1px solid var(--color-accent) !important;
    padding: 0.4rem 1rem !important;
    border-radius: var(--radius-sm);
    font-size: 0.85rem !important;
}

.lang-switch:hover {
    background: var(--color-accent) !important;
    color: var(--color-text-dark) !important;
}

/* Mandala center text for Tamil */
.center-text {
    font-size: 0.55rem;
    line-height: 1.3;
}

/* Mobile adjustments for Tamil */
@media (max-width: 768px) {
    .hero-title .title-main {
        font-size: clamp(1.8rem, 7vw, 3rem);
    }

    .title-small {
        font-size: 0.9rem;
    }

    .section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .about-heading {
        font-size: 1.2rem;
    }

    .feature-title {
        font-size: 1.1rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }
}