@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) !important;
}

.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;
  padding-block: 5px;
}
.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-button .text-modifier {
  width: 32px;
  height: 28px;
  padding: 0 !important;
  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;
}

.text-modifier {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  color: #0d657a !important;
  margin: 0 5px;
  width: 35px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
  padding-left: 2px !important;
  padding-right: 2px !important;
}


.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 !important;
  margin-block-end: 0em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
}

#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 !important;
}

.redbg {
  background-color: #ee3e3c !important;
}

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

.purple {
  background-color: #fff !important;
  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;
  background: #6e53b0;
  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 {
  border: none;
  outline: none;
  border: 2px solid #DBDBDB;
  border-radius: 8px;
  padding: 10px 16px 10px 15px;

  font-weight: 400;
  width: 100%;

}

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

.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 {
  padding-left: 36px;
  width:100%;
}

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

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

.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 !important;
  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: 55px 0px;
}

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

.swiper-wrapper {
  height: fit-content !important;
}

.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 {
  background: var(--primary-color);
  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 0px 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') !important;
  display: none;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: url('.././images/arrow-circle-right.svg') !important;
  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;
}

@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% !important;
}

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

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

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

.tab-content {
  height: auto;
  min-height: 375px;
}

.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;
  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)!important;
    border:solid 1px #a55e09;
}
.chart-btn:hover{
  background-color:#e28a1f!important;
}
.track-btn  {
  background: #fff9!important;
  color: #131313;
  border: solid 1px #c2c2c2;
}
.btn.track-btn:hover{
   background: #fff !important;
  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 !important;
      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;
        }
    }

.popup-body {
  max-height: 500px !important;
  max-width: 450px !important;
}

.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;
    max-height: 500px;
  }

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

  .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% !important;
    }
  }

  /* 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;
        padding: 10px 20px;
    }

    .btn-dark-custom:hover {
        background: #444444 !important;
        color: #fff;
        border-radius: 8px;
        padding: 10px 20px;
    }

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

    .btn-orange:hover {
        background: #aa6c09 !important;
        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 !important;
}

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

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

/* 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:#1c6f82;
    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 !important;
    }
    
    .stats-card i{
      font-size: 20px;
    }

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

    .district-heading{
      font-size: 22px !important;
    }
    
    .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;
}