@import url('variables.css');

* {
  margin: 0;
  padding: 0;
}

body {
  color: #212121;
}

p,
label,
.error {}

.btn {
  padding: 6px 15px;
  border-radius: 4px;
  /* width: 100%; 
  color: #fff;*/
}

.btn-primary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color)
}

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

.top-footer a {
  text-decoration: none;
  font-weight: bold;

}

ul,
li,
p,
hr {
  padding: 0;
  margin: 0;
  list-style: none;
}

.error2 {

  color: #f00;
  position: absolute;
  bottom: -20px;
}

html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

header {
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.274);
  z-index: 10;
}

.login_ico_container {
  text-align: center;
  margin-bottom: 10px;
}

.login_ico {
  border-radius: 50%;
  border: 5px solid #e2e2e2;
  display: inline-block;
}

.loginBox {
  padding-inline: 25px;
  min-height: 450px;
  max-width: 450px;
  max-height: none;
}

.login_ico img {
  margin: auto;
  padding: 1rem;
}

/* ===============================================
   SUB-NAV (TOP BAR) – FULLY RESPONSIVE & MERGED
   =============================================== */
.sub-nav {
  background: linear-gradient(180deg, #147C81 0%, #198B5D 148.04%);
  padding: 8px 0;
}

.sub-nav-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 0 15px;
}

.left-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

}

.text-white {
  color: #fff;
  font-weight: 300;

  vertical-align: middle;
  display: inline-block;
}

.right-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.text-box {
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.text-box svg {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}

.clock-time {
  min-width: auto;
  font-weight: normal;
  white-space: nowrap;
  font-weight: 600;
}

.font-button .text-modifier {
  width: 32px;
  height: 28px;
  padding: 0;
  margin: 0 2px;
}

/* Hide non-essential on small screens */
@media (max-width: 480px) {

  .left-section .text-white:nth-child(2),
  .right-section .text-box:nth-child(1) {
    display: none;
  }

  .left-section {
    gap: 4px;
  }

  .right-section {
    gap: 4px;
  }

  .text-white,
  .text-box,
  .clock-time {
    font-size: 11px;
  }

  .font-button .text-modifier {
    width: 28px;
    height: 24px;
    font-size: 12px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {

  .text-white,
  .text-box,
  .clock-time {
    font-size: var(--fs-body);
  }

  .font-button .text-modifier {
    width: 30px;
    height: 26px;
  }
}

@media (min-width: 961px) {
  .left-section {
    gap: 15px;
  }

  .right-section {
    gap: 10px;
  }

}

/* ===============================================
   END OF SUB-NAV
   =============================================== */

.sub-nav a {
  text-decoration: none;
  padding: 0 10px;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
}
#mainNavbar .close{
  display: none;
}
.text-modifier {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  color: #0d657a;
  margin: 0 5px;
  width: 35px;
  height: 30px;
  padding: 0;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}


.cm p,
.em p {
  font-weight: 700;

  padding: 15px;
  line-height: 20px;
}

.em p {
  text-align: left;
}

.cm p span,
.em p span {
  font-weight: 400;
}

.em {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.em img {
  border-radius: 50px;
}

/* dropdown for nav-links */

.has-dropdown {
  position: relative;
}

.anouncment {
  background: #fff;
  height: 300px;
}

.anouncment-body {
  padding: 10px;
}

.anouncment-heading {
  text-align: center;
  background-color: #06545f;
  color: #fff;
  font-weight: 700;

  padding: 8px;
}

blockquote,
figure {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#container {}

.highcharts-figure,
.highcharts-data-table table {}

#datatable {
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

#datatable caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

#datatable th {
  font-weight: 600;
  padding: 0.5em;
}

#datatable td,
#datatable th,
#datatable caption {
  padding: 0.5em;
}

#datatable thead tr,
#datatable tr:nth-child(even) {
  background: #f8f8f8;
}

#datatable tr:hover {
  background: #f1f7ff;
}

.yellowbg {
  background-color: #ffa45c;
}

.redbg {
  background-color: #ee3e3c;
}

.skybluebg {
  background-color: #0c9bcb;
}

.purple {
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

.chart-boxes {
  display: flex;
  justify-content: space-between;
  padding: 25px 6px;
  flex-wrap: wrap;
  gap: 15px;
  background: #E1ECCD;
}

.chart-boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  text-align: center;
  flex-basis: 19%;
  padding: 10px 0px;
  cursor: pointer;
}

.chart-boxes .box .count {
  background: var(--primary-color);
  border-radius: 5px;
  color: #fff;
  font-size: var(--fs-body);
  padding: 4px 10px;
  font-weight: 600;
}

.chart-boxes .box p {
  margin-bottom: 5px;
  font-size: 13px;
}

.input-field input {
  border: none !important;
  outline: none !important;
  border: 2px solid #DBDBDB !important;
  border-radius: 8px !important;
  padding: 10px 16px 10px 15px !important;
  font-weight: 400 !important;
  width: 100% !important;
  padding-left: 36px !important;
}

.verification {
  display: flex;
  justify-content: end;
  margin: 8px 0;
}

.verification .code {
  border: 2px solid #93a1bb;
  padding-top: 8px;
  border-radius: 4px;
}

.code img {
  width: 90px;
}

.verification a {
  text-decoration: none;
  color: var(--primary-color);
}

.input-field {
  position: relative;
}

.input-field i:not(.refresh i) {
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  z-index: 2;
}

.input-field i.fa-eye,
i.fa-eye-slash {
  left: auto !important;
  right: 12px;
  top: 25px;
  cursor: pointer;
  width: auto;
  background: #fff;
  padding: 5px;
}

.input-field input:focus {
  border-color: var(--primary-color);
}

.input-field input:focus~i {
  color: var(--primary-color);
}

.input-control .input-field {
  margin-bottom: 0;
}

.input-control {
  position: relative;
}

.forgetpwd {
  text-align: right;
  margin-bottom: 10px;
}

.getOtpBtn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.getOtpBtn:hover {
  background-color: var(--primary-hover-color);
  color: #fff;
}

.submitbutton {
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  /* margin-bottom: 15px; */
  background: var(--primary-color);
  border-radius: 5px;
  overflow: hidden;
  border: none;

}

.submitbutton:hover {
  background-color: #054d5eed;
}

#chattogglediv {
  position: fixed;
  bottom: 72px;
  right: 70px;
  width: 100px;
  height: 100px;
  border: 6px solid #f2f2f2;
  border-radius: 50%;
  box-shadow: 5px 5px 10px 0;
  cursor: pointer;
  z-index: 99;
}

.chat-popup-box {
  background-color: #fff;
  border: 1px solid #b0b0b0;
  bottom: 39px;
  position: fixed;
  right: 14px;
  width: 450px;
  height: 500px;
  border-radius: 16px;
  z-index: 999;
}

.contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #0b5b72;
  color: #fff;
  border-radius: 13px;
}

.contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

.content .messages {
  height: auto;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}

.content .messages ul li.replies p {
  background: #f1f0f0;
  color: #000;

  float: left;
}

.content .messages ul li.sent p {
  background: #e1e9f9;
  color: #000;

  float: right;
}

.content .message-input .wrap {
  position: relative;
}

.content .message-input .wrap input {
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 10px 32px 10px 8px;
  color: #32465a;
}

.content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.content .message-input .wrap button {
  float: right;
  border: none;
  width: 62px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #fff;
  font-weight: 500;
}

.content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 18px;
  max-width: 90%;
  line-height: 20px;
}

.chat-header-button {
  background: #e5e5e5 none repeat scroll 0 0;
  border: 1px solid #636364;
  border-radius: 50%;
  font-size: 30px;
  height: 34px;
  width: 34px;
  margin: 9px 12px 0 9px;
  line-height: 24px;
  padding: 0 0 4px;
}

.chat-text-btn {
  background-color: #06545f;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 16px;
  font-weight: 600;
  cursor: pointer;
}

.text-modifiers img {
  filter: invert(100%);
  filter: brightness(1);
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.brands_item {
  margin: 0 1rem;
}

.brands_slider {
  background-color: #fff;
  padding: 1rem 10%;
}

.brand-list {
  background-color: #fff;
  padding: 5px 0px;
  text-align: start;
}

.swiper-slide {
  text-align: center;
}

.swiper-wrapper {
  height: fit-content;
}
.brand-list
.top-footer {
  background: #fff;
  padding: 30px;
  border-top: 1px solid #1783712b;

}

.policy-section ul li {
  display: inline;
  padding: 10px;
}

menu {
  display: none;
  position: relative;
}

menu i {
  font-size: 24px;
}

.fa-xmark {
  display: none;
  cursor: pointer
}

@media screen and (max-width:1090px) {
  .fa-xmark {
    display: block;
  }

  menu {
    display: block;
  }
}

.container {
  width: 100%;
  /* max-width: 1380px; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 993px) {
  .container {
    max-width: 1380px;
  }
}

.font-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dept-name {
  font-size: 1.125rem;
  font-weight: bold;
  color: #106C35;
}

.govt-name {
  font-weight: bold;
  color: #E24706;
}

.landing-page {
  background: #00000030;
  padding: 30px;
}

.left-conatiner {
  width: 75%;
}

.landing-section {
  display: flex;
  gap: 15px;
}

.bg-image {
  background-image: url('.././images/image 30.png');
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;

}

.left-conatiner {
  background-color: #ffffffb2;
  padding: 30px 30px;
  border-radius: 5px;

}

.heading {
  color: var(--text-color);
  /* color: #0d657a;  */
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.description p {
  color: #2F2D2D;
  line-height: 26px;
  margin: 12px auto;
  font-size: 18px;
}

.content-section {
  display: flex;
}

.imgage-container {
  display: flex;
  gap: 15px;
}

.image-box {
  padding: 10px;
  width: 345px;
  line-height: 20px;
  border-radius: 14px;
}


.image-box img {
  width: 90px;
  border-radius: 50%;
  border: 2px solid #ffbc6c;
  padding: 6px;
}



.tabs {
  display: flex;
  justify-content: space-between;

}

.tab_btn {
  color: #000000;
  width: 33.33%;
  text-align: center;
  cursor: pointer;
  padding: 10px;

}

.tab_btn.active {
  font-weight: 600;
  color: #000;
  position: relative;
  background: #E8E4E466;

}

hr {
  margin-bottom: 15px;
  /* margin-top: 10px; */
}

.tab_btn.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 42px;
}

.label-text {
  color: #222325;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 10px;
}

.verification a {
  color: #222325;
}

.sing_up {
  color: #333333;
  display: block;
  text-align: center;
  text-decoration: none;
}

.sing_up span {
  color: var(--primary-color);
  font-weight: 600;
  margin-left: 12px;
}

.chart-container .title {
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 10px;
}

.chart-container .title i {
  color: #fff;
  font-size: 20px;
  margin-right: 7px;
  cursor: pointer;
}

.chart-container .title svg {
  margin-right: 5px;
  margin-top: -4px;
}

.chart-left {
  width: 30%;
}

.chart-right {
  width: 70%;
}

.chart-container {
  background: #EEEEEE;
}

.chart-container .container {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.chart-body {
  background-color: #fff;
}

.chart-left ul li {
  padding: 10px 2px 10px 20px;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
  font-weight: bold;
}

.designation {
  display: flex;
  flex-direction: column;
}

.chart-left ul li::before {
  /* content: url('.././images/arrow-left.svg'); */
  position: absolute;
  left: 15px;
  z-index: 100;
  top: 14px;
}

.designation>div {
  color: var(--primary-color);
  font-weight: bold;

}

.chart-left {
  background: #fff;
}

.box-item {
  border: 1px solid #5b5b5b;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  flex: 1;
}

.service-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: url('.././images/arrow-circle-left.svg');
  display: none;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: url('.././images/arrow-circle-right.svg');
  display: none;
}

.input-control {
  display: flex;
  gap: 10px;
}

.code {
  display: flex;
  align-items: center;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  padding: 0px 7px;
}

.code a {
  border-radius: 5px;
  background: var(--secondary-color);
  color: #fff;
  fill: #fff;
  border: navajowhite;
  padding: 3px 6px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.fa-clock {
  color: var(--text-color);
}

.landing-section {
  flex-direction: column;
}
.logo-container{
  display: flex;
  gap: 5px;
  align-items: center;
}
.ann-list{
  display: flex;
}
.item-list{
  display: flex;
  align-items: center;
}
.item-list a{
  max-width: 341px;
  display: block;
  width: 100%;
}
@media (min-width: 961px) {
  .landing-section {
    flex-direction: row;
  }

  .left-conatiner {
    width: 75%;
  }
}

.tabs {
  flex-wrap: wrap;
}

.tab_btn {
  flex: 1 1 33.33%;
}

.chart-container .container {
  flex-direction: column;
}

.chart-left,
.chart-right {
  width: 100%;
}

/* .chart-left  { margin-bottom: 20px; } */
@media (min-width: 992px) {
  .chart-container .container {
    flex-direction: row;
  }

  .chart-left {
    width: 30%;
  }

  .chart-right {
    width: 70%;
  }
}

.chart-boxes {
  gap: 6px;
  justify-content: center;
}

.chart-boxes .box {
  flex-basis: calc(50% - 15px);
  min-width: 120px;
}

.active-box {
  position: relative;
}

.active-box::before {
  content: "▾";
  position: absolute;
  bottom: -20px;
  font-size: 26px;
  color: var(--secondary-color);
}

@media (min-width: 576px) {
  .chart-boxes .box {
    flex-basis: calc(33.33% - 15px);
  }
}

@media (min-width: 992px) {
  .chart-boxes .box {
    flex-basis: 19%;
  }
}

.brands_slider .container {
  position: relative;
}

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

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


.imgage-container {
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px 0rem;
  margin-top: 18px;
}

.image-box {
  display: flex;
  background: #ffffffbf;
  gap: 15px;
  align-items: center;
  align-items: center;
}

.service-container,
.brands .service-container {
  flex-wrap: wrap;
  gap: 15px;
}

.box-item {
  flex: 1 1 calc(50% - 15px);
  max-width: 180px;
}

@media (min-width: 768px) {
  .box-item {
    flex: 1 1 calc(33.33% - 15px);
  }
}

@media (min-width: 992px) {
  .box-item {
    flex: 1 1 calc(16.66% - 15px);
    max-width: none;
  }
}

.top-footer .policy-section ul {
  flex-wrap: wrap;
  justify-content: center;
}

.top-footer .policy-section li {
  padding: 8px 12px;
}



#chattogglediv {
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}

#chattogglediv img {
  width: 100%;
}

#my-table-sorter {
  overflow-x: auto;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  top: 66%;
}

#tab3 .sing_up {
  margin-top: 115px;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  /* space between links */
}

.policy-links a {
  text-decoration: none;
  color: #131313;
  font-size: 14px;
}

.policy-links a:hover {
  text-decoration: underline;
}

@media screen and (max-width:480px) {
  .dept-name {
    font-size: 1.5rem;
  }

  .govt-name {
    font-size: 1.3rem;
  }

  .heading {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:703px) {

  .imgage-container,
  .buttons-tag {
    justify-content: center;
  }

  .nav-container img {
    width: 45px;
  }

  .description p {
    line-height: normal;
  }
}


.nav-menu {
  display: flex;
}

.nav-link-anchor {
  text-decoration: none;
  color: #000;
}

input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.chart-body ul li {
  font-weight: 600;
  cursor: pointer;
}

.announcement-lists li a {
  color: #686868;
}

.announcement-lists li a:hover {
  color: #2b2a2a;
}

.tab-content {
  height: auto;
  /* min-height: 350px; */
}

.district-section {
  background: #fff;
  padding: 30px
}

.stakeholder-tabs {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.stakeholder-tab {
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  color: #000000;
  font-size: 18px;
}

.stakeholder-tab.active {
  background: #DBF8FF70;
  color: #000000;
  position: relative;
}

.stakeholder-tab.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 42px
}

.district-wrapper {
  margin-top: 20px;
}

#qrContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  gap: 40px;
}

.input-field .users {
  flex: 1;
}

#qrContainer img {
  background-color: #fff;
  border: 2px solid var(--black-color);
  padding: 20px;
  border-radius: 10px;
}

#tab-hpsf {
  text-align: center;
}

.errorMessage {
  color: red;
  font-size: 14px;
  margin-top: 4px;
}

#GetotpButton {
  text-wrap: nowrap;
  padding: 0 11px;
  border-radius: 9px;
  background: var(--primary-color);
  color: #fff !important;
  font-weight: 600;
}

.e-services {
  background-color: #fff;
  padding-block: 20px;

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


.e-services .owl-item:nth-child(5n+1) .item-box {
  background-color: #5a77ce;
}

.e-services .owl-item:nth-child(5n+2) .item-box {
  background-color: #8b67d1;
}

.e-services .owl-item:nth-child(5n+3) .item-box {
  background-color: #3fb462;
}

.e-services .owl-item:nth-child(5n+4) .item-box {
  background-color: #e3786d;
}

.e-services .owl-item:nth-child(5n+5) .item-box {
  background-color: #19bec3;
}


.box-heading {
  text-align: center;
  line-height: 20px;
  font-size: var(--fs-body);
  ;
  font-weight: 700;
}

.owl-carousel .item-box {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 212px;
}

.item-box img {
  width: 100%;
  padding: 20px;
  object-fit: contain;
  height: 104px;
  border-radius: 7px;
  background-color: #ffffff7c;
  margin-bottom: 10px;
}

.brand_slider {
  position: relative;
  border-radius: 8px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.e-services .owl-carousel {
  max-width: 1320px;
  margin: auto;
}

.owl-carousel {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.buttons-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block: 18px
}

.buttons-tag>.btn {
  border-radius: 10px;
  text-align: left;
  padding: 6px 4px;
  margin: 0px;
  line-height: 38px;
  width: 250px;
  background-color: #004b5d;
}

.buttons-tag>.btn:hover {
  color: #fff;
}


.buttons-tag>.btn>span {
  background: #fff;
  color: rgb(34, 34, 34);
  padding: 8px 0px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin: 0px 6px 0px 6px;
  float: left;
  text-align: center;
  font-size: 24px;
}

.buttons-tag>.btn>span>i {
  margin-top: 2px;
  color: #434343;
}

.chart-btn {
  background-color: var(--secondary-color);
  border: solid 1px #a55e09;
}

.chart-btn:hover {
  background-color: #e28a1f;
}

.track-btn {
  background: #fff9;
  color: #131313;
  border: solid 1px #c2c2c2;
}

.btn.track-btn:hover {
  background: #fff;
  color: #131313;
  border: solid 1px #fff;
}

/* chatbot */

#chatbot {
  position: relative;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 32px;
  right: 32px;
  cursor: pointer;
  animation: bounceLight 1s alternate ease-in-out;
}

.robot-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + var(--offset-x, 0px)),
      calc(-50% + var(--offset-y, 0px)));
  transition: transform 0.1s ease-out;
  will-change: transform;
}

#chatbot:hover #hair {
  transform: translate(calc(-50% + var(--offset-x, 0px)),
      calc(-50% + var(--offset-y, 0px))) rotate(-270deg);
  transition: 0.3s ease-out;
}

.greeting-bubble {
  position: fixed;
  bottom: 33px;
  right: 105px;
  background: white;
  padding: 12px 18px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(10px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 999;
  white-space: nowrap;

  color: #333;
}

.greeting-bubble::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 65%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.chat-button:hover .greeting-bubble {
  opacity: 1;
  transform: translateX(0);
}

/* EYES BLINK ANIMATION */
#eye-l,
#eye-r {
  transform-origin: center;
  animation: blink 4s infinite ease-in-out;
}

/* Keyframes for blinking */
@keyframes blink {

  0%,
  4% {
    transform: scaleY(1);
    /* open */
  }

  5%,
  10% {
    transform: scaleY(0.1);
    /* closed */
  }

  11%,
  100% {
    transform: scaleY(1);
    /* open */
  }
}

@keyframes bounceLight {
  0% {
    top: calc(100% - 10px);
  }

  100% {
    top: calc(100% - 95px);
  }
}



/* Agent Grid (4 Icons/Cards) */
.agent-grid {
  display: grid;
  /* Creates 2 columns on medium screens, 4 on large screens */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 1rem;
}

/* Agent Card - Mobile Native */
.agent-card {
  text-align: center;
  background-color: #ffffff;
  padding: 24px 12px 18px 12px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #333;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 180px;
  touch-action: manipulation;
  border: 2px solid #eee;
}

.agent-card:active,
.agent-card:hover {
  transform: scale(0.98);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.12);
}

.agent-icon-wrap {
  background: linear-gradient(135deg, #eaf6fb 60%, #f4f7fa 100%);
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.agent-icon {
  font-size: 2.8em;
  color: #3498db;
  transition: color 0.2s, font-size 0.2s;
}

.ai-icon {
  font-size: 2.8em;
  color: #6c47ff;
  text-shadow: 0 2px 8px rgba(108, 71, 255, 0.12);
}

.agent-card h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #2c3e50;
}

.agent-card p {
  font-size: 1em;
  color: #7f8c8d;
}

/* Video Background Header */
.video-bg-header {
  position: relative;
  height: 32vw;
  max-height: 320px;
  min-height: 180px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #000;
}

.video-bg-header .full-header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 0 0 24px 24px; */
  box-shadow: 0 4px 24px 0 #6c47ff33, 0 2px 8px rgba(44, 62, 80, 0.08);
  z-index: 1;
}

/* Full Header Video */
.full-header-video {
  width: 100%;
  height: 32vw;
  max-height: 320px;
  min-height: 180px;
  object-fit: cover;
  border: none;
  /* border-radius: 0 0 24px 24px; */
  box-shadow: 0 4px 24px 0 #6c47ff33, 0 2px 8px rgba(44, 62, 80, 0.08);
  display: block;
}

.mobile-header {
  padding: 0;
  background: #000;
}

.header-video {
  margin: 0;
  padding: 0;
}

/* Highlighted Video Styles */
.highlight-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 10px;
}

.highlight-video video {
  border: 3px solid #6c47ff;
  /* border-radius: 16px; */
  box-shadow: 0 0 24px 0 #6c47ff66, 0 2px 8px rgba(44, 62, 80, 0.08);
  background: #fff;
}

.video-label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #6c47ff;
  color: #fff;
  padding: 4px 16px;
  /* border-radius: 12px; */
  font-size: 1em;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
  opacity: 0.95;
  z-index: 2;
  letter-spacing: 0.5px;
}

/* Header Video Styling */
.header-video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* Heading AI/ML Icons */
.heading-icons {
  display: inline-flex;
  gap: 10px;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .agents-section {
    padding: 18px 0 60px 0;
  }

  .agent-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .agent-card {
    min-height: 140px;
    padding: 18px 8px 12px 8px;
  }

  .mobile-header h1 {
    font-size: 1.3em;
  }

  .mobile-nav span {
    font-size: 0.8em;
  }
}

#agentModal .modal-body {
  padding: 0;
}

.modal-custom-size {
  max-width: 1170px;
  width: 100%;
}

.buttons-tag button {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .buttons-tag>.btn {
    font-size: 14px;
    width: 205px;
  }

  .buttons-tag>.btn>span {

    padding: 4px 0px;
    width: 30px;
    height: 30px;
  }

  .buttons-tag>.btn>span {}

  .description p {}

  .heading {
    font-size: 2rem;
  }

  .designation>div {}

  .designation {
    text-align: left;
  }

  .image-box img {
    width: 65px;
  }

  .image-box {
    gap: 10px;
    width: 267px;
  }

  .btn.track-btn {
    width: 136px;
  }

  .btn.download-btn {
    width: 185px;
  }

  .landing-page {
    padding: 10px 0;
  }

  .left-conatiner {
    padding: 20px;
  }

  .district-section {
    padding: 0px;
  }

  .stakeholder-tabs {
    gap: 20px;
  }

  .stakeholder-tab {}

  .district-heading {
    padding: 10px 0;
    font-size: 1.125rem;
  }
}

.announcement-lists i {
  margin-right: 10px;
}

.hero-swiper {
  width: 100%;
  max-height: 520px;
  position: relative;
}

.hero-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

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

/* Custom Pagination (right side dots) */
.hero-swiper .swiper-pagination {
  right: 16px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}

.hero-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #D4873B;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.3s;
  margin: 0;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #D4873B;
}

/* Play/Pause Button (top-right arrow) */
.slider-play-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.slider-play-btn:hover {
  background: #fff;
}

/* Responsive Heights */
@media (max-width: 992px) {

  .btn-dark-custom,
  .btn-orange {
    margin-bottom: 15px;
  }

  .action-buttons {
    justify-content: center;
  }

  .e-services-des {
    margin-bottom: 15px;
  }

  .intro-text {
    max-width: 100%;
  }
}

/* Empowering */
.empowering {
  background: #1f7a6b url('../images/banners/bg1.png') no-repeat center;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}

.empowering h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.empowering p {
  opacity: 0.9;
  margin: 15px 0;
}

.btn-dark-custom {
  background: #2d2d2d;
  color: #fff;
  border-radius: 8px;
}

.btn-dark-custom:hover {
  background: #444444;
  color: #fff;
  border-radius: 8px;
}

.btn-orange {
  background: #f39c12;
  color: #fff;
  border-radius: 8px;

}

.btn-orange:hover {
  background: #aa6c09;
  color: #fff;
}

.profile-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.profile-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid #eee;
}

.profile-card .min-name {
  margin: 0;
  font-weight: 600;
  color: var(--primary-color);
}

.profile-card .min-designation {
  color: #777;
  margin: 0;
  font-weight: normal;
  text-align: center;

}

.eservices {
  position: relative;
  background: url('../images/banners/parallax-image.jpg') no-repeat center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}

/* Dark overlay */
.eservices::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.eservices .container {
  position: relative;
  z-index: 2;
}

/* Heading styles */
.small-title {
  color: #ccc;
  letter-spacing: 1px;
}

.small-title::before {
  content: '';
  display: inline-block;
  width: 180px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 3px;
  margin-right: 5px;
}

.small-title span {
  color: #C2DF93;
}

.e-services-des {
  line-height: 1.8;
  text-align: justify;
}

.main-title {
  font-size: 36px;
  font-weight: 600;
}

.main-title span {
  color: #C2DF93;
}

/* Cards */
.service-card {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  transition: 0.3s;
}

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

.service-card img {
  width: 100px;
  margin-bottom: 10px;
}

.service-card h6 {
  color: #333;
  margin-top: 10px;
  font-weight: 600;

  margin-bottom: 0;
}

.service-card a {
  text-decoration: none;
}

/* Grid spacing */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Responsive */

@media(max-width: 576px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.central-govt-services {
  color: var(--primary-color);
  font-weight: 600;
  margin: 0px;
  padding-bottom: 30px;
}

.intro-stats-section {
  background: linear-gradient(135deg, #0f5c4d, #1b7f6b);
  padding: 80px 0;
  color: #fff;
}

/* Text */
.intro-text {

  line-height: 1.8;
  max-width: 500px;
}

/* Buttons */
.primary-action,
.secondary-action {
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 500;
}

.primary-action {
  color: #000;
}

.primary-action:hover {
  background-color: #b8b8b8;
}

.secondary-action {
  background: transparent;
  border: 2px solid #28a745;
  color: #fff;
}

.secondary-action:hover {
  background: #28a745;
}

/* Stats */
.stats-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.stats-card {
  background: #dfe6e9;
  color: #000;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  min-width: 180px;
  transition: 0.3s;
}

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

.stats-card i {
  font-size: 24px;
  margin-bottom: 10px;
}

.stats-card h4 {
  margin-top: 10px;
  font-weight: bold;
}

/* Card Variations */
.stats-card:nth-child(2) {
  background: #cfe3db;
}

.stats-card:nth-child(3) {
  background: #e8dfd6;
}

/* Responsive */
@media (max-width: 768px) {

  .intro-stats-section {
    text-align: center;
  }

  .stats-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .stats-card {
    width: 100%;
    max-width: 250px;
  }

  .empowering {
    padding: 30px 0;
  }

}

/* Central services section */

.central-services-section {
  background: #efefef;
  padding: 50px 0 70px;
}

.section-main-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.services-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.central-service-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.central-service-card img {
  max-width: 100%;
  max-height: 45px;
  object-fit: contain;
}

/* arrows */
.service-prev,
.service-next {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 2px solid #2d8792;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2d8792;
  font-size: 20px;
}

.service-prev:hover,
.service-next:hover {
  background: #2d8792;
  color: #fff;
}

/* swiper sizing */
.centralServicesSwiper {
  width: 100%;
}

/* responsive */
@media(max-width:991px) {
  .centralServicesSwiper {
    width: calc(100% - 80px);
  }

  .active-box::before {
    display: none;
  }

  .excise-logo {
    display: none;
  }

  .stats-card {
    padding: 15px;
  }

  .stats-card h4 {
    font-size: 18px;
  }

  .stats-card i {
    font-size: 20px;
  }

  .main-title {
    font-size: 30px;
  }

  .district-heading {
    font-size: 22px;
  }

  .empowering h2 {
    font-size: 22px;
  }
}

@media(max-width:767px) {
  .services-slider-wrapper {
    gap: 10px;
  }

  .central-service-card {
    height: 80px;
  }

  .central-service-card img {
    max-height: 38px;
  }
}

.text-justify {
  text-align: justify;
}

.scanQrText {
  background: rgba(from var(--primary-color) r g b / 0.1);
  padding: 8px 15px;
  font-size: 15PX;
  border-radius: 10px;
  position: relative;
}

#loginBtn {
  display: block !important;
}

.active-box {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.active-box p {
  color: #fff;
}

.active-box .count {
  background: #e4b67d;
  color: #212121;
}
.mobile-circle{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}
.mobileApp a{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
}
.active-box{
  background: var(--secondary-color);
}
.highchart-x-label {
    display: inline-block;
    width: 160px;
    max-width: 160px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 16px;
    text-align: right;
}
.navbar-collapse{
  justify-content: flex-end;
}
.navbar-nav{
  gap:15px;
}
@media (max-width: 767px) {
  .mobile-sidebar-toggle {
    display: inline-flex;
  }
}
 @media screen and (min-width:340px) and (max-width:768px) {
        .footer-wrapper {
            flex-direction: column;
        }

        .footer-right {
            max-width: 230px;
        }

        #mainNavbar .close {
            text-align: right;
        }
          #mainNavbar{
            border-radius: 10px;
          }

        #mainNavbar .close button {
            font-size: 20px;
            width: 26px;
            height: 30px;
            background: var(--teaprimary-color);
            border-radius: 50%;
            padding: 1px;
            color: #fff;
            font-weight: bold;
        }

        .dropdown-item {
            max-width: 186px;
            text-wrap: wrap;
        }
        .boxed{
            padding: 10px;
        }
        .details{
            font-size: 15px;
        }
        .breadcrumb-center span:nth-child(2) {
    display: inline-block;
    max-width: 250px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.eservices{
    padding: 30px 0 !important;
}
#mainNavbar .close{
        display: block;
    }
     .chart-boxes {
            flex-direction: column;

        }

        .chart-boxes .box {
            flex-direction: row !important;
            padding: 10px !important;
        }

        .mobileApp {
            flex-direction: column;
        }

        .nav-item .btn {
            padding: 4px 10px;
        }

        .navbar-toggler-icon {
            height: 1rem;
            width: 1rem;
        }

        .nav-right {
            width: 100%;
            justify-content: center;
            margin-top: 5px;
        }

        .empowering h2 {
            font-size: 18px !important;
        }

        .section-main-title {
            font-size: 18px;
        }

        .main-title {
            font-size: 25px !important;
        }

        .central-services-section {
            padding: 15px 0 70px;
        }

        .small-title.mb-4 {
            margin-bottom: 0 !important;
        }

        .highchart-x-label {
            max-width: 100px !important;
        }

        .small-title::before {
            width: 0px !important;
        }

        .breadcrumb-center {
            font-size: 14px;
        }

        .inner-page-title {
            font-size: 14px;
        }

        .navbar .navbar-collapse {
            top: 107px;
        }

        .chart-container .title {
            font-size: 18px !important;
        }

        .announcement-lists li a {
            font-size: 15px;
        }
       
}


 
.announcement-item-heading {
  color: var(--darkyellow-color);
  font-weight: bold;
}
 
.announcement-strip {
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 20px;
  position: sticky;
  bottom: 0;
}
 
.left-part {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  padding: 10px 20px;
  background: var(--secondary-color);
}
 
.left-part i {
  font-size: 20px;
  color: #fff;
}
 
.announcement-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 24px;
  white-space: nowrap;
}
 
.announcement-track {
  display: flex;
  transition: transform 0.5s ease;
  /* smooth slide */
}
 
.announcement-item {
  min-width: 100%;
  white-space: nowrap;
  padding-right: 20px;
  overflow: hidden;
  color: #1d1a1a;
}
 
.announcement-item.active {
  display: inline-block;
}
 
.right-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 20px;
}

.news-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
  flex: 1;
  min-width: 300px;
}

.news-box .heading {
  background-color: var(--primary-color);
  color: #fff;
  padding: clamp(15px, 1vw, 1vw);
  font-weight: var(--fw-bold);
}

.news-box .body {
  padding: 16px;
  background: #f5f5f5;
  max-height: 500px;
  /* padding-top: 0; */
}

.inner-box {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px #00000057;
}

.news-box .inner-box:hover p {
  color: var(--primary-color);
}

.inner-box h6 {
  font-size: var(--fs-body);
  ;
  margin-bottom: 5px;
  color: #323232;
  font-weight: bold;
}

.inner-box p {
  margin-bottom: 5px;
  font-weight: 400;
}

.inner-box {
  color: #323232;
  border-left: 5px solid #ccc;
}

.inner-box:hover {
  color: var(--primary-color);
  border-left-color: var(--primary-color);
}

.inner-box span {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #999999;
  font-weight: 300;
}
 @media screen and (min-width: 300px) and (max-width: 600px) {
    .announcement-strip{
      display: none;
    }
}