.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;
}
.button_button__6bPtM {
  padding: 10px 20px;
  background-color: var(--footer-bg);
  width: 100%;
  color: #fff;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

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

.input_inputBoxWrapper__m3Bz4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.input_inputBoxWrapper__m3Bz4 label {
  font-weight: 600;
  color: var(--text-color);
}

.input_inputBoxWrapper__m3Bz4 input {
  border: none;
  border-bottom: 2px solid var(--border-bottom-input);
  outline: none;
  font-size: 17px;
  background-color: transparent;
  padding: 5px;
}

.input_show__bAhwz{
  color: var(--text-color);
  position: absolute;
  top: 30px;
  cursor: pointer;
  right: 5px;
}

.input_inputBoxWrapper__m3Bz4 input:focus{
  border-color: #4040f2;
}

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

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

.captcha_boxImage__Z739U{
    /* background-image: url("https://picsum.photos/30/100"); */
    /* background-color: aqua; */
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: auto;
    align-content: center;
}

.captcha_boxImage__Z739U i{
    font-size: 10px;
}

.captcha_boxImage__Z739U img{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 5px;
}
.Loading_loaderPage__KEqC6{
    height: 85svh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}

.About_aboutSection__MDbR_ {
  text-align: center;
  padding: 100px 20px;
  background-color: var(--secondary-bg);
}

.About_About_leaderCard__eoKjR {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: var(--secondary-bg);
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); /* More visible shadow */
  transition: transform 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  width: 600px;
  height: 210px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  color: var(--text-color);
}
.About_About_leaderCard__eoKjR:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.About_heading__SXU0e {
  font-size: 24px;
  font-weight: bold;
  color: var(--text-color);
}

.About_aboutSection__MDbR_ .About_text__fwQ06 {
  margin-top: 15px;
  color: var(--heading-color);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.About_text__fwQ06 {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.About_button__K1uFs {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: var(--heading-color);
  color: var(--secondary-bg);
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.About_button__K1uFs a {
  text-decoration: none;
  color: var(--text-black);
  font-weight: 700;
}

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

/* Services Section */
.About_servicesSection__K1htc {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  overflow: hidden;
}

.About_backgroundBlur__OsIdq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/About/NewBackground.png");
  background-size: cover;
  background-position: 0 -150px;
  background-repeat: no-repeat;
  z-index: -2;
}

.About_backgroundWhite__ghXgS {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.About_whatHeading__mvFLf {
  color: var(--text-color);
  margin-bottom: 30px;
}

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

.About_card__TIBv7 {
  background-color: var(--secondary-bg);
  padding: 20px;
  border-radius: 20px;
  width: 200px;
  height: 250px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}

.About_card__TIBv7:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.About_iconWrapper__XcUsO {
  background-color: var(--heading-color);
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.About_icon__GBalP {
  object-fit: contain;
}

.About_leaderInfo__939CF {
  margin-top: 10px;
}

.About_leaderParagraph__cX8Tx {
  font-size: 16px;
  font-weight: 700;
}
.About_card_title__6LzHV {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-color);
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .About_aboutSection__MDbR_ {
    padding: 50px 20px;
  }

  .About_About_leaderCard__eoKjR {
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 16px;
  }

  .About_text__fwQ06 {
    font-size: 15px;
  }
  .About_leaderName__kiWWZ {
    font-size: 16px;
  }
  .About_leaderTitle__OWgKm {
    font-size: 14px;
  }
  .About_leaderParagraph__cX8Tx {
    font-size: 14px;
  }

  .About_button__K1uFs {
    width: 100%;
    padding: 12px;
    font-size: 18px;
  }

  .About_card__TIBv7 {
    width: calc(50% - 0px);
    height: auto;
  }

  .About_container__pmZ4i {
    flex-direction: column;
    align-items: center;
  }

  .About_backgroundBlur__OsIdq {
    background-position: 0 -10px;
  }
}

.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;
}

.button_button__AHv4k {
  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;
}

.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;
  }
  
.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;
}
.modal_modalOverlay__gqI1I {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11111;
}

.modal_modalContent__UeOi2 {
  width: 400px;
  height: auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  /* text-align: center; */
}

.modal_closeBtn__vMZBU {
  position: absolute;
  top: 0px;
  right: 10px;
  border: none;
  background: none;
  font-size: 32px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
  z-index: 99999;
}

/* DashboardCard.module.css */
.DashboardCard_dashboardCard__fHS_k {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  margin-top: 16px;
  color: #ffffff; /* White text for contrast */
  width: 100%;
  max-width: 250px; /* Optional: Limit card width */
  box-sizing: border-box;
  transition: background-color 0.3s ease; /* Smooth transition for background color change */
}

.DashboardCard_cardHeader__d5O_s {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.DashboardCard_cardIcon__olVz7 {
  padding: 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.DashboardCard_iconPlaceholder___1pBS {
  font-size: 16px;
  color: #ffffff;
}

.DashboardCard_cardMain__Wlk7R {
  flex-grow: 1;
}

.DashboardCard_cardTitle__xUAMw {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.DashboardCard_cardNumber__hDhkt {
  margin: 4px 0 0;
  font-size: 40px;
  font-weight: 700;
}

.DashboardCard_cardDetails__wWhNI {
  margin-top: 12px;
}

.DashboardCard_cardSubsection__8jz3q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.DashboardCard_cardSubtitle___WnJt {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.DashboardCard_cardSubnumber__lXCAl {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 600px) {
  .DashboardCard_dashboardCard__fHS_k {
    max-width: 100%;
  }
}

/* ---------------------------------- 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: var(--primary-bg) !important;
  padding: 18px 20px;
  border: none;
  font-size: 17px;
  font-weight: 600;
  color: var(--heading-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  border-right: 3px solid var(--sidebar-active-border);
  gap: 20px;
  transition: 0.3s all ease-in-out;
  width: 100%;
}

.commanComponents_activeAdminSidebarBtn__i912Z svg {
  fill: var(--sidebar-icon-fill) !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;
}

.commanComponents_adminSidebarBtn__mtUry:hover svg {
  fill: var(--sidebar-icon-fill) !important;
  transition: 0.3s all ease-in-out;
}

.commanComponents_adminSidebarBtn__mtUry svg {
  fill: var(--text-color) !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);
}
/* 
.searchInput::placeholder {
  font-size: 14px;
  color: var(--text-color);
} */

.commanComponents_footer__JEc12 {
  background-color: var(--secondary-bg);
  overflow-x: hidden;
  box-shadow: 0 4px 19px #888, 0 1px 5px #888;
  padding-top: 27px;
}
/* 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);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  /* margin-top: 30px; */
}

.commanComponents_bottomLinks__WmURx a {
  color: white;
  margin: 0 12px;
  text-decoration: none;
  font-size: 14px;
}

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

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

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

/* 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;
  border-radius: 20px;
  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;
}

/* 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_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;
  }
}

.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;
}

.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;
}

.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);
}

/* Container */
.Timeline_timelineContainer___XLwX {
  padding: 10px;
}

/* Scrollable Timeline */
.Timeline_scrollable__9q5sG {
  max-height: 300px; /* Adjust based on need */
  overflow-y: auto;
}

/* Timeline */
.Timeline_timeline__sgysF {
  position: relative;
  padding-left: 25px; /* Space for vertical line */
}

/* Timeline Item */
.Timeline_timelineItem__aOi2K {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
}

/* Outer Gray Circle */
.Timeline_timelineIconWrapper__L72ED {
  position: absolute;
  left: -8px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Inner Blue Circle */
.Timeline_timelineIcon__YCjWu {
  width: 10px;
  height: 10px;
  background-color: rgb(202, 216, 255);
  border-radius: 50%;
}

/* Vertical Line */
.Timeline_timelineLine__dY0_U {
  position: absolute;
  left: 1px; /* Aligns with the center of the outer circle */
  top: 20px; /* Starts from the bottom of the circle */
  width: 2px;
  height: 100%; /* Dynamic height */
  background-color: #ccc;
}

/* Hide Line for Last Item */
.Timeline_timelineItem__aOi2K:last-child .Timeline_timelineLine__dY0_U {
  display: none;
}

/* Timeline Content */
.Timeline_timelineContent__Yfk_3 {
  margin-left: 35px; /* Space from the icon */
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.Timeline_timelineContent__Yfk_3 >div :nth-child(1){
  width: -moz-fit-content;
  width: fit-content;
}
.Timeline_timelineContent__Yfk_3 >div p{
 margin-bottom: 0px;
}
.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_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;
}

/* Main Banner Container */
.Hero_banner__2_PeZ {
  position: relative;
  width: 100%;
  height: calc(100svh - 112px); /* Adjust as needed */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/HeroSection.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Background Image */
.Hero_bgImage__Tk1bv {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Text Overlay */
.Hero_overlay__JTWsR {
  position: absolute;
  bottom: 40px;
  left: 50px;
  color: white;
}

.Hero_title__Tq4bI {
  font-size: 36px;
  font-weight: bold;
}

.Hero_subtitle__bVt5L {
  font-size: 14px;
  margin-top: 5px;
  max-width: 600px;
}

/* Smaller Image Containers */
.Hero_smallImages__tqbeF {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
}

.Hero_imageWrapper__B6exJ {
  width: 120px;
  height: 220px;
  overflow: hidden;
  transform: rotate(-5deg);
}

.Hero_imageWrapper__B6exJ:nth-child(2) {
  transform: rotate(5deg);
}

/* Responsive */
@media (max-width: 768px) {
  .Hero_title__Tq4bI {
    font-size: 26px !important;
  }

  .Hero_subtitle__bVt5L {
    margin-top: 10px;
    font-size: 12px;
  }
  
  .Hero_imageWrapper__B6exJ {
    width: 90px;
    height: 180px;
  }
  .Hero_banner__2_PeZ {
    padding: 0 !important;
    height: 400px; /* Adjust as needed */
    background-position: 0 0;
  }

  .Hero_overlay__JTWsR {
    top: 55%;
    left: 0px;
    padding:20px;
  }

  .Hero_title__Tq4bI {
    font-size: 3rem;
  }
  
  .Hero_subtitle__bVt5L {
    font-size: 1rem;
  }

  .Hero_bgImage__Tk1bv {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

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

/* Title Styles */
.WeaponLicense_heading__zVo7k {
  font-size: 24px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 30px;
  padding: 30px 0px;
}

/* Container */
.WeaponLicense_container__BGtH4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Row */
.WeaponLicense_row__jTAAC {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Box Styling */
.WeaponLicense_box__MuQnw {
  width: 240px;
  height: 80px;
  background-color: var(--box-dark-color) !important; /* Dark Blue */
  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;
}

/* Hover Effect */
.WeaponLicense_box__MuQnw:hover {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .WeaponLicense_section__ZAvG0 {
    padding: 35px 10px;
  }
  .WeaponLicense_row__jTAAC {
    /* flex-direction: column; */
    align-items: center;
    padding: 0 10px;
  }

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

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

@media (max-width: 325px) {
  .WeaponLicense_box__MuQnw {
    width: 90%;
    height: 80px;
    padding: 20px 10px;
  }
}

.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: 22px;
    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;
  transition: color 0.3s ease-in-out;
}

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

/* Dark Mode Active Link */
.header_dark__32W5v .header_nav__wCCce a.header_active__gkvWz {
  color: #4a90e2; /* Light Blue for better contrast in dark mode */
  border-bottom: 3px solid #4a90e2;
}

/* 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: 8px 20px;
  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 */
.header_toggleBtn___7qwS {
  background: #ddd;
  padding: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

/* Font Size Buttons */
.header_fontSizeBtn__2Co9E {
  font-size: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

/* 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_loginBtn__E5V19 {
  background: var(--heading-color);
  color: var(--secondary-bg);
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.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;
  }
}

