        /* epep.in css styles */
        /* General Styles */
        @import 'responsive.css';
        @import 'whatsapp.css';
        html {
        scroll-behavior: smooth;
        background: #f8fafc;
        }
        
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            padding-top: 100px; /* same as nav height */
        }

        /* top header colour black with padding */
        header {
          background-color: #6366f1;
          padding: 20px;
          margin-top: auto;
        }
        
        /* brand logo */
        .brand, .title_epep {
          color: #ffffff;
          font-size: 50px;
          font-weight: bold;
          text-decoration: none; 
          position: fixed; /* makes the nav stay in one place */
          top: 0;          /* stick to the top */
          left: 0;         /* align to left */
          width: 100%;     /* full width of the page */
          text-align: center;   /* centers the content */
          /* color: inherit; */
        }

        /* Explore Today’s Indian ePapers  */
        #homeContent {
        font-size: 1.5em;
        }

        /* apt means about, privacy, terms */
        .apt-name {
            font-size: 0.9em;
            color: #000000;
            text-align: center;
            justify-content: center;
            line-height: 1.6;
            margin: 20px auto;
            border-radius: 8px;
        }

        .apt-content {
            display: flex;
            flex-direction: column;
            text-align: left;
            min-height: 260px;
            margin: 32px auto 20px auto;
            padding: 36px 16px;
            max-width: 1600px;
            margin-top: -50px;
        }

        /* Container style update */
        .container {
            width: 65%;
            display: flex;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            margin: auto;
        }

        /* Language box */
        .language-box {
            width:224px;
            margin:20px auto 10px auto;
            padding:8px 0;
            background:white;
            border-radius:12px;
            font-size: 1.125rem;
            font-weight: 600;
            text-align:center;
            font-weight:bold;
            border: 2px solid #2b2c55;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .language-box:hover {
            background-color: #f0f9ff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        /* lang-section will maintain the language-box in center */
        .lang-section {
        min-height: 10px;
        margin-bottom: 10px;
        text-align: center;
        }

        /* content box */
        .content-box {
            width: 100%;
            margin:20px auto 10px auto;
            padding:20px 20px;
            background:white;
            border-radius:12px;
            font-size: 0.8em;
            font-weight: 600;
            text-align: left;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-bottom: 20px;
            pointer-events: none; /* disable click */
        }

        /* Card's for all epapers icon*/
        .news-card {
            display: inline-block;
            width: 140px;
            height: 50px;
            margin: 1px;
            padding: 10px;
            background: #fcfcfc;
            border-radius: 10px;
            text-align: center; /* Center text horizontally */
            font-weight: bold;
            color: #222;
            text-decoration: none;
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
            transition: box-shadow 0.2s;
            border: 2px solid #ddd;
            overflow: hidden;
            vertical-align: middle;
            display: flex;
            align-items: center;    /* Center vertically */
            justify-content: center;/* Center horizontally */
        }

        /* news papers cards text */
        .news-card-text {
            display: inline-block;
            max-width: 160px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: 'Merriweather', 'Times New Roman', Times, serif;
            transition: transform 0.3s ease, color 0.2s;
        }
        
        .news-card:hover .news-card-text {
            transform: scale(1.09);
            color: #0b5db6;
        }

        /* Fonts for each Alnguage */
        /* English news cards: classic serif font */
        @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
        .english-news .news-card-text {
            font-family: 'DM Serif Text', 'Times New Roman', Times, serif;
            font-weight: 900;
            font-size: 1em;
            color: #222;
        }

        /* Hindi news cards: Google font "Noto Sans Devanagari" */
        @import url('https://fonts.googleapis.com/css2?family=Rozha+One&display=swap');
        .hindi-news .news-card-text {
            font-family: 'Rozha One', 'Noto Sans Devanagari', 'Mangal', 'Arial', sans-serif;
            font-size: 0.9em;
            color: #b41515;
        }

        /* Telugu news cards: Google font "Timmana Sans Telugu" */
        @import url('https://fonts.googleapis.com/css2?family=Timmana&display=swap');
        .telugu-news .news-card-text {
            font-family: 'Timmana', 'Noto Sans Telugu', 'Arial', sans-serif;
            font-size: 1em;
            color: #0057b8;
        }

        /* Tamil news cards: Google font "Noto Sans Tamil" */
        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@700&display=swap');
        .tamil-news .news-card-text {
            font-family: 'Noto Sans Tamil', 'Arial', sans-serif;
        }


        /* colours for each language */
        /* English news cards: black text */
        .english-news .news-card-text {
            color: #222;
        }

        /* Telugu news cards: blue text */
        .telugu-news .news-card-text {
            color: #0057b8;
        }

        /* Hindi news cards: red text */
        .hindi-news .news-card-text {
            color: #b41515;
        }

        /* tamil news cards: red text */
        .tamil-news .news-card-text {
            color: #c0a808;
        }


        /* marathi news cards: red text   */
        .marathi-news .news-card-text {
            color: #9e0cb1;
        }

        /* panjab news cards: red text   */
        .panjab-news .news-card-text {
            color: #20b415;
        }

        /* kerala news cards: red text   */
        .kerala-news .news-card-text {
            color: #6515b4;
        }

        /* gujarati news cards: red text   */
        .gujarati-news .news-card-text {
            color: #2596be;
        }

        /* assam news cards: red text   */
        .assam-news .news-card-text {
            color: #020608;
        }

        /* karnataka news cards: red text   */
        .karnataka-news .news-card-text {
            color: #e28743;
        }

        /* odisha news cards: red text   */
        .odisha-news .news-card-text {
            color: #B027F5;
        }

        /* Cards backgroun color for all alnguages */
        /* English news cards: light tan */
        /* .english-news .news-card {
            background-color: #dcf5c8;
        } */

        /* Telugu news cards: light blue */
        /* .telugu-news .news-card {
            background-color: #f9f9f9;
        } */

        /* Hindi news cards: light yellow */
        /* .hindi-news .news-card {
            background-color: #e1ebff;
        } */

        /* Tamil news cards: light pink */
        /* .tamil-news .news-card {
            background-color: #ffe45e;
        } */

       /* Footer CSS */
        footer {
          background-color: #cfcfe4;

          text-align: center;
          padding: 20px;
          /* border-top: 1px solid #b9b9b9; */
          font-size: 14px;
          margin-top: auto;
        }
        
        .footer-links {
          margin-bottom: 8px;
        }
        
        .footer-links a {
          color: #000000;
          text-decoration: none;
          margin: 0 8px;
        }
        
        .footer-links a:hover {
          text-decoration: underline;
        }
        
        .footer-copy {
          color: #777;
        }

        /* Mobile and Responsive styles moved to separate file */

        .main-intro {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            min-height: 260px;
            margin: 32px auto 20px auto;
            padding: 36px 16px;
            max-width: 1100px;
            background: #fffbe9;
            border-radius: 16px;
            box-shadow: 0 4px 24px rgba(0,0,0,0.06);
        }

        .share-buttons {
            display: flex;
            gap: 12px;
            margin: 18px auto 26px auto;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
        .share-buttons a {
            text-decoration: none;
            padding: 6px 14px;
            font-size: 1.15em;
            border-radius: 6px;
            font-weight: 600;
            color: #fff;
            background: #244379;
            transition: background 0.18s;
        }
        .share-buttons a[aria-label*='WhatsApp'] { background: #25D366; color: #fff; }
        .share-buttons a[aria-label*='Telegram'] { background: #2AABEE; color: #fff; }
        .share-buttons a[aria-label*='Facebook'] { background: #4267B2; color: #fff; }
        .share-buttons a[aria-label*='Twitter'] { background: #1da1f2; color: #fff; }
        .share-buttons a[aria-label*='LinkedIn'] { background: #0077b5; color: #fff; }
        .share-buttons a:hover {
            filter: brightness(1.09) saturate(1.2);
            box-shadow: 0 2px 9px rgba(60,60,156,0.1);
        }