@import url('https://fonts.googleapis.com/css2?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');

body,
html {
  font-family: "Poppins", sans-serif;

  font-style: normal;
  height: 100%;
  /* Fallback for older browsers */
  min-height: -webkit-fill-available;
  /* For Safari on iOS */

}

p.humnaoid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul.project-list-details {
  padding: 10px 0 20px;
}

body {
  width: 100%;
  position: relative;
  /* min-height: 100vh; */
      /* overflow: hidden; */
}

.modal-content .error {
  text-align: center;
}

p.info {
  color: #333;
  margin: 10px 0;
  font-weight: 400;
}

ul.header-logo {
  position: absolute;
  z-index: 9;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  vertical-align: middle;
}

.intl-tel-input {
  width: 100%;
}

li.lest-connect a {
  background: #3f7ee8;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
  font-weight: 500;
  text-decoration: none;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background: transparent !important;
}

li.lest-connect {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

ul.header-logo img {
  width: 130px;
  margin: 15px 0 20px;
  cursor: pointer;
}

li.lest-connect a:hover {
  background: #3f7ee8;
  transition: ease all 0.3s;
}

section.guide-humonoide .container {
  z-index: 9;
}

ul.header-logo {
  position: absolute;
  z-index: 9999;
  list-style: none;
}

section.guide-humonoide video,
section.guide-humonoide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  object-position: center center;
  right: 0;
}

.main-container {
  margin: 0 auto;

  width: 100%;

  height: 100%;

  max-width: 500px;

  padding: 20px 0;
}

#chatbot-container {
  width: 95%;

  height: 350px;

  margin: 10px auto;

  padding: 10px 5px;

  overflow-y: auto;

  background: #f3f3f3;

  display: flex;

  display: -ms-flexbox;

  display: inline-flex;

  display: -webkit-flex;

  flex-direction: column;

  border-radius: 10px;
}

.speech::first-letter,
.recorder::first-letter {
  text-transform: capitalize;
}

#chatbot-container .recorder {
  color: #fff;

  background: #78f;

  border-radius: 5px;

  padding: 8px;

  margin: 4px 0;

  max-width: 250px;

  align-self: flex-start;

  flex-shrink: 0;
}

#chatbot-container .speech {
  color: #fff;

  background: #1c8;

  border-radius: 5px;

  padding: 8px;

  margin: 4px 0;

  flex-shrink: 0;

  align-self: flex-end;

  max-width: 250px;
}

button {
  border: none;

  outline: none;

  background: none;
}

.fa-telegram-plane {
  font-size: 36px;

  width: 15%;

  padding: 8px 12px;

  line-height: 30px;

  cursor: pointer;

  display: inline-block;
}

.fa-telegram-plane:hover {
  color: #78f;
}

#btn {
  background: #78f;

  color: whiteSmoke;

  padding: 10px 25px;

  font-size: 22px;

  font-weight: 600;

  display: block;

  box-shadow: 0 3px 10px #a7f;

  margin: 0 auto;

  transition: 0.5s;
}

#btn:hover {
  padding-right: 30px;

  background: #6a7;

  transition: 0.5s;
}

#form {
  width: 100%;

  text-align: center;

  margin-bottom: 8px;
}

.chat-bot img {
  max-width: 40%;
  margin: 0 auto;
}

body,
.chat-bot {
  background: #fff;
  text-align: center;
}

.chat-bot {
  position: relative;
}

button#start-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  height: 40px;
  background: #52392a;
  color: #53aa54;
  width: 40px;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  animation: pulsate infinite 1.5s;

  border: 2px solid #53aa54;
}

#form #botvalue {
  padding: 8px 10px;

  border-radius: 6px;

  outline: none;

  width: calc(100% - 18%);

  line-height: 30px;

  border: 1px solid #555;

  font-size: 17px;

  font-weight: normal;
}

.welcomo-meesage,
.guide-humonoide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  height: 100vh;
  color: #fff;
}

.welcomo-meesage h1 {
  color: #000;
  font-weight: 300;
  font-size: 36px;
}

.welcomo-meesage h1 span {
  font-weight: bold;
  color: #285689;
}

.tata_tiscon_form_data_lang {
  height: 20px;
}

.tata_tiscon_form_data input {
  background: transparent;
}

.click-con-hover h6 {
  color: #000;
  font-weight: 700;
  padding: 10px 0 0;
}

.welcomo-meesage p {
  color: #fff;
  font-size: 14px;
}

.arrow-button.effect-8.hovicon img {
  max-width: 20px;
}

input#submitBtn,
.arrow-button.effect-8.hovicon {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin: 14px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  background: #c13d89 !important;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  align-items: center;
}

@keyframes progres1 {
  0% {
    width: 0%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.click-con-hover {
  position: relative;
}

.arrow-button.effect-8.hovicon {
  position: relative;
  padding-bottom: 4px;
}

div#submitBtn:after,
input#submitBtn:after,
div#skip-btn:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: pulsate infinite 1.5s;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 1px #3f7ee8;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(247, 25, 63, 0.1), 0 0 2px 2px #30317C,
      0 0 0 1px rgba(247, 25, 63, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(247, 25, 63, 0.1), 0 0 5px 5px #30317C,
      0 0 0 2px rgba(247, 25, 63, 0.5);
    transform: scale(1.2);
    opacity: 0;
  }
}

.clik-to-enter-box {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 99;
  background: #000;
}

section.clik-to-enter-box button {
  width: fit-content;
  margin: 20px auto 0;
  text-align: center;
  background: transparent;
  border: none;
  z-index: 99;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.circle-wrapper {
  position: relative;
  width: 240px;
  height: 240px;
}

/* This is the thin inner line */
.circle-zero:before {
  content: "";
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  width: 168px;
  height: 2px;
  left: -60%;
  top: 50%;
  transform: rotate(45deg);
  z-index: -2;
}

.circle-zero {
  background: #2c3e50;
  border-radius: 50%;
  box-shadow: 0px 3px 7px 0.7px rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  height: 78px;
  width: 78px;
  position: absolute;
  top: 35%;
  left: 35%;
}

.circle-one {
  border: 15px solid;
  border-color: rgba(105, 138, 172, 0.8) rgba(105, 138, 172, 0.8) transparent transparent;
  border-radius: 50%;
  box-sizing: content-box;
  height: 98px;
  width: 98px;
  position: absolute;
  top: 25%;
  left: 25%;
  z-index: -1;
  animation: circle-move 10s ease infinite;
}

.circle-two {
  background: rgba(0, 0, 0, 0.017);
  border: 25px solid;
  border-color: rgba(233, 30, 99, 0.4) transparent transparent;
  border-radius: 50%;
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.65);
  box-sizing: content-box;
  height: 90px;
  width: 90px;
  position: absolute;
  top: 22%;
  left: 22%;
  z-index: -2;
  animation: circle-move 14s ease infinite;
}

.circle-three {
  background: rgba(0, 0, 0, 0.012);
  border: 2px solid;
  border-color: #e91e63 transparent;
  border-radius: 50%;
  box-sizing: content-box;
  height: 168px;
  width: 168px;
  position: absolute;
  z-index: -3;
  top: 15%;
  left: 15%;
  animation: circle-move 15s ease infinite;
}

/* This is the thin line to centre */
.circle-four:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 220px;
  height: 2px;
  left: 0%;
  top: 50%;
  transform: rotate(-45deg);
  z-index: -2;
}

.circle-four {
  background: rgba(0, 0, 0, 0.012);
  border: 10px solid;
  border-color: #2c3e50 #8aa4be;
  border-radius: 50%;
  box-sizing: content-box;
  height: 220px;
  width: 220px;
  position: absolute;
  z-index: -3;
  top: 1%;
  left: 1%;
  animation: circle-spin 10s ease infinite;
}

.circle-five {
  background: rgba(0, 0, 0, 0.012);
  border: 4px dotted;
  border-color: #2c3e50 #8aa4be;
  border-radius: 50%;
  box-sizing: content-box;
  height: 203px;
  width: 203px;
  position: absolute;
  z-index: -3;
  top: 7%;
  left: 7%;
  animation: circle-spin 15s linear infinite;
}

.circle-six {
  background: rgba(0, 0, 0, 0.012);
  border: 1px none;
  border-radius: 50%;
  box-sizing: content-box;
  height: 249px;
  width: 249px;
  position: absolute;
  z-index: -3;
  top: -1%;
  left: -1%;
  box-shadow: 0px 10px 20px 0.7px rgba(0, 0, 0, 0.4);
}

@keyframes circle-move {
  0% {
    transform: rotate(0deg);
  }

  70% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes circle-spin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes flicker {
  0% {
    opacity: 0.85;
  }

  100% {
    opacity: 1;
  }
}

.circle-wrapper {
  margin: 0 auto;
}

/* landing page animation */
.error {
  color: #ff3737 !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  margin: 0;
  text-align: left;
}

/* button css */

.button-animation {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  color: #03e9f4;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 4px;
  transition: 0.5s;
  width: fit-content;
  margin: 0 auto;
  transition: ease all 0.8s;
}

.dialog-prompt ul li:first-child a {
  background: transparent;
  color: #000;
}

.dialog-prompt ul li {
  flex: 0 0 50%;
  width: 100%;
  display: grid;
}

.dialog-prompt ul li:last-child {
  margin-bottom: 0px;
}

.dialog-prompt ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.dialog-prompt {
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.13),
    -4px -4px 8px 0px rgba(255, 255, 255, 0.59);
  width: 45%;
}

.button-animation span {
  position: absolute;
  display: block;
}

.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  /*  animation: btn-anim1 1s linear infinite;*/
}

button#resend-otp {
  color: #d32720;
  font-size: 14px;
  border-radius: 0px;
  padding: 5px 20px;
  background: transparent;
  border: 2px solid #d32720;
  font-weight: 500;
}

/*@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}*/

.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

.landscape-responsive img {
  width: 100px;
  margin: 0 auto;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  /*  background: linear-gradient(360deg, transparent, #03e9f4);*/
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

/*
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}*/

.button-animation:hover {
  background-color: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
    0 0 100px #03e9f4;
}

/* button css end */

.modal {
  background: #000000c2 !important;
}

.form-select:focus,
form#myForm input:hover,
form#myForm input:active,
form#myForm input:focus,
form#myForm input:visited {
  box-shadow: none !important;
  background: transparent !important;
}

.modal-content {
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
}

form#myForm select option,
form#myForm select,
form#myForm input {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}

form#myForm select option {
  color: #000 !important;
}

.input-data {
  width: 65%;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-head h3 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.btm-data-container p {
  font-size: 12px;
  margin: 0 0 5px;
  font-weight: 300;
  text-align: center;
}

.btm-data-container p span {
  font-weight: 700;
}

.btm-data-container {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  text-align: left;
  max-width: 1140px;
  margin: 0 auto;
  right: 0px;
}

/*input#submitBtn {
  background: #000 !important;
  border: 2px solid #03e9f4 !important;
  color: #fff !important;
  padding: 6px 20px !important;
}


*/
.welcomo-meesage .form-check {
  font-size: 12px;
}

.welcomo-meesage .form-check a {
  color: #0000ee;
}

.modal-body.form-box-mode {
  background: #fff;
  border-radius: 10px;
}

.modal-backdrop {
  background: transparent;
}

section.guide-humonoide1 img,
section.guide-humonoide1 gif {
  width: 16%;
  position: absolute;
  bottom: 90px;
  left: 0px;
  right:0;
  margin:auto;
  /* z-index: 1; */
}

section.guide-humonoide1 {
  /* background: url("/../images/desktop-option2.png") no-repeat; */
  /* background-position: left bottom; */
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.micro-btn {
  border: none;
  padding: 0;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 2em;
  color: #fff;
  padding: 0;
  margin: 0;
  background: #d8271f;
  position: absolute;
  z-index: 999;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  bottom: 15px;
  right: 170px;
}

.pulse-ring {
  content: "";
  width: 60px;
  height: 60px;
  /* background: #189BFF; */
  border: 5px solid #d8271fc4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: pulsate infinite 1.5s;
}

#animated-svg2 {
  animation: pulsate infinite 15s;
}

.btn-bx,
div#submitBtn {
  background: #30317C;
  cursor: pointer;
}

.btn-bx button,
div#submitBtn a {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
}

/*@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
*/
.tata-tiscon-info h2 {
  font-size: 40px;
  font-weight: 300;
  padding-right: 20px;
}

/*.continue-btn {
  position: absolute;
  bottom: 28px;
  right: 90px;  
}*/
.continue-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 56px;
    display: flex;
    justify-content: center;
}
.dialog-prompt ul li a {
  padding: 10px 20px;
  text-decoration: unset;
}

/*.dialog-prompt ul li a,
button#continue {
  background: #30317C;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #fff;
}
*/
.dialog-prompt ul li a, button#continue {
    background: #30317C;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px 20px;
}

.fa-microphone {
  height: 100%;
  position: absolute;
  top: 14px;
  bottom: 0;
  right: 0;
  left: 0;
}

.generative-date {
  position: absolute;
  height: auto;
  right: 20px;
  bottom: 100px;
  z-index: 999;
}

.hidden-box-list ul li {
  background: transparent !important;
  border: none;
}

.microphone-data {
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 60px;
  z-index: 999;
}

.contact-us-btn a {
  color: #fff;
  text-decoration: none;
  background: #30317C;
  padding: 5px 10px;
  border-radius: 50px;
}

.contact-us-btn {
  position: absolute;
  bottom: 100px;
  right: 100px;
}

.generative-date img {
  max-width: 200px;
}

.microphone-data img {
  max-width: 100px;
}

/*.stop-btn {
  z-index: 9999;
  position: absolute;
  bottom: 28px;
  right: 235px;
}*/
.stop-btn {
  z-index: 9999;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
div#compaign_list {
    position: absolute;
    font-weight: 500;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 80%;
        z-index: 9999;

}
div#compaign_list ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
div#compaign_list ul li {
    background: #30317c;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}
p.error-message-name,
p.error-message-companyname,
p.error-message-businessemail,
p.error-message-designation,
p.error-message-mobileno {
  text-align: left;
  color: #30317C;
  font-size: 12px;
}

section.video-class {
  position: absolute;
  top: 8%;
  right: 2%;
}
video#video-case-study {
    width: 102%;
    margin: 0 auto;
    display: block;
    z-index: 999;
    position: absolute;
    left: -6px;
    right: 0;
    top: -6px;
    padding: 20px;
    min-height: 297px;
}

::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08) !important;
}

.form-control:active,
.form-control:visited,
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  background-color: transparent;
}

.contact-form {
  width: 50%;
  position: absolute;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  top: 0px;
  right: 0px;
  padding: 25px;
  color: #000;
  overflow-y: scroll;
}

.contact-form label {
  color: #495057;
}

.get-a-qoute {
  text-align: justify;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.get-a-qoute .close-icon {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 40px;
  cursor: pointer;
}

.form-group {
  text-align: justify;
}

.contact-form .form-select,
.contact-form input.form-control,
.contact-form textarea.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

a#submitContactForm {
  color: #fff;
}

section.privacy-data {
  padding-top: 100px;
  text-align: left;
}

a.btn-submit-form-yukti {
  text-decoration: none;
  font-size: 18px;
  background: #30317C;
  padding: 10px 40px;
  color: #fff;
}

label.form-check-label {
  font-size: 10px;
  line-height: unset;
  margin: 0;
  color: #2d2d2d;
}

.agrremen-box {
  background: #f2f4f6;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 7px;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}

p.agrremen-box span img {
  width: 20px;
  padding-right: 5px;
}

.be-more-tv-box video {
  width: 100%;
}

.hidden-box-list ul li {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hidden-box-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.be-more-tv-box {
  position: absolute;
  max-width: 770px;
  z-index: 0;
  width: 100%;
  background-size: 100% 100%;
  padding: 3px 3px 11px 3px;
  height: auto;
  margin-top: 50px;
  left: 0;
  right: 0;
  margin: 0px auto 192px auto;
}

.center-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 100vh; */
  vertical-align: middle;
}

.hidden-box-list ul li {
  background: #fff;
  width: 100%;
  margin: 8px auto;
  border-radius: 50px;
  font-size: 12px;
  padding: 10px;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.13),
    -4px -4px 8px 0px rgba(255, 255, 255, 0.59);
}

.be-more-tv-box img {
  width: 100% !important;
  height: auto;
  position: relative !important;
  left: 0 !important;
}

.be-more-tv-box img {
  top: 0;
}

.be-more-tv-box img.bg-banner-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  object-fit: contain;
}

.bg-banner-frame-res{
  margin-top: -38% !important;
}

.center-box-product {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.be-more-tv-box img#case_bg_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  margin: 0 auto;
  padding: 15px;
  margin-top: -7px;
}

.dialog-prompt h3 {
  font-size: 16px;
  text-align: left;
  color: #333;
  margin: 0 0 20px;
  line-height: 22px;
}

.get-a-qoute p {
  font-size: 14px;
  line-height: unset;
  color: #333;
}

.get-a-qoute h3 {
  color: #3f7ee8;
  font-size: 28px;
}

.welcomo-meesage .form-check {
  color: #000;
}

input.form-check-input:checked[type="checkbox"] {
  background-image: url(data:image/svg + xml, 
  %3csvgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" %3e%3cpathfill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M6 10l3 3l6-6" /%3e%3c/svg%3e) !important;
}

input.form-check-input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.form-group a {
  color: #000;
}

input.form-check-input {
  background-color: #fff !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px !important;
}

div#case_list_dv {
  position: absolute;
  bottom: 20px;
  right: 190px;
  width: 60%;
}

/*.hidden-box-list ul li:hover {
  background: #3F7EE8;
  transition: ease all .3s;
  color: #fff;
}*/

p.agrremen-box span img {
  left: 30px;
}

.privacy-data h2 {
  font-size: 28px;
  color: #333;
  padding: 10px 0;
  margin: 0;
}

.privacy-data p span {
  color: #d8271f;
}

.privacy-data h3 {
  font-size: 22px;
  color: #333;
  padding: 10px 0;
  margin: 0;
}

.privacy-data p {
  font-size: 15px;
}

.landscape-responsive {
  display: none;
}

video#case_bg_img {
    width: 68.5%;
    margin: -128px auto 0;
    height: 66%;
    object-fit: cover;
}

.chat-popup .header {
  display: flex;
}

.chat-bot-icon img {
  width: 100% !important;
  padding: 10px;
}

.chat-bot-icon {
  display: flex;
  /* height: 100% !important; */
  flex: 0 0 20%;
}

.chat-box-details {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chat-box-details {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chat-bot-icon img {
  position: relative !important;
}

.chat-bot-icon {
  display: flex;
  height: 100% !important;
}

.chat-bot-icon img {
  left: 0 !important;
  top: 0;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767.9px) and (orientation: landscape) {

  .microphone-data,
  .generative-date,
  .continue-btn {
    bottom: 120px;
  }

  .landscape-responsive {
    display: flex;
  }

  .landscape-responsive {
    position: absolute;
   height: 100vh;
    z-index: 9999;
    display: flex;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
  }

  .landscape-responsive h2 {
    color: #333;
    width: 80%;
    margin: 0 auto;
  }
}

/* @media (max-width: 1367px) {section.guide-humonoide1 img, section.guide-humonoide1 gif {left: 175px;}} */

@media (max-width: 1024px) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    width: 22%;
    left: 50px;
  }
}
/*div#compaign_list, div#case_list_dv {*/

div#case_list_dv {
  right: 0;
  left: 16%;
    width: 68.5%;
    bottom: 32%;
    height: 66%;
  background: url(../images/contentbga.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 9999;
}


.title {
  max-width: 400px;
  margin: auto;
  color: #000;

  text-align: center;
  font-family: "Poppins", sans-serif;

  h3 {
    font-weight: bold;
  }

  p {
    font-size: 12px;
    color: #118a44;

    &.msg {
      color: initial;
      text-align: initial;
      font-weight: bold;
    }
  }
}

.modal-body.form-box-mode p {
  text-align: center;
}

canvas#doughnut {
  padding: 20px;
}

p.msg {
  margin: 5px 0 10px;
}

.otp-input-fields {
  margin-bottom: 5px;
}

.title h3 {
  color: #333;
  margin: 0;
  padding: 15px 0 5px;
  font-size: 24px;
}

.otp-input-fields {
  margin: auto;
  /*background-color: white;
  box-shadow: 0px 0px 8px 0px #02025044;*/
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otp-input-fields input[type="number"] {
  -moz-appearance: textfield;
}

.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #29791b;
  /* Adjusted to a hardcoded color instead of darken function */
  font-size: 20px;
}

.result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;

  p {
    font-size: 24px;
    font-family: "Antonio", sans-serif;
    opacity: 1;
    transition: color 0.5s ease;

    &._ok {
      color: green;
    }

    &._notok {
      color: red;
      border-radius: 3px;
    }
  }
}

.btm-data-container p a {
  color: #fff;
  text-decoration: unset;
  font-size: 12px;
  font-weight: bold;
}

.btm-data-container p {
  color: #fff;
}


.hidden-box-list ul {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 94%;
  border-radius: 10px;
  /* max-height: 400px; */
  overflow: auto;
  background: url(../images/contentbga.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 88%;
  top: 14px;
}

.hidden-box-list-question ul {
  right: 0;
  left: auto;
  position: absolute;
  border-radius: 10px;
  max-height: 400px;
  overflow: auto;
  bottom: 0;
  width: 100%;
  top: 0;
}

.hidden-box-list-question ul>li a {
  color: #333;
}

.hidden-box-list-question ul>li {
  background: rgb(255 255 255 / 33%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

ul#ul-case-study>li a {
  color: #333;
}

.hidden-box-list-question ul {
  padding: 25px 10px;
  list-style: none;
  font-size: 14px;
}

.hidden-box-list ul#ul-case-study>li {
  color: #fff !important;
  border: none;
}

.form-check {
  color: #333 !important;
  line-height: 14px;
  font-size: 14px;
}

.hidden-box-list-question ul li,
.hidden-box-list ul li {
  flex: 0 0 100%;
  box-shadow: none;
  margin: 10px 0;
  border-radius: 6px;
  background: rgb(255 255 255 / 66%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
     padding: 10px 10px;
    text-align: left;
    border-left: 2px solid #bc5192;
  font-size: 14px;
  cursor: pointer;
}

.hidden-box-list ul#ul-case-study>li {
  width: 80%;
  margin: 5px auto;
  height: fit-content;
  padding: 10px;
}

.hidden-box-list ul li a {
  color: #000000;
  text-decoration: none;
}

.hidden-box-list ul li:last-child {
  border-bottom: none;
}

button#send_over_email {
  bottom: 0;
  background: transparent;
  color: #333;
  /* border-radius: 50px; */
  /* text-align: center; */
  /* margin: 0 auto; */
  border: none;
  text-decoration: underline;
  font-weight: 400;
}

.partner-details {
  /*    background: #0065b3;
    position: relative;
    color: #fff;
    padding: 0px 10px;*/
  text-align: left;
}

.partner-details img {
  max-width: 140px;
}

button#stop_btn {
  background: #30317C;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 10px 20px;
}

div#chatPopup {
  flex-direction: column;
  justify-content: space-between;
}

/* CSS for the chat dialog */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  border-radius: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 2px #eee;
  z-index: 9999;
  background-color: #fff;
  max-width: 400px;
  width: calc(100% - 40px);
  min-height: 500px;
}

.chat-model input {
  flex: 0 0 80%;
}

.chat-model {
  display: flex;
}

.chat-popup input[type="submit"] {
  flex: 0 0 20%;
}

.chat-popup .header {
  background: linear-gradient(130deg, #11447d 20%, #435b83 77.5%);
  color: #fff;
  padding: 0px;
  border-radius: 0px;
  font-weight: 800;
}

.chat-popup .container {
  padding: 10px;
  max-height: 300px;
  overflow-y: scroll;
}

.chat-popup input[type="text"] {
  width: calc(100% - 20px);
  padding: 10px;
  outline: none;
  border-radius: 4px;
  background: #edf3f8;
  border: none;
}

div#chatContainer>div:nth-child(odd) {
  text-align: left;
  background: linear-gradient(130deg, #11447d 20%, #435b83 77.5%);
  padding: 20px;
  margin: 10px 0;
  color: #fff;
  width: fit-content;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
}

div#chatContainer>div:nth-child(odd) p {
  color: #fff;
  margin: 0;
}

div#chatContainer>div:nth-child(even) {
  text-align: left;
  background: #e8e8e8;
  padding: 20px;
  margin: 10px 0;
  color: #2d2d2d;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  margin-left: 100px;
}

div#chatContainer>div:nth-child(even) p {
  color: #2d2d2d;
  margin: 0;
}

.chat-popup input[type="submit"] {
  width: 100%;
  background: #edf3f8;
  color: #333;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
}

.col-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*.chat-popup input[type=submit]:hover {
            background-color: #11447d;
        }*/
.chat-popup .header h4 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  padding: 10px 0;
}

/* Close button */
.close {
  cursor: pointer;
  /*position: absolute;
            right: 20px;
            top: 15px;*/
  font-size: 20px;
}

/* Open chat button */
.open-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(130deg, #30317C 20%, #1b4aef 77.5%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.open-chat:hover {
  background-color: #45a049;
}

.bubble-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  /* Adjust as needed */
}

.bubble {
  width: 15px;
  height: 15px;
  background-color: #007bff;
  /* Adjust color as needed */
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0;
  animation: bubbleAnimation 1.5s infinite ease-in-out;
}

@keyframes bubbleAnimation {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-15px);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.text-danger {
  color: #dc3545 !important;
  text-align: left;
  font-size: 10px;
  padding: 2px 0 0;
  font-size: 12px;
}

/* new css start*/
/* .tata-tiscon-form {
  padding: 20px;
  background: #fffffff0;

      position: relative;
    background: #ffffff00;
    overflow: hidden;
   
    border-radius: 16px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 22%), 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
}
.tata-tiscon-form:before {
    content: '';
    position: absolute;
    background: #96969600;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -20px;
    box-shadow: inset 0 0 500px rgba(255, 255, 255, .4);
    filter: blur(10px);
    z-index: -1;
} */

.night-clear .widget {
    background: #ffffff5e;
}
form#login_form1 h2 {
    font-size: 22px;
    color: #2d2d2d;
    /*text-shadow: 1px 2px 3px #a6a6a6;*/
}
.tata-tiscon-form {
  /* width: 240px;
  height: 360px; */
  padding: 35px 15px;
  background: #ffffff85;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 10px 5px rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.tata-tiscon-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.tata-tiscon-form::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.tata-tiscon-form input,
.tata-tiscon-form select {
  border: none;
  border-bottom: 1px solid #2d2d2d;
  border-radius: 0px;
  padding: 6px 0;
  font-size: 12px;
  background: transparent;
  appearance: auto;
  color: #2d2d2d;
}

.tata_tiscon_form_data>input,
.tata_tiscon_form_data>select {
  background: #fff !important;
}
.tata-tiscon-form .form-control::placeholder{
  color: #2d2d2d !important;
}

.tata-tiscon-form .form-control:focus{
  color: #2d2d2d !important;
  border-bottom: 1px solid #2d2d2d;
}

.tata-tiscon-form .form-select option:first-child{
  color: #000;
}
.tata-tiscon-form .form-select option{
  color: #000;
}
.block-data-form li:first-child {
  flex: 0 0 60%;
}

.block-data-form li:last-child {
  flex: 0 0 35%;
}

.block-data-form {
  padding: 70px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.animatedText {
  color: #fff;
  font-size: 48px;
  display: inline-block;
  padding: 0;
  min-height: 100px;
  font-weight: 700;
}

.tata-tiscon-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}

.tata-tiscon-info h2 {
  font-size: 40px;
}

.tata-tiscon-info h2 span {
  font-weight: 700;
}

.form-check {
  text-align: left;
  font-size: 12px;
  color: #51525D;
}

.form-check a {
  color: #2d2d2d;
  text-decoration: unset;
  font-weight: 600;
}

.hidden-box-list ul#ul-case-study>li a {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
}

/* new css end*/


/* new css tata tiscon */
.tata-tiscon-info h1 {
  font-size: 36px;
  line-height: 44px;
  text-shadow: 1px 2px 3px #333;
}

form#login_form h2 {  
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 5px;
}

.tata-tiscon-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 5px;
}

section.tata-tiscon-hd {
  /* background: #fff; */
  padding: 12px 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

ul.tata-header-bx {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

ul.tata-header-bx li img {
  max-width: 50px;
}

ul.tata-header-bx li:first-child a img {
  max-width: 85px;

}
.be-more-tv-box{display: none;}

ul.tata-header-bx li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

button#submitBtn {
  background: #ac4d86;
  width: 100%;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 0px;
}

/* new css tata tiscon */
#random_video {
    width: 68.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 65%;
    object-fit: cover;
    margin-top: -126px;
}
li#meeting-yes {
    background: #2f387e;
    color: #fff;
    border-radius: 50px;
}
ul.questionare-data li {
    padding: 10px;
}
@media (max-width: 1023px) and (min-device-width: 768px) {
  section.guide-humonoide1 {
    background-size: cover;
    background-position: center;
  }

  .be-more-tv-box {
    max-width: 600px;
  }
}


@media (max-width: 991.9px) {
  video#video-case-study {
    min-height: auto;
}
div#compaign_list ul li {
    background: #30317c;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
}
  .block-data-form li:first-child {
    flex: 0 0 55%;
  }

  .block-data-form li:last-child {
    flex: 0 0 40%;
  }

  .tata-tiscon-info p {
    font-size: 14px;
  }

  .tata-tiscon-form {
    padding: 10px;
  }
button#submitBtn {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
}
  .tata-tiscon-info h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: none;
  }

  .continue-btn {
    z-index: 999;
  }

  .hidden-box-list-question ul li,
  .hidden-box-list-question ul li a {
    font-size: 14px;
  }

  form#login_form h2 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: unset;
  }

  .block-data-form li {
    flex: 0 0 50%;
  }

  .be-more-tv-box {
    right: 50px;
    margin-top: 0;
    max-width: 400px;
  }

  .hidden-box-list ul {
    display: block;
  }

  p.agrremen-box span img {
    left: 8px;
    right: auto;
    bottom: 20px;
  }

  p.agrremen-box span {
    position: relative !important;
    margin-right: 25px;
  }

  p.agrremen-box span img {
    top: 0;
    left: auto;
  }

  /* body {
    height: calc(100vh - calc(100vh - 100%));
  } */

  .dialog-prompt {
    width: 80%;
  }

  .hidden-box-list ul {
    display: block;
  }

  .contact-form {
    width: 100%;
  }

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 100px;
  }

  .welcomo-meesage h1 {
    font-size: 28px;
  }

  .welcomo-meesage p {
    font-size: 12px;
  }

  .micro-btn {
    right: 60px;
  }

  video#random_video {
    width: 95%;
    margin: -6px auto 0;
    height: 88%;
    object-fit: cover;
  }

  #random_video {
    width: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 86%;
    object-fit: cover;
    margin-top: -5px;
  }

  li#meeting-yes {
    background: #2f387e;
    color: #fff;
    border-radius: 50px;
  }

  ul.questionare-data li {
    padding: 10px;
  }

  section.video-class {
    position: absolute;
    top: 17%;
    right: 3%;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991.9px) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 33px;
    width: 25%;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991.9px) and (orientation: landscape) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 50px;
    width: 25%;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) and (orientation: landscape) {

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 100px;
    width: 22%;
  }
}

@media(max-width:991.9px) {
  .stop-btn {
    z-index: 9999;
    position: absolute;
    bottom: 150px;
    right: 25px;
    left: auto;
  }

  .continue-btn {
    right: 25px;
    left: auto;
  }
  p.humnaoid-text {
    width: 90%;
    margin: 0 auto 20px;
    display: none;
}
}

@media(min-width:767.9px) {

  section.tata-tiscon-hd .container {
    padding: 0;
  }

}

@media (max-width: 767.9px) {
.btm-data-container {
    position: relative;
}
  .tata-tiscon-info p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
  }

  .tata-tiscon-form {
    padding: 15px;
  }

  form#login_form .mb-3:last-child {
    margin: 0 !important;
  }

  .hidden-box-list ul#ul-case-study>li a {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
  }

  .block-data-form {
    display: block;

    .continue-btn {
      z-index: 999;
    }
  }

  .tata-tiscon-info {
    padding-bottom: 10px;
  }

  .animatedText {
    font-size: 32px;
    min-height: 40px;
  }

  .block-data-form {
    padding: 15px;
  }

  .form-check {
    color: #333 !important;
    font-size: 12px;
  }

  .hidden-box-list-question ul {
    right: 0;
    margin: 0;
  }

  .hidden-box-list-question ul li,
  .hidden-box-list ul li {
    font-size: 14px;
    background: #fff;
    padding: 5px;
  }

  ul.header-logo img {
    width: 75px;
  }

  form#login_form h2 {
    font-size: 14px;
  }

  ul.tata-header-bx li img {
    max-width: 50px;
  }

  div#case_list_dv {
    right: 0;
    left: 12px;
    bottom: 20px;
  }

  .be-more-tv-box {
    margin-top: 0px;
    left: 0;
    right: 0;
  }

  .be-more-tv-box {
    left: 0;
    margin: 0 auto;
    top: 10%;
    right: 0;
    width: 90%;
  }

  section.guide-humonoide1 {
    background: url("/../images/elviar-res-banner.jpg") no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100vh;
    background-size: cover;
  }

  section.guide-humonoide1 img {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  ul.header-logo {
    position: absolute;
    margin-bottom: 0;
  }

  .be-more-tv-box {
    left: 0;
    margin: 0 auto;
    top: 17%;
    right: 0;
    width: 95%;
  }

  .input-data {
    width: 100%;
  }

  section.guide-humonoide1 img,
  section.guide-humonoide1 gif {
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    bottom: 60px;
  }

  section.video-class {
    position: absolute;
    top: 7%;
    right: 4%;
  }
  ul.tata-header-bx{
    justify-content: center;
            display: grid;
        gap: 10px;
  }
}



/* new css */
.voice-bar {
/* background-color: #0A0A0A42; */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    /* border-radius: 20px; */
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 4px 2px rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px;
    gap: 12px;
    color: white;
    font-family: Arial, sans-serif;
    /* width: 285px; */
    height: 40px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); */
}

.voice-bar-text {
  font-size: 12px;
  animation: blink 2s infinite;
      font-family: 'Poppins';
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0.3; }
}

.voice-wave {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 18px;
  justify-content: center;
}

.voice-wave span {
  display: block;
  width: 4px;
  background: white;
  border-radius: 2px;
  animation: sound 1.5s infinite ease-in-out;
}

.voice-wave span:nth-child(1) { height: 4px; animation-delay: 0s; }
.voice-wave span:nth-child(2) { height: 8px; animation-delay: 0.2s; }
.voice-wave span:nth-child(3) { height: 14px; animation-delay: 0.4s; }
.voice-wave span:nth-child(4) { height: 8px; animation-delay: 0.6s; }
.voice-wave span:nth-child(5) { height: 4px; animation-delay: 0.8s; }
.voice-wave span:nth-child(6) { height: 4px; animation-delay: 0s; }
.voice-wave span:nth-child(7) { height: 8px; animation-delay: 0.2s; }
.voice-wave span:nth-child(8) { height: 13px; animation-delay: 0.4s; }
.voice-wave span:nth-child(9) { height: 8px; animation-delay: 0.6s; }
.voice-wave span:nth-child(10) { height: 4px; animation-delay: 0.8s; }

@keyframes sound {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.8); }
}

.voice-bar .skip {
  /* margin-left: auto; */
  color: white;
  font-size: 12px;
  cursor: pointer;
  /* animation: blink 3s infinite;
  transition: opacity 0.3s; */
}

.voice-bar .skip:hover {
  opacity: 0.7;
}


  .widget-container {
            position: relative;
        }

        /* .widget-border {
            background: linear-gradient(to right, #22d3ee, #3b82f6);
            padding: 3px;
            border-radius: 8px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        } */

        .widget {
                /* background: linear-gradient(135deg, #9ca3af 0%, #babbbe 100%); */
                background: #0A0A0A42;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 4px 2px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    padding: 8px 30px 8px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
        }

        .weather-icon {
            width: 40px;
            height: 40px;
            flex-shrink: 0;
        }

        .loading-spinner {
            width: 35px;
            height: 35px;
            border: 4px solid #fde047;
            border-top-color: transparent;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        .weather-info {
            display: flex;
            flex-direction: column;
        }

        .temperature {
            color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
        }

        .condition {
            color: white;
            font-size: 10px;
            font-weight: 500;
            opacity: 0.9;
        }

        .error-msg {
            color: #fef08a;
            font-size: 12px;
            margin-top: 4px;
            opacity: 0.75;
        }

        #voice-bar-hide{
          display: flex;
        }
      
        .icon-sun {
            fill: #fde047;
        }

        .icon-cloud {
            fill: #d1d5db;
        }

        .icon-rain {
            fill: #93c5fd;
        }
         /* WEATHER BACKGROUND COLORS */
    /* .sunny { 
    background: url('/../images/desktop-option2.png') no-repeat;
background-position: left bottom;
    }
    .rainy { 
    background: url('/../images/desktop-option2.png') no-repeat;
background-position: left bottom;
     }
    .cloudy { 
      background: url('/../images/desktop-option2-night.png') no-repeat;
background-position: left bottom;
     }
    .error-bg { background: linear-gradient(135deg, #ef4444, #b91c1c); } */
     .day-sunny { 
       background: url('/../images/webp/desktop-option2.webp') no-repeat;
background-position: left bottom;
     }
    .night-clear {
       background: url('/../images/webp/desktop-night.webp') no-repeat;
background-position: left bottom;
       }

    .day-cloudy {
       background: url('/../images/webp/desktop-cloudyday.webp') no-repeat;
background-position: left bottom;
       }
    .night-cloudy {
         background: url('/../images/webp/desktop-cloudynight.webp') no-repeat;
background-position: left bottom;
       }

    .day-rainy {
      background: url('/../images/webp/desktop-rainday.webp') no-repeat;
background-position: left bottom;
       }
    .night-rainy {
         background: url('/../images/webp/desktop-rainnight.webp') no-repeat;
background-position: left bottom;
      }

    .error-bg { background: linear-gradient(135deg, #ef4444, #b91c1c); }


         .insight-box {
         border-radius: 18px;
    padding: 18px 18px;
    width: 100%;
    text-align: center;
    position: relative;
    display: grid;
    justify-content: center;
    height: 100%;
    }
   .insight-box .heading {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 20px;
      color: #22223b;
      letter-spacing: 1px;
    }
  .insight-box  .quote-symbol {
      color: #bc5091;
      font-size: 2.5rem;
      margin-bottom: 8px;
      font-weight: 600;
      line-height: 10px;
    }
   .insight-box .qa-text {
      font-size: 1.18rem;
      color: #44465e;
      margin: 20px 0;
      min-height: 52px;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 0.65s forwards;
    }
    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: none;
      }
    }

    
/* assume both live inside same parent, e.g. .case-wrapper */
.case-wrapper {
   position: relative;
       left: 15.7%;
       width: 68.5%;

}

/* position the video to cover the .hidden-box-list-question area */
.videoquestion{
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* make sure the content sits above */
.hidden-box-list-question-insight { position: relative; z-index: 1;
    height: 288px;
    bottom: 65px;
}
.widget-box{
      justify-content: end;
      padding-top: 15px;
}


@media(768px <= width <= 1024px){
      .be-more-tv-box {
        right: 0px;
                      margin-top: -62%;
        max-width: 600px;
    }
    .widget-box{
      justify-content: center;
      padding-top: 25px;
}
        section.guide-humonoide1 {
        background-position: center;
        background: url('../images/tablet-bg-img.png');
        /* background-size: cover; */
        background-size: 100% 100%;
    }
        section.guide-humonoide1 img, section.guide-humonoide1 gif {
       left: 29%;
        width: 37%;
        bottom: 143px;
      
    }
    .hidden-box-list-question-insight {
    position: relative;
    height: 305px;
    bottom: 47px;
}
.case-wrapper {
    position: relative;
    left: 8.7%;
    width: 81.5%;
}
    .continue-btn {
        right: 0;
        left: 0;
                bottom: 59px;
    }
    .stop-btn{
       right: 0;
        left: 0;
                bottom: 59px;
    }
    .voice-bar{
      width: 356px;
    height: 60px;
    }
    .voice-bar-text{
          font-size: 16px;
    }
    .voice-bar .skip{
      font-size: 14px;
    }
    div#case_list_dv{
      left: 9%;
    width: 81.5%;
    bottom: 22%;
    height: 80%;
    }
        video#random_video {
        width: 81%;
        margin: -89px auto 0;
        height: 82%;
        object-fit: cover;
    }
    ul.tata-header-bx{
      justify-content: center;
    gap: 84px;
    }
}

        @media (767px <= width){
           

        .weather-icon {
            width: 30px;
            height: 30px;
           
        }

        .loading-spinner {
            width: 30px;
            height: 30px;
          
        }
       
        }
    
    @media(767px >= width){
 .temperature{
          font-size: 20px;
        }
        div#case_list_dv {
        right: 0;
                      left: 37px;
        bottom: 55px;
        width: 81%;
        height: 81%;
    }
    video#random_video{
              margin: -52px auto 0;
        height: 79%;
        width: 80%;
    }
     section.video-class {
    position: absolute;
    top: 14%;
    right: 0%;
    width: 100%;
  }

  video#case_bg_img {
           width: 81%;
        height: 79%;
        margin: -54px auto 0;
  }
  .case-wrapper{
        left: 9.7%;
    width: 80.5%;
  }
  .hidden-box-list-question-insight{
        height: 200px;
    bottom: 32px;
  }
  .insight-box{
    padding: 13px 8px;
  }
  .insight-box .heading{
        font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .insight-box .quote-symbol{
        line-height: 22px;
  }
  .insight-box .qa-text{
    font-size: 16px;
    color: #44465e;
    margin: 4px 0;
    min-height: 52px;
  }
  .continue-btn{
    bottom: 10px;
    left: 0px;
    right: 0px;
  }
  .stop-btn{
            bottom: 62px;
             left: 0px;
    right: 0px;
  }
  .hidden-box-list-question ul li, .hidden-box-list ul li{
    font-size: 12px;
  }
      /* body {
        height: 100vh;
    } */
    .widget-box {
    justify-content: center;
    padding-top: 50px;
}
    }

    @media(400px >= width){
      .hidden-box-list-question-insight{
      height: 174px;
        bottom: 27px;
  }
      div#case_list_dv {
        right: 0;
        left: 31px;
        bottom: 48px;
        width: 82%;
        height: 81%;
    }
        /* body {
        height: 100vh;
    } */
    }div#weatherIcon img {
    position: relative !important;
    width: 100%;
    bottom: unset;
    height: unset;
    left: unset;
}


@media (max-width: 767.9px){

   .day-sunny { 
       background: url('/../images/webp/resp/responsive-smogday.webp') no-repeat;
background-position: left bottom;
     }
    .night-clear {
       background: url('/../images/webp/resp/responsive-night.webp') no-repeat;
background-position: left bottom;
       }

    .day-cloudy {
       background: url('/../images/webp/resp/responsive-cloudyday.webp') no-repeat;
background-position: left bottom;
       }
    .night-cloudy {
         background: url('/../images/webp/resp/responsive-cloudynight.webp') no-repeat;
background-position: left bottom;
       }

    .day-rainy {
      background: url('/../images/webp/resp/responsive-rainyday.webp') no-repeat;
background-position: left bottom;
       }
    .night-rainy {
         background: url('/../images/webp/resp/responsive-rainynight.webp') no-repeat;
background-position: left bottom;
      }
}