.Announcements_container__GUSE7 {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  padding: 20px;
  background-color: var(--secondary-bg);
  color: var(--text-color);
}

.Announcements_breadcrumb__adAam {
  color: gray;
  font-size: 14px;
}

.Announcements_highlight__45eUZ {
  color: var(--heading-color);
  font-weight: bold;
}

.Announcements_title__TTqk5 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: var(--heading-color);
}

.Announcements_subtitle__x_XyU {
  text-align: center;
  color: #666;
  margin-top: 5px;
}

.Announcements_searchBar__5M4_I {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.Announcements_input__8aruw {
  width: 300px;
  padding: 8px;
  border: 1px solid var(--heading-color);
  border-radius: 5px;
}

.Announcements_searchButton__q5Vm0 {
  background-color: var(--heading-color);
  color: var(--secondary-bg);
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.Announcements_filterButtons__9mWSp {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}

.Announcements_iconButton__cqR5Y {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: none;
  cursor: pointer;
}

.Announcements_iconButton__cqR5Y:hover {
  background: #f5f5f5;
}

.Announcements_tableContainer__eS1dS {
  margin-top: 20px;
  overflow-x: auto;
}

.Announcements_tableContainer__eS1dS table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.Announcements_tableContainer__eS1dS table th,
.Announcements_tableContainer__eS1dS table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.Announcements_tableContainer__eS1dS table th {
  background: var(--primary-bg);
  color: var(--text-color);
  text-align: left;
}

.Announcements_center__XY6Ty {
  text-align: center;
}

.Announcements_actionIcon__niaU2 {
  cursor: pointer;
  color: gray;
  margin: 0 5px;
  color: var(--heading-color);
}

.Announcements_actionIcon__niaU2:hover {
  color: #1d4ed8;
}

.Announcements_noResults__itsYK {
  text-align: center;
  padding: 10px;
  color: gray;
}

.Announcements_pagination__Az9wv {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  width: 100%;
  padding-left: 60px;
}

/* .pagination span{
  cursor: pointer;
  height: 25px;
  user-select: none;
  width: 25px;
  font-size: 12px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  margin-right: 5px;
  background-color: var(--secondary-bg);
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
} */

.Announcements_active__jUE5v {
  background-color: var(--heading-color) !important;
  color: var(--secondary-bg) !important;
}

.Announcements_disable__dieTm {
  color: #bababa !important;
  border-color: #bababa !important;
  cursor: default !important;
}

@media (max-width: 768px) {
  .Announcements_pagination__Az9wv {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.Login_main__lj_Js{
    /* min-height: calc(100svh); */
    background-image: url("/login/Login.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.Login_white__TZ0kY{
    height: 100%;
    min-height: calc(100svh);
    width: 100%;
    background-color: var(--white-light-transperant);
    /* align-items: center;
    align-self: center; */
    align-content: center;
    padding: 20px 0;
}

.Login_white__TZ0kY form{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 10px;
}

.Login_white__TZ0kY h3{
    padding:  10px 0;
}

.Login_left__loFby{
    background-image: url("/login/00.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
}

.Login_right__sTULk{
    border-radius:  0 20px 20px 0;
}

.Login_row__ht54B{
    max-width: 800px;
    margin: auto !important;
    border-radius: 100px;
}
.loading_container__xJk6R{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100svh);
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: var(--secondary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_container__xJk6R span span{
    background-color: var(--heading-color) !important;
    position: relative;
    top: -30px;
}
.button_button__AHv4k {
  position: relative;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  background-color: var(--footer-bg);
  margin-top: 10px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.button_text__e7e0S {
  white-space: nowrap;
}

.button_spinner__69xj4 {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: button_spin__w3_vt 0.8s linear infinite;
}

@keyframes button_spin__w3_vt {
  to {
    transform: rotate(360deg);
  }
}

.button_ButtonLoading__zn97T {
  padding: 10px 20px;
  background-color: var(--footer-bg);
  width: auto;
  color: #fff;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
  font-size: 14px;
}

.button_ButtonLoading__zn97T:disabled {
  background-color: #d3d3d3;
  cursor: not-allowed;
}
.button_button__AHv4k:disabled {
  background-color: #d3d3d3;
  cursor: not-allowed;
}

.button_cursor-pointer__Rp_8W {
  cursor: pointer !important;
}

.feedback_container__ArmBK {
    padding: 50px;
    text-align: left;
    /* max-width: 800px; */
    margin: auto;
    background-color: var(--secondary-bg);
    color: var(--text-color);
  }
  
  /* Breadcrumb */
  .feedback_breadcrumb__a93O2 {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
  }
  
  .feedback_breadcrumb__a93O2 span {
    font-weight: bold;
  }
  
  /* Page Title */
  .feedback_title__4SuPH {
    font-size: 32px;
    font-weight: bold;
    color: var(--heading-color);
  }
  
  .feedback_subtitle___xq0d {
    font-size: 16px;
    color: var(--link-color);
    margin-bottom: 20px;
  }
  
  /* Intro Text */
  .feedback_introText__Ea9Lk {
    font-size: 14px;
    color: var(--intro-text);
    margin-bottom: 30px;
    line-height: 1.6;
  }
  
  /* Terms Sections */
  .feedback_termsSection__oyvBa {
    margin-bottom: 30px;
  }
  
  .feedback_termsSection__oyvBa h2 {
    font-size: 18px;
    color: var(--link-hover);
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .feedback_termsSection__oyvBa p {
    font-size: 14px;
    color: var(--link-color);
    line-height: 1.6;
  }
  
.RadioGroup_radioGroup__kzumy {
  display: flex;
  flex-direction: column;
  width: max-content;
}

.RadioGroup_groupLabel__D1dXk {
  font-weight: 600;
  margin-bottom: 5px;
}

.RadioGroup_optionsContainer__AdD_5 {
  display: flex;
  gap: 22px;
}

.RadioGroup_optionLabel__yUoZc {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  cursor: pointer;
}

.RadioGroup_optionLabel__yUoZc input {
  width: 18px;
  height: 18px;
  accent-color: #626262;
}
.RadioGroup_optionLabel__yUoZc input:disabled{
  width: 18px;
  height: 18px;
  accent-color: #a2a2a2;
}

.fileUpload_fileUploadInput__8_BpO input {
  display: none;
}
.fileUpload_fileUploadInput__8_BpO {
  border-radius: 8px;
  background-color: rgba(239, 239, 239, 1);
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 150px;
  height: 45px;
}

.fileUpload_fileUploadWrapper__yNYXC {
  display: flex;
  align-items: center;
  gap: 35px;
}

.fileUpload_fileUploadWrapper__yNYXC > :nth-child(2) {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* white-space: nowrap; Prevents text from wrapping */
  overflow: hidden;
  /* border: 1px solid rgba(0, 0, 0, 0.4); */
  border-radius: 8px;
  /* background-color: rgba(239, 239, 239, 1); */
  font-weight: 700;
}
.fileUpload_fileUploadWrapper__yNYXC > :nth-child(2) > p {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  width: 220px;
}

.fileUpload_hiddenInput__uJZbZ {
  display: none;
}
.fileUpload_fileUploadWrapper2__T_wEW p {
  /* font-weight: 700; */
}

.fileUpload_filePreview__jET6O {
  display: flex;
  gap: 10px;
  padding: 8px 12px;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  align-items: baseline;
}

.fileUpload_filePreview__jET6O button {
  border: none;
  background-color: transparent;
}
.fileUpload_filePreview__jET6O p {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
}

.fileUpload_error__tFsXF {
  color: red;
  margin-top: 10px;
}

/* Modal Styles */
.fileUpload_modalOverlay__d_IHu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fileUpload_modalContent__Hn_F_ {
  background: white;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-width: 90%;
  max-height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fileUpload_previewImage__KYyK2 {
  max-width: 100%;
  max-height: 50vh;
  border-radius: 5px;
}

.fileUpload_closeButton__bQRDj {
  position: absolute;
  top: -10px;
  right: -10px;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

.fileUpload_previewContainer__Hp6Lv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 10px;
}

/* ---------------------------------- Pagination Css ---------------------------------- */
.pagination_paginationMainWrapper__IlIoI {
  display: flex;
  justify-content: end;
  background-color: #fff;
  margin-top: 20px;
  padding-right: 60px;
  border-radius: 15px;
}
.pagination_pagination_wrapper__2HhCv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  /* 50px */
  /* margin-top: 10px; */
  /* 10px */
}

.pagination_pagination_wrapper__2HhCv > :last-child span {
  padding: 4px 8px;
  /* 4px 8px */
  background-color: #eeebfe;
  color: #000000;
}

.pagination_pagination__jZq_c {
  display: flex;
  align-items: center;
  margin: auto;
  gap: 5px;
  /* 5px */
  margin-left: auto;
}

.pagination_pagination__jZq_c button {
  font-size: 0.8125rem;
  /* 13px */
  cursor: pointer;
  height: 30px;
  padding: 1px 6px;
  border: none;
  border-radius: 5px;
  /* 5px */
  background-color: #eeebfe;
  color: #000000;
  font-weight: 500;
  display: grid;
  place-items: center;
}

.pagination_pagination__jZq_c button:disabled {
  opacity: 60%;
  pointer-events: none;
}

.pagination_paginationArrowBtn__ChHKW {
  width: 30px !important;
  /* 30px */
}
.pagination_currentPageCountBtn__a7Ewo {
  background-color: #fff !important;
  color: black !important;
  width: 35px;
  border-radius: 10px !important;
}

.pagination_pagination__jZq_c button .pagination_svg-inline--fa__Bzy8z {
  font-size: 1rem;
  font-weight: 400;
}

.pagination_pagination__jZq_c button .pagination_svg-inline--fa__Bzy8z,
.pagination_pagination__jZq_c button p {
  padding: 5px;
  /* 5px */
  margin-bottom: 0;
}

.pagination_pagination__jZq_c input {
  width: 30px;
  height: 30px;
  /* 30px */
  border-radius: 6px;
  /* 6px */
  font-size: 12px;
  /* 12px */
  padding: 0;
  text-align: center;
  color: black;
  font-weight: 500;
  background: transparent;
  border: 1.5px solid #757575;
  /* 1.5px */
}

.pagination_pagination__jZq_c input:focus {
  box-shadow: none;
}

.pagination_pagination_total_count__q_DZK {
  display: flex;
  align-items: center;
  gap: 7px;
  /* 7px */
  padding: 0 5px;
  /* 0 5px */
}

.pagination_pagination__jZq_c h5 {
  font-size: 0.875rem !important;
  /* 14px */
  color: #757575;
  margin-bottom: 0;
}

.pagination_rightArrow__tLB9s {
  transform: rotate(180deg);
}

.pagination_horizontalLine__mUlHg {
  margin-top: 40px;
  /* 40px */
  margin-bottom: 40px;
  /* 40px */
  width: 100%;
  height: 2px;
  /* 2px */
  background-color: black;
}

@media (max-width: 768px) {
  .pagination_paginationMainWrapper__IlIoI {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* Sidebar Buttons */
.commanComponents_activeAdminSidebarBtn__i912Z {
  text-align: start;
  background-color: #dfdff9 !important;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #0c0966;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* border-right: 3px solid var(--sidebar-active-border); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  gap: 20px;
  transition: 0.3s all ease-in-out;
  width: 100%;
}

.commanComponents_column2__f3Sra {
  text-align: center;
}

.commanComponents_activeAdminSidebarBtn__i912Z svg {
  fill: #0c0966 !important;
}

.commanComponents_subMenuArrow___oZPK {
  transform: rotate(90deg);
}

.commanComponents_adminSidebarBtn__mtUry {
  text-align: start;
  text-transform: capitalize;
  padding: 18px 20px;
  border: none;
  font-size: 17px;
  color: var(--text-color);
  background-color: transparent !important;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.commanComponents_adminSidebarBtn__mtUry:hover {
  background-color: var(--sidebar-btn-hover-bg) !important;
  font-weight: 500;
  color: var(--heading-color);
  font-size: 17.1px;
  transition: 0.3s all ease-in-out;
}

@keyframes commanComponents_sidebarIconShakeOnce__i8sLW {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-2px);
  }

  50% {
    transform: translateX(2px);
  }

  75% {
    transform: translateX(-1px);
  }

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

.commanComponents_sidebarIcon__gIy_w svg {
  transition: fill 0.3s ease-in-out;
  will-change: transform;
}

.commanComponents_adminSidebarBtn__mtUry:hover .commanComponents_sidebarIcon__gIy_w svg,
.commanComponents_activeAdminSidebarBtn__i912Z:hover .commanComponents_sidebarIcon__gIy_w svg {
  animation: commanComponents_sidebarIconShakeOnce__i8sLW 0.45s ease-in-out 1;
  fill: var(--sidebar-icon-fill) !important;
}

.commanComponents_adminSidebarBtn__mtUry:not(:hover) .commanComponents_sidebarIcon__gIy_w svg,
.commanComponents_activeAdminSidebarBtn__i912Z:not(:hover) .commanComponents_sidebarIcon__gIy_w svg {
  animation: none;
}

.commanComponents_adminSidebarBtn__mtUry svg {
  fill: var(--text-color) !important;
  transition: fill 0.3s ease-in-out;
}

.commanComponents_adminSidebarBtn__mtUry:hover svg {
  fill: var(--sidebar-icon-fill) !important;
}

/* Search Box */
.commanComponents_searchBoxWrapper__OJ_bH {
  width: 500px;
  background-color: var(--secondary-bg);
  height: 40px;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
}

.commanComponents_searchInput__fE9_B {
  width: 490px;
  height: 38px;
  border: transparent;
  outline: none;
  background: transparent;
  color: var(--text-color);
}

.commanComponents_searchBoxWrapper__OJ_bH {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 8px;
  background: white;
  width: -moz-fit-content;
  width: fit-content;
}

.commanComponents_marqueeInputWrapper__L8Pnv {
  position: relative;
  flex: 1 1;
}

/* Marquee placeholder effect */
.commanComponents_placeholderMarquee__KtNcc {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}

.commanComponents_placeholderMarquee__KtNcc span {
  display: inline-block;
  padding-left: 100%;
  animation: commanComponents_marquee__D_tPg 15s linear infinite;
  color: #999;
  font-size: 16px;
}

@keyframes commanComponents_marquee__D_tPg {
  0% {
    transform: translateX(0);
  }

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

.commanComponents_marqueeInputWrapper__L8Pnv:hover .commanComponents_placeholderMarquee__KtNcc span,
.commanComponents_marqueeInputWrapper__L8Pnv:focus-within .commanComponents_placeholderMarquee__KtNcc span {
  animation-play-state: paused;
}

/* 
.searchInput::placeholder {
  font-size: 14px;
  color: var(--text-color);
} */

.commanComponents_footer__JEc12 {
  background-color: #FAFAFF;
  overflow-x: hidden;
  box-shadow: 0 4px 19px #888, 0 1px 5px #888;
  padding-top: 15px;
}

/* Footer */
.commanComponents_container__o6vL_ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  /* padding: 20px; */
}

.commanComponents_container__o6vL_ ul li {
  list-style: none;
  padding: 0;
}

.commanComponents_container__o6vL_ p {
  color: var(--text-color);
}

.commanComponents_container__o6vL_ ul li a {
  color: var(--text-color);
  text-decoration: none;
}

.commanComponents_container__o6vL_ ul li a:hover {
  color: var(--link-hover);
}

.commanComponents_container__o6vL_ h3 {
  margin-bottom: 10px;
}

.commanComponents_container__o6vL_ h5 {
  color: var(--text-color);
}

/* Logo */
.commanComponents_logoSection__7l1j6 {
  text-align: center;
  width: 25%;
}

.commanComponents_logo__NEU_L {
  background: var(--footer-bg);
  color: white;
  font-size: 24px;
  /* padding: 20px; */
  display: inline-block;
  border-radius: 5px;
}

/* Social Icons */
.commanComponents_socialIcons__esWgU {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  /* gap: 12px; */
  font-size: 24px;
}

.commanComponents_icon__zMsX3 {
  background: var(--icon-bg);
  color: white;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px;
  font-size: 18px !important;
  transition: 0.3s ease-in-out;
  padding: 5px;
}

.commanComponents_icon__zMsX3:hover {
  background: var(--icon-hover-bg);
}

/* Links */
.commanComponents_linksSection__bwXm3 {
  display: flex;
  justify-content: space-between;
  width: 45%;
}

.commanComponents_linksSection__bwXm3 h3 {
  color: var(--heading-color);
  font-size: 18px;
  margin-bottom: 15px;
}

.commanComponents_linksSection__bwXm3 ul {
  list-style: none !important;
  padding: 0;
}

.commanComponents_linksSection__bwXm3 li {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0 !important;
}

.commanComponents_linksSection__bwXm3 a {
  text-decoration: none;
  color: var(--link-color);
}

.commanComponents_linksSection__bwXm3 a:hover {
  color: var(--link-hover);
}

/* Address Section */
.commanComponents_addressSection__t7W81 {
  width: 25%;
}

.commanComponents_addressSection__t7W81 h3 {
  color: var(--heading-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.commanComponents_mapIcon__nn_Wb {
  color: var(--heading-color);
  font-size: 18px;
}

.commanComponents_addressSection__t7W81 p {
  color: var(--link-color);
  font-size: 14px;
  margin: 5px 0;
}

/* Bottom Bar */
.commanComponents_bottomBar___OvXr {
  background: var(--footer-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 0px;
  flex-wrap: nowrap; /* important for single line */
  white-space: nowrap;
  /* position: relative; */
}
.commanComponents_bottomLinks__WmURx{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.commanComponents_bottomLinks__WmURx a {
  color: white;
  margin: 0 12px;
  text-decoration: none;
  font-size: 14px;
   flex: 1 1;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.commanComponents_bottomLinks__WmURx a:hover {
  text-decoration: underline;
}

/* Footer Copyright */
.commanComponents_bottomBar2__UYCin {
  background: var(--bottom-bar-bg);
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px;
}

.commanComponents_bottomLeft__lkZ0h p,
.commanComponents_bottomRight__nkWVZ p {
  font-size: 14px;
}

.commanComponents_bottomLeft__lkZ0h {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* gap: 15px; */
  width: 100%;
}

/* Application Form Card */
.commanComponents_applicationFormCard__MI9sV {
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.commanComponents_applicationFormCard__MI9sV> :nth-child(1) {
  padding: 10px;
  width: 40px;
  border-right: 1px solid var(--border-color);
}

.commanComponents_applicationFormCard__MI9sV> :nth-child(2) {
  padding: 10px;
  width: 40%;
  border-right: 1px solid var(--border-color);
}

.commanComponents_applicationFormCard__MI9sV> :nth-child(3) {
  padding: 10px;
  width: 60%;
}

/* Language Dropdown */
.commanComponents_langDropdown__KQqN_ {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  position: relative;
  gap: 8px;
  /* background-color: #f7f7fb; */
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 10px;
}

/* Popup Css */

.commanComponents_overlay__yJhVJ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.commanComponents_popup__ZAl6c {
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 90vh;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  animation: commanComponents_fadeIn___3tV3 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  margin: auto;
}

/* .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.commanComponents_closeButton__NxbCM {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px solid #fff; */

  font-size: 30px;
  cursor: pointer;
  color: black;
  position: absolute;
  top: -12px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.commanComponents_approval-popup-class__xTz_Y {
  width: 80%;
}

.commanComponents_addressHeading__ZZzI7 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: start;
}

.commanComponents_visitoeCount__6mcpS {
  margin-bottom: 0px;
  margin-right: 8px;
  color: #fff
}

/* .lastUpdate {
  font-size: 12px;
  margin-bottom: 0px;
} */

.commanComponents_visitorCountDiv__9r_b5 {
 position: absolute;
 right: 2px;
}

.commanComponents_addressDiv__dtAL5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}

/* media queries for Footer */
@media (min-width: 320px) and (max-width: 768px) {
  .commanComponents_footer__JEc12 {
    /* padding: 20px; */
    text-align: center;
  }

  .commanComponents_container__o6vL_ {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .commanComponents_container__o6vL_ h5 {
    font-size: 16px;
  }

  .commanComponents_column2__f3Sra {
    width: 100%;
  }

  .commanComponents_column__GeAYN {
    width: 100%;
  }

  .commanComponents_logo__NEU_L {
    font-size: 20px;
    font-weight: bold;
  }

  .commanComponents_socialIcons__esWgU {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .commanComponents_icon__zMsX3 {
    font-size: 20px;
  }

  .commanComponents_column__GeAYN ul {
    list-style: none;
    padding-left: 0 !important;
    font-size: 11px;
  }

  .commanComponents_column__GeAYN ul li {
    margin: 5px 0;
  }

  .commanComponents_bottomBar___OvXr,
  .commanComponents_bottomBar2__UYCin {
    flex-direction: column;
    text-align: center;
  }

  .commanComponents_bottomLinks__WmURx {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .commanComponents_bottomLeft__lkZ0h,
  .commanComponents_bottomRight__nkWVZ {
    text-align: center;
  }

  .commanComponents_bottomRight__nkWVZ {
    display: flex;
  }

  .commanComponents_addressHeading__ZZzI7 {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }

  .commanComponents_visitorCountDiv__9r_b5 {
    display: block;
    gap: 3px;
    text-align: center;
  }

  .commanComponents_bottomRight__nkWVZ p {
    display: block;
  }

  .commanComponents_addressDiv__dtAL5 {
    display: block;
    gap: 8px;
    padding-bottom: 10px;
  }
}
.announcement_addAnnouncementBtn__BY0w5 {
  padding: 8px 10px;
  background-color: #d2e1f0;
  border: none;
  border-radius: 8px;
  color: #2e2e6b;
  font-weight: 700;
}

.announcement_addAnnouncementBtn__4nstQ {
  padding: 8px 10px;
  background-color: #d2e1f0;
  border: none;
  border-radius: 8px;
  color: #2e2e6b;
  font-weight: 700;
}

.announcement_addAnnouncementBtn__08kpX {
  padding: 8px 10px;
  background-color: #d2e1f0;
  border: none;
  border-radius: 8px;
  color: #2e2e6b;
  font-weight: 700;
}

.fileSelectBox_inputBoxWrapper__IYrFC {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fileSelectBox_inputBoxWrapper__IYrFC label {
  font-weight: 600;
}

.fileSelectBox_inputBoxWrapper__IYrFC input {
  /* border: 1px solid; */
  border: 1.4px solid #c5c5c5;
  /* border-bottom: 2px solid rgba(225, 225, 226, 1); */
  outline: none;
  width: 400px;
  height: 40px;
  border-radius: 10px;
  font-size: 17px;
  padding-left: 20px;
}
.fileSelectBox_inputBoxWrapper__IYrFC .fileSelectBox_input__vcukb::placeholder {
  color: #5e5b5b;
}
.fileSelectBox_inputBoxWrapper__IYrFC input:disabled {
  background-color: #fff;
  color: #5e5b5b; /* Optional: to style the text color */
}

.fileSelectBox_inputBoxWrapper__IYrFC textarea {
  border: 1px solid;
  /* border-bottom: 2px solid rgba(225, 225, 226, 1); */
  outline: none;
  font-size: 17px;
}
.fileSelectBox_inputBoxWrapper__IYrFC input:disabled {
  opacity: 70%;
  border-bottom: 2px solid rgb(231, 231, 231);
}
.fileSelectBox_inputBoxWrapper__IYrFC textarea:disabled {
  opacity: 70%;
  border-bottom: 2px solid rgb(231, 231, 231);
}

.fileSelectBox_inputBoxWrapper__IYrFC > :nth-last-child(1) {
  font-size: 12px;
  color: rgba(107, 107, 107, 1);
}

.adminLoader_container__46UOq {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100svh);
  width: 100%;
  position: fixed;
  z-index: 999;
  /* background-color: var(--secondary-bg); */
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.adminLoader_container__46UOq span span {
  background-color: var(--heading-color) !important;
  position: relative;
  top: -30px;
}

.aboutNew_sectionAbout__GPP1v {
    background-color: #f6f9fd;
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutNew_container__53gdi {
    text-align: center;
    padding: 40px 120px;
    max-width: 1000px;
    width: 100%;
}

.aboutNew_heading__J7Frm {
    margin: 0;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #163A75;
}

.aboutNew_text___rTA3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #2d3748;
}

.aboutNew_buttonWrapper__jhN3H {
    margin-top: 25px;
}

.aboutNew_button__Jdj28 {
    background-color: #163A75;
    color: white;
    border: none;
    padding: 10px 40px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s ease;
}

.aboutNew_button__Jdj28:hover {
    opacity: 0.85;
}
.aboutNew_clamp__iyn2M {
  display: -webkit-box;
  -webkit-line-clamp: 5;  /* 4–5 line limit */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* Collector image section */
.aboutNew_sectionImage__zg_P_ {
    background-image: url("/_next/static/media/Collector Section.2d798a90.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}

.aboutNew_card__IamnL {
    /* background: rgba(255, 255, 255, 0.92); */
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border-radius: 22px;
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); */
    max-width: 1200px;
    width: 100%;
    padding: 35px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.aboutNew_photo__Pb2F6 {
    object-fit: cover;
    border-radius: 14px;
    flex-shrink: 0;
}
.aboutNew_photoIcons__Sd92T{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.aboutNew_content__X9MMl {
    width: 100%;
}

.aboutNew_name__R8Zsa {
    font-size: 34px;
    font-weight: 800;
    color: #163A75;
    margin-bottom: 6px;
}

.aboutNew_title__Q77yI {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.5;
    margin-bottom: 12px;
}

.aboutNew_desc__igjUk {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    color: #2d3748;
}
.aboutNew_mainVinayDC__QhhaQ{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.aboutNew_mainH2AndPtag__K5va4{
    display: flex;
    flex-direction: column;
}

/* Responsive */
@media (max-width: 900px) {
    .aboutNew_card__IamnL {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .aboutNew_photo__Pb2F6 {
        width: 220px !important;
        height: 260px !important;
    }

    .aboutNew_name__R8Zsa {
        font-size: 26px;
    }

    .aboutNew_title__Q77yI {
        font-size: 14px;
    }
}



/* What Do You Need Today Section */
.aboutNew_whatSection__BjR56 {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.aboutNew_whatHeading__Ior1R {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    margin-bottom: 50px;
}

.aboutNew_cardContainer__n88U3 {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.aboutNew_serviceCard__EXATq {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 260px;
    height: 380px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
    border: 1px solid #f0f0f0;
}

.aboutNew_cardIconWrapper__sYtFP {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    background: #fff;
    z-index: 2;
}

.aboutNew_cardIcon___39Wx {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.aboutNew_cardContent__rKfUz {
      background-image: url("/_next/static/media/Vector 5.cba8faeb.png"), url("/_next/static/media/Vector 4.25d89fb4.png");
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    width: 100%;
    height: 100%;
    position: relative;
}
.aboutNew_cardContentOrg__RbvKA {
      background-image: url(/_next/static/media/org-5.6f281486.png), url(/_next/static/media/org-4.bbf5034f.png);
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    width: 100%;
    height: 100%;
    position: relative;
}
.aboutNew_cardContentBlue__MJAf_ {
      background-image: url(/_next/static/media/blue2.a9d84eb9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.aboutNew_cardContentListGreen__aaF2U {
      background-image: url(/_next/static/media/ListGreen.354b4d26.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.aboutNew_cardTitle__U0_zO {
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
    position: absolute;
    width: 75%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color:#ffff
}
.aboutNew_cardTitleRenew__CjmJk {
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color:#ffff;
    width: 70%;
}
.aboutNew_mainCard__j_DyR{
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {
    .aboutNew_serviceCard__EXATq {
        width: 200px;
        height: 300px;
    }

    .aboutNew_cardIcon___39Wx {
        width: 50px;
        height: 50px;
    }

    .aboutNew_cardTitle__U0_zO {
        font-size: 18px;
    }
    .aboutNew_mainCard__j_DyR{
    display: block;
    /* flex-direction: ; */
}
.aboutNew_sectionImage__zg_P_{
    padding: 0px;
}
.aboutNew_photoIcons__Sd92T{
    width: auto;
    height: auto;
    object-fit: cover;
}
.aboutNew_mainVinayDC__QhhaQ{
    display: block;
}
.aboutNew_whatSection__BjR56 {
    padding: 10px;
    
}
.aboutNew_serviceCard__EXATq{
    margin-bottom: 10px;
}
}

@media (max-width: 900px) {
    .aboutNew_cardContainer__n88U3 {
        gap: 20px;
    }
    
}
@media (max-width: 600px) {
    .aboutNew_container__53gdi {
        padding: 30px 20px;
    }

    .aboutNew_heading__J7Frm {
        font-size: 26px;
    }

    .aboutNew_text___rTA3 {
        font-size: 14px;
    }

    .aboutNew_button__Jdj28 {
        width: 100%;
    }

    .aboutNew_photo__Pb2F6 {
        width: 200px !important;
        height: 230px !important;
    }

    .aboutNew_name__R8Zsa {
        font-size: 22px;
    }

    .aboutNew_title__Q77yI {
        font-size: 13px;
    }

    .aboutNew_desc__igjUk {
        font-size: 13px;
    }
    .aboutNew_mainVinayDC__QhhaQ{
    display: block;
}
}
.ApplyLicense_container__eEnJ2 {
  padding: 100px 40px;
  background-color: var(--primary-bg);
  text-align: center;
  max-width: 900px;
  margin: auto;

}

/* Breadcrumb */
.ApplyLicense_breadcrumb__fgCmS {
  font-size: 14px;
  color: gray;
  margin-bottom: 10px;
  text-align: left;
}

.ApplyLicense_breadcrumb__fgCmS span {
  font-weight: bold;
}

/* Page Title */
.ApplyLicense_title__6IKd0 {
  font-size: 28px;
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.ApplyLicense_subtitle__Z4Km9 {
  font-size: 16px;
  color: var(--link-color);
  margin-bottom: 30px;
}

/* License Sections */
.ApplyLicense_licenseContainer__71RSx {
  display: flex;
  justify-content: space-around;
  background: var(--secondary-bg);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /* background-color: blue; */
}

.ApplyLicense_licenseSection__MPhut h2 {
  font-size: 18px;
  color: var(--link-hover);
  margin-bottom: 10px;
}

.ApplyLicense_options__m_jxe {
  display: flex;
  gap: 15px;
}
.ApplyLicense_options__m_jxe span {
  font-size: 14px;
  color: var(--link-color);
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.3s ease;
}

.ApplyLicense_options__m_jxe span:hover {
  background-color: #1e3a8a;
  color: white;
  border-color: #1e3a8a;
}

.Announcements_container__V67Em {
    position: relative;
    background: url("/bullets-2546777.jpg") no-repeat center center/cover;
    padding: 20px;
    /* border-radius: 8px; */
    text-align: left;
    overflow: hidden;
  }
  
  /* Blur Effect using an Overlay */
  .Announcements_container__V67Em::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); /* Blur Effect */
    background: var(--white-light-transperant); 
    z-index: 0;
  }
  
  .Announcements_title__t_fCr,
  .Announcements_subtitle__Z6F8B,
  .Announcements_announcementList__EausJ,
  .Announcements_viewMore__QMP_B {
    position: relative;
    z-index: 1; /* Ensure text and content stay above the blur */
  }

.Announcements_headerContainer__N4nr5 {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  max-width: 800px; 
  margin: 0 auto 15px auto;
}

.Announcements_title__t_fCr {
  font-size: 22px;
  font-weight: bold;
  color: #002B33;
  margin-right: 10px; 
}

.Announcements_subtitle__Z6F8B {
  font-size: 14px;
  color: #F8FBFF;
  white-space: nowrap; 
}

  
  .Announcements_announcementList__EausJ {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .Announcements_announcement__IYfzG {
    display: flex;
    align-items: center;
    background: var(--secondary-bg);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* border: 0.1px solid var(--primary-bg); */
    max-width: 800px; 
    margin: 0 auto; 
    width: 100%; 
  }
  
  
  .Announcements_dateTime__0LIXl {
    font-weight: bold;
    color: var(--text-color);
    margin-right: 10px;
  }
  
  .Announcements_text__eVjl8 {
    flex-grow: 1;
    color: var(--text-color);
  }
  
  .Announcements_newUpdate__QMc2m {
    background: purple;
    color: white;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 10px;
  }
  
  /* Centering the View More Button */
.Announcements_viewMoreContainer__CQunv {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.Announcements_viewMore__QMP_B {
  background: var(--icon-hover-bg);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.Announcements_viewMore__QMP_B:hover {
  background: var(--sidebar-active-border);
}

@media screen and (max-width: 768px) {
  .Announcements_announcement__IYfzG {
    display: flex;
    flex-direction: column;
    gap: 5;
  }

  .Announcements_announcement__IYfzG .Announcements_text__eVjl8{
    text-align: center;
  }
  .Announcements_dateTime__0LIXl {
    font-weight: bold;
    color: var(--text-color);
    margin-right: 10px;
    display:flex;
    justify-content: center;  
    align-items: center;
    font-size: 15px;
  }

  .Announcements_newUpdate__QMc2m{
    background: purple;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 10px;
    width: -moz-fit-content;
    width: fit-content;
    display:flex;
    justify-content: center;  
    align-items: center;
  }
  .Announcements_newUpdate__QMc2m:hover{
    cursor: pointer;  
  }
  .Announcements_newUpdate__QMc2m span{
    width: -moz-fit-content;
    width: fit-content; 
    display:flex;
    justify-content: center;  
    align-items: center;
  }
  .Announcements_newUpdate__QMc2m:hover{
    cursor: pointer;  
  }
  
}


.LoadingPublic_container__JIxut {
  /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
  height: calc(112svh - 112px);
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: var(--secondary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.LoadingPublic_container__JIxut span span {
  background-color: var(--heading-color) !important;
  position: relative;
  top: -30px;
}

@media screen and (max-width: 768px) {
  .LoadingPublic_container__JIxut {
    height: calc(112svh - 61px);
  }
}

.homePageCard_mainCardDiv__K4NIg {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.homePageCard_cardWrapper__fkEr2 {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--secondary-bg);
}

.homePageCard_card__8uXrQ {
  background-color: var(--heading-color);
  border-radius: 12px;
  width: 280px;
  height: 160px;
  text-align: center;
  color: var(--secondary-bg);
  text-decoration: none;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.homePageCard_card__8uXrQ:hover {
  transform: translateY(-5px);
}

.homePageCard_iconContainer__H2_Ma {
  position: relative;
  z-index: 1;
}

.homePageCard_bgIcon__vZk12 {
  position: absolute;
  right: -80px;
  bottom: -50px;
  opacity: 0.5;
  z-index: 0;
}

.homePageCard_title__Uk3E6 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
}
.homePageCard_titleOverlay__a5_U1 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 2px 6px rgba(0,0,0,0.6);
  pointer-events: none;
  text-align: center;
  width: 90%;
}

@media (max-width: 768px) {
  .homePageCard_card__8uXrQ {
    width: 220px;
    height: 140px;
  }

  .homePageCard_bgIcon__vZk12 {
    right: -60px;
    bottom: -40px;
  }

  .homePageCard_title__Uk3E6 {
    font-size: 16px;
  }
}

.Hero_banner__2_PeZ {
  position: relative;
  width: 100%;
  min-height: 420px;
  background-image: url(/_next/static/media/banner-img.0bcdf109.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.Hero_sliderBox__ydBJG {
  width: 90%;
  max-width: 1200px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.Hero_sliderContainer__j34pI {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.Hero_sliderTrack__qK_yO {
  display: flex;
  width: 100%;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

.Hero_slide__8hXj3 {
  min-width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.Hero_content__bX8q1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  flex-wrap: wrap;
}

.Hero_left__hbqiF, .Hero_right__00g8y {
  flex: 1 1;
  min-width: 300px;
}

.Hero_heading__3b9Oc {
  font-size: 40px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
  line-height: 1.2;
}

.Hero_desc___2zMj {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-top: 14px;
  max-width: 520px;
  line-height: 1.8;
}

.Hero_right__00g8y {
  display: flex;
  justify-content: flex-end;
}

.Hero_sideImage__RkdUf {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 18px;
}

/* DOTS */
.Hero_dots__zN24S {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.Hero_dots__zN24S span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: black;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.3s ease;
}

.Hero_dots__zN24S .Hero_activeDot__6_hlx {
  opacity: 1 !important;
  transform: scale(1.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .Hero_content__bX8q1 {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .Hero_right__00g8y {
    justify-content: center;
    margin-top: 18px;
  }
  .Hero_heading__3b9Oc {
    font-size: 26px;
  }
  .Hero_desc___2zMj {
    font-size: 13px;
    max-width: 90%;
  }
  .Hero_sideImage__RkdUf {
    width: 200px;
    height: 200px;
  }
  .Hero_sliderBox__ydBJG {
    padding-bottom: 50px;
  }
  .Hero_dots__zN24S {
    bottom: 14px;
  }
}

/* Section Styles
.section {
  text-align: center;
  padding: 40px 20px;
  background-color: var(--secondary-bg);
}

.heading {
  font-size: 24px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 30px;
  padding: 30px 0px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.box {
  width: 240px;
  height: 80px;
  background-color: var(--box-dark-color) !important; 
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.box:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .section {
    padding: 35px 10px;
  }
  .row {
    align-items: center;
    padding: 0 10px;
  }

  .box {
    width: 100px;
    height: 80px;
    padding: 5px;
    flex-grow: 1;
  }

  .heading {
    margin-bottom: 10px;
  }
}

@media (max-width: 325px) {
  .box {
    width: 90%;
    height: 80px;
    padding: 20px 10px;
  }
} */
 .WeaponLicense_section__ZAvG0 {
  /* text-align: center; */
  padding: 40px 20px;
  background-color: var(--secondary-bg);
}

.WeaponLicense_heading__zVo7k {
  font-size: 35px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 30px;
  padding: 30px 0px;
  text-align: center;
}
.WeaponLicense_mainDiv__JqRtU{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  padding-left: 40px;
  flex-wrap: wrap;
}
.WeaponLicense_leftSideDiv__yy1J7{
  width: 50%;
}
.WeaponLicense_rightSideDive__ELArX{
  width: 50%;
}
.WeaponLicense_rightSideIMG__jpg4Z{
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
}

/* Accordion */
.WeaponLicense_accordionItem__zey_B {
  background: #eef0f7;
  margin-bottom: 10px;
  border-radius: 12px;
}

.WeaponLicense_accordionHeader__8IbtW {
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

.WeaponLicense_arrow__UhaG6 {
  will-change: transform;
  transition: transform 0.3s ease-in;
}

.WeaponLicense_arrow__UhaG6.WeaponLicense_open__hmvtw {
  transform: rotate(90deg);
}

.WeaponLicense_accordionContent__DAS1S {
  border: 1px solid transparent;
  border-top: 0;
  background: #f6f7fb;
  font-size: 14px;
  color: #222;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, border-color 0.3s ease;
  border-radius: inherit;
}

.WeaponLicense_accordionContent__DAS1S.WeaponLicense_open__hmvtw {
  grid-template-rows: 1fr;
  border-color: rgba(0, 0, 0, 0.1);
}

.WeaponLicense_inner__vb0nv {
  overflow: hidden;
}

.WeaponLicense_accordionContent__DAS1S p {
  margin: 0;
  padding: 1rem;
}


/* ===== RESPONSIVE CODE (LAST) ===== */
@media (max-width: 768px) {
  .WeaponLicense_heading__zVo7k {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .WeaponLicense_accordionHeader__8IbtW {
    font-size: 14px;
    padding: 10px 15px;
  }

  .WeaponLicense_accordionContent__DAS1S {
    font-size: 13px;
  }
  .WeaponLicense_mainDiv__JqRtU{
  display: block;
}
.WeaponLicense_leftSideDiv__yy1J7{
  width: auto
}
.WeaponLicense_rightSideDive__ELArX{
  width: auto
}
.WeaponLicense_rightSideIMG__jpg4Z{
  width: auto;
  height: auto;
}
}

@media (max-width: 480px) {
  .WeaponLicense_heading__zVo7k {
    font-size: 20px;
  }

  .WeaponLicense_accordionHeader__8IbtW {
    font-size: 13px;
  }

  .WeaponLicense_accordionContent__DAS1S {
    font-size: 12px;
  }
}

.FrequentlyAskedQuestion_faqContainer__8ypIA {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    /* margin: 40px auto; */
    text-align: center;
  }
  
  .FrequentlyAskedQuestion_faqTitle__VUUMW {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--text-color);
  }
  
  .FrequentlyAskedQuestion_faqList__clYFu {
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .FrequentlyAskedQuestion_faqItem__dL2V3 {
    background: var(--secondary-bg);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .FrequentlyAskedQuestion_faqQuestion__9RRKK {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 15px 15px;
    font-weight: 600;
    cursor: pointer;
    background: var(--primary-bg);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
  }
  
  .FrequentlyAskedQuestion_faqQuestion__9RRKK:hover {
    background: var(--secondary-bg);
  }
  
  .FrequentlyAskedQuestion_faqAnswer__f9sOj {
    padding: 15px 20px;
    background: var(--secondary-bg);
    color: var(--text-color);
    font-size: 14px;
    text-align: justify;
  }
  
  .FrequentlyAskedQuestion_icon__JICxS {
    font-size: 18px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
    .FrequentlyAskedQuestion_faqQuestion__9RRKK{
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 13px;
      padding: 15px 20px;
      font-weight: bold;
      cursor: pointer;
      background: var(--primary-bg);
      border-radius: 10px;
      transition: all 0.3s ease-in-out;
    }
    .FrequentlyAskedQuestion_faqTitle__VUUMW{
      font-size: 20px !important;
      font-weight:bolder !important;
      margin-bottom: 15px;
      color: var(--heading-color);
    }
  }

  
.MarqueeBanner_marqueeContainer__t2gQ9 {
  background: var(--secondary-bg);
  padding: 10px 0;
  border-bottom: 2px solid var(--primary-bg);
  overflow: hidden;
  padding-bottom: 20px;
}

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

.MarqueeBanner_staticRow__eXn6D img {
  pointer-events: none;
}

/* Overall container */
.header_container__bC9y_ {
  width: 100%;
}

/* ========== TOP BAR ========== */
/* Default Link Styles */
.header_nav__wCCce a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  position: relative; /* Needed for underline */
  transition: color 0.3s ease-in-out;
}

/* Hover underline animation */
.header_nav__wCCce a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* Underline at bottom */
  width: 0%;
  height: 3px;
  background: var(--link-hover); /* Same color as active */
  transition: width 0.3s ease-in-out;
}

.header_nav__wCCce a:hover::after {
  width: 100%;
}

/* Active Link Styles */
.header_nav__wCCce a.header_active__gkvWz {
  color: var(--link-hover);
  font-weight: bold;
  border-bottom: none; /* Remove direct border-bottom */
}

.header_nav__wCCce a.header_active__gkvWz::after {
  width: 100%; /* Keeps underline visible */
}

/* Dark Mode Active Link */
.header_dark__32W5v .header_nav__wCCce a.header_active__gkvWz {
  color: #4a90e2;
}

.header_dark__32W5v .header_nav__wCCce a.header_active__gkvWz::after {
  background: #4a90e2;
  width: 100%;
}

/* Mobile Menu Active Link */
.header_mobileMenu__7X4pX a.header_active__gkvWz {
  color: #163a75;
  font-weight: bold;
}

.header_topBar__vDg6c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-bg);
  padding: 2px 10px;
  font-size: 14px;
  color: #333;
}
.header_topControls__3wbwj {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_lastUpdate__t42kY {
  font-size: 12px;
  color: var(--text-color);
}

/* Dark Mode Toggle */
/* .toggleBtn {
  background: #ddd;
  padding: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
} */
 .header_toggleBtn___7qwS {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #f2f2f2;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.header_toggleBtn___7qwS:hover {
  background: #e0e0e0;
}

.header_dark__32W5v .header_toggleBtn___7qwS {
  border-color: #fff;
  background: #222;
  color: #fff;
}


/* Font Size Buttons */
.header_fontSizeBtn__2Co9E {
  font-size: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.header_fontSizeBtnWrapper__fIYOs {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 8px;
  background: #ffffff;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.header_BtnDarkMode__EeJZx {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 8px;
  background: #CDD3FE;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.header_themeText__B0dnA {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0083CE;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header_themeToggle__ef_2_ {
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 20px;
  background: #CDD3FE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_themeText__B0dnA svg {
  font-size: 16px;
}
.header_dark__32W5v .header_themeText__B0dnA {
  color: #0083CE;
}

/* small circle buttons */
.header_circleBtn___ZGW0 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.header_circleBtn___ZGW0:hover {
  background: #e0e0e0;
}

/* minus */
.header_minus__mw8y1 {
  font-size: 22px;
}

/* plus */
.header_plus__awwK2 {
  font-size: 20px;
}

/* center A */
.header_centerText__Q3rCn {
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 4px;
}

/* Language Selection */
.header_languageWrapper__wp1_G {
  position: relative;
}

.header_languageBtn__4rDfl {
  background: #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.header_languageDropdown__oiY_9 {
  display: none;
  position: absolute;
  top: 30px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.header_languageWrapper__wp1_G:hover .header_languageDropdown__oiY_9 {
  display: block;
}

.header_languageDropdown__oiY_9 button {
  display: block;
  padding: 5px 10px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.header_languageDropdown__oiY_9 button:hover {
  background: #f0f0f0;
}

/* ========== MAIN NAVIGATION ========== */
.header_header__kXiPj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--secondary-bg);
  /* background-color: #002d72; */
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

/* Dark Mode */
.header_dark__32W5v {
  background: #1a1a1a;
  color: white;
}

.header_left__gmeS0 {
  display: grid;
  /* align-items: center; */
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
  /* align-items: center; */
}

.header_logo__WDz5P {
  background: #002d72;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

/* Navigation Links */
.header_nav__wCCce {
  display: flex;
  gap: 15px;
}

.header_nav__wCCce a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 14px;
}

/* Right Side */
.header_right__364WG {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Login Button */
.header_loginLink__hC9x1 {
  text-decoration: none;
}
.header_loginBtn__E5V19 {
  padding: 7px 25px;
  border-radius: 14px;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #0a4db8, #063b91);
  color: #fff;
}

.header_profileBtn__ay92L {
  border: none;
  background-color: var(--primary-bg);
  color: var(--heading-color);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}

.header_profileBtn__ay92L span {
  padding-left: 5px;
  text-transform: capitalize;
}

.header_profileBtn__ay92L svg {
  font-size: 18px;
}

/* Hamburger Menu */
.header_hamburger__srVop {
  /* display: none; */
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Mobile Menu */
.header_mobileMenu__7X4pX {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100%;
  background: var(--secondary-bg);
  transition: right 0.3s ease-in-out;
  padding: 80px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  /* border-left: 1px solid var(--heading-color); */
  box-shadow: 1px 1px 10px var(--heading-color);
  z-index: 9;
}

.header_mobileMenu__7X4pX.header_open__o4BFe {
  right: 0;
}

.header_mobileMenu__7X4pX nav a {
  display: block;
  margin-bottom: 10px;
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
}
.header_closeBtn__08Rdk {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  color: var(--text-color);
}

.header_topBarNav__V0KYx {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .header_left__gmeS0 img {
    height: 60px;
    object-fit: contain;
  }

  .header_nav__wCCce {
    display: none; /* Hide Desktop Navigation */
  }

  .header_hamburger__srVop {
    display: block; /* Show Hamburger Button */
  }

  .header_topBarNav__V0KYx {
    gap: 20px;
  }
  .header_topControls__3wbwj {
    display: block;
    place-items: center;
    /* align-items: center; */
    gap: 10px;
  }
  .header_topBar__vDg6c {
    /* display: block; */
    flex-direction: column;
    gap: 10;
    position: fixed;
    bottom: 0;
    width: 250px;
    right: -100%;
    transition: right 0.3s ease-in-out;
    z-index: 10;
  }

  .header_topOpen__yZC4b {
    right: 0 !important;
  }

  .header_topControls__3wbwj {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .header_mobileMenu__7X4pX {
    height: 100%;
  }

  .header_mobileMenu__7X4pX nav {
    height: calc(65svh - 80px);
    width: 100%;
    overflow: auto;
  }

  .header_closeBtn__08Rdk {
    font-size: 12px;
  }
  .header_profileBtn__ay92L span {
    display: none;
  }
}
/* Hide Hamburger on Desktop */
.header_hamburgerWrapper__9gdRv {
  display: block; /* Show by default */
}

.header_hamburger__srVop {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Hide hamburger menu on screens larger than 768px */
@media (min-width: 1024px) {
  .header_hamburgerWrapper__9gdRv {
    display: none;
  }
}

/* headerStyles.module.css */

.header_left__gmeS0 {
  padding: 0.5rem;
}

.header_headerContainer__xy4oV {
  color: #0d0d54;
  font-size: 1.2rem;
  font-weight: 600;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: center !important;
}

.header_logoGroup__kT0yf {
  flex-wrap: wrap;
  justify-content: center;
}

.header_headingContainer__Spulu {
  text-align: center;
  margin-left: 1rem;
}

.header_logoHeading__ZxIhW {
  margin: 0;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0d0d54;
  width: 160px;
}

.header_headingLine1__2FOuB,
.header_headingLine2___WuzB {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}

/* Default logo sizes */
.header_emblemLogo__UbRp1,
.header_govtLogo__gPCNB,
.header_dmocLogo__UaX8w,
.header_mainLogo__Qg4Qv {
  transition: all 0.3s ease;
}

/* Tablet Styles */
@media (max-width: 992px) and (min-width: 769px) {
  .header_headerContainer__xy4oV {
    font-size: 1.1rem;
    gap: 0.5rem !important;
    padding: 8px;
  }

  .header_logoGroup__kT0yf {
    gap: 0.25rem !important;
  }

  .header_emblemLogo__UbRp1 {
    height: 50px !important;
    width: 35px !important;
  }

  .header_govtLogo__gPCNB {
    height: 50px !important;
    width: 100px !important;
  }

  .header_dmocLogo__UaX8w {
    height: 55px !important;
    width: 55px !important;
  }

  .header_mainLogo__Qg4Qv {
    height: 50px !important;
    width: 50px !important;
  }

  .header_logoHeading__ZxIhW {
    font-size: 1.1rem;
  }

  .header_headingContainer__Spulu {
    margin-left: 0.5rem;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .header_headerContainer__xy4oV {
    flex-direction: column;
    gap: 1rem !important;
    font-size: 1rem;
    padding: 15px 5px;
  }

  .header_logoGroup__kT0yf {
    gap: 0.5rem !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header_emblemLogo__UbRp1 {
    height: 40px !important;
    width: 30px !important;
  }

  .header_govtLogo__gPCNB {
    height: 40px !important;
    width: 80px !important;
  }

  .header_dmocLogo__UaX8w {
    height: 45px !important;
    width: 45px !important;
  }

  .header_mainLogo__Qg4Qv {
    height: 40px !important;
    width: 40px !important;
  }

  .header_headingContainer__Spulu {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .header_logoHeading__ZxIhW {
    font-size: 1rem;
    text-align: center;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .header_headerContainer__xy4oV {
    gap: 0.75rem !important;
    padding: 10px 2px;
  }

  .header_logoGroup__kT0yf {
    gap: 0.25rem !important;
    justify-content: flex-start;
  }

  .header_emblemLogo__UbRp1 {
    height: 35px !important;
    width: 25px !important;
  }

  .header_govtLogo__gPCNB {
    height: 35px !important;
    width: 70px !important;
  }

  .header_dmocLogo__UaX8w {
    height: 40px !important;
    width: 40px !important;
  }

  .header_mainLogo__Qg4Qv {
    height: 35px !important;
    width: 35px !important;
  }

  .header_logoHeading__ZxIhW {
    font-size: 0.9rem;
    line-height: 1.1;
    width: 100px;
  }

  .header_headingLine1__2FOuB,
  .header_headingLine2___WuzB {
    font-size: 0.9rem;
    font-weight: bold;
  }
  .header_brDiv__cvTNk {
    display: none;
  }
  .header_borderContainer__SoFds {
    border-left: 0px !important;
  }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
  .header_headerContainer__xy4oV {
    gap: 0.5rem !important;
    padding: 8px 2px;
  }

  .header_logoGroup__kT0yf {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.2rem !important;
  }

  .header_emblemLogo__UbRp1 {
    height: 30px !important;
    width: 20px !important;
  }

  .header_govtLogo__gPCNB {
    height: 30px !important;
    width: 60px !important;
  }

  .header_dmocLogo__UaX8w {
    height: 35px !important;
    width: 35px !important;
  }

  .header_mainLogo__Qg4Qv {
    height: 30px !important;
    width: 30px !important;
  }

  .header_logoHeading__ZxIhW {
    font-size: 0.8rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
  }

  .header_headingLine1__2FOuB,
  .header_headingLine2___WuzB {
    font-size: 0.9rem;
    font-weight: bold;
  }
  .header_header__kXiPj {
    padding: 5px 10px;
  }
  .header_headerContainer__xy4oV {
    padding: 5px !important;
    margin-right: 18px !important;
  }
  .header_headingContainer__Spulu {
    margin-right: 18px !important;
  }
  .header_borderContainer__SoFds {
    border-left: 0px !important;
  }
}

/* Landscape Mobile Styles */
@media (max-width: 768px) and (orientation: landscape) {
  .header_headerContainer__xy4oV {
    flex-direction: row;
    gap: 1rem !important;
    padding: 8px;
  }

  .header_logoGroup__kT0yf {
    gap: 0.3rem !important;
  }

  .header_headingContainer__Spulu {
    margin-left: 0.5rem;
  }

  .header_emblemLogo__UbRp1 {
    height: 35px !important;
    width: 25px !important;
  }

  .header_govtLogo__gPCNB {
    height: 35px !important;
    width: 70px !important;
  }

  .header_dmocLogo__UaX8w {
    height: 40px !important;
    width: 40px !important;
  }

  .header_mainLogo__Qg4Qv {
    height: 35px !important;
    width: 35px !important;
  }

  .header_logoHeading__ZxIhW {
    font-size: 0.9rem;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header_emblemLogo__UbRp1,
  .header_govtLogo__gPCNB,
  .header_dmocLogo__UaX8w,
  .header_mainLogo__Qg4Qv {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

