body { margin: 0; font-family: 'Poppins', sans-serif; background-color: #f5f5f5; overflow-x: hidden; }
    header { display: flex; justify-content: space-between; align-items: center; padding: 15px; background-color: #D52041; color: white; }
    h1 { margin: 0; font-size: 24px; } .logo-text{color:#fff; margin: 0; font-size: 24px;font-weight: 700;} .logo-text a{text-decoration:none;color:#fff;} .logo-text a:hover{text-decoration:none;}
    .post-title{ color: #208320; text-align: center; margin-bottom: 20px; }
    .menu-toggle img { width: 30px; height: 30px; cursor: pointer; }
    .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);display:none;justify-content:center;align-items:center;z-index:1000}
    .drawer-popup{background-color:#fff;color:#208320;width:80%;max-width:400px;padding:30px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,0.3);position:relative;text-align:center;max-height:80vh;overflow-y:auto;z-index:1001}
    .drawer-popup::-webkit-scrollbar{display:none}
    .drawer-popup{scrollbar-width:none}   
    .popup-overlay.active { display: flex; }
    .drawer-popup h2 { margin-bottom: 20px; }
    .drawer-popup nav a {
      display: block; margin: 10px 0; padding: 15px; border-radius: 10px; 
      background-color: #f1f1f1; color: #333; text-decoration: none; font-size: 18px;
      transition: background-color 0.3s, transform 0.2s;
    }
    .drawer-popup nav a:hover { background-color: #208320; color: white; transform: scale(1.05); }
    .close-btn {
      position: absolute; top: 10px; right: 15px; background: none; border: none;
      color: #333; font-size: 24px; cursor: pointer; transition: transform 0.2s;
    }
    /* Fixed size for desktop */
@media (min-width: 769px) {
  body {
      max-width: 1200px;
      margin: auto;
  }
}
    .close-btn:hover { transform: scale(1.2); }
    .content { margin: 20px; }
    .worksheets { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
    .worksheets-h2 { color: #208320 !important; text-align: center; line-height: 110%; font-size: 20px; }
    .worksheet-card { background: white; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width: 300px; text-align: center; padding: 20px; }
    .worksheet-card img { width: 100%; border-radius: 10px; }
    .worksheet-card h2 { color: #151515 !important; text-align: center; margin-bottom: 10px; line-height: 110%; font-size: 20px; }
    .download-btn { display: block; margin-top: 10px; padding: 10px; background-color: #208320; color: white; text-decoration: none; border-radius: 5px; }
    .classes { margin: 20px 0; text-align: center; }
    .classes h2 { margin-bottom: 20px; color: #208320; line-height: 110%;font-size: 20px;}
    .class-boxes {
      display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;
    }
    .class-box {
      background-color: #FFF; border-radius: 20px; width: auto; padding: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center;
      transition: transform 0.3s, background-color 0.2s;
    }
    .class-box:hover { background-color: #208320; color: white; transform: scale(1.05); }
    .class-box a { text-decoration: none; font-weight: bold; color: inherit; }
    .educational-section { margin: 40px 0; }
    .educational-section h2 { color: #208320; text-align: center; margin-bottom: 20px; line-height: 110%;font-size: 20px;}
    .resources { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; }
    .resource-box {
      background-color: white; padding: 15px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      text-align: center; width: 250px; transition: transform 0.3s;
    }
    .resource-box:hover { transform: scale(1.05); }
    .resource-box a { text-decoration: none; color: #208320; font-weight: bold; }
    .about-us { margin: 40px 0; }
    .about-us h2 { color: #208320; text-align: center; margin-bottom: 20px; line-height: 110%;font-size: 20px;}
    .about-us p { text-align: center; }
    footer { text-align: center; padding: 10px; background-color: #333; color: white; }
    .social-links a { color: white; text-decoration: none; margin: 0 5px; }
    @media (max-width: 768px) {
      header { flex-direction: column; align-items: center; text-align: center; }
      h1 { text-align: center; }
      .resource-box { width: 80%; }
    }
    .dnld-download-page{display:flex;margin:40px 20px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}
    .dnld-download-image{flex:1;margin-right:20px}
    .dnld-image{width:100%;border-radius:10px}
    .dnld-download-info{flex:1;background-color:#f9f9f9;padding:20px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.1)}
    .dnld-title{color:#4CAF50}
    .dnld-download-button{margin-bottom:20px}
    .dnld-download-btn{display:block;width:90%;padding:15px;background-color:red;color:#fff;text-decoration:none;border-radius:5px;font-size:18px;text-align:center}
    .center{text-align:center}
    .pagination{display:inline-block}
    .pagination a{color:#000;float:left;padding:8px 16px;text-decoration:none;transition:background-color .3s;border:1px solid #ddd;margin:0 4px}
    .pagination a.active{background-color:#D52041;color:#fff;border:1px solid #D52041}
    .pagination a:hover:not(.active){background-color:#ddd}
    @media (max-width: 768px) {
    .dnld-download-page{flex-direction:column;align-items:center;margin:0 0 20px}
    .dnld-download-image{margin-right:0;margin-bottom:20px}
    .dnld-download-info{width:90%}
    .dnld-download-btn{width:90%;margin-bottom:20px}
    }
    @media (max-width: 768px) {
      header{flex-direction:row;justify-content:space-between}
      .menu-toggle{order:1}
      .logo-text{order:2;font-size:18px}
      .class-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 10px}
      .class-box{width:100%;box-sizing:border-box}
      }
       
header{display:flex;justify-content:space-between;align-items:center;padding:15px}
      .language-select{margin-left:10px}
      .language-select select{padding:8px;border-radius:5px;border:1px solid #ddd;background-color:#D52041;color:#fff;font-size:16px;cursor:pointer}
      .language-select select:focus{outline:none}
      @media (max-width: 768px) {
      header{flex-direction:row;justify-content:space-between}
      .menu-toggle{order:1}
      .language-select{order:2}
      .logo-text{order:3;font-size:18px}
      .language-select select{font-size:14px}
      }
      @media (min-width: 769px) {
      header{justify-content:center;position:relative}
      .menu-toggle{position:absolute;left:10px}
      .logo-text{text-align:center}
      .language-select{position:absolute;right:10px}
      }
      .random-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);display:none;justify-content:center;align-items:center;z-index:1000}
      .random-popup-content{background-color:#fff;padding:20px;border-radius:10px;text-align:center;max-width:300px;box-shadow:0 0 15px rgba(0,0,0,0.3);position:relative}
      .random-popup-heading{font-size:20px;margin:10px 0;color:#D52041}
      .random-popup-content img{width:100%;border-radius:10px}
      .random-popup-content p{margin:10px 0 0;font-size:18px}
      .random-close-popup{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;color:#333;cursor:pointer}	   