/* ============================================
   TAMIL-SPECIFIC FONT SIZE ADJUSTMENTS
   ============================================ */

/* Base body text - slightly larger for Tamil readability */
body {
    font-size: 18px !important;
    line-height: 1.2 !important;
}

/* Headings adjustments */
h1 {
    font-size: 1.9em !important;
    line-height: 1.3 !important;
}

h2 {
    font-size: 1.7em !important;
    line-height: 1.4 !important;
}

h3 {
    font-size: 1.6em !important;
    line-height: 1.4 !important;
}

h4 {
    font-size: 1.3em !important;
    line-height: 1.4 !important;
}

/* Header section */
.site-header h1 {
    font-size: 1.9em !important;
}

.header-tagline {
    font-size: 1.1em !important;
}

/* Navigation */
.nav-list li a {
    font-size: 1.05em !important;
    padding: 12px 20px !important;
}

/* Hero section */
.hero-content h1 {
    font-size: 1.8em !important;
    line-height: 1.4 !important;
}

.hero-content h2 {
    font-size: 1.4em !important;
}

/* About section */
.about-text p {
    font-size: 1.1em !important;
    line-height: 1.8 !important;
}

.bio-content p,
.bio-content li {
    font-size: 1.05em !important;
    line-height: 1.8 !important;
}

/* Philosophy box */
.philosophy-box p {
    font-size: 1.15em !important;
    line-height: 1.6 !important;
}

/* Services section */
#services {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 80px 20px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

.service-cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.card h3 {
    font-size: 1.5em !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

.card p {
    font-size: 1.05em !important;
    line-height: 1.7 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

.pricing-options {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.price-option {
    width: 100% !important;
    box-sizing: border-box !important;
}

.price-single {
    font-size: 1.8em !important;
}

.duration {
    font-size: 1em !important;
}

.btn-payment {
    width: auto !important;
    max-width: 100% !important;
    padding: 12px 30px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    display: block !important;
}

/* Consultation guidelines */
.consultation-guidelines p,
.consultation-guidelines li {
    font-size: 1.05em !important;
    line-height: 1.7 !important;
}

/* Offer section */
#offer {
    position: relative !important;
}

.offer-container {
    position: relative !important;
    padding-top: 80px !important;
}

.offer-badge {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 10 !important;
    max-width: 280px !important;
    font-size: 0.9em !important;
}

/* Desktop only */
@media (min-width: 769px) {
    #offer {
        padding-top: 40px !important;
    }
    
    .offer-container {
        padding-top: 0 !important;
        text-align: center !important;
    }
    
    .offer-badge {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        display: inline-flex !important;
        margin: 50px auto 30px !important;
        padding: 15px 25px !important;
    }
    
    .offer-content h3 {
        text-align: center !important;
        padding-right: 0 !important;
    }
}

.offer-content {
    padding-top: 20px !important;
}

.offer-content h3 {
    font-size: 1.6em !important;
    margin-top: 0 !important;
    clear: both !important;
    padding-right: 0 !important;
    text-align: center !important;
}

.offer-content p,
.offer-content li {
    font-size: 1.1em !important;
    line-height: 1.7 !important;
}

/* Testimonials */
.testimonial p {
    font-size: 1.1em !important;
    line-height: 1.7 !important;
}

.client-name {
    font-size: 1em !important;
}

/* FAQ section */
.faq-question h3 {
    font-size: 1.3em !important;
    line-height: 1.5 !important;
}

.faq-answer p,
.faq-answer li {
    font-size: 1.05em !important;
    line-height: 1.8 !important;
}

.disclaimer-box p {
    font-size: 1em !important;
    line-height: 1.7 !important;
}

/* Blog section */
.blog-card h3 {
    font-size: 1.4em !important;
    line-height: 1.4 !important;
}

.blog-card p {
    font-size: 1.05em !important;
    line-height: 1.7 !important;
}

/* Contact section */
.contact-item h4 {
    font-size: 1.2em !important;
}

.contact-item a {
    font-size: 1.05em !important;
}

form input,
form textarea,
form select {
    font-size: 1.05em !important;
}

.note {
    font-size: 1em !important;
    line-height: 1.7 !important;
}

/* Footer */
footer {
    font-size: 1em !important;
}

footer h3 {
    font-size: 1.5em !important;
}

footer h4 {
    font-size: 1.2em !important;
}

footer p,
footer li,
footer a {
    font-size: 1em !important;
}

/* Buttons */
.btn {
    font-size: 1.1em !important;
    padding: 14px 32px !important;
}

.btn-payment {
    font-size: 1em !important;
}

/* Scroll cues */
.scroll-cue p,
.scroll-cue-section p {
    font-size: 0.95em !important;
}

/* Badges */
.badge span {
    font-size: 1em !important;
}

/* Mobile adjustments for Tamil */
@media (max-width: 768px) {
    body {
        font-size: 14px !important;
    }
    
    /* About section */
    .about-text p {
        font-size: 1.15em !important;
    }
    
    .bio-content p,
    .bio-content li {
        font-size: 1.1em !important;
    }
    
    /* Offer section mobile fix */
    #offer {
        padding: 40px 10px !important;
    }
    
    .offer-container {
        padding-top: 60px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .offer-badge {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: 0 auto 20px !important;
        display: block !important;
        width: fit-content !important;
        max-width: 90% !important;
    }
    
    .offer-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .offer-content h3 {
        font-size: 1.4em !important;
        margin-bottom: 15px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .offer-content p,
    .offer-content li {
        font-size: 0.95em !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .offer-content h4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .offer-list {
        padding-left: 25px !important;
        padding-right: 0 !important;
    }
    
    /* Service cards mobile fix */
    #services {
        padding: 60px 10px !important;
    }
    
    .service-cards {
        grid-template-columns: 1fr !important;
        padding: 0 10px !important;
        gap: 25px !important;
    }
    
    .card {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px 15px !important;
    }
    
    .card h3 {
        font-size: 1.25em !important;
        margin-bottom: 10px !important;
    }
    
    .card p {
        font-size: 0.95em !important;
        line-height: 1.5 !important;
    }
    
    .pricing-options {
        gap: 12px !important;
    }
    
    .price-single {
        font-size: 1.6em !important;
    }
    
    .duration {
        font-size: 0.9em !important;
    }
    
    .btn-payment {
        font-size: 0.9em !important;
        padding: 10px 18px !important;
    }
    
    /* Consultation guidelines */
    .consultation-guidelines {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .consultation-guidelines p,
    .consultation-guidelines li {
        font-size: 1.0em !important;
    }
    
    .guidelines-list {
        padding-left: 25px !important;
    }
    
    /* Testimonials */
    .testimonial p {
        font-size: 1.1em !important;
    }
    
    /* Blog cards */
    .blog-card p {
        font-size: 1.05em !important;
    }
    
    /* Contact form */
    form input,
    form textarea,
    form select {
        font-size: 1.1em !important;
    }
    
    .note {
        font-size: 1.05em !important;
    }
    
    h1 {
        font-size: 1.9em !important;
    }
    
    h2 {
        font-size: 1.7em !important;
    }
    
    h3 {
        font-size: 1.4em !important;
    }
    
    .site-header h1 {
        font-size: 1.6em !important;
    }
    
    .header-tagline {
        font-size: 1em !important;
    }
    
    .hero-content h1 {
        font-size: 1.5em !important;
    }
    
    .hero-content h2 {
        font-size: 1.0em !important;
    }
    
    .nav-list li a {
        font-size: 0.85em !important;
    }
    
    .faq-question h3 {
        font-size: 1.2em !important;
    }
    
    .faq-answer p,
    .faq-answer li {
        font-size: 1.1em !important;
    }
    
    .btn {
        font-size: 1em !important;
        padding: 16px 24px !important;
    }
    
   /* Better font sizing for offer section */
    body #offer .offer-content h3 {
        font-size: 1.3em !important;
    }
    
    body #offer .offer-content p,
    body #offer .offer-content li {
        font-size: 0.9em !important;
        line-height: 1.6 !important;
    }
    
    /* Also increase padding slightly for better spacing */
    body #offer .offer-content {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }




}

* ============================================
   TAMIL - DESKTOP FONT OPTIMIZATION
   ============================================ */

/* Large Desktops (1920px and above) */
@media (min-width: 1920px) {
    body {
        font-size: 20px !important;
    }
    
    .site-header h1 {
        font-size: 2.7em !important;
    }
    
    .header-tagline {
        font-size: 1.2em !important;
    }
    
    nav ul.nav-list li a {
        font-size: 1.15em !important;
    }
    
    .hero-content h1 {
        font-size: 1.9em !important;
    }
    
    .hero-content h2 {
        font-size: 1.5em !important;
    }
    
    .card h3 {
        font-size: 1.6em !important;
    }
    
    .card p {
        font-size: 1.15em !important;
    }
}

/* Standard Desktops (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    body {
        font-size: 19px !important;
    }
    
    .site-header h1 {
        font-size: 1.9em !important;
    }
    
    .header-tagline {
        font-size: 1.15em !important;
    }
    
    nav ul.nav-list li a {
        font-size: 1.1em !important;
    }
    
    .hero-content h1 {
        font-size: 1.9em !important;
    }
    
    .hero-content h2 {
        font-size: 1.45em !important;
    }
    
    .card h3 {
        font-size: 1.6em !important;
    }
    
    .card p {
        font-size: 1.1em !important;
    }
}

/* Medium Desktops (1024px - 1439px) - MacBook Air/Pro */
@media (min-width: 1024px) and (max-width: 1439px) {
    body {
        font-size: 18px !important;
    }
    
    .site-header h1 {
        font-size: 1.9em !important;
    }
    
    .header-tagline {
        font-size: 1.1em !important;
    }
    
    nav ul.nav-list li a {
    font-size: 1.08em !important;
    padding: 0 3px !important;
}
    
    .hero-content h1 {
        font-size: 1.8em !important;
    }
    
    .hero-content h2 {
        font-size: 1.4em !important;
    }
    
    .card h3 {
        font-size: 1.5em !important;
    }
    
    .card p {
        font-size: 1.05em !important;
    }
    
    .about-text p:first-child {
        font-size: 1.3em !important;
    }
    
    .bio-content p,
    .bio-content li {
        font-size: 1.05em !important;
    }
}

/* Small Desktops/Large Tablets (769px - 1023px) */
@media (min-width: 769px) and (max-width: 1023px) {
    body {
        font-size: 17px !important;
    }
    
    .site-header h1 {
        font-size: 2.3em !important;
    }
    
    .header-tagline {
        font-size: 1.05em !important;
    }
    
    nav ul.nav-list li a {
        font-size: 1em !important;
    }
    
    .hero-content h1 {
        font-size: 1.7em !important;
    }
    
    .hero-content h2 {
        font-size: 1.3em !important;
    }
    
    .card h3 {
        font-size: 1.4em !important;
    }
    
    .card p {
        font-size: 1em !important;
    }
}

/* MacBook Air ONLY - Reduce Tamil font sizes */
@media (min-width: 1400px) and (max-width: 1500px) {
    body {
        font-size: 16px !important;
    }
    
    .site-header h1 {
        font-size: 2.2em !important;
    }
    
    .header-tagline {
        font-size: 1.4em !important;
    }
    
    nav ul.nav-list li a {
        font-size: 1.2em !important;
    }
    
    .hero-content h1 {
        font-size: 1.6em !important;
    }
    
    .hero-content h2 {
        font-size: 1.2em !important;
    }
    
    .card h3 {
        font-size: 1.4em !important;
    }
    
    .card p {
        font-size: 1em !important;
    }
    
    .about-text p:first-child {
        font-size: 1.2em !important;
    }
    
    .bio-content p,
    .bio-content li {
        font-size: 1em !important;
    }
}

/* MacBook Pro / Medium Desktop - Tamil nav adjustment */
@media (min-width: 1500px) and (max-width: 1919px) {
    nav {
        top: 145px !important;
    }
    
    nav ul.nav-list li a {
        font-size: 1.2em !important;
    }
}

/* Full HD Monitor (1920x1080) - Tamil nav fix */
@media (min-width: 1900px) and (max-width: 1920px) {
    nav {
        top: 145px !important;
    }
    
    nav ul.nav-list li a {
        font-size: 1.05em !important;
    }
}

/* 1587px screen - Tamil fix */
@media (min-width: 1580px) and (max-width: 1600px) {
    nav {
        top: 145px !important;
    }
    
    #home {
        padding-top: 220px !important;
    }
    
    /* Reduce Tamil hero text size */
    .hero-content h1 {
        font-size: 1.6em !important;
        line-height: 1.5 !important;
    }
    
    .hero-content h2 {
        font-size: 1.3em !important;
    }
}
/* 1555px screen - Tamil fix */
@media (min-width: 1550px) and (max-width: 1565px) {
    nav {
        top: 145px !important;
    }
    
    /* Fix hero section padding */
    #home {
        padding-top: 220px !important;
    }
    
    /* Reduce Tamil hero text size */
    .hero-content h1 {
        font-size: 1.4em !important;
        line-height: 1.5 !important;
    }
    
    .hero-content h2 {
        font-size: 1.3em !important;
    }
}

/* 1187px screen - Tamil fix */
@media (min-width: 1180px) and (max-width: 1200px) {
    nav {
        top: 145px !important;
    }
    
    /* Fix hero section padding */
    #home {
        padding-top: 220px !important;
    }
    
    /* Reduce Tamil hero text size */
    .hero-content h1 {
        font-size: 1.4em !important;
        line-height: 1.5 !important;
    }
    
    .hero-content h2 {
        font-size: 1.2em !important;
    }
}
/* 1542px screen - Tamil fix */
@media (min-width: 1535px) and (max-width: 1549px) {
    nav {
        top: 145px !important;
    }
    
    /* Fix hero section padding */
    #home {
        padding-top: 220px !important;
    }
    
    /* Reduce Tamil hero text size */
    .hero-content h1 {
        font-size: 1.6em !important;
        line-height: 1.5 !important;
    }
    
    .hero-content h2 {
        font-size: 1.3em !important;
    }
}

/* 1586px screen - Tamil fix */
@media (min-width: 1580px) and (max-width: 1590px) {
    nav {
        top: 145px !important;
    }
    
    /* Fix hero section padding */
    #home {
        padding-top: 220px !important;
    }
    
    /* Reduce Tamil hero text size */
    .hero-content h1 {
        font-size: 1.6em !important;
        line-height: 1.5 !important;
    }
    
    .hero-content h2 {
        font-size: 1.3em !important;
    }
}
/* 1745px screen - Tamil fix */
@media (min-width: 1740px) and (max-width: 1750px) {
    nav {
        top: 145px !important;
    }
    
    /* Fix hero section padding */
    #home {
        padding-top: 220px !important;
    }
    
    /* Reduce Tamil hero text size */
    .hero-content h1 {
        font-size: 1.7em !important;
        line-height: 1.5 !important;
    }
    
    .hero-content h2 {
        font-size: 1.35em !important;
    }
}

/* 1659px screen - Tamil fix */
@media (min-width: 1655px) and (max-width: 1665px) {
    nav {
        top: 145px !important;
    }
    
    /* Fix hero section padding */
    #home {
        padding-top: 220px !important;
    }
    
    /* Reduce Tamil hero text size */
    .hero-content h1 {
        font-size: 1.65em !important;
        line-height: 1.5 !important;
    }
    
    .hero-content h2 {
        font-size: 1.32em !important;
    }
}

/* UNIVERSAL FIX - All Desktop Sizes (Tamil) */
@media (min-width: 769px) {
    /* Ensure enough padding for ALL desktop sizes */
    #home {
        padding-top: 240px !important;
    }
    
    /* Reduce hero text size for better fit across all screens */
    .hero-content h1 {
        font-size: 1.7em !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }
    
    .hero-content h2 {
        font-size: 1.3em !important;
    }
    
    /* Ensure nav is always below header */
    nav {
        top: 130px !important;
    }
}

@media (min-width: 760px) and (max-width: 1100px) {
  nav ul.nav-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }

  nav ul.nav-list li a {
    padding: 0 20px !important;
    font-size: 1.2rem !important;
    white-space: nowrap !important;
    letter-spacing: -0.2px !important;
  }
}



