.landing-page {
  background-color: var(--primary-50);
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.landing-page::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/images/moljpa-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  opacity: 0.15;
}
.landing-page .lang-switcher {
  position: absolute;
  right: 36px;
  top: 36px;
  background-color: var(--white);
  padding: 18px 24px;
  border-radius: 12px;
}
.landing-page .lang-switcher .form-check-label {
  font-weight: 600;
  color: var(--grey-800);
}
.landing-page .lang-switcher .form-check-label.active {
  color: var(--primary-900);
}
.landing-page .card {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 50px 80px;
  border-radius: 30px;
  background-color: #fff;
}
.landing-page .card-image {
  margin-bottom: 20px;
  text-align: center;
}
.landing-page .card-header {
  margin-bottom: 24px;
  text-align: center;
  color: var(--primary-800);
  background: transparent;
  padding: 0;
  border-bottom: 0;
}
.landing-page .card-content .note {
  border-radius: 8px;
  border: 1px solid #fff5cf;
  background: #fef9e6;
  padding: 12px 24px;
  margin-bottom: 40px;
  color: #a68612;
}
.landing-page .card-content .inner-card {
  padding: 37px 40px;
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  display: inline-block;
}
.landing-page .card-content .inner-card .english-text {
  margin-bottom: 12px;
}
.landing-page .card-content .inner-card .english-text h2 {
  line-height: 32px;
  text-align: center;
}
.landing-page .card-content .inner-card .nepali-text {
  background-color: rgba(255, 255, 255, 0.3019607843);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 0;
  max-width: 280px;
  width: 100%;
  border-radius: 8px;
}
.landing-page .card-content .inner-card .nepali-text h2 {
  text-align: center;
}
.landing-page .card-content .inner-card.card-left {
  background-color: var(--primary-700);
}
.landing-page .card-content .inner-card.card-right {
  background-color: var(--deep-red);
}

.header__top h2 {
  background-color: var(--deep-red);
  padding: 10px 24px;
  z-index: 1;
  margin-bottom: 0;
}
.header__top .marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  white-space: nowrap;
  height: 40px;
  display: flex;
  align-items: center;
}
.header__top .marquee-text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  will-change: transform;
}
.header__top .marquee-text span {
  color: #2d3748;
}

/* for dashboard notice */
.dashboard_header {
  padding: 20px;
}
.dashboard_header .marquee {
  height: 100px;
}
.dashboard_header .marquee-text span {
  color: #ffd06d;

  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);

  display: inline-block;
  font-size: 50px;
}

.dashboard-noitce-container {
  background-color: #2d3748;
  height: 100vh;
}

.dashboard-notice {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
  text-align: center;
  gap: 60px;
  padding: 20px;
}
.real-time-clock {
  display: flex;
  justify-content: end;
  padding: 20px;
}
.real-time-clock span {
  color: #ffd06d;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.dashboard-notice-title span {
  color: #ffd06d;
  font-size: 72px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.dashboard-notice-description span {
  color: #ffd06d;
  font-size: 60px;
  font-weight: 500;
  max-width: 80%;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.header__bottom .navbar-brand img {
  height: 63px;
  width: 74px;
}
.header__bottom1 {
  background-color: #0f4596;
  padding: 15px 0;
}
.header__bottom1 .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__bottom1-right {
  display: flex;
  align-items: center;
  gap: 0 32px;
  flex-wrap: wrap;
}
.header__bottom1-right .lang-switcher .form-check-label {
  color: var(--grey-300);
}
.header__bottom1-right .lang-switcher .form-check-label.active {
  color: #fff;
}
.header__bottom1-right .date-wrapper span:not(.svg-icon) {
  padding: 0 14px 0 6px;
}
.header__bottom1-right .date-wrapper span svg {
  color: var(--white);
}
.header__bottom2 {
  border-bottom: 1px solid var(--grey-200);
}
.header__bottom2 .navbar-nav {
  gap: 6px 10px;
}
@media all and (min-width: 1200px) {
  .header__bottom2 .navbar-nav {
    gap: 16px;
  }
}
.header__bottom2 .nav-link {
  padding: 10px 10px !important;
  color: var(--grey-800);
  font-weight: 600;
  border-bottom: 4px solid transparent;
  text-transform: capitalize;
}
@media all and (min-width: 1200px) {
  .header__bottom2 .nav-link {
    padding: 12px 18px !important;
  }
}
.header__bottom2 .nav-link:hover,
.header__bottom2 .nav-link.active {
  border-bottom: 4px solid var(--primary-800);
  color: var(--primary-800);
}
.header .navbar {
  position: relative;
}
.header .navbar-collapse {
  position: absolute;
  left: 0px;
  top: 93px;
  z-index: 10;
  width: 100%;
  background: rgb(255, 255, 255);
}
@media all and (min-width: 992px) {
  .header .navbar-collapse {
    position: static;
  }
}
.header .navbar-toggler {
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: none;
}
.header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230f4596' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hero__image img {
  object-fit: cover;
}
.hero__card {
  background-color: var(--primary-700);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  padding: 15px 24px;
  max-width: 920px;
  margin: 0 auto 70px;
  bottom: 0;
  position: absolute;
  left: 15px;
  right: 15px;
}
.hero__card p {
  color: var(--white);
}
.hero .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}

.officer {
  background-color: var(--grey-100);
}
.officer__header {
  margin-bottom: 109px;
}
.officer__grid {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 104px 32px;
  flex-wrap: wrap;
}
.officer__grid-item {
  flex: 0 1 100%;
}
@media all and (min-width: 768px) {
  .officer__grid-item {
    flex: 0 1 47%;
  }
}
@media all and (min-width: 992px) {
  .officer__grid-item {
    flex: 0 1 30%;
  }
}
@media all and (min-width: 1200px) {
  /* .officer__grid {
    flex-wrap: nowrap;
  } */
  .officer__grid-item {
    flex: 0 1 20%;
  }
}
.officer__card {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1803921569);
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
  height: 100%;
}
.officer__card:hover {
  transform: translateY(-15px);
}
.officer__intro {
  gap: 10px;
  justify-content: center;
}
.officer__image {
  margin-bottom: 14px;
  margin-top: -64px;
  height: 122px;
  margin-inline: auto;
  width: 122px;
  overflow: hidden;
  border: 5px solid white;
  border-radius: 50%;
  box-shadow: 0px 4px 20.1px 0px rgba(0, 0, 0, 0.2509803922);
}
.officer__image img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}
.officer__name h3 {
  color: var(--primary-800);
}
.officer__desig {
  border-radius: 6px;
  /* width: -moz-max-content;
  width: max-content; */
  margin: 0 auto;
  border: 1px solid var(--Primary-200, #b5d3ff);
  background: var(--Primary-50, #eff5ff);
  padding: 6px 16px;
}
.officer__desig h4 {
  color: var(--primary-800);
}

.notice__header,
.gallery__header,
.news-events__header,
.ministry__header,
.constitution__header {
  display: flex;
  align-items: center;
  gap: 16px 45px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice__card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
  padding: 18px;
  cursor: pointer;
}
.notice__content {
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
}
@media all and (min-width: 576px) {
  .notice__content {
    flex-wrap: nowrap;
  }
}
.notice__image {
  max-width: 45px;
  width: 100%;
}
.notice__text {
  width: 100%;
}
.notice__text h3 {
  color: #000;
}
.notice__text p:not(.btn) {
  margin-bottom: 12px;
  color: var(--grey-700);
}
.notice__text .date-wrapper {
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
  gap: 10px;
  padding: 4px 12px;
  border-radius: 24px;
}
.notice__text .date-wrapper .date {
  color: #000;
}
.notice__text .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pagination-wrapper {
  margin-top: 45px;
}
.pagination-wrapper .show-content span {
  color: var(--grey-600);
}
.pagination-wrapper .show-content .dropdown .btn {
  border: 1px solid var(--grey-300);
  font-size: 14px;
  width: 68px;
  padding: 8px 12px;
  position: relative;
  border-radius: 8px;
  color: var(--primary-700);
  font-weight: 700;
}
.pagination-wrapper .show-content .dropdown .btn::after {
  content: "";
  position: absolute;
  border: 0;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="%236b7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center/cover;
  height: 16px;
  width: 16px;
  margin-left: 0;
}
.pagination-wrapper .show-content .dropdown ul {
  min-width: 50px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.pagination-wrapper .pagination {
  gap: 6px;
}
.pagination-wrapper .page-link {
  border: 0;
  color: var(--grey-800);
  font-weight: 600;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pagination-wrapper .page-item.active .page-link {
  background-color: var(--primary-600);
  color: #fff;
}
.pagination-wrapper .arrow {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-800);
  font-size: 20px;
}

.our-laws {
  background-color: var(--grey-100);
}
.our-laws__header {
  margin-bottom: 30px;
}
.our-laws__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.our-laws__grid-item {
  flex: 0 1 100%;
}
@media all and (min-width: 576px) {
  .our-laws__grid-item {
    flex: 0 1 47%;
  }
}
@media all and (min-width: 992px) {
  .our-laws__grid {
    gap: 30px 22px;
  }
  .our-laws__grid-item {
    flex: 0 1 30%;
  }
}
@media all and (min-width: 1200px) {
  .our-laws__grid-item {
    flex: 0 1 18%;
  }
}
.our-laws__card {
  background-color: #fff;
  height: 150px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.our-laws__card:hover {
  transform: translateY(-15px);
}
.our-laws__text h3 {
  color: var(--grey-800);
  margin-bottom: 0;
}

.gallery__image {
  position: relative;
  overflow: hidden;
}
.gallery__image::before {
  transition: all 1s linear;
  background-color: transparent;
}
.gallery__image .hidden-text {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding: 16px;
}
.gallery__content {
  cursor: pointer;
}
.gallery__content:hover .gallery__image::before {
  background: linear-gradient(180deg, rgba(24, 51, 84, 0) 0%, #183354ba 84.9%);
}
.gallery__content:hover .gallery__image .hidden-text {
  transition: bottom 1s ease;
  bottom: 0;
}
@media all and (min-width: 576px) {
  .gallery__content {
    min-width: 400px;
  }
}
.gallery__text {
  margin-top: 14px;
}

#home .gallery__image img {
  aspect-ratio: 3/2;
}
#home .floating-icon {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#home .floating-icon button {
  background-color: var(--primary-700);
  border-radius: 50%;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  padding: 6px 8px;
}
@media all and (min-width: 768px) {
  #home .floating-icon button {
    height: 64px;
    width: 64px;
    padding: 6px 16px;
  }
}
.news-events {
  background-color: var(--grey-100);
}
.news-events__grid {
  row-gap: 26px;
}
.news-events__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.news-events__text .btn {
  width: -moz-max-content;
  width: max-content;
}
.news-events__image img {
  aspect-ratio: 1.17/1;
  border-radius: 6px;
}
.news-events__card {
  cursor: pointer;
}
.news-events__card svg {
  height: 17px;
  width: 17px;
  font-weight: 400;
}
.news-events .card-bg {
  border-radius: 6px;
  height: 540px;
  width: 100%;
}
.news-events .left-card {
  position: relative;
  display: flex;
  align-items: end;
}
.news-events .left-card svg {
  color: var(--white);
}
.news-events .left-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(24, 51, 84, 0) 0%, #183354ba 84.9%);
  border-radius: 6px;
}
.news-events .left-card .news-events__text {
  padding: 35px 40px;
  position: relative;
  z-index: 1;
}
.news-events .right-card {
  row-gap: 16px;
}
.news-events .right-card:not(:last-of-type) {
  margin-bottom: 26px;
}
.news-events .right-card h3 {
  color: var(--grey-800);
}
.news-events .right-card .author span,
.news-events .right-card .published-date span {
  color: var(--grey-500);
}
.news-events .right-card .author span svg,
.news-events .right-card .published-date span svg {
  color: var(--grey-500);
}

.banner {
  height: 340px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner__text {
  z-index: 1;
  position: relative;
}

.aboutUs__inner .nav-tabs {
  background-color: #ffeceb;
  border-radius: 12px 12px 0 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 0;
}
.aboutUs__inner .nav-tabs .nav-link {
  background-color: #e0edff;
  border-radius: 0;
  flex: 0 1 25%;
  border-top: 6px solid transparent;
  text-wrap: nowrap;
  color: var(--grey-800);
  font-weight: 600;
  text-transform: capitalize;
  border-right: 1px solid white;
  border-left: 1px solid #fff;
}
.aboutUs__inner .nav-tabs .nav-link:hover,
.aboutUs__inner .nav-tabs .nav-link.active {
  color: var(--primary-700);
  border-color: transparent;
  border-top: 6px solid var(--primary-700);
  background-color: #e0edff;
  border-right: 1px solid white;
  border-left: 1px solid #fff;
}
.aboutUs__inner .nav-tabs .nav-link:first-child.active,
.aboutUs__inner .nav-tabs .nav-link:first-child:hover {
  border-radius: 12px 0 0 0;
}
.aboutUs__inner .nav-tabs .nav-link:last-child.active,
.aboutUs__inner .nav-tabs .nav-link:last-child:hover {
  border-radius: 0 12px 0 0;
}
.aboutUs__inner .desc {
  color: var(--grey-800);
  text-align: justify;
}
.aboutUs__inner .image {
  background-color: #fff;
  border-radius: 6px;
  height: 54px;
  max-width: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview__grid,
.org-structure__grid {
  row-gap: 48px;
}
@media all and (min-width: 1200px) {
  .overview__grid,
  .org-structure__grid {
    margin: 0 -30px;
  }
  .overview__grid .col-12,
  .org-structure__grid .col-12 {
    padding: 0 30px;
  }
}

.mission-vision-goal {
  background-color: var(--primary-50);
}
.mission-vision-goal__grid {
  row-gap: 44px;
}
.mission-vision-goal__grid .grid-item:last-of-type {
  border-right: 0 !important;
}
@media all and (min-width: 992px) {
  .mission-vision-goal__grid {
    row-gap: 0;
    margin: -32px -24px;
  }
  .mission-vision-goal__grid .grid-item {
    padding: 32px 24px;
  }
  .mission-vision-goal__grid .grid-item:nth-of-type(3n-2),
  .mission-vision-goal .grid-item:nth-of-type(3n + 2) {
    border-right: 3px solid white;
  }
}
@media all and (min-width: 1200px) {
  .mission-vision-goal__grid {
    row-gap: 0;
    margin: -44px -38px;
  }
  .mission-vision-goal__grid .grid-item {
    padding: 44px 38px;
  }
}
.mission-vision-goal .title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

/* .mission-vision-goal {
  background-color: var(--primary-50);
}

.mission-vision-goal__grid {
  row-gap: 44px;
}

@media all and (min-width: 992px) {
  .mission-vision-goal__grid {
    row-gap: 0;
    margin: 0 -24px;
  }

  .mission-vision-goal__grid .grid-item {
    padding: 0 24px;
    border-right: 3px solid #fff;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mission-vision-goal__grid .grid-item:nth-of-type(3n) {
    border-right: none;
  }

  .mission-vision-goal__grid .grid-item:nth-last-child(3n) {
    padding-top: 24px; 
  }
}

@media all and (min-width: 1200px) {
  .mission-vision-goal__grid {
    row-gap: 0;
    margin: 0 -38px;
  }

  .mission-vision-goal__grid .grid-item {
    padding: 0 38px;
  }
}

.mission-vision-goal .title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  padding-top: 24px;
}

hr.d-none.d-lg-block {
  display: none;
}

@media all and (min-width: 992px) {
  hr.d-none.d-lg-block {
    display: block;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding-left: 24px;
    padding-right: 24px;
  }
} */

.our-function {
  background-color: var(--grey-50);
  position: relative;
}
.our-function::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/images/moljpa-logo.png);
  background-size: 600px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  opacity: 0.04;
}
.our-function__list {
  counter-reset: my-counter;
}
.our-function .list-item {
  color: var(--grey-800);
  display: flex;
  gap: 18px;
}
.our-function .list-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.our-function .list-item .count {
  width: 40px;
  margin-top: -8px;
}
.our-function .list-item .count span {
  border-radius: 50%;
  background: var(--primary-600);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-function .list-item .count span::before {
  counter-increment: my-counter;
  content: counter(my-counter);
}
.our-function .list-item p {
  margin-bottom: 0;
  width: 100%;
}

#nav-org-structure .mission-vision-goal hr {
  border: 1.5px solid var(--white);
  opacity: 1;
  margin: 0;
}
#nav-org-structure .mission-vision-goal .modal-btn {
  margin-top: 12px;
}
#nav-officer .modal-btn {
  height: 100%;
}
.ministry__header {
  margin-bottom: 32px;
}
.ministry-table {
  border-radius: 8px;
  border: 1px solid var(--grey-50);
  box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.ministry-table .table th {
  background-color: var(--grey-100);
  font-weight: 600;
  color: var(--grey-800);
  padding: 12px 16px;
}
.ministry-table .table td {
  padding: 16px;
  color: var(--grey-500);
}

.vertical-tab .nav {
  border-radius: 16px;
  border: 2px solid var(--grey-100);
  background: var(--white, #fff);
  box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0.08);
  padding: 12px;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.vertical-tab .nav-link {
  color: var(--grey-800);
  border-radius: 6px;
  padding: 12px 16px;
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: start;
  overflow-wrap: break-word;
  text-wrap-mode: nowrap;
}
@media all and (min-width: 992px) {
  .vertical-tab .nav-link {
    text-wrap-mode: wrap;
  }
}
.vertical-tab .nav-link.active,
.vertical-tab .nav-link:hover {
  background: var(--primary-700);
  color: var(--white);
}
.vertical-tab .nav-link img {
  max-width: none;
  width: 26px;
  height: auto;
}
@media all and (min-width: 992px) {
  .vertical-tab .nav {
    width: auto;
    overflow-x: unset;
    flex-wrap: wrap;
    padding: 18px;
    max-width: 265px;
  }
  .vertical-tab .nav-link {
    padding: 18px 16px;
  }
}
.vertical-tab .tab-content {
  width: 100%;
}
.officer-modal .modal-dialog {
  max-width: 400px;
}
.officer-modal .introduction {
  gap: 34px;
  margin-bottom: 34px;
}
.officer-modal .introduction .officer__image {
  margin: 0;
}
.officer-modal .office p {
  color: var(--grey-800);
  margin-bottom: 10px;
}
.officer-modal .office p:last-of-type {
  margin-bottom: 0;
}

#former-minister .officer__header {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  #former-minister .officer__grid-item {
    flex: 0 1 47%;
  }
}
@media all and (min-width: 992px) {
  #former-minister .officer__grid-item {
    flex: 0 1 47%;
  }
}
@media all and (min-width: 1200px) {
  #former-minister .officer__grid {
    flex-wrap: wrap;
  }
  #former-minister .officer__grid-item {
    flex: 0 1 20%;
  }
}

.contact-form {
  border-radius: 24px;
  padding: 42px;
  background: var(--white);
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.contact-form form .form-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-form form .form-content .btn {
  border-radius: 8px;
  padding: 12px 16px;
  max-width: 148px;
  width: 100%;
}
.contact-form form .form-control,
.contact-form form .form-select {
  border-radius: 8px !important;
  border: 1px solid var(--grey-200);
  background-color: var(--grey-100);
  padding: 16px 24px;
}
.contact-form form .form-control::-moz-placeholder,
.contact-form form .form-select::-moz-placeholder {
  color: var(--grey-600);
}
.contact-form form .form-control::placeholder,
.contact-form form .form-select::placeholder {
  color: var(--grey-600);
}
.contact-form form .input-group {
  gap: 8px;
}
.contact-form form .icon {
  background-color: var(--primary-50);
  border: 1px solid var(--primary-100);
  padding: 16px 24px;
  border-radius: 8px !important;
}

.map-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.map-container iframe {
  border-radius: 24px;
  height: 580px;
}

#contact .contact-info {
  background-color: var(--grey-100);
}
#contact .contact-info__grid {
  display: flex;
  align-items: center;
  row-gap: 24px;
}
#contact .contact-info__card {
  padding: 24px 32px;
  background-color: var(--white);
  border-radius: 12px;
  transition: transform 0.3s;
  box-shadow: 0px 1px 112px 0px rgba(0, 0, 0, 0.08);
}
#contact .contact-info__card:hover {
  transform: translateY(-5px);
}
#contact .contact-info__card-header {
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}
#contact .contact-info__card-icon {
  background-color: var(--primary-700);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#contact .contact-info__card p {
  color: var(--primary-800);
  font-weight: 600;
}

.useful-links {
  background: var(--primary-100);
}
.useful-links__header {
  margin-bottom: 58px;
}
.useful-links__grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.useful-links__grid li {
  margin-bottom: 12px;
}
.useful-links__grid li a {
  color: var(--primary-800);
}
@media all and (min-width: 576px) {
  .useful-links__grid {
    flex-direction: row;
    margin: 0 -24px;
  }
  .useful-links__grid li {
    flex: 0 1 50%;
    padding: 0 24px;
  }
}
@media all and (min-width: 768px) {
  .useful-links__grid li {
    flex: 0 1 50%;
  }
}
@media all and (min-width: 992px) {
  .useful-links__grid li {
    flex: 0 1 33.33%;
  }
}

#feedback .overview {
  background-color: var(--primary-50);
  border-bottom: 1px solid var(--primary-200);
}
#feedback .overview__grid .desc {
  text-align: justify;
}
#feedback .feedback-form {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#feedback .feedback-form::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/images/moljpa-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  opacity: 0.04;
}
#feedback .feedback-form__inner {
  position: relative;
  z-index: 1;
}
.feedback-form .nav {
  border: 0;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.feedback-form .nav-link {
  position: relative;
  width: 100%;
  padding: 0 0 0 40px;
  text-align: start;
  font-weight: 600;
  color: var(--grey-600);
  border: 0;
}
.feedback-form .nav-link::before,
.feedback-form .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--grey-400);
  border-radius: 50%;
}
.feedback-form .nav-link::before {
  left: 0;
  height: 20px;
  width: 20px;
}
.feedback-form .nav-link::after {
  left: 3px;
  height: 14px;
  width: 14px;
  background-color: #fff;
}
.feedback-form .nav-link.active,
.feedback-form .nav-link:hover {
  border: 0;
  color: var(--primary-800);
}
.feedback-form .nav-link.active::before,
.feedback-form .nav-link.active::after,
.feedback-form .nav-link:hover::before,
.feedback-form .nav-link:hover::after {
  border: 1px solid var(--primary-800);
}
.feedback-form .nav-link.active::before,
.feedback-form .nav-link:hover::before {
  background-color: var(--primary-800);
}
@media all and (min-width: 576px) {
  .feedback-form .nav {
    flex-wrap: nowrap;
  }
  .feedback-form .nav-link {
    width: 50%;
  }
}
.drop-box__upload-field {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  border-radius: 8px;
  border: 1px dashed var(--primary-600);
  background-color: var(--primary-50);
}
.drop-box #fileList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drop-box #fileList li {
  list-style-type: none !important;
  color: var(--primary-600);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 10px 24px;
  border-radius: 8px;
}

.drop-box #fileList1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drop-box #fileList1 li {
  list-style-type: none !important;
  color: var(--primary-600);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 10px 24px;
  border-radius: 8px;
}
.drop-box .custom-file-label {
  color: var(--primary-600);
  font-size: 18px;
  gap: 10px;
}
.drop-box .custom-file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#gallery .gallery:nth-child(odd) {
  background-color: var(--grey-100);
}
#gallery .gallery__header {
  display: block;
}
#gallery .gallery__image img {
  aspect-ratio: 1.03/1;
  -o-object-fit: cover;
  object-fit: cover;
}
#gallery .slider-section .owl-stage {
  padding: 0 16px;
  transition: all 0.7s linear 0s !important;
  display: flex;
}
@media all and (min-width: 768px) {
  #gallery .slider-section .owl-stage {
    padding: 0 40px;
  }
}
@media all and (min-width: 992px) {
  #gallery .slider-section .owl-stage {
    padding: 0 80px;
  }
}
@media all and (min-width: 1400px) {
  #gallery .slider-section .owl-stage {
    padding: 0 calc(50vw - 644px);
  }
}

#project .overview {
  background: var(--primary-50);
  border-bottom: 1px solid var(--primary-200);
}
#project .project__grid {
  row-gap: 24px;
}
@media all and (min-width: 1200px) {
  #project .project__grid {
    row-gap: 45px;
    margin: 0 -23px;
  }
  #project .project__grid-item {
    padding: 0 23px;
  }
}
#project .project__card {
  border-radius: 12px;
  border: 1px solid var(--grey-50);
  background: var(--white);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.14);
  height: 100%;
}
#project .project__image img {
  border-radius: 12px 12px 0 0;
  aspect-ratio: 1.84/1;
  -o-object-fit: cover;
  object-fit: cover;
}
#project .project__text {
  padding: 24px;
}
@media all and (min-width: 1200px) {
  #project .project__text {
    padding: 26px 36px 30px;
  }
}
#project .project__text h3 {
  font-weight: 600;
  color: var(--grey-700);
  margin-bottom: 6px;
}
#project .project__text p {
  color: var(--grey-500);
  margin-bottom: 12px;
}
#project .project__text a {
  color: var(--primary-700);
  font-weight: 600;
  border-bottom: 0.5px solid var(--primary-700);
}
#project .blog .date-wrapper {
  gap: 8px;
}
#project .blog .date-wrapper .date {
  color: var(--grey-800);
}
#project .blog__image img {
  aspect-ratio: 2.74/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px;
}
#project .blog .text {
  color: var(--grey-800);
}
#project .blog .text:not(:last-of-type) {
  margin-bottom: var(--space-sm);
}
#project .blog .title {
  color: var(--grey-800);
  margin-bottom: 8px;
}

.footer {
  background-color: #0f4596;
  color: white;
  position: relative;
}
.footer .pattern-img {
  bottom: 0;
}
.footer__inner {
  position: relative;
  z-index: 1;
}
.footer p,
.footer h2 {
  color: var(--primary-50);
}
.footer a {
  color: var(--primary-100);
  text-decoration: none;
  font-weight: 400 !important;
}
.footer a:hover {
  color: #ddd;
}
.footer .divider {
  border-top: 1px solid var(--grey-300);
}
.footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .copyright-content {
  padding: 18px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 16px;
}
@media all and (min-width: 576px) {
  .footer .copyright-content {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer .scroll-btn {
  background-color: var(--primary-600);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.footer .scroll-btn img {
  height: auto;
  width: auto;
} /*# sourceMappingURL=style.css.map */

.our-function__body ul {
  list-style: disc;
}

.mission-vision-goal__grid .desc ul {
  list-style: disc;
}

.modal-body ul {
  list-style-type: disc;
}

.pdf h2 {
  color: var(--grey-700);
}
.pdf h3 {
  color: var(--grey-700);
}
.pdf h3 span {
  color: var(--deep-red);
}
.pdf hr {
  border-color: var(--grey-600);
}
.pdf h4 {
  color: var(--grey-700);
  border-bottom: 1px solid var(--grey-300);
}
.pdf .download {
  background-color: var(--deep-red);
}
.pdf table th,
.pdf table td {
  border: 1px solid var(--grey-300);
  vertical-align: middle;
}
.pdf table th:not(:nth-of-type(2)),
.pdf table td:not(:nth-of-type(2)) {
  text-align: center;
}
.icon-search svg {
  cursor: pointer;
  stroke: var(--grey-300);
  transition: all 0.3s ease;
}
.icon-search:hover svg {
  stroke: var(--primary-500);
  transform: scale(1.2);
}
