@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}


.container-box {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

:root {
  --primary-color: #0f5757;
  --secondary-color: #d9f2f2;
  --teritary-color: #ebeaea;
  --white: #fff;
  --default: 16px;
  --black: black;
  --background-grad: linear-gradient(90deg, #0f5757 20%, transparent 70%);
  --yellow: yellow;
  --primary-color-ligter: #0c707078;
  --primary-color-lighten: #0c7070e3;

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, .75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, .5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --primary-yellow: rgba(255, 255, 0, 0.699);

}

.nav_bar_row {
  border-top: 1px solid #ebeaea;
  border-bottom: 3px solid var(--primary-color);
}

.header-nav {
  border-top: 1px solid #f5f5f5;
}

.navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  /* min-height: 60px; */
}

.custom-mobile-log img {
  width: 100px;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  margin-right: 15px;
}

.menu-close {
  display: none;
}

/* .navbar-brand {
  font-size: rem;
  margin-right: 20px;
} */

.nav-links {
  display: flex;
  flex-direction: row;
  list-style: none;
  /* gap: 3rem; */
  column-gap: 33px;
  flex-wrap: wrap;
  margin-bottom: 0;
  align-items: center;
}

.main_menu_home .menu-item {
  min-width: 200px;
  max-width: 220px;
}

.main_menu_home ul.parent_menu_list>li:first-child a {
  padding: 10px 12px;
}

.main_menu_home .menu-item ul li {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 8px;
}

.submenu_dropdown {
  font-weight: normal;
  font-weight: 400;
}

.customlanguageTogle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 0;
}

.firstslide .main_menu_home .menu-item.main_menu_home .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_menu_home .nav-links li {
  position: relative;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}

.main_menu_home .nav-links li button {
  padding: 10px 12px;

}

/* .main_menu_home .nav-links li:hover {
  background-color: var(--secondary-color);
} */

.main_menu_home .nav-links a {
  text-decoration: none;
  color: var(--black);
  /* padding: 8px 5px; */
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}

.main_menu_home .nav-links .submenu_dropdown a {
  /* padding: 4px; */
  color: var(--white);
  font-size: 1.0rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: block;
  width: 100%;
}

.main_menu_home .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  min-width: 250px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  z-index: 1100;
  padding-left: 0;
  backdrop-filter: blur(5px);
}

/* .main_menu_home .dropdown li {
  border-bottom: 1px solid #fff;
} */

.main_menu_home .dropdown li:last-child {
  border-bottom: none;
}

.main_menu_home .nav-links li:hover {
  background-color: var(--secondary-color);
  /* background-color: var(--primary-color-ligter); */
  color: var(--black);
  text-align: center;
}

/* .main_menu_home .nav-links li ul li:hover {
  background-color: var(--primary-color-lighten);
} */

.main_menu_home .nav-links li ul li:hover a {
  color: var(--black);
}

.main_menu_home .nav-links li:hover a {
  color: var(--black);
}

.main_menu_home .nav-links li:hover ul li a {
  color: var(--white);
}

.main_menu_home .nav-links li ul li a {
  font-size: 1.0rem;
}

.main_menu_home .nav-links li:hover ul li:hover a {
  color: var(--black);
}

/* .main_menu_home .nav-links li:hover ul li:hover a {
  color: var(--black);
} */

.main_menu_home .dropdown a {
  /* padding: 10px; */
  color: var(--white);
}

.main_menu_home li:hover>.dropdown {
  display: block;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

#customer-swiper .swiper {
  width: 100%;
  height: 100%;
}

#customer-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#customer-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

#customer-swiper .swiper-slide img {
  display: block;
  object-fit: contain;
  width: 100%;
  padding: 0.5rem;
  height: 100px;
  border: 1px solid #ededd5;
} 

#customer-swiper .swiper-slide a {
  display: block;
  object-fit: contain;
  width: 250px;
  /* padding: 0.5rem; */
  height: 100px;
  border: 1px solid #ededd5;
}

.autoplay-control {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#playPauseBtn {
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bolder;
  color: var(--primary-color);
}

.swiper-button-next {
  right: 0;
}

.section6 {
  overflow: visible !important;
  position: relative;
}

.footer-links {
  padding: 20px 0;
  background-color: #f8f9fa;
}

.footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
}

.footer-list ul li {
  position: relative;
  padding-left: 14px;
  display: flex;
  align-items: center;
}

.footer-list ul li::before {
  content: "\203A";
  position: absolute;
  left: 0;
  color: var(--white);
  /* font-weight: bold; */
  font-size: 20px;
}

.footer-list ul a {
  text-decoration: none;
  color: var(--white);
  font-size: 18px;
  transition: color 0.3s;
}

.footer_content {
  background-color: var(--primary-color);
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 14px;
}

footer .footerHeading {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

footer p.copyRightSection {
  font-size: 17px;
  font-weight: 500;
}

.Subscribe-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
}

.footer-image img {
  background-color: var(--white);
  padding: 0.5rem;
  border-radius: 5px;
}

.custom-footer-button {
  outline: none;
  border: none;
  background-color: var(--secondary-color);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: var(--primary-color);
  font-weight: bold;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* width: 45vw; */
  /* height: 75vh; */
  object-fit: cover;
}

.bg-section {
  border-top: 2px solid #ebeaea;
}

.primary_bg {
  background-color: var(--primary-color);
}

.socialhead {
  color: #0f5757;
  padding: 12px;
  margin-bottom: 0;
  background: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  margin: 0;
}

.socialmediaheight {
  padding: 12px;
  height: 310px;
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  max-height: 304px;
  min-height: 280px;
  height: 100%;
  overflow-y: scroll;
  width: 100%;

}

.socialmediaheight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout4-social {
  background-color: var(--primary-color);
}

.fbScroll,
.socialmediaheight {
  scrollbar-width: thin;
  scrollbar-color: #0f5757 transparent;
}

.socialmediaheight iframe {
  width: 100%;
  height: 100%;
}

.fbScroll::-webkit-scrollbar {
  width: 6px;
}

.fbScroll::-webkit-scrollbar-track {
  background: transparent;
}

.fbScroll::-webkit-scrollbar-thumb {
  background-color: #0f5757;
  border-radius: 10px;
  border: 1px solid transparent;
}

.igScroll {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0f5757 transparent;
}

.igScroll::-webkit-scrollbar {
  width: 6px;
}

.igScroll::-webkit-scrollbar-track {
  background: transparent;
}

.igScroll::-webkit-scrollbar-thumb {
  background-color: #0f5757;
  border-radius: 10px;
  border: 1px solid transparent;
}

.frame-style {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/* recent */
.recentDocument {
  list-style: none;
}

.custom-swiper-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.custom-swiper {
  position: relative;
  padding-bottom: 80px;
}

.custom-swiper .swiper-slide {
  align-items: baseline !important;
}

.custom-swiper .swiper-slide .custom-imge-width {
  display: flex;
  justify-content: center;
  background: var(--secondary-color);
  border-radius: 50%;
}

.custom-swiper .swiper-slide img {
  border-radius: 50%;
}

.custom-swiper-controls {
  position: absolute;
  bottom: 27%;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.custom-swiper-pagination-1 {
  margin-bottom: 0px;
  width: 25% !important;
}

.custom-swiper-pagination-1 .swiper-pagination-bullet {
  background-color: var(--secondary-color);
  opacity: 1;
}

.custom-swiper-pagination-1 .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.custom-swiper-buttons {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  margin-bottom: -40px;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  font-size: 2rem;
  cursor: pointer;
  font-weight: bolder;
  border-radius: 4px;
  user-select: none;
  transition: background-color 0.3s ease;
  color: var(--primary-color);
}

.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
  background-color: #aaa;
}

.researh_strong {
  color: var(--primary-color);
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding: 15px 0;
}

#personasSwiper .swiper-button-next,
#personasSwiper .swiper-button-prev,
#personasSwiper .swiper-pagination {
  position: static;
  width: auto !important;
  margin: auto 14px;
}

#personasSwiper .swiper-button-next::after,
#personasSwiper .swiper-button-prev::after {
  font-size: 15px;
}

#personasSwiper .paginationCustom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-imge-width {
  max-width: 250px;
  min-width: 180px;
  width: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  min-height: 180px;
  max-height: 250px;
  height: 100%;
  overflow: hidden;
}

.custom-imge-width img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  /* Match the parent div's rounded shape */
}

.recent-heading {
  font-size: 24px;
  color: var(--primary-color);
}

.important_list li {
  border-bottom: 1px solid var(--secondary-color);
}

.fbScroll.important_list {
  max-height: 300px;
  overflow-y: auto;
}

.fbScroll.important_list::-webkit-scrollbar {
  width: 5px;
}

.fbScroll.important_list::-webkit-scrollbar-track {
  background: transparent;
}

.fbScroll.important_list::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
  border: 1px solid transparent;
}

/* Styles for list items */
.tender-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tender-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  border-bottom: 1px solid var(--secondary-color);
}

.tender-list li a {
  flex-grow: 1;
  color: black;
  text-decoration: none;
}

/* .tender-list li::after {
  content: "\203A";
  color: var(--primary-color);
  margin-left: 10px;
} */

.card-title {
  font-size: var(--default);
  color: var(--primary-color);
}

.colRecentDocument .card {
  border: 1px solid var(--primary-color);
  box-shadow: rgba(35, 35, 47, 0.08) 0px 6px 12px 0px, rgba(35, 35, 47, 0.06) 0px 2px 4px 0px;
}

.colRecentDocument {
  margin: 0;
  padding: 0;
  /* min-height: 178px; */
}

.recent-docs-container .card {
  padding: 15px !important;
  border-radius: 4px;
  min-height: 191px;
}

.card-text {
  font-size: 1rem;
}

.view-more-link {
  border: 1px solid var(--primary-color);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* padding: 4px 6px 6px 8px; */
  gap: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--primary-color);
  text-transform: uppercase;
  padding: 6px 14px;
  font-weight: 600;
}

.view-more-link:hover {
  background-color: var(--secondary-color);
}


.view-more-link p {
  margin-top: 2px;
}

/*news */
.tablink {
  background-color: var(--white);
  margin-right: 320px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  /* padding: 6px 16px; */
  font-size: 16px;
  width: 33%;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: bold;
}

/* .tablink:hover {
  background-color: var(--primary-color);
  color: var(--white);
} */
#offeringTabs .nav-link:hover,
#offeringTabs .nav-link {
  color: var(--primary-color);
}

.tabcontent {
  display: none;
  padding: 0 6px 0 1px;
  text-align: center;
}

.fbScroll.scheme {
  /* max-height: 215px; */
  width: 100%;
  overflow-y: auto;
  border: 1px solid var(--white);
  /* background-color: var(--white); */
}

.fbScroll.scheme .tender-list li {
  text-align: left;
}

.news-bg {
  background-color: var(--teritary-color);
}

.customWhatsNewsSection {
  background-color: var(--primary-color) !important;
  border: none !important;
  max-height: 250px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 200px;
  max-height: 408px;
  border-radius: 6px;
}

.right-sch .tender-list li a {
  color: var(--white) !important;
}

.right-sch .tender-list {
  padding: 15px 25px;
}

/* .right-sch:hover {
  background-color: var(--primary-color) !important;
} */

.right-sch li::after {
  content: "\203A";
  color: var(--white);
  margin-left: 10px;
  font-size: 42px;
}

.about-sec {
  padding: 12px 8px;
  min-height: 60px;
  border: 0.5px solid var(--primary-color);
  background: var(--white);
  transition: all 0.3s ease;
  color: #150202;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  box-shadow: 0 1px 2px 0 rgba(35, 35, 47, 0.06),
    0 4px 8px 0 rgba(35, 35, 47, 0.08);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 100%;
}

.about-para {
  margin-bottom: 40px;
  text-align: justify;
  line-height: 30px;
}

.about-sec:hover {
  background-color: var(--primary-color);
  color: white;
}

.minister {
  display: flex;
  justify-content: end;
  list-style: none;
  gap: 20px;
  padding: 0;
}

.custom-blockquote {
  color: var(--primary-color);
}

.custom-blockquote p {
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.12px;
  font-size: 24px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 1rem;
}

.border-none {
  border-bottom: none !important;
}

.view-more-link-2 {
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  border-radius: 4px;
  color: var(--primary-color);
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

.view-more-link-2:hover {
  background-color: var(--secondary-color);
}

.about-section {
  background-color: var(--secondary-color);
}

.banner-img-footer-box {
  background-color: var(--teritary-color);
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  /* Ensure it takes the full width */
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 30s linear infinite;
}

.marquee a {
  font-size: var(--default);
}

@keyframes scroll-left {
  0% {
    transform: translateX(40%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.annoucement-box a {
  margin: 0;
}

.marquee.paused {
  animation-play-state: paused;
}

/* banner */
.bannerPagination.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 30% !important;
  right: 0%;
  /* left: auto; */
  margin: auto;
}

.bannerPagination .swiper-pagination-bullet {
  background-color: var(--primary-color) !important;
}

.header-list li {
  list-style: none;
  padding-right: 12px;
}

/* div#block-pharma-searchform {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 8px;
  border-radius: 12px 12px 0 0;
  padding: 0 10px;
  border: 2px solid var(--teritary-color);
  border-bottom: 3px solid var(--primary-color);
  width: 300px;
}


.input-group input {
  border: 0;
  border-right: 1px solid #ccc !important;
  border-radius: 0;
  outline: none;
  width: 85%;

} */

.form-control {
  padding: 6px 9px;
  border: none;
}

.header-2>li {
  border-left: 2px solid var(--primary-color);
}

.first-li {
  border-left: 0 !important;
}

.dialog-off-canvas-main-canvas {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 12;
  background: #fff;
}

.language-switcher.main_menu_home .dropdown {
  min-width: unset;
}

.annoucement-box h2 {
  width: 210px;
  font-size: 20px;
  color: var(--primary-color);
}

.swiper-banner {
  background-color: var(--black) !important;
  border: none !important;
}

.swiper-banner::after {
  color: var(--white) !important;
}

/* 
.firstslide li a {
  padding: 1rem;
} */

.play-pause-btn {
  background-color: transparent;
  outline: none;
  border: none;
  color: var(--primary-color);
}

.play-pause-btn-swiper {
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 03-05 */

.language-switcher {
  position: relative;
  display: inline;
}

.language-switcher.main_menu_home .dropdown {
  background-color: transparent;
  border: none;
}

.language-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.main_menu_home .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  min-width: 150px;
  z-index: 999;
}

.main_menu_home .dropdown-menu li {
  padding: 10px;
}

.main_menu_home .dropdown-menu li a {
  color: #000;
  text-decoration: none;
  display: block;
}

.main_menu_home .dropdown-menu.show {
  display: block;
}

/* 05-5-25 */

#cookie-banner {
  background: #004d4d;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.custom-footer-button {
  background-color: #eee;
  border: none;
  padding: 8px 12px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

.custom-footer-button:hover {
  background-color: #ddd;
}

#customer-swiper img {
  box-shadow: 0px 0px 4px 0px #0000004d;
}

#customer-swiper .swiper-button-next:after,
#customer-swiper .swiper-button-prev:after {
  font-size: 16px;
}

.advertisementSection .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.advertisementSection .video-container figcaption {
  font-size: 15px;
}

.advertisementParentSection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0 auto;
}

.advertisementParentSection>.advertisementChildSection {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  min-height: 250px;
  max-height: 400px;
}

.advertisementParentSection img {
  height: 100%;
  border-radius: 8px;
}

.advertisementParentSection>.advertisementChildSection:first-child {
  grid-column: span 2;
}

.advertisementParentSection .video-container {
  height: 100%;
}

.advertisementParentSection .video-container figure {
  height: 100%;
  margin: 0;
}

#banner-swiper .swiper-slide {
  height: 100%;
}

#banner-swiper .swiper-slide a {
  width: 100%;
}

#banner-swiper .paginationPausebtn {
  width: 100%;
  z-index: 1221;
  bottom: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  right: 30px;
  gap: 16px;
}

#banner-swiper .swiper-button-prev {
  left: 0;
}

#banner-swiper .paginationPausebtn #pause-btn {
  padding: 4px;
  border: 0;
  border-radius: 50%;
  font-size: 14px;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner-swiper .swiper-pagination {
  position: static;
  margin: unset;
  width: auto !important;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 19px;
}

#banner-swiper .swiper-pagination-bullet {
  background: var(--primary-color-ligter);
  width: 20px;
  height: 20px;
  z-index: 121212121;
  opacity: 1;
}

#banner-swiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--primary-color);
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--primary-color);
  border-radius: 0;
}

#personasSwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.homepageSubHead {
  font-size: 22px;
}

.homepageSubHead img {
  width: 50px;
}

.recentDocumentsCardsTitle {
  font-size: 18px;
  font-weight: bold;
}

#offeringTabs .nav-link {
  padding: 0;
  border-radius: 0;
  font-size: 20px;
  text-align: center;
  padding: 6px 16px;
  font-weight: 500;
}

#offeringTabs .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
}

/* #offeringTabs .nav-link:hover {
  border: transparent;
  border-right: 0.5px solid #ffff;
  border-left: 0.5px solid #ffff;
  color: #fff;
} */

#offeringTabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 12px;
}

#offeringTabs li {
  width: 100%;
}

#offeringTabs li:first-child {
  width: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#offeringTabs li:last-child {
  border-left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#offeringTabsContent {
  background-color: #fff;
  padding: 0px 5px;
  margin: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 280px;
  max-height: 320px;
  border-radius: 8px;
}

#offeringTabsContent::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

#offeringTabsContent::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 8px;
}

#offeringTabsContent::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  /* Scrollbar color */
  border-radius: 8px;
  border: 2px solid #fff;
  /* Adds some space inside */
}

#offeringTabsContent::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color);
  /* Darker on hover */
}

/* Firefox */
/*  */

/* WebKit / Blink (Chrome, Edge, Safari) — scoped to avoid global changes */
#offeringTabsContent::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  /* horizontal scrollbar */
}

/* hide arrow buttons */
#offeringTabsContent::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

/* track */
#offeringTabsContent::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  /* gives a "gap" look between track & thumb */
}

/* thumb */
#offeringTabsContent::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
  min-height: 24px;
  border: 1px solid var(--primary-color);
  /* gives a "gap" look between track & thumb */
}

/* thumb hover */
#offeringTabsContent::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
  /* or a darker shade of your primary color */
}

/* corner */
#offeringTabsContent::-webkit-scrollbar-corner {
  background: var(--primary-color);
}

#offeringTabsContent ul {
  padding: 0 10px;
  margin: 0;
}

#offeringTabsContent ul li {
  list-style: none;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid var(--primary-color);
  padding: 12px;
  position: relative;
  display: flex;
  align-items: center;
}

/* #offeringTabsContent ul li:last-child {
  border-bottom: none;
} */

#offeringTabsContent ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.moreInformationIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: text;
}

.minister .card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ministryProfile {
  max-width: 150px;
  min-width: 100px;
  width: 145px;
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: center;
}

.ministryProfile img {
  width: 100%;
  height: 100%;
}

.headerLogo {
  max-width: 450px;
  width: 100%;
  min-width: 400px;
}

/* About us */
/* * about us */
*/ .pagename {
  font-size: 1.5rem;
}

.Innerbaner {
  position: relative;
  background: var(--primary-color);
}

.navigationSection {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.Innerbaner .innerbox {
  position: absolute;
  bottom: 25%;
  width: 50%;
}

.Innerbaner .innerbox nav {
  margin-bottom: 0;
  border-bottom: 0 !important;
}

.Innerbaner .innerbox .pagename {
  color: var(--white);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 1.2rem;
}

.Innerbaner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--background-grad);
  width: 100%;
  height: 100%;
}

.custom-container .innernav {
  /* margin: 0 3rem; */
  background: var(--primary-color);
  padding: 16px;
  margin-top: -40px;
  z-index: 8;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}

.innernav .nav-link {
  font-size: 1.1rem;
  color: var(--white);
}

.innerbox ol li a {
  color: var(--white);
}

.innerbox ol {
  margin: 0;
}

.Innerbaner .innerbox .breadcrumb li a {
  color: var(--white);
  text-decoration: none;
  position: relative;
  font-size: 20px;
}

.Innerbaner .innerbox .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--white);
  content: var(--bs-breadcrumb-divider, "/");
  font-size: 20px;
}

.Innerbaner .innerbox .breadcrumb li span.active,
.Innerbaner .innerbox .breadcrumb li:last-child a.active {
  border-bottom: 1px solid var(--white);
}

.visionbox {
  background: var(--teritary-color);
  border-radius: 10px;
  padding: 32px;
}

.visionbox .h2,
.visionbox h2 {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-size: 24px;
}

.visionbox p {
  font-size: 0.75rem;
}

.aboutcontent p {
  font-size: 1rem;
  text-align: justify;
}

.aboutcontent h2 {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12px;
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.aboutcontent .objectivebox {
  border-radius: 12px;
  background: var(--secondary-color);
  padding: 12px;
  margin-bottom: 22px;
  height: 100%;
}

.stickyBox {
  position: sticky;
  height: fit-content;
  top: 1rem;
}

.aboutcontent .objectivebox p {
  line-height: 24px;
  text-align: left;
  font-weight: 500;
}

.aboutcontent ol,
.aboutcontent ul {
  font-size: 1rem;
}

.aboutcontent ol li,
.aboutcontent ul li {
  line-height: 24px;
}

.aboutcontent .objectivebox h3 {
  color: var(--primary-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}

.download-btn {
  padding: 8px 12px;
  gap: 8px;
  border: none;
  outline: none;
  background: var(--secondary-color);
  border-radius: 4px;
  color: var(--primary-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.12px;
  text-decoration: none;
}

.box {
  border-radius: 8px;
  border: 1px solid var(--teritary-color);
  background: var(--white);
  padding: 16px;
  margin-bottom: 16px;
}

.footer_content .custom-p {
  font-size: 0.85rem;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #f0f0f0;
}

.offcanvas-body::-webkit-scrollbar {
  width: 8px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 4px;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.offcanvas-header {
  padding: 18px 18px 0;
  display: flex;
  align-items: center;
}

.offcanvas {
  border-radius: 12px;
}

#accessibility_panel {
  font-size: 1.2rem;
}

.offcanvas-title {
  gap: 10 px;
}

.offcanvas-body .option-card {
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid #0f5757;
  gap: 4px;
}

.option-card p {
  font-size: 14px;
  color: var(--primary-color);
}

.saturation {
  padding: 15px !important;
}

.textSize {
  padding: 8px !important;
}

.accessibility-icon svg path {
  fill: var(--primary-color);
}

.offcanvas.custom-slide {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out,
    visibility 0.6s;
}

.offcanvas.custom-slide.show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.offcanvas-backdrop {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.accessibilityPointer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessibilityPointer button {
  background: transparent;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  font-size: 13px;
  width: 100%;
  color: var(--primary-color);
  font-weight: 700;
  border-radius: 6px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 80px;
  max-height: 150px;
  height: 100%;
}

.accessibilityPointer button svg,
.accessibilityPointer button svg path {
  fill: var(--primary-color);
}

.gridCustomize {
  display: grid;
  grid-template-columns: repeat(2, 0.5fr);
  gap: 12px;
}

.accessibilityPointer button:hover {
  background: var(--primary-color);
  color: #fff;
  transition: all 0.3s ease;
}

.accessibilityPointer button:hover svg,
.accessibilityPointer button:hover svg path {
  fill: var(--white);
}

.hidden-images img {
  visibility: hidden;
}

.accessibilityPointer button.active {
  background: var(--primary-color);
  color: #fff;
}

.accessibilityPointer button.active svg,
.accessibilityPointer button.active svg path {
  fill: var(--white);
}

.highlight-links {
  background-color: var(--black);
  color: var(--yellow) !important;
}

.default-cursor {
  cursor: url("../images/icon/defaultCursor.svg") 16 16, auto !important;
}

.default-cursor button,
.default-cursor a {
  cursor: url("../images/icon/pointerCursor.svg") 16 16, auto !important;
}

.accessibilityPointer button.filtersReset {
  min-height: 56px;
  max-height: 98px;
}

.menu-link.active {
  color: #007bff;
  font-weight: bold;
}

/* 
.main_menu_home .menu-item.active {
  color: var(--white);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 8px solid var(--primary-color);
} */

.main_menu_home .menu-item.active ul li a {
  color: var(--white);
}

/* 
.main_menu_home .menu-item.active:hover {
  background-color: transparent;
  color: var(--black);
} */

.main_menu_home .menu-item.active:hover ul li {
  color: var(--black);
  border-bottom-width: 0px;
}

/* .main_menu_home .menu-item.active:hover a {
  color: var(--black);
} */

.main_menu_home .menu-item.active:hover ul li a {
  color: var(--black);
}

.announce-list {
  /* border-right: 2px solid #000; */
  padding: 0px 25px;
}

.announce-list:last-child {
  border-right: none;
}

.about-sec:hover svg {
  fill: var(--white);
}

.about-sec:hover svg path {
  fill: var(--white);
}

/* langue */
.language-switcher-wrapper {
  list-style: none;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown .main_menu_home .dropdown-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
}


.language-switcher-wrapper .main_menu_home .dropdown {
  background-color: transparent;
  border-color: transparent;
  min-width: unset;
}

.language-dropdown .main_menu_home .dropdown-menu {
  top: 100%;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px 0;
  min-width: unset;
  margin: 0;
}

.language-switcher-wrapper .main_menu_home .dropdown-toggle::after {
  display: none;
}

.language-dropdown .main_menu_home .dropdown-menu li {
  padding: 0;
}

.language-dropdown:hover .main_menu_home .dropdown-menu {
  display: block;
}

.language-dropdown .main_menu_home .dropdown-item {
  display: flex;
  align-items: center;
  gap: 5px;
  /* padding: 5px 10px; */
  color: #333;
  text-decoration: none;
}

.language-dropdown .main_menu_home .dropdown-item:hover {
  background-color: #f0f0f0;
}

.externalLinksSize {
  font-size: 16px;
}


/* search btn */
#search-block-form,
#search-form {
  display: flex;
  border: 1px solid #000;
  padding: 6px 8px;
  border-bottom: 4px solid var(--primary-color);
}

#edit-keys {
  border: none;
  width: 100%;
  height: 100%;
}

input#edit-keys:focus-visible {
  outline-offset: 0px;
  border: none;
  outline: 0px;
}

#edit-submit {
  background: var(--primary-color);
  border: none;
  margin-top: 8px;
}

.js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys.form-no-label {
  width: 100%;
}

.header-logo img {
  width: 100%;
}

.navigationSection ul.nav li.nav-item a.nav-link.active {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.navigationSection ul.nav li.nav-item a.nav-link.active::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 50%;
  width: 12px;
  height: 28px;
  transform: translate(-90%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='29' viewBox='0 0 13 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_0_138)'%3E%3Cmask id='mask0_0_138' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='1' width='13' height='27'%3E%3Cpath d='M12.5 28L12.5 1L0.5 1L0.5 28H12.5Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_0_138)'%3E%3Cpath d='M8.85547 3.56812C8.85547 4.5744 9.67122 5.39016 10.6775 5.39016C11.6837 5.39016 12.4995 4.57441 12.4995 3.56812C12.4995 2.56184 11.6837 1.74609 10.6775 1.74609C9.67122 1.74609 8.85547 2.56184 8.85547 3.56812Z' fill='%23fff'/%3E%3Cpath d='M8.85547 10.8562C8.85547 11.8625 9.67122 12.6782 10.6775 12.6782C11.6837 12.6782 12.4995 11.8625 12.4995 10.8562C12.4995 9.84993 11.6837 9.03418 10.6775 9.03418C9.67122 9.03418 8.85547 9.84993 8.85547 10.8562Z' fill='%23fff'/%3E%3Cpath d='M8.85547 18.1444C8.85547 19.1506 9.67122 19.9664 10.6775 19.9664C11.6837 19.9664 12.4995 19.1506 12.4995 18.1444C12.4995 17.1381 11.6837 16.3223 10.6775 16.3223C9.67122 16.3223 8.85547 17.1381 8.85547 18.1444Z' fill='%23fff'/%3E%3Cpath d='M8.85547 25.4324C8.85547 26.4387 9.67122 27.2545 10.6775 27.2545C11.6837 27.2545 12.4995 26.4387 12.4995 25.4324C12.4995 24.4262 11.6837 23.6104 10.6775 23.6104C9.67122 23.6104 8.85547 24.4262 8.85547 25.4324Z' fill='%23fff'/%3E%3Cpath d='M1.56836 3.56812C1.56836 4.5744 2.38411 5.39016 3.39039 5.39016C4.39667 5.39016 5.21242 4.57441 5.21242 3.56812C5.21242 2.56184 4.39667 1.74609 3.39039 1.74609C2.38411 1.74609 1.56836 2.56184 1.56836 3.56812Z' fill='%23fff'/%3E%3Cpath d='M1.56836 10.8562C1.56836 11.8625 2.38411 12.6782 3.39039 12.6782C4.39667 12.6782 5.21242 11.8625 5.21242 10.8562C5.21242 9.84993 4.39667 9.03418 3.39039 9.03418C2.38411 9.03418 1.56836 9.84993 1.56836 10.8562Z' fill='%23fff'/%3E%3Cpath d='M1.56836 18.1444C1.56836 19.1506 2.38411 19.9664 3.39039 19.9664C4.39667 19.9664 5.21242 19.1506 5.21242 18.1444C5.21242 17.1381 4.39667 16.3223 3.39039 16.3223C2.38411 16.3223 1.56836 17.1381 1.56836 18.1444Z' fill='%23fff'/%3E%3Cpath d='M1.56836 25.4324C1.56836 26.4387 2.38411 27.2545 3.39039 27.2545C4.39667 27.2545 5.21242 26.4387 5.21242 25.4324C5.21242 24.4262 4.39667 23.6104 3.39039 23.6104C2.38411 23.6104 1.56836 24.4262 1.56836 25.4324Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_138'%3E%3Crect width='12' height='28' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}



.footer_content .footer-image img {
  width: 100%;
  height: 100%;
}

.scroll-to-top {
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 45px;
  height: 45px;
}

.scroll-button,
.scroll-button:hover {
  background-color: var(--primary-color);
}

.scroll-button {
  color: #fff;
  border: none;
  /* padding: 6px 10px; */
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  transition: background-color .3s ease;
  width: 100%;
  height: 100%;
  font-size: 26px;
}


/* Directory */

.alphabetBox {
  display: flex;
  padding: 8px 24px;
  justify-content: start;
  overflow-x: auto;
  gap: 8px;
  align-items: center;
  border-radius: 4px;
  background: #ebeaea;
  margin-bottom: 37px;
  margin-top: 37px;
}

.alphabetBox ul {
  list-style: none;
  display: flex;
  margin: 0;
  gap: 8px;
}

.alphabetBox ul li button {
  color: #0f5757;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  line-height: normal;
  letter-spacing: -.1px;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
}

.directoryBox {
  padding: 16px 20px;
  row-gap: 24px;
  border-bottom: .5px solid #5279d7;
}

.directoryBox .designation {
  color: #0f5757;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
  text-transform: uppercase;
  font-size: 12px;
}

.directoryBox .departmentBadge small {
  font-size: 12px;
  font-weight: 500;
}

.directoryBox svg path {
  fill: #0f5757;
}

.directoryBox .name {
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: .16px;
}


.directoryBox .departmentBadge {
  padding: 6px 13px;
  border-radius: 23px;
  background: #A6D9D9;
  color: #0F5757;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: .12px;
}

.directoryBox .connect {
  color: #150202;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  font-size: 18px;
}

.directoryBox svg {
  width: 25px;
  height: 25px;
}

/* Cards Section */
:root {
  --border-color-cards: #ebeaea;
}

.cardsSection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px;
  /* padding: 20px; */
  padding-top: 20px;
}


.cardsSection .card {
  border: 1px solid var(--border-color-cards);
  padding: 12px;
}

.cardLinks svg {
  width: 20px;
  height: 20px;
}

.cardLinks svg path {
  fill: #fff;
}

.cardLinks {
  padding: 12px;
  background-color: #0f5757c7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
}

.cardsSection .card-footer {
  background: transparent;
  border: none;
  display: flex;
  justify-content: end;
}

.cardsSection h2.card-title {
  font-size: 21px;
  margin: 0;
}

.cardsSection .card-title-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cardsSection .card-title-heading .cards-logo {
  min-width: 153px;
  max-width: 200px;
}

.cardsSection .card-body {
  padding: 0;
  margin: 0;
}

/* Filter */
.filters {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-width: 40%;
  max-width: 80%; */
  border: 1px solid #0f5757;
  border-radius: 5px;

  margin-right: 10px;
}

.filters .filterIcon {
  /* border-right: 2px solid #000; */
  padding: 0 12px;
}

.filters:last-child {
  margin-right: 0px;
}

.filters svg path {
  fill: #0f5757;
}

.filters select {
  border: none;
  /* padding: 0; */
}

.filters select:focus,
.filters input:focus {
  box-shadow: 0 0 0 1px #0f5757;
  border-radius: 0;
}

.filters input {
  border: none;
  /* padding: 0 12px; */
  width: 100%;
}

.inputSearch {
  max-width: 320px;
  flex: 1;
  justify-content: start;

}

.inputSearch form {
  flex: 1;
}


/* Our performance Css */

.performanceCards .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.cards-logo-gallery {
  min-width: 250px;
  max-width: 300px;
}

.cards-logo-gallery img {
  border-radius: 12px;
}

.performanceCards .card-text {
  font-size: 18px;
  margin: 0;
  max-width: 310px;
  padding: 12px 0;
}

.performanceCards .card-body {
  padding: 7px 0;
}

.performanceCards .dateFormat {
  margin: 0;
  font-size: 15px;
  color: #3d4043;
}

.performanceCards {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.performanceCards .card {
  border: none;
}

p.performance-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 5px;
}

/* our team */
.profileCard .card {
  min-width: 280px;
  max-width: 320px;
  min-height: 150px;
  max-height: 200px;
  width: 100%;
}

.profileCard {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 150px;
  align-items: center;
  row-gap: 122px;
}

.profileCard .card {
  position: relative;
  border-radius: 12px;
}

.teamSection {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}


.profileCard .card .card-header {
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
}

.profileCard .card .card-header .card-image img {
  border-radius: 50%;
  min-width: 100px;
  max-width: 124px;
  width: 100%;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.ourTeamColor {
  background-color: #d2dfff;
  border-radius: 12px;
}

.teamSection .profileCard .card .card-body h4 {
  margin: 0;
  font-size: 14px;
  color: #0f5757;
  font-weight: 700;
  text-align: center;
}

.teamSection .profileCard .card .card-body p {
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding-top: 12px;
  font-weight: 500;
}

.profileCard.subchild {
  flex-direction: row;
  gap: 20px;
  row-gap: 0;
  padding-top: 300px;
}

.profileCard.subchild .card {
  position: relative;
  display: inline-block;
}


.profileCard.subchild .card .card-header .card-image img {
  position: relative;
  z-index: 121;
}

.profileCard.subchild {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  padding-top: 150px;
}

.subchildCard {
  width: 100%;
  display: flex;
  column-gap: 15px;
  padding-top: 100px;
  justify-content: space-around;
}

.profileCard {
  position: relative;
}

.profileCard::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #0f5757;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.profileCard:last-child:after {
  content: "";
  position: absolute;
  width: unset;
  height: unset;
  background-color: transparent;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.mainCard.childCards {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mainCard.childCards::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50%;
  /* Adjust as needed */
  background-color: #0f5757;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* Horizontal line (_) */
.mainCard.childCards::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0f5757;
  top: calc(100% + 50%);
  /* Position below the vertical line */
  left: 0;

}

.subchildCard .card::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #0f5757;
  top: -100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
  /* Card content stays above the line */
}

.subchildCard .card {
  position: relative;
  z-index: 1;
  /* Card content stays above the line */
}

.allModals .modal-card .modal-card-img img.profileImage {
  border: 2px solid #162f6a;
  object-fit: cover;
  width: 130px;
  height: 130px;
}

.allModals .modal-card .modal-card-body .small,
.allModals .modal-card .modal-card-body small {
  color: #162f6a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
}

.allModals .modal-card .modal-card-body .h4 {
  color: #150202;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 8px;
}

.allModals .modal-card .modal-card-body p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: .12px;
  margin-bottom: 8px;
}

.allModals .connect {
  color: #150202;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.allModals .download-btn {
  padding: 8px 12px;
  gap: 8px;
  border: none;
  outline: none;
  background: #d2dfff;
  border-radius: 4px;
  color: #162f6a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
  text-decoration: none;
}

.allModals .modal-card .modal-card-footer .small,
.allModals .modal-card .modal-card-footer small {
  color: #162f6a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
}

.allModals .modal-card .line {
  height: 1px;
  border: 1px solid #5279d7;
}

.allModals .modal-content {
  padding: 10px 45px;
}

.allModals .modal-card .modal-card-bottom .modal-card-bottom-name p,
.allModals .modal-card .modal-card-bottom .modal-card-bottom-name span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: .12px;
}

.allModals .modal svg {
  max-width: 15px;
  min-width: 14px;
}

.allModals .modal svg path {
  fill: #0f5757;
}

.allModals .modal-card-inner-body {
  padding: 12px 0;
}

.allModals .modal-card-footer {
  padding: 12px 0;
}

.allModals .modal-card-inner-body svg {
  max-width: 20px;
  min-width: 15px;
}

.allModals .modal-card .modal-card-bottom .modal-card-bottom-name .small,
.allModals .modal-card .modal-card-bottom .modal-card-bottom-name small {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.allModals .modal-card-bottom {
  padding-bottom: 12px;
}

.ourTeamColor a.clickHover:hover .card {
  border: 2px solid #0f5757;
}

.ourTeamColor a.clickHover {
  text-decoration: none;
}

.pdfIcon {
  border-right: 2px solid #0f5757;
  padding: 0 10px;
}

.pdfClick {
  display: flex;
  gap: 12px;
}

.pdfShow {
  border-top: 1px solid #0f5757;
}

.pdfClick .detailsBtn {
  background-color: #fff !important;
  border: 1px solid #214aab !important;
  border-radius: 4px !important;
  color: #214aab !important;
  font-weight: 700 !important;
  padding: 8px 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
  text-decoration: none;
}

.pdfClick .detailsBtn {
  display: flex;
  justify-content: center;
}

.pdfClick .iconpdf {
  width: 20px;
  height: 20px;
}

.our-team-list-container svg path {
  fill: #0f5757;
}

.our-team-list-container .our-team-list-header p {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.our-team-list-header svg path {
  fill: #fff;
}

.our-team-list-container .our-team-list-header {
  gap: 8px;
  background-color: #0f5757;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 32px;
}

.our-team-list-container .our-team-list-subheader {
  background-color: #d2dfff;
  color: #214aab;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 4px;
}

.our-team-list-container .our-team-list-subheader-list .name {
  color: #150202;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.our-team-list-container .our-team-list-subheader-list .address,
.our-team-list-container .our-team-list-subheader-list .designation {
  color: #150202;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.our-team-list-container .our-team-list-subheader-list .contact {
  color: #150202;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  word-break: break-word;
}

.our-team-list-container .our-team-list-subheader-list {
  padding: 12px 8px;
  border-bottom: 1px solid #ebeaea;
}

.input-group-text {
  display: flex;
  align-items: center;
  /* padding: .375rem .75rem; */
  padding: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  /* border: var(--bs-border-width) solid var(--bs-border-color); */
  border: 1px solid var(--primary-color);
  border-radius: var(--bs-border-radius);
  background-color: transparent;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.searchField input[type="search"]:focus-visible {
  outline: rgb(255, 255, 255) solid 1px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: rgb(0, 0, 0) !important;
  border-image: initial !important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.searchField .input-group-text svg {
  width: 18px;
  height: 18px;
  cursor: text;
}

.breadcrumb-item.active {
  color: #fff;
}

.searchField {
  max-width: 375px;
  width: 100%;
}

.input-group-text {
  cursor: text;
}

.searchField .input-group-text svg path {
  fill: var(--primary-color);
}

.perPageField {
  max-width: 180px;
  width: 100%;
}

.perPageField select,
.filterField select,
.searchField input {
  font-size: 14px;
  border-radius: var(--bs-border-radius);
  border-left: 0;
  border-color: var(--primary-color);
}

.filterField {
  max-width: 270px;
  width: 100%;
}

.filterBoxResponsive {
  margin-bottom: 18px;
}

#scheme-cards .card .card-header {
  height: 100%;
  max-height: 300px;
  padding: 0;
  min-height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#scheme-cards .card .card-header .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#scheme-cards .card h5.card-title {
  color: #000;
  font-size: 20px;
}

#scheme-cards .card h5.card-title mark {
  padding: 0;
  background-color: yellow;
  color: inherit;
}

#scheme-cards .card .card-text {
  font-size: 14px;
  color: #150202;
  margin: 0;
  padding: 25px 0;
}

#scheme-cards .card .card-body {
  position: relative;
  padding: 18px;
  max-height: 300px;
  height: 100%;

}

.readMoreLink {
  padding: 6px 10px;
  outline: none;
  color: #162f6a;
  height: 40px;
  width: 40px;
  text-decoration: none;
  background: #A6D9D9;
  border-radius: 4px;
  border: none;
  position: absolute;
  right: 3%;
  top: 90%;
  transform: translate(-3%, -90%);
}

.readMoreLink a svg {
  width: 20px;
  height: 20px;
}

.readMoreLink a svg path {
  stroke: var(--primary-color);
  stroke-width: 1;
}

#scheme-cards .card {
  border: 1px solid #ebeaea;
}

#scheme-cards .card,
#scheme-cards .card .card-header {
  border-radius: 16px;
}

#scheme-cards .card .card-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#scheme-cards .card .card-header .card-img-top {
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 50%;
  z-index: 1212;
}

.page-item.disabled .page-link {
  background: transparent;
  border: none;
}

.page-item:not(:first-child) .page-link {
  margin: 0;
}

.page-item.disabled svg path {
  fill: #ccc;
  stroke: #ccc;
}

.page-link a svg {
  width: 16px;
  height: 16px;
}

.page-link:focus {
  box-shadow: unset;
}

.page-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: var(--primary-color);
  border: none;
  margin: 0 8px;
}

.page-item a:hover {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #a3bbf3;
  color: var(--primary-color);
  border: none;
  font-weight: 600;
}

.page-item.active a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #a3bbf3;
  color: var(--primary-color);
  border: none;
  font-weight: 600;
}

.page-item .page-link svg {
  height: 16px;
  width: 16px;
}

.visionbox {
  background: #ebeaea;
  border-radius: 10px;
  padding: 32px;
}

.visionbox h2 {
  color: #162f6a;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0;
}

.intro {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.intro .introHeading {
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #162f6a;
  font-size: 22px;
}

.docs {
  /* margin-top: 32px; */
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.docs .docsHeading {
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #162f6a;
  font-size: 22px;
}

.docsCard {
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #e0d9cf !important;
}

.docsCard .cardBody {
  padding: 8px 16px !important;
}

.docsCard .cardBody p {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}

.type-size small {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .6px;
  font-size: 12px;
}

.docsCard .type-size small.year {
  color: #3d4043;
}

.download-btn {
  padding: 8px 12px;
  gap: 8px;
  border: none;
  outline: none;
  background: #d2dfff;
  border-radius: 4px;
  color: var(--primary-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
  text-decoration: none;
}

.career-card p {
  margin: 0;
}

.career-card .career-card-header {
  background-color: #a3bbf3;
  height: 100%;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-height: 60px;
  min-height: 50px;
}

.career-card .career-card-header p {
  font-size: 20px;
  padding: 8px 0;
}

.career-card .cardContentOne {
  min-height: 125px;
}

.career-card .careersContent {
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
}

.career-card .careersContent {
  overflow-wrap: break-word;
}

.career-card .cardContentTwo {
  height: 100%;
  min-height: 120px;
  max-height: 200px;
}

.career-card .span {
  font-style: normal;
  line-height: 18px;
  letter-spacing: .12px;
  font-weight: 500;
  text-transform: uppercase;
}

.career-card {
  padding: 20px 24px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  flex-shrink: 0;
  border: 1px solid #ebeaea;
}

.mark,
mark {
  background-color: yellow;
  padding: 0;
  color: inherit;
}

.nodataAvai {
  font-size: 20px;
  text-align: center;
  padding: 14px;
  font-weight: 600;
}

.download-outline-btn {
  padding: 8px 12px;
  gap: 8px;
  outline: none;
  border-radius: 4px;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid var(--primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
  text-decoration: none;
}

.tableheader {
  background: #0f5757;
  border-radius: 4px;
  padding: 12px 32px;
  margin: 0 0 16px;
}

.tableheader .small,
.tableheader small {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .48px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;

}

.announcementbox {
  border-radius: 8px;
  border: 1px solid #ebeaea;
  background: #fff;
  padding: 8px 32px;
  margin-bottom: 6px;
}

.announcementbox .table-column {
  color: #0b2641;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .48px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ptype {
  color: #3d4043;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.announcementbox p {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

.ptype {
  color: #3d4043;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 12px;
}

.clearbtn {
  color: #3d4043;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .6px;
  min-width: 122px;
  border-radius: 6px;
  border: 1px solid #0f5757 !important;
  /* padding: 5px 12px; */
  padding: 8px 12px;
  gap: 4px;
}

#clear-filters.fade {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

#clear-filters.fade.show {
  opacity: 1;
}

.vacancies-detials .h2,
.vacancies-detials h2 {
  color: #150202;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 36px;
  font-size: 20px;
}

.vacancies-detials p {
  color: #150202;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.comingSoonClass {
  text-align: center;
  font-size: 30px;
  margin: 0;
}

.download-outline-btn:hover {
  background-color: #0f575754;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}


#our_organisation .card .card-header {
  height: 100%;
  max-height: unset;
  padding: 0;
  min-height: unset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: transparent;
  border: none;
}

#our_organisation .card .card-header .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#our_organisation .card h5.card-title {
  color: var(--primary-color);
  font-size: 20px;
}

#our_organisation .card h5.card-title mark {
  padding: 0;
  background-color: yellow;
  color: inherit;
}

#our_organisation .card .card-text {
  font-size: 14px;
  color: #150202;
  margin: 0;
  padding: 25px 0;
}

#our_organisation .card .card-body {
  position: relative;
  padding: 18px;
  max-height: 300px;
  height: 100%;
  min-height: 250px;
}

#our_organisation .card {
  border: 1px solid #ebeaea;
}

#our_organisation .card,
#our_organisation .card .card-header {
  border-radius: 16px;
}

#our_organisation .card .card-header .card-img-top {
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 200px;
}

.aboutcontent h3 {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.12px;
  margin-bottom: 0;
  font-size: 16px;
}

.aboutcontent .cardHeader {
  background-color: #D9F2F2;
}

.noDataFound {
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  padding: 20px;
}

.accordion-item {
  margin-bottom: 20px;
  border: 1px solid #ebeaea !important;
  border-radius: 8px !important;
  padding: 10px 25px;
}

.accordion-item button {
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px 0px;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
  border-bottom: 1px solid var(--primary-color);

}

.accordion-item .accordion-body ul {
  margin: 0;
}

/* Change arrow color */
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  /* filter: invert(24%) sepia(14%) saturate(1381%) hue-rotate(133deg) brightness(97%) contrast(94%); */
  width: 1.5rem;
  height: 1.5rem;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
}


/* our */
#group-division-cards .card {
  min-height: 250px;
}

#group-division-cards .card .card-header {
  height: 100%;
  max-height: 200px;
  padding: 0;
  min-height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#group-division-cards .card h5.card-title {
  color: #000;
  font-size: 20px;
}

#group-division-cards .card h5.card-title mark {
  padding: 0;
  background-color: yellow;
  color: inherit;
}

#group-division-cards .card .card-text {
  font-size: 14px;
  color: #150202;
  margin: 0;
  padding: 25px 0;
}

#group-division-cards .card .card-body {
  position: relative;
  padding: 18px;
  max-height: 300px;
  height: 100%;

}



#group-division-cards .card {
  border: 1px solid #ebeaea;
}

#group-division-cards .card,
#group-division-cards .card .card-header {
  border-radius: 16px;
}

#group-division-cards .card .card-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#group-division-cards .card .card-header .card-img-top {
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* our team */
.profileCard .card {
  min-width: 280px;
  max-width: 320px;
  min-height: 150px;
  max-height: 200px;
  width: 100%;
}

.profileCard {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 150px;
  align-items: center;
  row-gap: 122px;
}

.profileCard .card {
  position: relative;
  border-radius: 12px;
}

.teamSection {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}


.profileCard .card .card-header {
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
}

.profileCard .card .card-header .card-image img {
  border-radius: 50%;
  min-width: 100px;
  max-width: 124px;
  width: 100%;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.ourTeamColor {
  background-color: #d2dfff;
  border-radius: 12px;
}

.teamSection .profileCard .card .card-body h4 {
  margin: 0;
  font-size: 14px;
  color: #0f5757;
  font-weight: 700;
  text-align: center;
}

.teamSection .profileCard .card .card-body p {
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding-top: 12px;
  font-weight: 500;
}

.profileCard.subchild {
  flex-direction: row;
  gap: 20px;
  row-gap: 0;
  padding-top: 300px;
}

.profileCard.subchild .card {
  position: relative;
  display: inline-block;
}


.profileCard.subchild .card .card-header .card-image img {
  position: relative;
  z-index: 121;
}

.profileCard.subchild {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  padding-top: 150px;
}

.subchildCard {
  width: 100%;
  display: flex;
  column-gap: 15px;
  padding-top: 100px;
  justify-content: space-around;
}

.profileCard {
  position: relative;
}

.profileCard::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #0f5757;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.profileCard:last-child:after {
  content: "";
  position: absolute;
  width: unset;
  height: unset;
  background-color: transparent;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.mainCard.childCards {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mainCard.childCards::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50%;
  /* Adjust as needed */
  background-color: #0f5757;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* Horizontal line (_) */
.mainCard.childCards::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0f5757;
  top: calc(100% + 50%);
  /* Position below the vertical line */
  left: 0;

}

.subchildCard .card::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #0f5757;
  top: -100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
  /* Card content stays above the line */
}

.subchildCard .card {
  position: relative;
  z-index: 1;
  /* Card content stays above the line */
}

.allModals .modal-card .modal-card-img img.profileImage {
  border: 2px solid #162f6a;
  object-fit: cover;
  width: 130px;
  height: 130px;
}

.allModals .modal-card .modal-card-body .small,
.allModals .modal-card .modal-card-body small {
  color: #162f6a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
}

.allModals .modal-card .modal-card-body .h4 {
  color: #150202;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 8px;
}

.allModals .modal-card .modal-card-body p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: .12px;
  margin-bottom: 8px;
}

.allModals .connect {
  color: #150202;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.allModals .download-btn {
  padding: 8px 12px;
  gap: 8px;
  border: none;
  outline: none;
  background: #d2dfff;
  border-radius: 4px;
  color: #162f6a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
  text-decoration: none;
}

.allModals .modal-card .modal-card-footer .small,
.allModals .modal-card .modal-card-footer small {
  color: #162f6a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
}

.allModals .modal-card .line {
  height: 1px;
  border: 1px solid #5279d7;
}

.allModals .modal-content {
  padding: 10px 45px;
}

.allModals .modal-card .modal-card-bottom .modal-card-bottom-name p,
.allModals .modal-card .modal-card-bottom .modal-card-bottom-name span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: .12px;
}

.allModals .modal svg {
  max-width: 15px;
  min-width: 14px;
}

.allModals .modal svg path {
  fill: #0f5757;
}

.allModals .modal-card-inner-body {
  padding: 12px 0;
}

.allModals .modal-card-footer {
  padding: 12px 0;
}

.allModals .modal-card-inner-body svg {
  max-width: 20px;
  min-width: 15px;
}

.allModals .modal-card .modal-card-bottom .modal-card-bottom-name .small,
.allModals .modal-card .modal-card-bottom .modal-card-bottom-name small {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.allModals .modal-card-bottom {
  padding-bottom: 12px;
}

.ourTeamColor a.clickHover:hover .card {
  border: 2px solid #0f5757;
}

.ourTeamColor a.clickHover {
  text-decoration: none;
}

.pdfIcon {
  border-right: 2px solid #0f5757;
  padding: 0 10px;
}

.pdfClick {
  display: flex;
  gap: 12px;
}

.pdfShow {
  border-top: 1px solid #0f5757;
}

.pdfClick .detailsBtn {
  background-color: #fff !important;
  border: 1px solid #214aab !important;
  border-radius: 4px !important;
  color: #214aab !important;
  font-weight: 700 !important;
  padding: 8px 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .12px;
  text-decoration: none;
}

.pdfClick .detailsBtn {
  display: flex;
  justify-content: center;
}

.pdfClick .iconpdf {
  width: 20px;
  height: 20px;
}

.our-team-list-container svg path {
  fill: #0f5757;
}

.our-team-list-container .our-team-list-header p {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.our-team-list-header svg path {
  fill: #fff;
}

.our-team-list-container .our-team-list-header {
  gap: 8px;
  background-color: #0f5757;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 32px;
}

.our-team-list-container .our-team-list-subheader {
  background-color: #d2dfff;
  color: #214aab;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 4px;
}

.our-team-list-container .our-team-list-subheader-list .name {
  color: #150202;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.our-team-list-container .our-team-list-subheader-list .address,
.our-team-list-container .our-team-list-subheader-list .designation {
  color: #150202;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.our-team-list-container .our-team-list-subheader-list .contact {
  color: #150202;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  word-break: break-word;
}

.our-team-list-container .our-team-list-subheader-list {
  padding: 12px 8px;
  border-bottom: 1px solid #ebeaea;
}

.minister-name {
  color: #162f6a;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.12px;
  margin-bottom: 16px;
  font-size: 26px;
}

.minister-designation {
  color: #150202;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 32px;
  font-size: 20px;
}

.minister-big-intro p {
  color: #150202;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

.announcementbox .counter-box {
  padding: 2px 6px;
  background: #a3bbf3;
  border-radius: 4px;
  color: #162f6a;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: -.24px;
  width: 25px;
  height: 25px;
  font-size: 12px;
}

.copyright-section p {
  font-size: 20px;
  font-weight: 400;
}

footer .footer-list ul li a {
  font-size: 20px;
}

footer p.last-update {
  font-size: 18px;
  margin: 0;
}

.sociallink-footer {
  list-style: none;
  gap: 18px;
  margin: 0;
  padding: 10px 0;
}

.sociallink-footer svg path {
  fill: #fff;
}

/* Media gallery */
.photos-card .photos-img,
.photos-card .videos-img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  max-height: 260px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.photos-row-gap {
  row-gap: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
}

.photos-card {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.position-relative {
  position: relative !important;
}

.photos-card .photos-btn {
  color: #fff;
  padding: 8px;
  background: rgba(0, 0, 0, .62);
  border-radius: 4px;
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  text-decoration: none;
  right: 10px;
  transform: translate(0%, 0%);
  bottom: 5%;
}

.photos-card .photos-card-body .photos-card-title {
  color: #150202;
  white-space: wrap;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
  margin-bottom: 0 !important;
  font-size: 14px;
}

.photos-card .photos-card-footer {
  margin-top: 8px;
}

.gallerybox img {
  border-radius: 8px;
  margin-bottom: 8px;
  object-fit: cover;
  height: 300px;
  /* width: 100%; */
  /* height: 50vh; */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.media-gallery-title {
  font-size: 20px;
  color: #fff;
}

.media-prev {
  position: relative;
  inset: unset;
  margin: 0;
}

.media-next {
  position: relative;
  inset: unset;
  margin: 0;
}

.modal-footer {
  background-color: var(--primary-color);
}

.media-next.swiper-button-next:after,
.media-prev.swiper-button-prev:after {
  color: #fff;
}

.gallery-swiper {
  position: relative;
}

.closebtnMediaGallery {
  position: absolute;
  z-index: 123456789;
  top: 10px;
  right: 10px;
}

.close-btn {
  top: 10px;
  right: 10px;
  color: #fff;
  padding: 8px;
  background: rgba(0, 0, 0, .62);
  border-radius: 4px;
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  text-decoration: none;
}

.close-btn:hover {
  background: rgba(0, 0, 0, .62);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

.objectives-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.steps-icon {
  min-width: 20px;
  max-width: 40px;
}

.steps-icon img {
  width: 100%;
  height: 100%;
}

.aboutcontent .objectivebox.customBorderClass {
  border-radius: 12px;
  background: transparent;
  padding: 12px;
  margin-bottom: 22px;
  height: 100%;
  border: 1px solid var(--primary-color);
}

.sitemapbox a {
  color: #150202;
  text-decoration: none;
  font-size: 16px;
}

.sitemapbox p {
  color: var(--primary-color);
  font-weight: 500;
  border-bottom: 1px solid #ebeaea;
  margin-bottom: 0px;
  padding: 14px 8px;
  font-size: 18px;
}

.group4 .sitemapbox ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.sitemapbox ul li {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid #ebeaea;
  list-style: none;
}

.sitemapbox ul li ul li {
  padding-left: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sitemapbox ul {
  padding: 0;
  margin: 0;
}

.pm-quote-box blockquote.headline {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 12px;
}

.pm-quote-box blockquote.headline p {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -.12px;
}

.pm-quote-box .miniter-title {
  margin: 0;
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
}

.pm-quote-box .event-date {
  margin: 0;
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
}

.about-section .h2 a,
.about-section h2 a,
.about-section-layout-3 .h2 a,
.about-section-layout-3 h2 a {
  color: inherit;
  text-decoration: none;
  gap: 12px;
}

.about-section-layout-3 .about-section-left .about-btn {
  min-height: 60px;
  color: rgb(21, 2, 2);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  box-shadow: rgba(35, 35, 47, 0.06) 0px 1px 2px 0px, rgba(35, 35, 47, 0.08) 0px 4px 8px 0px;
  padding: 12px 8px;
  border-width: 0.5px;
  border-style: solid;
  border-color: var(--primary-color);
  border-image: initial;
  background: rgb(255, 255, 255);
  transition: 0.3s;
  border-radius: 2px;
  font-size: 1.2rem;
  min-height: 84px;
  max-height: 100px;
  text-decoration: none;
}

.about-section-layout-3 .about-section-left .about-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.about-section-layout-3 .about-section-left .about-btn:hover svg * {
  fill: #fff;
}

.about-section .about-section-right img,
.about-section-layout-3 .about-section-right img {
  width: 215px;
  height: 200px;
  min-height: 200px;
  /* object-fit: contain; */
  border-width: 2px 2px 6px;
  border-style: solid;
  border-color: rgb(235, 234, 234) rgb(235, 234, 234);
  border-image: initial;
  border-bottom: 6px solid var(--primary-color);
}

.about-section .about-section-right .minister-name,
.about-section-layout-3 .about-section-right .minister-name {
  color: rgb(21, 2, 2);
  font-style: normal;
  font-weight: 600;
  min-height: 25px;
  font-size: 18px;
}

.about-section .about-section-right .minister-desg,
.about-section-layout-3 .about-section-right .minister-desg {
  color: rgb(21, 2, 2);
  font-style: normal;
  font-weight: 400;
}

.about-section .about-section-right .card,
.about-section-layout-3 .about-section-right .card {
  width: 215px;
  gap: 0px !important;
}

.about-section .about-section-right,
.about-section-layout-3 .about-section-right {
  gap: 20px;
}

.text-about-ministry p {
  font-size: 1.2rem;
  padding: 12px 0px;
  padding-bottom: 30px;
  margin: 0px;
}

.about-section-heading {
  color: var(--primary-color);
}

.about-section-heading svg * {
  color: var(--primary-color);
}

.homepages .aboutcontent {
  display: none;
}

header .searchposition {
  position: relative;
}

.searchContainer {
  position: relative;
  width: 100%;
}

header .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 8px;
  border-radius: 12px 12px 0 0;
  padding: 6px 10px;
  border: 2px solid #ebeaea;
  border-bottom: 3px solid var(--primary-color);
}

header .input-group input {
  padding: 0;
}

header .input-group .form-control:focus {
  box-shadow: unset;
}

header .input-group .form-control {
  border: 0;
  padding-left: 0;
  background: #fff;
  color: #150202;
}

.input-group>:not(:first-child):not(.main_menu_home .dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

header .input-group .search-icon-btn {
  color: var(--primary-color);
  /* padding-top: 8px; */
  outline: none;
  background: rgb(0, 0, 0, 0);
  border: 0;
  border-left: 1px solid #ebeaea;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  height: 100%;
}

header .logobox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
}

header .logobox svg {
  min-width: 57px;
  max-width: 57px;
}

header .logobox .govtext.h2,
header .logobox h2.govtext,
header .logobox p.govtext {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -.08px;
  font-size: 1.2rem;
}

header .logobox .ministry-name-45.h2,
header .logobox h2.ministry-name-45,
header .logobox p.ministry-name-45 {
  line-height: 30px;
  font-size: 1.4rem;
  color: #000;
  font-style: normal;
  font-weight: 600;
}

header .logobox .ministry-indian {
  font-size: 1.1rem;
  color: #000;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

header ul.parent_menu_list>li.active-parent button {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: normal;
  /* border-bottom: 8px solid var(--primary-color) !important; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

header ul.parent_menu_list>li.active-parent a {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

header ul.parent_menu_list>li.active-parent button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--primary-color);
  bottom: 0px;
  left: 0;
  z-index: -1;
}

header ul.parent_menu_list>li.active-parent:first-child a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--primary-color);
  bottom: 0px;
  left: 0;
  z-index: -1;
}

header ul.parent_menu_list>li.active-parent p.menu_title {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.3rem;
}

header ul.parent_menu_list>li button svg * {
  fill: #000;
}

header ul.parent_menu_list>li.active-parent button svg * {
  fill: var(--primary-color);
}

header ul.parent_menu_list p.menu_title {
  font-size: 1.2rem;
  font-weight: 500;
}

.search-box .main-menu-title {
  color: #150202;
  font-weight: 600;
  border-bottom: 1px solid #ebeaea;
  padding: 0 0 10px;
  font-size: 1.5rem;
}

.customNone {
  display: none !important;
}

.minister_link:hover {
  text-decoration: underline;
}

#customer-swiper .swiper-button-prev {
  left: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 560px;
  /* optional, for layout */
  margin-bottom: 20px;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* disable direct interaction */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
}

.subsection-title {
  font-size: 1.5rem;
}

.subTitle {
  font-size: 1.2rem;
}

.counter-box {
  padding: 2px 6px;
  background: var(--primary-color);
  border-radius: 4px;
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: -.24px;
  width: 25px;
  height: 25px;
}

.pointer {
  cursor: pointer;
}

.link-btn,
.link-outline-btn {
  padding: 8px;
  outline: none;
  color: #162f6a;
  height: 40px;
  width: 40px;
  text-decoration: none;
}

.link-btn {
  background: #d2dfff;
  border-radius: 4px;
  border: none;
}

.importantlinklist li {
  padding: 18px 0px;
}

.importantlinklist a {
  color: #150202;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .importantlinklist .list-group-item {
    padding: 18px 0;
} */
.importantlinklist {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 12px;
}


.importantlinklist::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.importantlinklist::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 8px;
}

.importantlinklist::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  /* Scrollbar color */
  border-radius: 8px;
  border: 2px solid #fff;
  /* Adds some space inside */
}

.importantlinklist::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color);
  /* Darker on hover */
}

/* Firefox */
/*  */

/* WebKit / Blink (Chrome, Edge, Safari) — scoped to avoid global changes */
.importantlinklist::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  /* horizontal scrollbar */
}

/* hide arrow buttons */
.importantlinklist::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

/* track */
.importantlinklist::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  /* gives a "gap" look between track & thumb */
}

/* thumb */
.importantlinklist::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
  min-height: 24px;
  border: 1px solid var(--primary-color);
  /* gives a "gap" look between track & thumb */
}

/* thumb hover */
.importantlinklist::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
  /* or a darker shade of your primary color */
}

/* corner */
.importantlinklist::-webkit-scrollbar-corner {
  background: var(--primary-color);
}

.seekerbox {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #5279d7;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  position: relative;
  min-height: 100px;
  max-height: 134px;
  text-decoration: none;
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.seekerbox p {
  color: #162f6a;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.seekerbox a {
  position: absolute;
  right: 8px;
  bottom: 5px;
  color: #162f6a;
}

.seekerbox img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.text-formatter li {
  text-transform: capitalize;
}

.highlight-links .govtext.h2,
.highlight-links h2.govtext,
.highlight-links p.govtext,
.highlight-links .ministry-name-45 {
  color: var(--yellow) !important;
}

#thumbswiper .swiper-button-next,
#thumbswiper .swiper-button-prev {
  background-color: #000;
  width: 35px;
  height: 35px;

}

#thumbswiper .swiper-button-prev {
  left: 16px;
}

#thumbswiper .swiper-button-next {
  right: 16px;
}

#thumbswiper .swiper-button-next:after,
#thumbswiper .swiper-button-prev:after {
  color: #fff;
}

#thumbswiper .swiper-horizontal>.swiper-pagination-bullets,
#thumbswiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  background-color: #D9F2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /* flex-wrap: wrap; */
  width: auto !important;
  margin: auto;
  position: static;
}

#thumbswiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #2D8686;
  opacity: 0.7
}

#thumbswiper .swiper-pagination-bullet-active {

  background: var(--primary-color);
  opacity: 1;
}

.pause-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #000;
  /* match navigation style */
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.swiper-controls {
  position: absolute;
  top: 80%;
  z-index: 123;
  right: 0;
}

.bhashini-dropdown-btn-icon svg * {
  fill: var(--primary-color);
}

#menu-toggle {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 2px;
  outline: unset;
  border: unset;
  color: #fff;
  width: 40px;
  height: 40px;
  margin: .5rem 0;
}

.innernav-wrapper {
  z-index: 1;
}

.innernav {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.innernav::-webkit-scrollbar {
  display: none;
  /* hide scrollbar */
}

.nav {
  display: flex;
  white-space: nowrap;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border: none;
  outline: none;
  padding: 8px;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  text-decoration: none;
  background: #D9f2f2;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.nav-arrow.left {
  left: -10px;
}

.nav-arrow.right {
  right: -10px;
}

.nav-arrow {
  display: none;
  /* hidden by default, JS will show when needed */
}

.submenu_dropdown {
  display: none;
  transition: all 0.3s ease-in-out;
}

.photos-card-body .performance-title {
  font-size: 16px;
  margin: 0;
  padding-bottom: 6px;
}

.photos-card-body .date_performance {
  font-size: 12px;
  margin: 0;
}

.photos-img.skeleton.skeleton-img {
  border: 1px solid #e0d9cf;
  /* background-color: ; */
}

.photos-img.skeleton {
  position: relative;
  overflow: hidden;
  background: #e0e0e0;
}

.photos-img.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: shine 1.5s infinite;
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.custom_cards .card-body {
  min-height: 200px;
}

.custom_cards {
  padding: 12px;
}

.custom_cards .card-header {
  border: 0;
  background: transparent;
}

.custom_cards .card-header .card-title {
  font-size: 18px;
}

#menu-toggle {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 2px;
  outline: unset;
  border: unset;
  color: #fff;
  width: 40px;
  height: 40px;
  margin: .5rem 0;
}

.photos-card .videos-img {
  width: 100%;
  height: 196px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}








.gallery-swiper {
    position: relative;
}

/* Overlay nav buttons */
.gallery-swiper .overlay-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
}

/* Left */
.gallery-swiper .swiper-button-prev.overlay-nav {
    left: 15px;
}

/* Right */
.gallery-swiper .swiper-button-next.overlay-nav {
    right: 15px;
}

/* Optional: better visibility */
.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.custom_swipers_height .swiper{
  height: 590px;
}
