
.du-notice-page {
  background: #eef4f6;
  color: #243137;
  font-family: "SolaimanLipi", "Noto Sans Bengali", Arial, sans-serif;
  padding: 0;
}

.du-notice-shell {
  margin: 0 auto;
  max-width: 1180px;
}

.du-notice-hero {
  background: linear-gradient(135deg, #244851 0%, #5f8791 100%);
  border: 1px solid #527984;
  color: #fff;
  padding: 28px;
}

.du-notice-topline {
  align-items: center;
  display: flex;
  gap: 18px;
}

.du-notice-seal {
  align-items: center;
  background: #f8f1d3;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  display: flex;
  flex: 0 0 78px;
  height: 78px;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
}

.du-notice-seal img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.du-notice-kicker {
  color: #f9f4d9;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 6px;
}

.du-notice-hero h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.34;
  margin: 0;
}

.du-notice-subtitle {
  color: #e8f4f6;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin: 8px 0 0;
}

.du-notice-marquee {
  background: #fff;
  border: 1px solid #e4dcc0;
  box-shadow: inset 0 0 0 4px #f6f0d7;
  margin-top: 24px;
  overflow: hidden;
  padding: 14px 0;
}

.du-notice-marquee-text {
  animation: duNoticeScroll 44s linear infinite;
  color: #6f5f09;
  display: inline-block;
  font-size: 23px;
  max-width: none;
  min-width: max-content;
  font-weight: 900;
  line-height: 1.45;
  padding-left: 100%;
  white-space: nowrap !important;
  width: max-content;
}

.du-notice-marquee:hover .du-notice-marquee-text {
  animation-play-state: paused;
}

@keyframes duNoticeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.du-status-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.du-status-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 13px 16px;
}

.du-status-item span {
  color: #eefbff;
  font-size: 16px;
  font-weight: 800;
}

.du-status-item strong {
  background: #dff4dc;
  border: 1px solid #b8deb2;
  color: #1d6b2c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 6px 10px;
  text-transform: uppercase;
}

.du-notice-card,
.du-service-card {
  background: #fff;
  border: 1px solid #d8e2e6;
  box-shadow: 0 12px 26px rgba(39, 52, 58, 0.1);
  margin-top: 18px;
}

.du-common-notice {
  border-color: #dfcf7f;
}

.du-common-notice-heading {
  background: #fff9df;
  border-bottom: 1px solid #e3d58d;
  padding: 20px 24px 18px;
}

.du-common-notice-badge {
  background: #8a7610;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 6px 12px;
}

.du-common-notice-kicker {
  color: #5d530b;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 8px;
}

.du-common-notice h2 {
  color: #3f3909;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.42;
  margin: 0;
}

.du-common-notice-subtitle {
  color: #445257;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  margin: 8px 0 0;
}

.du-common-notice-scroll {
  border-left: 0;
  border-right: 0;
  box-shadow: inset 0 0 0 4px #fbf4cf;
  margin-top: 0;
}

.du-common-notice-body {
  color: #2f3435;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.86;
  padding: 24px 28px 26px;
}

.du-common-notice-body p {
  margin: 0 0 14px;
}

.du-common-notice-body p:last-child {
  margin-bottom: 0;
}

.du-common-notice-body a {
  color: #0f6375;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.du-notice-ribbon {
  background: #8a7610;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 18px;
  text-align: center;
  text-transform: uppercase;
}

.du-notice-body,
.du-service-card {
  font-size: 17px;
  line-height: 1.82;
}

.du-notice-body {
  padding: 28px 30px;
}

.du-notice-body p,
.du-service-card p {
  margin: 0 0 18px;
}

.du-notice-lead {
  background: #f7fafb;
  border: 1px solid #dce7eb;
  border-left: 6px solid #5f8791;
  font-weight: 800;
  padding: 17px 18px;
}

.du-portal-note {
  background: #f5f0d5;
  border: 1px solid #e0d38a;
  color: #4c4208;
  font-size: 17px;
  font-weight: 800;
  margin: 22px 0 0;
  padding: 16px 18px;
}

.du-notice-columns {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.du-service-card {
  margin-top: 18px;
  padding: 24px;
}

.du-service-card-header {
  border-bottom: 1px solid #dce7eb;
  margin: -4px 0 18px;
  padding-bottom: 15px;
}

.du-service-badge {
  background: #eef5f7;
  border: 1px solid #d6e5e9;
  color: #34545d;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 5px 9px;
  text-transform: uppercase;
}

.du-service-card h2 {
  color: #25373d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.38;
  margin: 0;
}

.du-service-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin: 20px 0 0;
}

.du-service-item {
  background: #fbfcfd;
  border: 1px solid #dce7eb;
  border-left: 5px solid #8a7610;
  color: #263238;
  font-size: 16px;
  font-weight: 800;
  min-height: 50px;
  padding: 12px 14px;
}

.du-service-card-hall .du-service-item {
  border-left-color: #5f8791;
}

.du-service-card-dept .du-service-item {
  border-left-color: #8a7610;
}

.du-authority-card .du-notice-body {
  background: #fffaf0;
  border-left: 6px solid #8a7610;
  padding: 22px 24px;
}

.du-authority-card h2 {
  color: #4c4208;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 12px;
}

.du-authority-card p {
  color: #3d3930;
  font-weight: 800;
  margin-bottom: 0;
}

.du-impact-card .du-notice-body {
  background: #f9fbfc;
  font-weight: 800;
  padding: 20px 24px;
}

.du-impact-card p {
  margin-bottom: 0;
}

.du-notice-portal-panel,
.du-notice-footer {
  display: none;
}

/* Tab Navigation Styles */
.du-service-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  border-bottom: 2px solid #e4dcc0;
  padding-bottom: 12px;
}

.du-tab-button {
  background: #f0f4f6;
  border: 2px solid #d8e2e6;
  border-radius: 6px 6px 0 0;
  color: #34545d;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 20px;
  transition: all 0.3s ease;
  font-family: "SolaimanLipi", "Noto Sans Bengali", Arial, sans-serif;
}

.du-tab-button:hover {
  background: #e8f0f3;
  border-color: #5f8791;
}

.du-tab-button.du-tab-active {
  background: #5f8791;
  border-color: #5f8791;
  color: #fff;
}

.du-tab-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
}

/* Tab Panels */
.du-tab-panel {
  display: block;
  animation: fadeIn 0.3s ease-in;
}

.du-tab-panel.du-tab-hidden {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Grid Styles */
.du-service-grid-3col {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0 0;
}

.du-service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fbfcfd;
  border: 1px solid #dce7eb;
  border-left: 5px solid #8a7610;
  color: #263238;
  font-size: 15px;
  font-weight: 800;
  min-height: 60px;
  padding: 12px 14px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.du-service-item:hover {
  background: #f5f8fb;
  border-left-color: #5f8791;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.du-service-icon {
  display: inline-block;
  font-size: 24px;
  min-width: 30px;
  text-align: center;
  flex-shrink: 0;
}

.du-service-item span:last-child {
  flex: 1;
}

/* Category-specific colors */
.du-service-card-hall .du-service-item {
  border-left-color: #5f8791;
}

.du-service-card-hall .du-service-item:hover {
  border-left-color: #244851;
}

.du-service-card-dept .du-service-item {
  border-left-color: #8a7610;
}

.du-service-card-dept .du-service-item:hover {
  border-left-color: #6b5f08;
}

/* Directory Styles */
.du-directory-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.du-directory-section {
  background: #fbfcfd;
  border: 1px solid #dce7eb;
  border-radius: 6px;
  padding: 20px;
}

.du-directory-title {
  color: #25373d;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dce7eb;
}

.du-directory-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.du-directory-list li {
  margin-bottom: 8px;
}

.du-directory-link {
  color: #34545d;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  display: block;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.du-directory-link:hover {
  background: #e8f0f3;
  color: #244851;
  padding-left: 16px;
}

.du-directory-list-compact {
  column-count: 2;
  column-gap: 16px;
}

.du-directory-list-compact li {
  break-inside: avoid;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .du-notice-hero {
    padding: 20px 14px 22px;
  }

  .du-notice-topline {
    align-items: flex-start;
  }

  .du-notice-seal {
    flex-basis: 58px;
    height: 58px;
  }

  .du-notice-kicker {
    font-size: 14px;
  }

  .du-notice-hero h1 {
    font-size: 21px;
  }

  .du-notice-subtitle {
    font-size: 15px;
  }

  .du-notice-marquee {
    margin-top: 16px;
    padding: 12px 0;
  }

  .du-notice-marquee-text {
    animation-duration: 36s;
    display: inline-block;
    font-size: 18px;
    max-width: none;
    min-width: max-content;
    white-space: nowrap !important;
    width: max-content;
  }

  .du-status-strip,
  .du-notice-columns {
    grid-template-columns: 1fr;
  }

  .du-status-item {
    min-height: 52px;
  }

  .du-notice-body,
  .du-service-card {
    font-size: 16px;
  }

  .du-notice-body {
    padding: 20px 16px;
  }

  .du-common-notice-heading {
    padding: 18px 16px 16px;
  }

  .du-common-notice h2 {
    font-size: 20px;
  }

  .du-common-notice-body {
    font-size: 16px;
    padding: 20px 16px;
  }

  .du-service-card {
    padding: 20px 16px;
  }

  .du-service-card h2 {
    font-size: 19px;
  }

  .du-service-tabs {
    flex-direction: column;
  }

  .du-tab-button {
    width: 100%;
    text-align: left;
  }

  .du-service-grid-3col {
    grid-template-columns: 1fr;
  }

  .du-directory-grid {
    grid-template-columns: 1fr;
  }

  .du-directory-list-compact {
    column-count: 1;
  }
}

@media (max-width: 1024px) {
  .du-service-grid-3col {
    grid-template-columns: repeat(2, 1fr);
  }

  .du-directory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
