.nds-banner-section .banner-text h1 {
    font-size: 30px;
}

.nds-banner-section .banner-text p{
    font-size: 20px;
    margin-top: 30px;
}

.nds-banner-section {
  height: 375px;
}
@media (max-width: 1400px) {
  .nds-banner-section {
  height: 375px;
  }
}

.nds-banner-section img {
   height: 375px;
}
@media (max-width: 1400px) {
  .nds-banner-section img {
      height: 375px;
  }
}
.nds-title-section-black h4 {
    font-size: 30px;
    color: #161616;
}

.description-text {
    margin-top: 24px;
    color: #161616;
}

/* about the gov excellence unit */
.about-gov-excellence-unit-section {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 35px;
  border-radius: 16px;
  border: 1px solid rgba(210, 214, 219, 0.50);
  background:#FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-image: url("/themes/custom/dga/Images/NDS/custom-programs/excellence-unit/bg-dots.svg");
}

.about-gov-excellence-unit-section .about-gov-excellence-unit-container {
  padding: 12px;
  border-radius: 16px;
  background: #F9FAFB;
  width: 59%;
}

.about-gov-excellence-unit-section .about-gov-excellence-unit-container h2 {
  color: #161616;
  font-size:30px
}
.about-gov-excellence-unit-section .about-gov-excellence-unit-container p {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #384250;
}

.about-gov-excellence-unit-section .about-gov-excellence-unit-container a {
  width: max-content;
}
.about-gov-excellence-unit-section .vision-mission-container {
  width: 41%;
}

.about-gov-excellence-unit-section .vision-mission-container .vision-box {
  margin-bottom: 16px;
}

.about-gov-excellence-unit-section .vision-mission-container .vision-box,
.about-gov-excellence-unit-section .vision-mission-container .mission-box {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(210, 214, 219, 0.50);
  background: #FFF;
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.05);
}

.about-gov-excellence-unit-section .vision-mission-container .vision-box h3,
.about-gov-excellence-unit-section .vision-mission-container .mission-box h3 {
  margin-top: 20px;
  margin-bottom: 8px; 
  color: #1F2A37;
  font-size: 18px;
}

.about-gov-excellence-unit-section .vision-mission-container .vision-box p,
.about-gov-excellence-unit-section .vision-mission-container .mission-box p {
  color: #6C737F;
}

@media (max-width: 768px) {
  .about-gov-excellence-unit-section {
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-gov-excellence-unit-section .about-gov-excellence-unit-container {
    width: 100%;
  }
  .about-gov-excellence-unit-section .vision-mission-container {
    width: 100%;
  }
}

/* end */

/* our influential role */
.our-role-section {
  padding: 40px 0px;
  background: #F9FAFB;
}

.our-role-container {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}

.our-role-container .nds-card {
  width: 33%;
}

@media (max-width: 768px) {
  .our-role-container {
    flex-direction: column;
  }
  .our-role-container .nds-card {
    width: 100%;
  }
}
/* end */

/* excellence unit for all */
.excellence-unit-all-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.excellence-unit-all-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.excellence-unit-all-container .nds-card:first-child{
  background: #ECFDF3;
  border-color: #ECFDF3;
}
.excellence-unit-all-container .nds-card:nth-child(2){
  background: rgba(220, 104, 3, 0.10);
  border-color: rgba(220, 104, 3, 0.10);
}

.excellence-unit-all-container .nds-card .title {
  font-size: 24px;
}

.excellence-unit-all-container .nds-card .description {
  margin-top: 8px;
  color: #1F2A37;
}

@media (max-width: 768px) {
  .excellence-unit-all-container {
    flex-direction: column;
    align-items: center;
  }
}
/* ens */

/* statistics section */
.statistics-section {
  padding-top: 40px;
}
.statistics-container {
  margin-top: 32px;
  padding: 16px 0px;
  padding-bottom: 59px;
  background: #F7FDF9;
}

.statistics-slick .slick-slide {
    margin: 16px 6px;
}

.statistics-container .statistics-card {
  padding: 16px;
  border-radius: 16px;
  background: #ECFDF3;
  margin: 16px;
}

.statistics-container .statistics-card .num {
  margin-top: 24px;
  margin-bottom: 8pz;
  display: block;
  color: #167248;
  font-size: 36px;
  font-family: 'boldFont';
}

.statistics-container .statistics-card p {
  color: #1F2A37;
  font-size: 16px;
  margin-bottom: 0px;
}

/* news page */
/* Hero Section */
.excellence-unit-hero-section {
  padding: 40px 0;
  padding-bottom: 0px;
}

.excellence-unit-hero-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.excellence-unit-hero-header {
  margin-bottom: 16px;
}

.excellence-unit-hero-header h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #161616;
  margin-bottom: 16px;
}

.excellence-unit-hero-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  margin: 0;
}

/* Hero Slider */
.excellence-unit-hero-slider {
  position: relative;
}

.excellence-unit-hero-slide {
  outline: none;
}

/* Hero Banner */
.excellence-unit-hero-banner {
  border-radius: 16px;
  padding: 60px 40px 80px 40px;
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(9, 42, 30, 0.1) 0%, rgba(9, 42, 30, 0.1) 100%), 
                    url('/themes/custom/dga/Images/NDS/custom-programs/excellence-unit/news-hero-overlay.png');
  background-size: cover;
  background-position: center;
}

.excellence-unit-hero-banner-content {
  width: 100%;
}

.excellence-unit-hero-banner h2 {
  max-width: 800px;
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 24px;
}

.excellence-unit-hero-banner p {
  max-width: 605px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 24px;
}

.excellence-unit-hero-meta {
  margin-bottom: 32px;
}

.date-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.date-badge img {
  width: 18px;
  height: 18px;
  filter: invert(1) brightness(3);
}

.excellence-unit-hero-actions {
  margin-bottom: 32px;
}

.excellence-unit-hero-btn {
  background: #ffffff !important;
  color: #161616 !important;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.excellence-unit-hero-btn:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #161616 !important;
}

/* Hero Controls */
.excellence-unit-hero-controls {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.excellence-unit-hero-slider .slick-dots {
  position: absolute;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 12px;
}

@media (max-width: 768px) {
  .excellence-unit-hero-banner h2 {
    font-size: 30px;
  }

  .excellence-unit-hero-banner {
    padding: 60px 20px 80px 20px;
  }

  .excellence-unit-hero-slider .slick-dots {
    transform: none;
  }
}
/* end news page */

/* news section */
/* .excellence-unit-news-section {
  padding: 32px 0px;
} */

.excellence-unit-news-section h2.title {
  font-size: 30px;
  color: #161616;
}

.excellence-unit-news-section .nds-filter {
  background: inherit;
  box-shadow: none;
  margin-top: 0;
  padding: 40px 0px;
}

.excellence-unit-news-section  .nds-filter form {
  justify-content: space-between;
} 

.excellence-unit-news-section .nds-filter form .js-form-type-select {
  background: #fff;
}

.excellence-unit-news-section  .col-md-4 {
  margin-bottom: 24px;
}

.news-list .nds-card .date {
  margin-top: 16px;
}

.read-more-news-section {
  background: #F9FAFB;
  margin-top: 40px;
  margin-bottom: 64px;
  padding: 40px 0px 80px 0px;
}

.read-more-news-section h4 {
  margin-bottom: 16px;
  font-size: 30px;
  color: #161616;
}

.read-more-news-section p {
  color: #161616;
}

.news-details-section {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #E5E7EB;
}

.nds-media-section .excellence-unit-hero-header {
    margin-top: 40px;
}

.excellence-unit-news-section .dga-tabs.tab-pages .dga-tabContent {
  padding-top: 0px;
}

.nds-black-title-header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.title {
  color: #161616;
  font-size: 30px;
}

.nds-media-container {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .excellence-unit-news-section .nds-filter {
    padding-bottom: 0px;
  }

  .nds-programs-section .nds-card {
    margin-bottom: 24px;
  }
}

.nds-programs-section .d-flex.justify-content-between.nds-title-section-black {
  margin-bottom: 32px;
}

.news-details-section img:first-of-type {
  margin: auto;
  display: block;
  margin-bottom: 32px;
}

.nds-green-btn a {
  color:#fff;
}

.nds-black-btn-o a {
  display: flex;
  align-items: center;
  gap: 4px;
}