@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background:#F0F0F0;
}
* {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 30px;
}
body div, body p, body p strong, body p b {
  margin:0px; padding:0px; font-size:14px;
}
body p strong, body p b {font-weight:700;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}
.white {color:#fff;}
.voilet {color:#696FC7;}
.article {padding:10px;}
.golden-line {
  background: #F4991A;
  height: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:101;
}
.goldenthin-line {border-top:2px solid #FAB12F;}
header {
  position:fixed;
  z-index:101;
  width: 100%;
  margin-top:5px!important;
  padding: 8px 20px;
  /*background: radial-gradient(circle at top left, #ff7eb3, #234C6A, #ff416c);*/
    background: linear-gradient(to top, #234C6A, 10%, #CBDCEB);
  /* Thoda shadow effect */
}
/* Mobile-first base font sizes and colors */
h1 { font-size: 1.6rem; line-height: 2.2rem; font-weight: 700; margin: 0.8em 0; color: #1f2937; } /* Dark Gray */
h2 { font-size: 1.4rem; line-height: 2rem; font-weight: 700; margin: 1.0em 0; color: #2563eb; } /* Blue */
h3 { font-size: 1.2rem; line-height: 1.8rem; font-weight: 600; margin: 0.35em 0; color: #3B0270; } /* Green */
h4 { font-size: 1.2rem; line-height: 1.6rem; font-weight: 600; margin: 0.35em 0; color: #f59e0b; } /* Orange */
h5 { font-size: 1rem; line-height: 1.4rem; font-weight: 500; margin: 0.35em 0; color: #e11d48; } /* Red/Pink */
h6 { font-size: 0.9rem; line-height: 1.3rem; font-weight: 500; margin: 0.35em 0; color: #7c3aed; } /* Purple */

/* Optional: font-family for all headings */
h1,h2,h3,h4,h5,h6 {
  font-family: "Segoe UI", Arial, sans-serif;
}
/*Page Manu list */
.menu-button {display: block; width: 100%; padding: 0; margin: 0;}
.menu-button ul {padding: 0; margin: 0;}
.menu-button li {display: block; width: 100%; list-style: none; margin:10px 0px;}
.menu-button li a {
  display: block;
  font-size: 14px;
  background: #f0f0f0;
  padding: 10px;
  text-decoration: none;
  color: #000;
}
.menu-button li a:hover {
  color: #FAB12F;
  background: #ddd;
}
.question {
font-weight: bold;
margin-top: 20px;
color: #34495e;
}
.answer {
margin-left: 20px;
background-color: #fff;
padding: 10px 15px;
border-left: 4px solid #2980b9;
border-radius: 4px;
}
.current {color:#fff; background:#E45A92; margin:5px auto;}
.pagelist {color:#fff; background:#6D94C5; margin:5px auto;}
.admin-header {display: flex; flex-direction:column; justify-content: space-around; align-items: center; padding:0px;}
.admin-header ul {display: flex; flex-direction:row; justify-content: space-around; gap:20px; list-style:none;}
.main-menu-container {
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    align-items: center;
}
.site-name{flex:1;}
.menu-items {
    flex:1;
   
}
.menu-items.active {
  display: block;
}
.center {
  width: 90%;
  margin: 10px auto;
}
.menu-items ul {
  display: flex;
  flex-direction:row;
  gap: 10px; /* thoda spacing ke liye */
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

.menu-items ul li {
  flex: 0 1 auto; /* shrink aur grow control karega */
  /* ya jitna aap chahte ho */
}

.menu-items ul li a {
  display: block;
  white-space: nowrap;     /* ek hi line me rakhe */
  overflow: hidden;  /* bahar ke text ko hide kare */
  font-size:14px;
  text-overflow: ellipsis; /* ... dikhayega */
  padding:5px 20px;
  background:#005680;
  color:#fff;
  text-decoration:none;
}

.menu-items ul li a:hover { color:#FAB12F;}
/*menu icon ke liye css code */
.site {display:flex; flex-direction:row; justify-content: space-between;  align-items: center;}
.mysite{display:flex; font-size:22px;}
.menu-icon {
  width: 35px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.menu-icon.active {display:none;}
.menu-icon span {
  display: block;
  height: 4px;
  margin:3px 2px;
  background-color: #fff;
  border-radius: 2px;
}
/*hedar login cbse ncert ke liye*/

/* General Reset for margin/padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 2nd Header container */
.header-site {
    /*padding-top:65px;*/
    width: 100%;
    background-color: #1a73e8; /* Change as needed */
    color: white;
    font-family: Arial, sans-serif;
}

/* Center wrapper */
.header-site .center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
}

/* Main header flex container */
.myheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Container inside header */
.div-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

/* Menu containers (two separate ul lists) */
.menu-container {
    display: flex;
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
}

/* Menu items */
.menu-container li {
    font-size: 14px;
}

/* Links style */
.menu-container li a {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
}

.menu-container li a:hover {
    color: #ffd700; /* Gold hover effect */
}

/* Icon span */
.fa1 i {
    margin-right: 5px;
}
/*menu class menu claas-6 class-7 class-8*/

.menu {width:100%; display:block; padding:0; margin:0; float:left;}
.menu ul {width:100%; list-style-type:none; text-decoration:none;}
.menu li {display:inline-block; margin-right:15px; float:left; margin-left:0;}
.menu li a {font-size:14px; font-weight:bold; color:#006595; border-bottom:1px solid #333;}
.menu li a:hover {border-bottom:1px solid #FF66B3; color:#FFCC00;} 
.main-content-box {background:#fff; margin:10px 0px; width:100%; border:1px solid #333; border-radius:15px;}
/*main body container work section work*/
.body-main-container {display:flex; flex-direction:column; justify-content:space-around; gap:10px; background:#CBDCEB; padding:10px; border-radius:15px;}
.column-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.column-right {
  flex: 2;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.column-left {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.tab-one {background:#1a73e8; color: #fff; padding:5px 20px; border-radius:15px 15px 0px 0px;}
.newboxes {padding:10px;}
.newboxes a {text-decoration:none; color:#3396D3; font-size:16px; font-weight:bold;}
.image {display:flex;
   position: relative;
   width: 100%;
   height:0;
   padding-top: 42.5%;
   background:#E7F2EF;
   margin:0.7rem auto;
   box-sizing:border-box;
   box-shadow:2px 5px 3px #D1D3D4;
} 
.image img {
   position:absolute;
   width:100%;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}
picture {display:flex;
   position: relative;
   width: 100%;
   height:0;
   padding-top: 53.3%;
   background:#E7F2EF;
   margin:0.1rem auto;
   box-sizing:border-box;
   box-shadow:2px 5px 3px #D1D3D4;
} 
picture img {
   position:absolute;
   width:98%;
   padding-top: 8px;
   top: 0;
   left: 1%;
   bottom: 0;
   right: 1%;
}
/* CSS for sidebar Card for ads*/
.sidebar-card-ads {
    background-color: #ffffff;
    border: 1px solid #1a73e8;
    border-radius: 10px;
    padding: 2px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-card-ads:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.sidebar-card-ads h3 {
    color: #1a73e8;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top:0px;
}
/* CSS for sidebar Card*/
.sidebar-card {
    background-color: #ffffff;
    border: 1px solid #1a73e8;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.sidebar-card h3 {
    color: #1a73e8;
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar-card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
}

.sidebar-card .btn-download {
    display: inline-block;
    padding: 10px 15px;
    background-color: #1a73e8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.download {
    width:100%;
    display: block;
    padding: 10px 15px;
    background-color: #1a73e8;
    color: #fff;
    margin:5px 0px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.sidebar-card .btn-download:hover {
    background-color: #1558b0;
}

/* Grid container */
.topics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns for desktop */
    gap: 20px;
    padding: 20px;
}

/* CSS */

/* Grid container */
.quick-access-link {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns desktop */
    gap: 20px;
    padding: 20px;
}

/* Topic card styling */
.link-container {
    background: linear-gradient(135deg, #1a73e8, #42a5f5);
    color: white;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    position: relative;
    overflow: hidden;
    border:2px dashed #fff;
}

.link-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

/* Icon styling */
.link-container .icon {
    font-size: 40px;
    margin-bottom: 15px;
    animation: float 2s ease-in-out infinite;
}

/* Floating animation */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.link-container h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.link-container a {
   text-decoration:none; 
   color:#fff;
   line-height:30px;
}
.link-container a p {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}
.link-container a p:hover{color:yellow;}

/* Basic styling for ad containers */

.ads-slot{
   margin:0px auto; padding-top:65px; text-align: center; background:#fff; width:100%; display:block;padding-bottom:5px;
}
.ads-slot2 {background:#fff; width:100%; }
.ad-container {
  border: 1px solid #ccc;
  margin: 10px auto;
}

/* Show desktop ads only on desktop */
.desktop {
  display: block; /* default desktop */
  padding:10px;
}

/* Hide mobile ads by default */
.mobile {
  display: none;
   padding:10px;
}

/*footer items */
.footer {background:#CBDCEB; width:100%; margin-top:10px; display:block;}
.footer-block {background:#005680; width:100%; padding:15px; display:block;}
.dashBorder {border:2px dashed #fff; border-radius:15px; padding:30px 20px;}
.footer-content {text-align:center; color:#fff; font-size:12px; font-weight:600;}
.footer-content p { font-size:12px;}
/* Home board css*/
/* Container overall */
.intro-3 {
    width:100%;
  background: #f8fafc;
  padding: 40px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.intro-3 h4 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222;
}

/* Flex container for cards */
.board_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* center cards */
}
.padd {padding: 10px;}
/* Each card box */
.small_box {
  background: #fff;
  border-radius: 12px;
  flex: 1 1 280px;   /* min width 280px, grows */
  max-width: 320px;  /* max width for card */
  padding: 20px 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

.small_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/* Card heading */
.small_box h5 {
  font-size: 1.1rem;
  margin: 0 0 12px;
  font-weight: 600;
  color: #0f172a;
}

/* Image wrapper */
.imgDiv {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}

.imgself {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid #e2e8f0;
  padding: 6px;
  background: #f9fafb;
}

/* Content text */
.com {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4b5563;
  margin-bottom: 12px;
}

/* Link button */
.small_box a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}
.btn-smart {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}
.text-box{border-radius:15px; background:#fff; padding:15px;}
.small_box a:hover {
  background: linear-gradient(135deg, #1e3a8a, #0e7490);
}

/* Clear old float class (if used) */
.clear {
  display: none;
}
/* style for testimonial */
/* Testimonial Section */
.intro-2 {
  background: #f8fafc;
  padding: 40px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.intro-2 h4 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222;
}

.board_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.small_box2 {
  background: #fff;
  border-radius: 12px;
  flex: 1 1 280px;
  max-width: 320px;
  padding: 20px 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.small_box2:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.imgDiv {
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
}

.imgself {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e2e8f0;
  background: #f9fafb;
}

.small_box2 h5 {
  font-size: 1.05rem;
  margin: 0 0 10px;
  font-weight: 600;
  color: #0f172a;
}
/*css for card home page*/
.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    justify-items: center;
    margin-top: 20px;
}

.card {
    width: 200px;
    height: 300px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.card h3 a {
    text-decoration: none;
    color: #007BFF;
}

.card h3 a:hover {
    text-decoration: underline;
}

.download-btn {
    display: inline-block;
    padding: 8px 12px;
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.download-btn:hover {
    background-color: #218838;
}
.card-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}
/*Online text card box*/
.mocktest { display: flex; flex-wrap: wrap; gap: 10px;}
.online_box {
  background: #fff;
  border:thin solid blue;
  border-radius: 12px;
  box-shadow: 1px 8px 12px rgba(0,0,0,0.1);
  padding: 16px;
  margin: 20px auto;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.online_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.headingbar {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
}

.forty img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  margin-bottom: 10px;
}

.sixty p {
  font-size: 0.95rem;
  color: #4b5563;
  margin: 6px 0 12px;
}

.chaptab {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.3s ease;
}

.chaptab:hover {
  background: #1e40af;
}

/* Basic reset for breadcrumb */
.breadcrumb { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.breadcrumb li + li::before {
  content: "❯";
  padding: 0 6px;
  color: #999;
}

.breadcrumb a {
  text-decoration: none;
  color: #0b5cff;
  font-weight: 600;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li.active {
  color: #C82909;
  font-weight: 600;
  text-decoration: underline;
}
/*form style */
#myform {
  max-width: 360px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

#myform input[type="text"],
#myform input[type="email"],
#myform input[type="password"],
#myform input[type="tel"],
#myform select {
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  transition: 0.3s;
}

#myform input:focus,
#myform select:focus {
  border-color: #007BFF;
  box-shadow: 0 0 6px rgba(0,123,255,0.3);
}

#myform label {
  display: block;
  margin: 8px 0;
  font-size: 13px;
  cursor: pointer;
}

#term {
  margin-right: 6px;
}

#submit {
  width: 100%;
  background: #007BFF;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s;
}

#submit:hover {
  background: #0056b3;
}

#error, #results {
  color: #FF0000;
  margin-top: 5px;
  font-size: 14px;
}

#loading_cir {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

/*blog card list */
.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.blog-card {
  max-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 20px;
}

.blog-card:hover {
  border: 1px solid #73C8D2;
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
  padding: 16px;
}

.blog-title {
text-align:justify;
  font-size: 1.1rem;
  margin: 5px 0 10px;
  color: #222;
}

.blog-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}
.short-description {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* दिखाने वाली lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.read-more-btn {
  display: inline-block;
  padding: 8px 18px;
  background: linear-gradient(135deg, #4CAF50, #2E7D32); /* Gradient background */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width:150px;
}

.read-more-btn:hover {
  background: linear-gradient(135deg, #66BB6A, #388E3C);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.read-more-btn:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
/* end blog card style */
/* When container is too small, collapse middle items — simple approach */
@media (max-width: 640px) {
  .breadcrumb ol {
    flex-wrap: nowrap;
    gap: 0;
  }

  /* hide middle items and show ellipsis pseudo-item */
  .breadcrumb li {
    min-width: 0;
  }

  /* hide all items except first two and last one */
  .breadcrumb li:nth-child(n+3):nth-child(-n+5) { /* hide items 3..5 (adjust if you have more) */
    display: none;
  }

  /* insert an ellipsis between second and last */
  .breadcrumb ol::after {
    content: "…";
    padding: 0 6px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
  }
}

/* Optional: keyboard focus visible */
.breadcrumb a:focus-visible {
  box-shadow: 0 0 0 3px rgba(11,92,255,0.15);
  border-radius: 6px;
}

/* Small helper for long names — show ellipsis */
.breadcrumb li span,
.breadcrumb a span {
  display: inline-block;
  max-width: 180px; /* adjust as needed */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
  .ad-container {display: block;}
  .ad-container2 {display: none;}
  
/* Tablets / iPad Pro (max 912px) */
@media screen and (max-width: 980px) {
     body p,  body p strong { font-size: 14px; }
    .center {width:100%;}
  .column-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding:0px;
  }
  .column-right {
    flex: 2.8;
  }
  .column-left {
    flex: 1.2;
  }

  .ad-container {display: none;}
  .ad-container2 {display: block;}
  .quick-access-link {gap:5px; padding:10px;} 
  .link-container {padding:5px}
  .link-container a p {font-size: 12px}
  .link-container h3 {font-size:16px;}
  .logo {width: 24px; height: 24px; border:3px solid #fff; border-radius:50%;}
  .mysite {font-size:16px;}
  header {padding: 5px 10px;}
  .menu-items ul {gap: 4px; padding: 0;}
  .menu-items ul li {}
  .menu-items ul li a {padding: 0px 3px; font-size: 12px;}
  .desktop {display:none;}
  .mobile {display:block;}
  .ads-slot {padding-top: 50px;}
  .sidebar-card {padding: 10px 5px;}
  .sidebar-card-ads {padding: 10px 5px;}
  .download {padding: 8px; font-weight: normal; font-size: 12px;}
}

/* Small Tablets Portrait (max 768px) */
@media screen and (max-width: 767px) {
  body p,  body p strong { font-size: 14px; }
  .center { width: 100%; }
  header { padding: 10px 20px; }
  .main-menu-container { flex-direction: column; width: 100%; padding: 0; }
  .site-name { width: 100%; padding: 0 10px; }
  .logo { width: 28px; }
  .mysite { font-size: 18px; font-family: Helvetica; }

  .menu-icon {
    background: #6E8CFB;
    padding: 3px 5px;
    border-radius: 30px;
    border: thin solid #ddd;
    width: 30px;
    height: 26px;
  }
  .menu-icon span { height: 3px; margin: 2px 2px; }
  .menu-icon.active { display: block; }
  .menu-items.active { display: none; width: 100%; margin-top: 10px; }
  .menu-items ul {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1px;
    padding: 0;
  }
  .menu-items ul li { width: 100%; display: block; }
  .menu-items ul li a {
    display: block !important;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .menu-container { flex-direction: column; gap: 10px; margin-top: 0; }
  .menu-container li { text-align: center; }

  .column-container { flex-direction: column; gap: 10px; }
  .column-left, .column-right { flex: 1; width: 100%; }
  .column-right { flex-direction: column; gap: 10px; }

  .desktop { display: none; }
  .mobile { display: block; }

  .quick-access-link { grid-template-columns: 1fr; }
  .text-box { padding: 10px; width: 100%; margin: 0; box-sizing: border-box; }
  .admin-header { padding: 10px; }
    .ad-container {display: block;}
  .ad-container2 {display: none;}
}

/* Large Phones (max 600px) */
@media screen and (max-width: 600px) {
  body p,  body p strong { font-size: 15px; }
  h1 { font-size: 22px; }
  .center { width: 100%; padding: 0 10px; }

  .row { display: block; }
  .desktop { display: none; }
  .mobile { display: block; }

  .quick-access-link { grid-template-columns: 1fr; }
  .online_box { max-width: 100%; padding: 12px; }
  .forty img { width: 80px; height: 80px; }
  .headingbar { font-size: 1rem; }

  .column-container { flex-direction: column; gap: 10px; }
  .column-left, .column-right { flex: 1; width: 100%; }
  .column-right { flex-direction: column; gap: 10px; }
  .div-container { flex-direction: column;}
  .menu-container { flex-direction:row; flex-wrap: wrap; justify-content: space-between; gap: 20px; width: 100%;}
  .menu-container li {flex: 0 0 45%; width: 40%;}
  .main-menu-container { flex-direction: column; width: 100%; }
  .menu-icon.active { display: block; }
  .menu-items.active { display: none; width: 100%; margin-top: 10px; }
  .menu-items ul {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1px;
    padding: 0;
  }
  .menu-items ul li { width: 100%; display: block; }
  .menu-items ul li a {
    display: block !important;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .text-box { padding: 10px; width: 100%; margin: 0; box-sizing: border-box; }
  .admin-header { padding: 10px; }
      .ad-container {display: block;}
  .ad-container2 {display: none;}
}
/* Small Phones (max 480px) */
@media screen and (max-width: 480px) {
      body p,  body p strong { font-size: 14px; }
  h1 { font-size: 20px; }
  .btn { width: 100%; text-align: center; }

  /* Only override changes here */
  .text-box { padding: 10px 8px; }
  .column-left, .column-right { padding: 5px 3px; }
  .body-main-container, .quick-access-link, .ads-slot2 { padding: 5px 3px; }

  .menu-container { gap: 10px; } /* only gap differs */
}
