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

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

.du-notice-hero {
  background: #5f8791;
  border: 1px solid #527984;
  color: #fff;
  padding: 26px 28px 30px;
}

.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.8);
  border-radius: 50%;
  color: #2d5059;
  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: 29px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
}

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

.du-notice-marquee-text {
  animation: duNoticeScroll 32s linear infinite;
  color: #6f5f09;
  display: inline-block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  padding-left: 100%;
  white-space: nowrap;
}

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

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

.du-notice-portal-panel {
  align-items: center;
  background: #244851;
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 14px 18px;
}

.du-notice-portal-panel span {
  color: #dbeff3;
  font-size: 16px;
  font-weight: 800;
}

.du-notice-portal-panel a {
  background: #f8f1d3;
  border: 1px solid #efe2ac;
  border-radius: 4px;
  color: #243b42;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 16px;
  text-decoration: none;
}

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

.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 {
  font-size: 17px;
  line-height: 1.85;
  padding: 30px;
}

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

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

.du-service-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 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: 52px;
  padding: 13px 14px;
}

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

.du-notice-footer {
  background: #f9fbfc;
  border-top: 1px solid #d9e1e5;
  color: #263238;
  padding: 22px 30px 26px;
  text-align: right;
}

.du-notice-footer p,
.du-notice-footer strong,
.du-notice-footer span {
  display: block;
  margin: 0 0 5px;
}

.du-notice-footer strong {
  font-size: 18px;
}

@media (max-width: 768px) {
  .du-notice-page {
    padding: 0;
  }

  .du-notice-hero {
    padding: 20px 14px 22px;
  }

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

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

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

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

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

  .du-notice-marquee-text {
    font-size: 19px;
  }

  .du-notice-portal-panel {
    align-items: stretch;
    display: block;
  }

  .du-notice-portal-panel span,
  .du-notice-portal-panel a {
    display: block;
  }

  .du-notice-portal-panel a {
    margin-top: 10px;
    text-align: center;
  }

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

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

  .du-notice-footer {
    padding: 20px 16px;
    text-align: left;
  }
}
