.hero-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.hero-sub {
  color: #f0f0f0;
  font-size: 1.05rem;
}
.section-badge {
  background: #1a5276;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 10px;
}
.news-item {
  border-left: 3px solid #1a5276;
  padding-left: 12px;
  margin-bottom: 12px;
}
.news-item a {
  color: #1a5276;
  text-decoration: none;
  font-size: 0.95rem;
}
.news-item .date {
  font-size: 0.75rem;
  color: #888;
}
.quick-link-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s;
}
.quick-link-card:hover {
  transform: translateY(-4px);
}
.quick-link-card img {
  width: 48px;
  margin-bottom: 10px;
}
.quick-link-card h6 {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a5276;
  margin: 0;
}
.banner {
  /* background: linear-gradient(135deg, #1a5276 0%, #2e86c1 100%); */
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../_images/vv_6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.highlight-box {
  background: #eaf4fb;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}
.highlight-box h5 {
  color: #1a5276;
  font-weight: 700;
}
.imp-links a {
  display: block;
  padding: 6px 0;
  color: #1a5276;
  border-bottom: 1px dashed #ddd;
  font-size: 0.9rem;
  text-decoration: none;
}
.imp-links a:hover {
  color: #2e86c1;
}
.green-band {
  background: #1a5276;
  color: #fff;
  padding: 14px 0;
}
.green-band a {
  color: #f0f0f0;
  margin: 0 16px;
  font-size: 0.88rem;
}
.services-section {
  background: #f7f9fc;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar-brand img {
  height: 50px !important;
}

.navbar-brand h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a5276;
  margin: 0px;
  padding: 0px;
}

.navbar-brand span {
  margin: 0px;
  font-size: 0.78rem;
  color: #555;
  padding: 0px;
}

.navbar .dropdown-toggle::after {
  margin-left: 8px;
}

.dropdown-menu {
  /* border: 1px !important; */
  width: fit-content !important;
}

.footer-logo h5 {
  color: #1a5276;
}

.footer_social-list ul li:hover {
  color: #1a5276 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.focus-area .owl-stage-outer {
  margin-bottom: 150px;
}

.item img {
  /* width: 250px; */
  height: 250px;
  object-fit: cover;
}

.dashboard_card2 .material-icons {
  color: var(--color-blue6);
  border-color: var(--color-blue6) !important;
}

.dashboard_card3 .material-icons {
  color: var(--color-green);
  border-color: var(--color-green) !important;
}
