@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #f9f9f9;
  color: #2f3146;
  font-family: "Jost", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-image: url(../img/cbg.jpg);
}

::selection {
  color: #fff;
  background-color: #1a68b3;
}

::-moz-selection {
  color: #fff;
  background-color: #1a68b3;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

p, label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Jost", sans-serif;
}

.rate-value {
  position: relative;
}
.rate-value:before {
  left: 0;
  top: -15px;
  font-size: 22px;
  cursor: pointer;
  content: "";
  color: #1a68b3;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}

.rate-value.full-block:before {
  font-weight: 900;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
  padding-top: 60px;
  height: 100%;
}

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.actions {
  right: 0px;
  bottom: -125px;
  margin-bottom: 20px;
  position: absolute;
}
.actions li {
  height: 65px;
  width: 430px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  line-height: 70px;
  margin-left: 15px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background-color: #599fe3;
  overflow: hidden;
  text-transform: uppercase;
}
.actions li span, .actions li button {
  border: none;
    text-transform: uppercase;
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    line-height: 70px;
    background-color: #599fe3;
}
.actions li span:hover, .actions li button:hover {
  background-color: #1968b3;
  color: #fff;
}

.wizard-progress {
  bottom: -80px;
  width: 500px;
  position: absolute;
}
.wizard-progress span {
  color: #2a2a2a;
  display: block;
  margin-bottom: 10px;
}
.wizard-progress .progress {
  border-radius: 30px;
  background-color: #fff;
}
.wizard-progress .progress-bar {
  border-radius: 30px;
  background-color: #1a68b3;
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wizard-content-1 {
  margin: 100px auto 150px;
  max-width: 1680px;
  background-color: #fff;
  border-radius: 20px;
}
.wizard-content-1 .survey-top-title {
  top: -40px;
  z-index: 1;
  margin: 0 auto;
  font-size: 45px;
  max-width: 1490px;
  border-radius: 100px;
  padding: 20px 0px 20px;
  background-color: #414040;
}
.wizard-content-1 .survey-top-title:before {
  top: 0;
  right: -10px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100px;
  background-color: #599fe2;
}
.wizard-content-1 .survey-top-title:after {
  top: 0;
  content: "";
  z-index: -2;
  width: 100%;
  height: 100%;
  right: -20px;
  position: absolute;
  border-radius: 100px;
  background-color: #414040;
}
.wizard-content-1 .survey-top-title h2 {
  color: #fff;
  margin: 0 auto;
  font-size: 25px;
  max-width: 550px;
  font-weight: 700;
  line-height: 1.111;
}
.wizard-content-1 .survey-form-img {
  float: left;
  margin-right: 100px;
}
.wizard-content-1 .survey-form-area {
  padding: 10px 115px 80px;
}
.wizard-content-1 .survey-form-field h3 {
    color: #1b1b1b;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}
.wizard-content-1 .survey-form-field li {
  width: 25%;
  float: left;
  margin-bottom: 40px;
}
.wizard-content-1 .survey-form-field li label {
  width: 100%;
  color: #414040;
  font-size: 30px;
  padding-left: 65px;
}
.wizard-content-1 .survey-form-field li .exp-option-box {
  display: none;
}
.wizard-content-1 .survey-form-field li .checkmark-border:before {
  top: 0px;
  width: 45px;
  content: "";
  left: -65px;
  height: 45px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
.wizard-content-1 .survey-form-field li .checkmark-border:after {
  top: 7px;
  left: -57px;
  width: 30px;
  content: "";
  height: 30px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #1a68b3;
}
.wizard-content-1 .survey-form-field li .exp-option-box:checked ~ .checkmark-border:after {
  display: block;
}
.wizard-content-1 .q-depth-input-area .input-depth input {
  width: 100%;
}
.wizard-content-1 .survey-content-two .survey-form-field {
  max-width: 700px;
  padding-top: 120px;
  display: inline-block;
}
.wizard-content-1 .survey-content-two .survey-form-field h3 {
  font-size: 40px;
}
.wizard-content-1 .survey-content-two .survey-form-field .q-depth-input-area .input-depth {
  margin-bottom: 20px;
}
.wizard-content-1 .survey-content-two .survey-form-field .q-depth-input-area .input-depth input {
  height: 80px;
  border-radius: 4px;
  padding-left: 90px;
  border: 2px solid #1a68b3;
}
.wizard-content-1 .survey-content-two .survey-form-field .q-depth-input-area .input-depth .in-icon {
  top: 23px;
  left: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  border-radius: 100%;
  background-color: #def7e5;
}
.wizard-content-1 .survey-content-two .survey-form-field .q-depth-input-area .input-depth .in-icon i {
  color: #1a68b3;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting {
  margin: 18px 0px 65px;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 40px 30px;
  border: 2px solid #1a68b3;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting .survey-rate-text {
  left: 0;
  right: 0;
  color: #fff;
  width: 155px;
  height: 28px;
  bottom: -15px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  position: absolute;
  border-radius: 6px;
  background-color: #1a68b3;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting li {
  width: 30px;
  height: 25px;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting li label {
  padding-left: 0;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting li .survey-rate {
  display: none;
}
.wizard-content-1 .survey-content-two .survey-form-field .survey-ratting li .survey-rate-option .survey-rate:checked ~ .rate-value:before {
  content: "";
  font-weight: 900;
}
.wizard-content-1 .survey-content-two .survey-rate-content {
  padding-top: 70px;
}
.wizard-content-1 .survey-content-two .survey-rate-content h3 {
  padding-bottom: 32px;
}
.wizard-content-1 .survey-content-two .survey-rate-content p {
  color: #1b1b1b;
  font-size: 20px;
}
.wizard-content-1 .survey-content-two .survey-connect-option {
  max-width: 470px;
  margin-top: 10px;
}
.wizard-content-1 .survey-content-two .survey-connect-option:after {
  top: 25px;
  right: 20px;
  font-size: 20px;
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.wizard-content-1 .survey-content-two .survey-connect-option select {
  width: 100%;
  height: 80px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 4px;
  padding-left: 35px;
  border: 2px solid #1a68b3;
  -webkit-appearance: none;
}
.wizard-content-1 .survey-content-two .survey-thankyou p {
  color: #1b1b1b;
  font-size: 20px;
  padding: 10px 0px;
}
.wizard-content-1 .survey-content-two .survey-thankyou h2 {
  color: #1b1b1b;
  font-size: 42px;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .wizard-content-1 .survey-form-area {
    padding: 10px 30px 80px;
  }

  .wizard-content-1 .survey-form-img {
    margin-right: 40px;
  }

  .wizard-content-1 .survey-content-two .survey-form-field {
    max-width: 615px;
  }

  .actions {
    right: 15px;
  }

  .actions li {
    width: 220px;
  }

  .wizard-progress {
    left: 15px;
  }

  .wizard-content-1 .survey-top-title {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .wizard-content-1 .survey-form-img {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .wizard-content-1 .survey-top-title {
    top: 0;
    border-radius: 0;
  }

  .wizard-content-1 .survey-top-title:before,
.wizard-content-1 .survey-top-title:after {
    border-radius: 0;
    left: 0;
    right: 0;
  }

  .wizard-content-1 .survey-form-img {
    width: 100%;
  }

  .wizard-content-1 .survey-form-field li {
    width: 100%;
  }

  .wizard-progress {
    width: 250px;
  }

  .actions li {
    height: 60px;
    font-size: 14px;
    width: 180px;
    line-height: 62px;
  }

  .wizard-content-1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 680px) {
  .wizard-progress,
.actions {
    margin: 30px auto;
    position: static;
  }

  .wizard-progress span {
    color: #000;
  }
  .wizard-progress .progress {
    background-color: #f3f3f3;
  }

  .actions {
    padding-bottom: 40px;
    text-align: center;
  }
  .actions li {
    background-color: #1a68b3;
        color: white;
  }
}
@media screen and (max-width: 480px) {
  .wizard-content-1 .survey-top-title h2 {
    font-size: 23px;
  }

  .wizard-content-1 .survey-form-field h3 {
    font-size: 24px;
        margin-top: 20px;
  }

  .wizard-content-1 .survey-form-field li label {
    font-size: 20px;
  }

  .wizard-content-1 .survey-form-field li .checkmark-border:before {
    height: 30px;
    width: 30px;
  }

  .wizard-content-1 .survey-form-field li .checkmark-border:after {
    top: 5px;
    left: -60px;
    width: 20px;
    height: 20px;
  }

  .wizard-content-1 .survey-form-field li {
    margin-bottom: 20px;
  }

  .wizard-content-1 .survey-form-area {
    padding: 10px 30px 50px;
  }

  .wizard-content-1 .survey-content-two .survey-form-field h3 {
    font-size: 32px;
  }

  .survey-thankyou {
    text-align: center;
  }

  .wizard-content-1 .survey-content-two .survey-thankyou h2 {
    font-size: 36px;
  }

  .wizard-content-1 {
    margin-bottom: 0;
  }
}
.intro
{
      font-size: 18px;
}




/* Likert Table Styling */
.likert-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #eef7fd; /* Light blue background from SS */
    border: 1px solid #d1e4f1;
}

.likert-table thead th {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

.likert-table tbody td {
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 1px solid #d1e4f1;
    font-size: 16px;
}
.radalgn
{
  text-align: center;
}

.likert-table .question-text {
    text-align: left;
    font-weight: 500;
    color: #444;
    padding-left: 20px;
    width: 40%; /* Adjust width for the question text */
}

.likert-table .q-num {
    font-weight: bold;
    margin-right: 15px;
}

/* Custom Radio Styling (Optional but cleaner) */
.likert-table input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Responsiveness: Allow horizontal scroll on small screens */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.survey-term-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #1a68b3;
    border: 1px solid #1a68b3;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}


.survey-term-btn img {
    width: 30px; /* Adjust size as needed */
    height: auto;
    margin-right: 12px;
}

.survey-term-btn h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

/* Container spacing if needed */
.justify-content-between {
    width: 100%;
}



/* Progress Span Style */
.survey-progress-text span {
    color: #1a68b3;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.defn-h3
{
    font-size: 20px;
    font-weight: 600;
}

.resizable-input {
    min-height: 50px; /* Initial height matching your other inputs */
    max-height: 300px; /* Prevents it from breaking the layout if stretched too far */
    resize: both; /* Enables both horizontal and vertical stretching */
    overflow: auto;
    border: 1px solid #d1e4f1;
    background-color: #fdfdfd;
    padding: 10px 15px;
    width: 100%; /* Ensures it fills the column width initially */
}

/* Optional: If you only want them to stretch vertically (recommended for mobile) */
.resizable-input-vertical {
    resize: vertical;
}


/* Login Page Specific Styles */
.login-body {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.login-title {
    color: #0056b3;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
}

.login-card {
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.login-card-body {
    padding: 30px;
    text-align: left;
}

.login-card-body label {
    display: block;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.access-input {
    border: 2px solid #0056b3 !important;
    height: 45px;
    border-radius: 4px;
}

.login-card-footer {
    background-color: #e9f0f7; /* Light blue background from SS */
    padding: 15px;
    border-top: 1px solid #ccc;
}

.btn-enter {
    background-color: #1a68b3; /* Blue button color from SS */
    border: none;
    color: white;
    padding: 8px 40px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.btn-enter:hover {
       background-color: #ffffff;
    color: #1a68b3;
}

.login-footer-text {
        margin-top: 40px;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}


.logo-row {
    /* Creates the gap on left and right sides */
    padding: 0 60px; 
}

/* Tata Logo Size */
.logo-tata img {
    max-height: 60px; /* Smaller height */
    width: auto;
}

/* Rallis Logo Size - Made Bigger */
.logo-rallis img {
    max-height: 90px; /* Significantly larger height than Tata */
    width: auto;
}

/* Responsive adjustment for mobile screens */
@media (max-width: 768px) {
    .logo-row {
        padding: 0 20px;
        margin-top: 20px;
    }
    .logo-tata img {
        max-height: 35px;
    }
    .logo-rallis img {
        max-height: 55px;
    }
}
.table-bg
{
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
}
.table-bg tbody td
{
  border-bottom: 1px solid #dcdcdc;
}
.error-msg
{
    color: #ff0000;
    font-weight: 500;
    font-size: 17px;
}
.sucess-msg
{
    color: #1b9a00;
    font-weight: 500;
    font-size: 17px;
}
.wtles
{
  font-weight: 500;
}










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