/* --------------------------- font --------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* --------------------------- Global --------------------------- */

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #171717;
}

a {
  text-decoration: none;
  color: #171717;
}

button {
  font-family: "Poppins", sans-serif;
}

.container {
  width: 75%;

}

.containerSection {
  display: flex;
  justify-content: center;
}

::-webkit-scrollbar {
  display: none;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.grid3{
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 100px;
  align-items: center;
}
.pageTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;

}

/*---------------------------------------------------- Text Selection------------------------- ------------*/
::-moz-selection {
  /* Code for Firefox */
  background-color: #2E3191;
  color: #fff;
}

::selection {
  background-color: #2E3191;
  color: #fff;
}






.impInformationSection {
  position: fixed;
  left: 2%;
  top: 45%;
  width: fit-content;
  z-index: 99999;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.impInformationSection.bodyOverlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 2%;
  background-color: #00000046;
}

.impInformation {
  display: flex;
  align-items: start;
  column-gap: 10px;
  justify-content: start;
}

.impInformation .mic {
  cursor: pointer;

}

.impInformation .mic img {
  width: 50px;
}

.impInformation .impInformationBox {
  max-width: 30vw;
  min-width: fit-content;
  transform: scale(1);
  opacity: 1;
  background: linear-gradient(to right, #2e3191, #5359ff);
  border-radius: 4px;
  color: #fff;
  padding: 6px 16px;
  animation: zoomText 2s ease-in-out .5s infinite alternate backwards;
  /* overflow: hidden; */
  transform-origin: top left;
  font-size: 14px;
}

@keyframes zoomText {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.impInformation .impInformationBox::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 99%;
  /* Position it to the left of the box */
  margin-top: -5px;
  /* Adjust as needed to vertically center */
  border-width: 7px;
  border-style: solid;
  border-color: transparent #2e3191 transparent transparent;
  /* Border color sequence: top right bottom left */
}

.impInformationBox.zoomed {
  border-radius: 40px;
  margin-top: -60px;
  animation: none;
  margin-left: 30px;
}

.impInformationBox.zoomed::before {
  top: 60px;
  border-width: 20px;
}

.afterClick {
  display: none;
  padding: 3rem;
  position: relative;
  max-height: 50%;
  overflow: hidden;
}

.closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E3191;
  cursor: pointer;
  display: none;
  transition: all 0.2s ease-in-out;
  font-size: 10px;
}

.closeBtn i {
  padding-top: 2px;

}

.afterClick:hover .closeBtn {
  display: flex;
}

.afterClick h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.afterClick p {
  font-size: 12px;
}

.beforeClick {
  display: block;

}

.impInformation.zooimpInformation {
  transform: scale(1.5);
  transform-origin: left;
  transition: all 0.5s ease-in-out;
}


.sidepanel {
  width: 100%;
  position: fixed;
  z-index: 999999;
  height: 100vh;
  top: 0;
  right: -100%;
  background-color: #00000046;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: end;

}

.closemySidepanel {
  width: 60%;
}

.sidepanel::-webkit-scrollbar {
  background-color: transparent;
}

.sidepanel .sidepanel-con {
  width: 40%;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.sidepanel-con .sidepanelPattern {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
}

.sidepanel .close-sec {
  width: 88%;
  display: flex;
  align-items: end;
  padding: 36px 6% 24px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.sidepanel .close-sec a {
  font-size: 24px;
}

.sidepanel .closebtn {
  font-size: 30px !important;
  color: #525252;
}

.sidepanel .sideMenu {
  width: 88%;
  padding: 24px 6% 24px;
  position: relative;
  z-index: 2;
}

.sidepanel .sideMenu a {
  display: block;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #2e3191;
  border-bottom: 1px solid #c8c8c8;
  padding: 6px 0 12px;
  transition: all 0.3s ease-in-out;
}

.sidepanel .sideMenu a:hover {
  color: #950019;
}

.sidepanel .sideMenu a.last {
  border-bottom: none;
}

.sidepanel .socialLogo {
  width: 88%;
  padding: 32px 6% 48px;
  position: relative;
  z-index: 2;
}

.sidepanel .socialLogo a {
  color: #2e3191;
  font-size: 36px;
  margin-right: 20px;
}


/* --------------------------- Header --------------------------- */

header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  position: fixed;
  background-color: #fff;
  z-index: 9;
  width: 100vw;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.logo .logoImg {
  height: 60px;
  object-fit: contain;
}

.logo .logoText h3 {
  font-size: 16px;
  font-weight: 600;
}

.logo .logoText h4 {
  font-size: 14px;
  font-weight: 300;
}

.header .headerRight {
  display: flex;
  align-items: center;
  column-gap: 32px;
}


.headerRight .language-trn {
  display: flex;
}


.goog-te-gadget {
  width: 124px;
  overflow: hidden;
}

.goog-te-gadget .goog-te-combo {
  border: none;
  background: transparent;
  color: #171717;
  font-size: 14px;
  margin: 0 !important;
  cursor: pointer;
  width: 128px;
}

.goog-te-gadget .goog-te-combo:focus {
  outline: none;
  background-color: transparent;
}

.goog-te-gadget .goog-te-combo option {
  background-color: #fff;
  color: #171717;
  font-family: "Poppins", sans-serif;
}

.skiptranslate iframe {
  display: none;
}

.header .headerRight .loginBtn i {
  display: none;
}

.header .headerRight .menuBtn {
  background: transparent;
  border: none;
  display: flex;
}

.header .headerRight .menuBtn img {
  height: 48px;
  cursor: pointer;
}


.button {
  display: inline-block;
  padding: 4px 24px;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;

  z-index: 1;
}

.button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #2E3191;
  border-radius: 50%;
  display: block;
  transition: all 0.6s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:hover {
  color: #ffffff;
  border: 1px solid #2E3191;
}

.button:hover:before {
  top: -35%;
  background-color: #2E3191;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
  top: -45%;
  background-color: #2E3191;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}






/* ----------------------------------------------------------   Banner   --------------------------------------------------------- */
.banner-sec {
  overflow: hidden;
  height: calc(100vh - 85px);
  position: relative;
  margin-top: 85px;

}

.backgroundPattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.backgroundPattern img {
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  opacity: 0.1;
}

.banner-sec #slider {
  position: relative;
  width: 100%;
  height: 100%;

  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.banner-sec #slider ul {
  position: relative;
  list-style: none;
  height: 100%;
  width: 10000%;
  padding: 0;
  margin: 0;
  transition: all 750ms ease;
  left: 0;
}

.banner-sec #slider ul li {
  position: relative;
  height: 100%;
  float: left;
}

.banner-sec #slider ul li img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-sec #slider #prev,
#slider #next {
  width: 36px;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #171717;
  color: #171717;
  text-decoration: none;

  font-size: 12px;
  font-weight: bold;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  z-index: 2;
}





.banner-sec .banner-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileBannerLogo {
  display: none;
}

.bannerNavigations span {
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin-right: 10px;
  cursor: pointer;
}

.banner-layer h1 {
  margin-right: 50%;
  margin-top: 40px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #950019;
  font-weight: 500;
}

.banner-layer p {
  margin-right: 50% !important;
  margin: 20px 0;
  font-size: 14px;
}

.registerBtn {
  background-color: #2E3191;
  border-color: #2E3191;
  color: #fff;
  padding: 12px 32px;
  margin-right: 10px;
}

.registerBtn {
  transition: all 0.5s ease-in-out;
}

.registerBtn:hover {
  color: #171717 !important;
  border: 1px solid #2E3191;
}

.registerBtn:hover:after {
  background-color: #fff;
}

.trackBtn {
  padding: 12px 32px;
  border-color: #2E3191;
  color: #2E3191;
}

.trackBtn:hover {
  color: #171717 !important;
}

.trackBtn:hover:after {
  background-color: #fff;
}

/*--------------------------------------------------------   joint hearing section   ----------------------------------------------------*/


.jointSection {
  display: flex;
  align-items: center;
  background-color: #c4ddff;
  position: relative;
  min-height: 40vh;

}

.jointSectionPattern {
  width: 100%;
  height: 100%;
  /* background-color: #00000029; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.jointSectionPattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.jointOverlay {
  width: 100%;
  text-align: center;
  /* background-color: #dbd3ffd6; */
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

.jointOverlay .jointCon p {
  font-size: 14px;
  margin-bottom: 32px;
}

.jointSection .jointCon a {
  background-color: #2E3191;
  border: 1px solid #2E3191;
  color: #fff;
  padding: 12px 32px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  display: inline-flex;
  column-gap: 12px;
  align-items: center;
  font-size: 14px;
}

.jointSection .jointCon a i {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}

.jointSection .jointCon a:hover {
  background-color: #fff;
  color: #000;
}

.jointSection .jointCon a:hover i {
  color: #2E3191;
}


/* --------------------------------------------------------   track the status   --------------------------------------------------- */


.trackSection {
  padding: 4rem 0 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.619), rgba(22, 114, 234, 0.482)), url(../images/pattern.jpg);
  background-size: 400px;
}

.trackSection .grid2 .gridRight {
  height: 80vh;
  background-image: url(../images/trackPattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-repeat: none;
  display: flex;
  align-items: center;
}

.trackSection .grid2 .gridRight .trackMobile {
  height: 90%;
  object-fit: contain;
  animation: shake 3s infinite;
}

@keyframes shake {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-24px);
  }

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

.trackSection .grid2 .gridLeft h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #950019;
  font-weight: 500;
}

.trackSection .grid2 .gridLeft p {
  margin: 20px 0;
  font-size: 14px;
}


/* -----------------------------------------------------   Information section    ------------------------------------------------ */


.informationSection {
  padding: 4rem 0;

}

.informationSection .container {
  position: relative;
}

/* Style the tab */
.tab {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}

.tab4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tab1 {
  grid-template-columns: 1fr;
}

.tablinks {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.tablinks img {
  height: 108px;
  filter: grayscale(100%);
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 48px 64px;
  transition: 0.3s;
  font-size: 14px;
  border: 3px solid #ccc;
  border-radius: 10px;
}

.tab button img {
  filter: grayscale(100%);
}

/* Change background color of buttons on hover */
.tab button:hover {
  border: 3px solid #950019;
}

/* Create an active/current tablink class */
.tab button.active img {
  filter: grayscale(0%);
}

.tab button.active {
  border: 3px solid #2E3191;
}

/* Style the tab content */
.tabcontent {
  display: none;
  margin-top: 3rem;

}

.informationSection .gridLeft img {
  height: 40vh;
  object-fit: contain;
}

.informationSection h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #950019;
  font-weight: 500;
}




.informationSliderCon {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.informationSlider {
  position: absolute;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.prev,
.next {
  position: absolute;
  bottom: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 6px 12px;
}

.prev {
  left: -50px;
}

.next {
  right: -50px;
}

.bullets {
  text-align: center;
  margin-top: 10px;
}

.bullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #c4c4c4;
  margin: 5px;
  cursor: pointer;
}

.bullet.active {
  background-color: #5359ff;
}

.informationBoxCon{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-right: 20px;
}
.informationBoxCon .informationBox{
  box-shadow: 0px 0px 10px #efeaea;
  padding: 30px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.informationBoxCon.treared{
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.informationBoxCon.treared .informationBox{
  padding: 6px 20px;
}
.informationBoxCon .informationBox:hover{
  border: 2px solid #950019;
}

.informationBox img{
  height: 116px;
}

.informationBox img.ministerIcon{
  height: 48px;
}
.informationBox h3{
  font-size: 20px;
  color: #2E3191;
  margin: 10px 0 4px;
  font-weight: 500;
  text-transform: uppercase;
}
.informationBox h5{
  font-size: 14px;
  margin: 8px 0 4px;
  font-weight: 600;
  color: #373aa4;
}
.informationSliderCon ul{
  padding-left: 16px;
}
.informationSliderCon li{
  font-size: 12px;
  line-height: 21px;
}



/* ---------------------------- */

.contactSection {
  padding: 0 0 4rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.766), rgb(255, 255, 255)), url(../images/956058_74905-OEKXQZ-204.jpg);
  background-size: 400px;
}

.contactSection h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #950019;
  font-weight: 500;
}

.contactSection p {
  margin: 20px 0;
  font-size: 14px;
}

.contactSection .gridRight img {
  height: 70vh;
  object-fit: contain;
  animation: shake 3s infinite;
}


.contactSection .contactDetails{
  padding-top: 20px;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  
}


.contactSection .contactDetails a{
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 20px;
  color: #2E3191;
}
.contactSection .contactDetails a i{
  font-weight: 900;
  font-size: 20px;
  margin-top: 4px;
}






footer {
  background: linear-gradient(to right, #2e3191, #373aa4);
  color: #fff
}

.footerTop {
  display: flex;
  justify-content: center;
  padding: 48px 0 32px;
  border-bottom: 1px solid #ffffff33;
}

.footerGrid {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr;
  gap: 100px;
}

.footerGrid .footerLogo p {
  margin-top: 20px;
  font-size: 14px;
}

.footerGrid .footerMenu a {
  color: #fff;
  text-decoration: none;
}

.footerGrid .footerMenu li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.footerGrid .footerMenu li::before {
  content: url(../images/left-arrow.png);
  margin-right: 5px;
}

.footerGrid .footerMenu li:hover {
  transform: translateX(4px)
}

.footerGrid .footerMailPhone {
  margin-top: 20px;
}

.footerGrid .footerMailPhone a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 8px 0;
}

.footerSocial h6 {
  font-size: 16px;
  margin: 0 0 2px;
}

.socialLogo a {
  color: #fff;
  opacity: 0.8;
  font-size: 22px;
  margin-right: 10px;
}

.socialLogo a:hover {
  opacity: 1;
}

.footerBottom {
  display: flex;
  justify-content: center;
}

.footerBottom .footerBottomContent {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  color: #ccc;
  font-size: 14px;
}









.basicPage {
  display: flex;
  justify-content: center;
  padding-top: 85px;
}

.basicBody {
  width: 100%;
  min-height: calc(100vh - 85px);
  padding: 2rem 0 4rem;
}


.grievanceForm .inputDiv {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 30px;
}

.grievanceForm .inputDiv label {
  font-size: 15px;
  color: #7f7f7f;
  font-weight: 500;

}

.grievanceForm .inputDiv label span {
  font-size: 14px;
  color: red;
  margin-left: 2px;
  margin-top: -5px;
}

.grievanceForm .inputDiv input {
  border: none;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 8px;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.grievanceForm .inputDiv input:focus {
  outline: none;
  border-color: #2E3191;
}

.grievanceForm .inputDiv input::placeholder {
  font-size: 18px;
  color: #7f7f7f;
}

.grievanceForm .inputDiv select {
  border: none;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 8px;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  cursor: pointer;
}

.grievanceForm .inputDiv select:focus {
  outline: none;
  border-color: #2E3191;
}

.grievanceForm .inputDiv textarea {
  border: none;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 8px;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.grievanceForm .inputDiv textarea:focus {
  outline: none;
  border-color: #2E3191;
}

.grievanceForm .inputDiv textarea::placeholder {
  font-size: 18px;
  color: #7f7f7f;
}


/* Mark input boxes that gets an error on validation: */
.grievanceForm input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.grievanceForm .tab {
  display: none;
}


/* Make circles that indicate the steps of the form: */
.grievanceForm .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 40px;
  background-color: #bbbbbb;
  border: none;
  display: inline-block;
  opacity: 0.5;
  position: relative;
}


.grievanceForm .step.active {
  background-color: #2e3191;
}

/* Mark the steps that are finished and valid: */
.grievanceForm .step.finish {
  background-color: #2e3191;
  opacity: 1;
}

.grievanceForm h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #950019;
  font-weight: 500;
  padding-bottom: 30px;
}

.formGrid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.formGrid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

.formGrid-3.formGrid-3-checkbox {
  gap: 1rem;
  margin-top: 10px;
  padding-bottom: 30px;
}

.formChekbox {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.formChekbox label {

  font-size: 18px !important;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  cursor: pointer;
  color: #171717 !important;
}

.formChekbox input {
  accent-color: #2E3191;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.custum-file-upload {
  height: 132px;
  width: calc(100% - 4px);
  display: flex;
  flex-direction: column;
  align-items: space-between;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px dashed #cacaca;
  background-color: rgba(255, 255, 255, 1);
  padding: 1rem 0;
  border-radius: 10px;
}

.custum-file-upload .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .icon svg {
  height: 48px;
  fill: rgba(75, 85, 99, 1);
}

.custum-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .text span {
  font-weight: 400;
  color: rgba(75, 85, 99, 1);
}

.custum-file-upload input {
  display: none;
}

.custum-file-upload #file-text {
  color: #2e3191;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
}

.formChekbox.checkboxTerms {
  margin: 5px 0;
}

.formChekbox.checkboxTerms label {
  font-size: 14px !important;
}

.formChekbox.checkboxTerms input {
  width: 14px;
  height: 14px;
}

.formFoot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}

.grievanceForm .hint {
  font-size: 14px;
  font-weight: 500;
  color: #950019;
}

.formFoot .button {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 32px;
}


.basicBody h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #950019;
  font-weight: 500;
  margin-bottom: 20px;
}

.tab.loginas button img {
  filter: grayscale(0%);
}

.tab.loginas button {
  width: 100%;
}

.trackPage .gridRight img {
  height: 70vh;
}

.titleBorder {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #950019;
  margin-top: -8px;
  margin-left: 4px;
}

@page {
  size: A4;
  margin: 0;
}

.button-container {
  text-align: right;
  margin-top: 20px;
  margin-right: 32px;
}

.download-button,
.print-button {
  padding: 10px 20px;
  background-color: #2e3191;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 10px;
}

.download-button:hover,
.print-button:hover {
  background-color: #0056b3;
}



@media print {
  body * {
    display: none;
  }

  .ticketSection,
  .ticketSection * {
    display: block;
  }

  .ticketSection {
    display: block;

  }

  .ticketSection .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
  }

  .print {
    position: absolute;
    right: 32px;
    top: 48px;
  }
}

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

.ticketContent {
  padding: 2vh 32px;
  width: calc(100% - 64px);
  min-height: 804px;
}

.ticketSection .logo {
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

.ticketSection .logo .logoImg {
  height: 36px;
}

.ticketSection .logo .logoText {
  text-align: center;
}

.ticketSection .logo .logoText h4 {
  font-size: 12px;
}

.ticketSection .logo .logoText h3 {
  font-size: 13px;
}

.ticketSection h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #950019;
  font-weight: 500;
  margin: 8px 0 12px;
}

.ticketSection h5 {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #2e3191;
}

.invoiceField {
  display: grid;
  grid-template-columns: 4fr 5fr;
  font-size: 12px;
  margin: 8px 0;
}

.ticketSection hr {
  border: 1px solid #e8e8e8;
  margin: 16px 0;
}

.ticketFooter {

  min-height: 20vh;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: flex-end;
  gap: 2rem;
  font-size: 11px;
  border-top: 1px solid #ddd;
  position: relative;

}

.ticketFooter .backgroundPattern {
  z-index: 1;
}

.ticketFooter .backgroundPattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.1;
}

.ticketFooter .ticketFooterLeft {
  position: relative;
  z-index: 2;
}

.ticketFooter .ticketFooterLeft .flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  column-gap: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.ticketFooter .ticketFooterLeft img {
  width: 40%;
  object-fit: contain;

}

.ticketFooter .ticketFooterLeft .footerLogo {
  height: 64px;
  object-fit: contain;
  width: fit-content;
  border: none;
}

.ticketFooter .ticketFooterRight {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.ticketFooter .ticketFooterRight img {
  width: 30%;
  object-fit: contain;
  margin-bottom: 10px;
}

.print {
  background-color: #2e3191;
  color: #fff;
  border: none;
  margin: 10px auto;
  border-radius: 4px;
  padding: 4px 16px;
  font-size: 16px;
  cursor: pointer;
}

.print:hover {
  background-color: #20225e;
}

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


.action-taken .action {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 8px 20px;
  margin-top: 10px;
}

.action-taken .action .date {
  font-size: 12px;
  font-weight: 300;
}

.action-taken .action .remarks {
  font-size: 14px;
  font-weight: 500;
}

.action-taken .action h6 {
  font-size: 14px;
}

.action-taken .action .badge {
  padding: 4px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  margin-left: 4px;
}

.badge.bg-success {
  background-color: green;
}

.ticket-title-flex {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin: 10px 0 40px;
}

.ticket-title-flex h6 {
  font-size: 14px;
  font-weight: 600;
}


.grid-2-faq {
  display: grid;
  gap: 100px;
  align-items: end;
  grid-template-columns: 2fr 1fr;
}

.set {
  margin-bottom: 10px;
  border-radius: 10px;
  border-radius: 2px;
  overflow: hidden;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.set .set-title {
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  padding: 10px 20px;
  font-weight: 600;
}

.toggle {
  cursor: pointer;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  border: 1px solid #F3F3F3;
  width: 100%;
}

.set .active {
  padding: 10px 20px;
  width: calc(100% - 42px);
}

.content p {
  margin: 0;
}

.fa {
  margin-left: 5px;
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.grid-2-faq .gridRight img {
  height: auto;
  width: 100%;
}




/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------   Joint Hearing Page   ------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */

.jointPage .pageTitle h3 {
  font-size: 18px;
  font-weight: 600;
}

.jointPage .pageTitle select {
  padding: 12px 8px;
  width: 300px;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 0px;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.jointPage .pageTitle select:focus{
  outline: none;
}
.jointPage .pageTitle select option{
  padding: 12px 8px;
}
.districtTable{
  border: 1px solid #ddd;
  margin-bottom: 50px;
}
.districtTable h4{
  /* background-color: #ddd; */
  padding: 10px 8px;
  font-size: 20px;
  
}
.districtTable table{
  width: 100%;
  border-spacing: 0;

}
.districtTable table th{
  text-align: left;
  background-color: #858585;
  color: #fff;
  padding: 10px 8px;
}
.districtTable table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.districtTable table td{
  padding: 10px 8px;
}




.chatBotText{
  width: fit-content;
  padding: 6px 16px;
  border-radius: 20px;
  background-color: #f5f5ff;
  color: #6152ff;
  position: fixed;
  right: 100px;
  bottom: 32px;
  font-size: 16px;
  font-weight: 400;
 
}


.chatBotText p {
  display: flex;
  align-items: center;
}
.chatBotText p span{
  font-size: 22px;
  margin-top: -4px;
  margin-left: 6px;
}