body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #EBF1F4;
}

div#desktop {
    text-align: center;
    max-width: 900px;
    width: 100%;
    box-sizing: border-box;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #E5E7EB;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}
.p-1{padding: 0.25rem;}
.p-2{padding: 0.50rem;}
.p-3{padding: 1rem;}
.p-4{padding: 1.5rem;}
.p-5{padding: 3rem;}

.pt-1{padding-top: 0.25rem;}
.pt-2{padding-top: 0.50rem;}
.pt-3{padding-top: 1rem;}
.pt-4{padding-top: 1.5rem;}
.pt-5{padding-top: 3rem;}

.pb-1{padding-bottom: 0.25rem;}
.pb-2{padding-bottom: 0.50rem;}
.pb-3{padding-bottom: 1rem;}
.pb-4{padding-bottom: 1.5rem;}
.pb-5{padding-bottom: 3rem;}

.pl-1{padding-left: 0.25rem;}
.pl-2{padding-left: 0.50rem;}
.pl-3{padding-left: 1rem;}
.pl-4{padding-left: 1.5rem;}
.pl-5{padding-left: 3rem;}

.pr-1{padding-right: 0.25rem;}
.pr-2{padding-right: 0.50rem;}
.pr-3{padding-right: 1rem;}
.pr-4{padding-right: 1.5rem;}
.pr-5{padding-right: 3rem;}

.m-1{margin: 0.25rem;}
.m-2{margin: 0.50rem;}
.m-3{margin: 1rem;}
.m-4{margin: 1.5rem;}
.m-5{margin: 3rem;}

.mt-1{margin-top: 0.25rem;}
.mt-2{margin-top: 0.50rem;}
.mt-3{margin-top: 1rem;}
.mt-4{margin-top: 1.5rem;}
.mt-5{margin-top: 3rem;}

.mb-1{margin-bottom: 0.25rem;}
.mb-2{margin-bottom: 0.50rem;}
.mb-3{margin-bottom: 1rem;}
.mb-4{margin-bottom: 1.5rem;}
.mb-5{margin-bottom: 3rem;}

.ml-1{margin-left: 0.25rem;}
.ml-2{margin-left: 0.50rem;}
.ml-3{margin-left: 1rem;}
.ml-4{margin-left: 1.5rem;}
.ml-5{margin-left: 3rem;}

.mr-1{margin-right: 0.25rem;}
.mr-2{margin-right: 0.50rem;}
.mr-3{margin-right: 1rem;}
.mr-4{margin-right: 1.5rem;}
.mr-5{margin-right: 3rem;}

h2{
  display: block;
  font-size: 2em;
  margin-block-start: 12px;
  margin-block-end: 12px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}


p{
  font-size: 20px;
  text-align: justify;
  font-family: 'Noto Sans Bengali', poppins;
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.notice-content, .notice-content * {
  font-size: 20px !important;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

/* Styles for the container */
.newspaper-headline {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Noto Sans Bengali', poppins;
  }
  
  /* Styles for the "New News" element on the left */
  .new-news {
    font-size: 20px;
    font-weight: bold;
    background: #2493e2;
    height: 24px;
    font-family: 'Noto Sans Bengali', poppins;
  }
  
  /* Styles for the marquee element on the right */
  .marquee {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    flex-grow: 1; /* adjust as needed */
    background: #6513d8;
    height: 24px;
  }
  
.logo{
    max-width: 100%;
    height: auto;
}
.logo img {
    max-width: 100%;
    height: auto;
}


/* Menu bar Start Here */

nav {
  background-color: #4F46E5;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

li {
  float: none;
  flex: 1 1 auto;
}

nav ul li {
  border: none;
}

nav ul li:last-child {
  border: none;
} 


li a {
  display: block;
  background-color: #4F46E5;
  color: #F3F4F6;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  font-family: 'Hind Siliguri', poppins; 
  font-weight: 600;
  border-radius: 6px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

li a:hover {
  background-color: #6366F1;
  color: #fff;
  transform: translateY(-1px);
}

nav ul li a.active {
  background-color: #6366F1;
  color: #fff;
}



/* font-family: 'Hind Siliguri', poppins;
font-family: 'Noto Sans Bengali', poppins; */


/* Start Searce  */

/* Table Atuo Searce Result*/
 #myInput { 
  background-image: url('../img/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 15px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #6513d8;
  margin: 3px 0px 3px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.search-box {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.search-box form {
  display: flex;
  align-items: center;
}

.search-box input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: 0px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input[type=text]:focus {
  border: 1px solid #6513d8;
}

.search-box button[type="submit"],
.search-box button[type="reset"] {
  width: 50px;
  height: 40px;
  background-color: #4F46E5;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-box button[type="submit"] i,
.search-box button[type="reset"] i {
  font-size: 20px;
}

.search-box button[type="submit"]:hover,
.search-box button[type="reset"]:hover {
  background-color: #7861f9;
}


.card-title{
  background: #6513d8;
  color:#fff;
  padding: 1px;
  font-family: 'Hind Siliguri', poppins;
}

body {
  font-family: 'Hind Siliguri', sans-serif;
  background-color: #F9FAFB;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}
#table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th:first-child {
  border-left: none;
}

th:last-child {
  border-right: none;
}
td:first-child {
  border-left: none;
}

td:last-child {
  border-right: none;
}

tr td,  th {
  border: 1px solid #E5E7EB;
  padding: 8px;
}

tr{
  background-color: #fff;
  transition: background-color 0.2s;
}

 tr:nth-child(even){
  background-color: #F9FAFB;
}

 tr:hover {background-color: #EEF2FF;}

 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4F46E5;
  color: white;
  font-weight: 600;
}

tr a{
  text-decoration: none;
  color:#4F46E5;
}

tr a:hover{
  color:#6366F1;
}

/* Footer Start */
footer {
  background: #1F2937; /* Dark elegant gray for footer */
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  padding: 15px 0;
  margin-top: 20px;
  border-radius: 8px 8px 0 0;
}

footer .p{
  text-align: center;
  color: #D1D5DB;
  font-family: 'Hind Siliguri', poppins;
  font-size: 13px;
  margin: 5px 0;
}
footer a{
  color: #60A5FA;
  text-decoration: none;
}

s{
  color: red;
}

@media screen and (max-width: 768px) {
  table.data { border: 0; display: block; width: 100%; }
  table.data thead { display: none; }
  table.data tbody { display: block; width: 100%; }
  table.data tr { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
    margin-bottom: 15px; 
    border: 1px solid #E5E7EB; 
    border-radius: 8px; 
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  table.data td { 
    display: block; 
    text-align: center; 
    border: none; 
    padding: 6px 5px; 
    font-size: 13px;
    flex: 1 1 40%;
  }
  /* Ensure social links or small buttons don't wrap and break layout */
  table.data td a {
    display: inline-block;
  }
  table.data td::before { 
    content: attr(data-label); 
    display: block;
    font-size: 10px;
    font-weight: bold; 
    text-transform: uppercase; 
    color: #6B7280; 
    margin-bottom: 3px;
  }
  table.data td:first-child { 
    flex: 1 1 100%;
    border-bottom: 1px solid #F3F4F6;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #F9FAFB;
    padding: 8px;
    border-radius: 6px;
  }
  table.data td:first-child::before {
    display: none;
  }
  
  .newspaper-headline { display: flex; flex-direction: column; }
  .new-news { width: 100%; text-align: center; }
  .marquee { width: 100%; }
  nav ul { gap: 8px; }
  nav ul li a { font-size: 14px; padding: 10px; }
  .logo img { width: 100%; height: auto; }
}

/* Custom Badges & Buttons */
.badge-id {
  display: inline-block;
  background: #F3F4F6;
  color: #374151;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #E5E7EB;
}
.btn-report {
  display: inline-block;
  background: #EF4444;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(239, 68, 68, 0.4);
  transition: background 0.2s;
}
.btn-report:hover {
  background: #DC2626;
  color: white;
}
.social-icon {
  width: 28px;
  height: 28px;
  margin: 2px;
  vertical-align: middle;
  transition: transform 0.2s;
}
.social-icon:hover {
  transform: scale(1.1);
}
.whatsapp-badge {
  display: inline-block;
  background: #10B981;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
}




