* { box-sizing: border-box; margin: 0; padding: 0; }
html, body, h1, h2, h3, h4, h5, h6, p, a, li, span, button, input, textarea, select {
  font-family: 'Noto Sans Devanagari', 'Nirmala UI', 'Mangal', 'Segoe UI', Arial, sans-serif, 'Noto Color Emoji', 'Segoe UI Emoji', 'Apple Color Emoji';
}
body {
  font-family: 'Noto Sans Devanagari', 'Mangal', 'Nirmala UI', 'Segoe UI', Arial, sans-serif, 'Noto Color Emoji', 'Segoe UI Emoji', 'Apple Color Emoji';
  background: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a:hover { text-decoration: none; }
.container-fluid { padding-left: 15px; padding-right: 15px; max-width: 1400px; margin: 0 auto; background: white; }
.wrap { max-width: 1400px; margin: 0 auto; padding: 0 8px; }
.box { border: 1px solid #ccc; padding: 12px; text-align: center; font-weight: bold; margin-bottom: 12px; font-size: 14px; }
.ads { background: #ffdede; }
.mainbox { background: #deebff; }
.side-list-card {
  text-align: left;
  font-weight: 600;
  background: #fff;
}
.side-list-title {
  margin: 0 0 10px 0;
  background: rgb(160, 0, 0);
  color: #fff;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 15px;
}
.side-list-title a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.side-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-list li {
  border-bottom: 1px solid #eee;
}
.side-list li:last-child {
  border-bottom: 0;
}
.side-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1d4e89;
  padding: 7px 4px;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}
.side-list a:hover {
  color: #a00000;
}
.side-list-count {
  color: #a00000;
  font-weight: 800;
  margin-left: auto;
  white-space: nowrap;
}
.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 12px;
}
.quick-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  padding: 6px 8px;
  border-radius: 5px;
}
.quick-link-item:hover { opacity: 0.92; color: #fff; }
@media (max-width: 1199px) {
  .quick-links-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .quick-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-link-item { font-size: 16px; min-height: 58px; }
}
@media (max-width: 575px) {
  .quick-links-grid { grid-template-columns: 1fr; }
}
.main-grid { display: flex; flex-wrap: wrap; align-items: stretch; }
.main-grid > div { width: 33.3333%; display: flex; }
@media (max-width:1200px) and (min-width:950px) { .main-grid > div { width: 50%; } }
@media (max-width:949px) { .main-grid > div { width: 100%; } }
.section-card {
  text-align: left !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 600px;
}
.section-card h4 {
  margin-bottom: 8px;
  background: rgb(160, 0, 0);
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
}
.section-items { width: 100%; flex: 1; overflow-y: auto; }
.section-item { border-bottom: 1px solid #ccc; padding: 5px 0; margin-bottom: 5px; text-align: left !important; }
.section-item-head { display: flex; align-items: flex-start; gap: 8px; }
.section-item-link { text-decoration: none; color: #333; font-size: 13px; line-height: 1.4; display: block; text-align: left !important; flex: 1 1 auto; min-width: 0; }
.section-item-labels { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; flex: 0 0 auto; max-width: 45%; }
.section-item-label {
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  background: #546e7a;
}
.section-item-label.label-new { background: #1b9e3e; }
.section-item-label.label-old { background: #1e88e5; }
.section-item-label.label-expired { background: #e53935; }
.section-item-label.label-urgent { background: #fb8c00; }
.section-item-label.label-hot { background: #8e24aa; }
.section-card-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.section-view-more {
  display: inline-block;
  text-decoration: none;
  background: #0042a4;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.section-view-more:hover { background: #003280; }
.section-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  border-radius: 50%;
  line-height: 1;
  flex: 0 0 auto;
}
.section-share-btn:hover { opacity: 0.9; color: #fff; }
.share-whatsapp { background: #25d366; }
.share-telegram { background: #229ed9; }
.share-facebook { background: #1877f2; }

/* header */
.top-header { background: #a00000; color: #fff; text-align: center; border: 1px solid #6a0000;}
.top-header .wrap { padding: 8px 8px; }
.top-header h1 { font-size: clamp(28px, 4.2vw, 38px); margin: 0; }
.top-header p { margin-top: 2px; font-size: 11px; font-weight: 700; }

/* navbar */
.main-nav { background: #0042a4; }
.nav-wrapper { border: 1px solid #002d72; background: #0042a4; }
.nav-grid { display: grid; grid-template-columns: repeat(8, 1fr); }
.main-nav a { text-decoration: none; color: #fff; text-align: center; padding: 10px 4px; font-weight: 700; font-size: 15px; border-right: 1px solid #1a5dc9; display: block; }
.main-nav a:last-child { border-right: 0; }
.main-nav a:hover { background: #003280; }
@media (max-width: 980px) and (min-width: 681px) { .nav-grid { grid-template-columns: repeat(4, 1fr) !important; } .main-nav a { border-right: 1px solid #1a5dc9; border-bottom: 1px solid #1a5dc9; } .main-nav a:nth-child(4n) { border-right: none; } .main-nav a:nth-child(n+5) { border-bottom: none; } }
@media (max-width: 680px) and (min-width: 481px) { .nav-grid { grid-template-columns: repeat(4, 1fr) !important; } .main-nav a { border-right: 1px solid #1a5dc9; border-bottom: 1px solid #1a5dc9; } .main-nav a:nth-child(4n) { border-right: none; } .main-nav a:nth-child(n+5) { border-bottom: none; } }
@media (max-width: 480px) { .nav-grid { grid-template-columns: repeat(3, 1fr) !important; } .main-nav a { border-right: 1px solid #1a5dc9; border-bottom: 1px solid #1a5dc9; } .main-nav a:nth-child(3n) { border-right: none; } .main-nav a:nth-child(n+7) { border-bottom: none; } }

/* ===== COMPACT SIX-STAT SECTION ===== */
.uniform-stats {
  background: linear-gradient(145deg, #0a2647, #1e3a6b);
  padding: 8px 0;
  margin-top: 20px;
  border-top: 4px solid #ff9933;
  border-bottom: 2px solid #ff9933;
}
.stats-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 15px; }
.stats-uniform {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.stat-item-uniform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  background: rgba(255,255,255,0.08);
  padding: 4px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255,153,51,0.3);
  min-width: 120px;
  flex: 0 1 auto;
}
.stat-item-uniform i {
  font-size: 20px;
  color: #ffb347;
}
.stat-item-uniform .number {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(to right, #fff, #ffd966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.stat-item-uniform .label {
  font-size: 13px;
  font-weight: 600;
  color: #b8d6ff;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .stat-item-uniform { min-width: 140px; padding: 4px 8px; }
  .stat-item-uniform .number { font-size: 18px; }
  .stat-item-uniform .label { font-size: 12px; }
}
@media (max-width: 550px) {
  .stat-item-uniform { min-width: calc(50% - 10px); flex: 1 1 40%; padding: 5px 5px; }
  .stat-item-uniform i { font-size: 18px; }
  .stat-item-uniform .number { font-size: 17px; }
}

/* ===== ATTRACTIVE 6-COLUMN FOOTER ===== */
.footer-attractive {
  background: linear-gradient(145deg, #0a1f3a, #1a3f5c, #0e2e4a);
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  box-shadow: 0 -10px 30px rgba(0, 20, 30, 0.5);
  border-top: 4px solid #ff9933;
}
.footer-attractive::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff9933, #ffcc66, #ff9933, #ffaa33);
  background-size: 300% 100%;
  animation: gradientMove 6s ease infinite;
}
@keyframes gradientMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.footer-wrapper { max-width: 1400px; margin: 0 auto; padding: 30px 20px 20px; }
.footer-grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-bottom: 25px; }
@media (max-width: 1100px) { .footer-grid-6 { grid-template-columns: repeat(3, 1fr); gap: 25px; } }
@media (max-width: 700px) { .footer-grid-6 { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 400px) { .footer-grid-6 { grid-template-columns: 1fr; } }
.footer-col { transition: transform 0.2s; display: flex; flex-direction: column; }
.footer-col:hover { transform: translateY(-3px); }
.footer-col h5 { color: #ffcc66; font-size: 16px; font-weight: 700; margin: 0 0 15px 0; border-left: 4px solid #ff9933; padding-left: 10px; letter-spacing: 0.5px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #e0f0ff; text-decoration: none; font-size: 13px; transition: all 0.3s; display: inline-block; position: relative; }
.footer-col a i { margin-right: 8px; color: #ff9933; font-size: 12px; width: 18px; transition: transform 0.3s; }
.footer-col a:hover { color: #ffcc66; transform: translateX(6px); }
.footer-col a:hover i { transform: scale(1.2); color: #ffaa33; }
.about-attractive p { color: #d0e0ff; font-size: 13px; line-height: 1.6; margin: 10px 0 15px; text-shadow: 0 1px 2px rgba(0,0,0,0.2); }

.social-attractive {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 15px 0 10px;
  width: 100%;
  text-align: center;
}
.social-attractive a {
  width: 36px;
  height: 36px;
  background: rgba(255,153,51,0.15);
  border-radius: 50%;
  color: white;
  font-size: 18px;
  transition: all 0.3s;
  border: 1px solid rgba(255,200,100,0.3);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.social-attractive a i { margin: 0; padding: 0; width: auto; height: auto; font-size: 18px; color: white; }
.social-attractive a:hover { background: #ff9933; transform: scale(1.15) rotate(5deg); box-shadow: 0 0 15px #ff9933; border-color: #fff; }
.social-attractive a:hover i { color: white; transform: none; }

.contact-attractive p { margin-bottom: 8px; color: #d0e0ff; font-size: 13px; display: flex; align-items: center; }
.contact-attractive i { color: #ff9933; width: 24px; font-size: 14px; text-shadow: 0 0 5px rgba(255,153,51,0.5); }
.newsletter-attractive { margin-top: 15px; display: flex; max-width: 100%; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.newsletter-attractive input { flex: 1; padding: 8px 12px; border: none; border-radius: 25px 0 0 25px; font-size: 12px; outline: none; height: 38px; background: rgba(255,255,255,0.95); }
.newsletter-attractive input:focus { background: white; box-shadow: inset 0 0 5px #ff9933; }
.newsletter-attractive button { background: #ff9933; border: none; color: white; padding: 0 16px; border-radius: 0 25px 25px 0; font-size: 16px; cursor: pointer; height: 38px; display: flex; align-items: center; transition: all 0.3s; font-weight: 600; }
.newsletter-attractive button:hover { background: #ffaa33; transform: scale(1.02); box-shadow: 0 0 10px #ff9933; }
.payment-attractive { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 10px; }
.payment-attractive i { font-size: 24px; color: rgba(255,255,255,0.5); transition: all 0.3s; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); }
.payment-attractive i:hover { color: #ffcc66; transform: scale(1.15); }

.bottom-attractive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(255,153,51,0.3);
  font-size: 13px;
  margin-top: 15px;
  position: relative;
}
.bottom-attractive::after { content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 150px; height: 2px; background: linear-gradient(90deg, transparent, #ff9933, transparent); }
.copyright-attractive { color: #b0c4de; font-weight: 500; }
.copyright-attractive i { color: #ff6b6b; margin: 0 3px; animation: heartbeat 1.5s ease infinite; }
@keyframes heartbeat { 0%,100% { transform: scale(1); } 50% { transform: scale(1.1); } }
.links-attractive { display: flex; gap: 20px; }
.links-attractive a { color: #ccc; text-decoration: none; font-size: 13px; font-weight: 500; transition: all 0.3s; position: relative; }
.links-attractive a::after { content: ""; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; background: #ff9933; transition: width 0.3s; }
.links-attractive a:hover { color: #ffcc66; }
.links-attractive a:hover::after { width: 100%; }
.footer-col h5 i { margin-right: 5px; color: #ff9933; font-size: 14px; }
.footer-col:first-child { text-align: center; }
.footer-col:first-child h5 { text-align: left; }
.footer-col:first-child .about-attractive { text-align: left; }
