:root,
[data-bs-theme="light"] {
  --color-white: #ffffff;
  --color-red: #ff0000;
  --color-border: #ffffff33;
  --color-blue: #c5beff;
  --color-blue_transparent: #c5beff6e;
}

body {
  /* font-family: Markazi Text; */
  font-family: "Poppins";
}

/* ligin left css */
/* .bg_banner {
  background-image: url(../images/bg_banner.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
} */

    body .bg_banner {
      background-image: linear-gradient(105.9deg, #5F56AF -16.75%, #362E55 90.94%);

    }

    body .bg_banner_2 {
      background: linear-gradient(256.53deg, #5F56AF -16.67%, #362E55 99.3%);
    }

    input::placeholder {
      color: #fff !important;
    }

    .process-flow {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      /* Match background */
      padding: 30px 15px;
      gap: 20px;
    }



    .arrow-box {
      position: relative;
      background: white;
      color: black;
      height: 100px;
      padding: 15px 10px;
      font-weight: bold;
      border-radius: 3px 0 0 3px;
      /* clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%); */
      clip-path: polygon(20% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);

    }

    .step p {
      margin-top: 10px;
      font-size: 16px;
      line-height: 1.4;
      width: 95%;
    }

.login {
  /* align-items: center; */
  /* justify-content: center;
  min-height: 100vh; */
  color: var(--color-white);
}

.login h1 {
  font-size: 47.21px;
  font-weight: 900;
  line-height: 75px;
  letter-spacing: 0em;
  text-align: left;
}

.login h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-white);
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-white);
}

.login p {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: justify;
}
/* login right css */

.login-body-section .section-heading {
  font-weight: 600;
  font-size: clamp(22px, 5vw, 40px);
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFA500;
}

.login-body-section .section-sub-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #5d4c70e5;
}

.login-body-section .card {
  border: 0.25px solid #58486d;
  box-shadow: 2px 2px 4px 0px #5d4c7099;
  border-radius: 10px;
  height: 100%;
}

.login-body-section .card .card-body .card-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 115.99999999999999%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #58486d;
}

.login-body-section .card .card-body ul {
  margin: 0;
  
}

.login-body-section .card .card-body ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #595566;
  padding: 5px 0;
}

.bg_banner .section-heading,
.bg_banner_2 .section-heading {
  font-weight: 600;
  font-size: clamp(22px, 5vw, 40px);
  line-height: 40px;
  letter-spacing: 0%;
  color: #ffffff;
}

.card {
  border-radius: 10px;
}

.bg_banner .card .card-body h3 {
  font-weight: 400;
  font-size: 22px;
  /* leading-trim: Cap height; */
  line-height: 159%;
  letter-spacing: 0%;
  text-align: justify;
  text-transform: capitalize;
}

.bg_banner .card .card-body h4 {
  /* font-family: Barlow Semi Condensed; */
  font-weight: 500;
  font-size: 95.98px;
  /* leading-trim: Cap height; */
  line-height: 159%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #614f73;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg_banner .card .card-body h4 span {
  /* font-family: Poppins; */
  font-weight: 600;
  font-size: 29.36px;
  /* leading-trim: Cap height; */
  line-height: 109.00000000000001%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #848484;
}

.bg_banner .card .card-body ul {
  list-style: none;
}

.bg_banner .card .card-body ul li{
  text-align: center;
}

.bg_banner .card .card-body ul li h2 {
  /* font-family: Barlow Semi Condensed; */
  font-weight: 500;
  font-size: clamp(20px, 5vw, 35px);
  /* leading-trim: Cap height; */
  line-height: 159%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #614f73;
  margin: 0;
}

.bg_banner .card .card-body ul li label {
  /* font-family: Poppins; */
  font-weight: 500;
  font-size: 14px;
  /* leading-trim: Cap height; */
  line-height: 159%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: lowercase;
}

.why_choose .section-heading {
  font-size: 70px;
  line-height: 110%;
}

.why_choose ul {
  padding: 0;
}

.why_choose ul li {
  list-style: none;
  margin: 0 0 50px;
}

.why_choose ul li label {
  font-weight: 700;
  font-size: 20px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0%;
  color: #362e55;
  margin: 0 0 10px;
}
.why_choose ul li p {
  font-weight: 400;
  /* font-style: Regular; */
  font-size: 18px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.form_card .card {
  border: 1px solid var(--color-border);
}
.form_card .card,
.form_card .card-body {
  background-color: transparent;
}

.form_card .card-header {
  border: 0;
  text-align: center;
  padding: 20px 0 0;
}

.form_card label {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--color-white);
}

#emailHelp {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-white) !important;
}
#passwordHelp {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-red);
}
.form_card .form-control,
.demo_request_form .form-control {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  color: var(--color-white);
}

.forget_password {
  padding: 20px 0;
}

.forget_password p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--color-white);
  margin: 0;
}

.forget_password a {
  color: #ffffff;
  text-decoration: none;
}

::placeholder {
  color: var(--color-white);
}

.requestBtn {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  width: 50%;
  text-align: center;
}

.loginBtn {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: center;
}

/* modal css */
#requestBtn {
  backdrop-filter: blur(4px);
}
#requestBtn .modal-content {
  background-color: var(--color-blue_transparent);
  color: var(--color-white);
}
#requestBtn .modal-header {
  background-color: var(--color-blue);
  color: var(--color-white);
}

footer .footer-top {
  /* background-color: #7f78bf; */
  padding: 15px;
}

footer .footer-top .col-md {
  padding: 10px;
}

footer .footer-top .col-md .card {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
}
footer .footer-top .col-md .card .card-body {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
footer .footer-top .col-md .card img {
  width: 100%;
}
footer .footer-body {
  /* background: url(/Includes/assets/images/footer_bg.png) no-repeat; */
  background: linear-gradient(256.53deg, #5F56AF -16.67%, #362E55 99.3%);
  background-size: cover;
  color: #ffffff;
}

.certificate_logo img {
  width: 50px;
}
.howitworks{
 width: 100%;
}

footer .footer-body h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
}

.urlLists {
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.urlLists li {
  line-height: 2.5;
}

.urlLists a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}

.line {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--theme-color--1) 0%,
    rgba(255, 255, 255, 1) 50%,
    var(--theme-color--1) 100%
  );
  /* margin-top: 20px; */
}

.chatbot {
  list-style: none;
}

.chatbot li{
  line-height: 2;
}

.chatbot li a {
  font-size: 17px;
  font-weight: 500;
  line-height: 40px !important;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

:root,
[data-bs-theme="light"] {
  --theme-color--1: #7f78bf00;
}

.steps-progress {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #181818cc;
}
.step {
      text-align: center;
      width: 17%;
      color: white;
      font-family: Arial, sans-serif;
    }
.head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0%;
}

.steps-progress-head {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.steps-progress-head .head-item {
  padding: 0.5rem 0.5rem;
  margin: 0.3rem;
  letter-spacing: 2px;
  cursor: pointer;
}
.steps-progress .steps-list {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
}
.steps-progress .steps-list::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  border-left: 3px solid #484848;
}
.steps-progress .steps-list .steps-item {
  position: relative;
  width: 50%;
}
.steps-progress .steps-list .steps-item:hover:nth-child(even)::before {
  height: 100%;
}
.steps-progress .steps-list .steps-item:hover:nth-child(odd)::before {
  height: 100%;
}
.steps-progress .steps-list .steps-item:nth-child(even) {
  padding-right: 20px;
  text-align: right;
  float: left;
  clear: both;
}
.steps-progress .steps-list .steps-item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px;
  height: 0;
  background-color: #52c234;
  display: inline-block;
  transition: all 255ms ease-in-out;
}
.steps-progress .steps-list .steps-item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  border: 3.55px solid #484848;
}
.steps-progress .steps-list .steps-item:nth-child(odd) {
  float: right;
  padding-left: 20px;
  clear: both;
}
.steps-progress .steps-list .steps-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: #52c234;
  display: inline-block;
  transition: all 255ms ease-in-out;
}
.steps-progress .steps-list .steps-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  border: 3.55px solid #484848;
}
.steps-progress .steps-list .steps-item:not(:last-child) {
  padding-bottom: 1rem;
}
.steps-progress .steps-list .steps-item .location {
  margin-top: 0.2rem;
  font-weight: 400;
  font-style: Regular;
  font-size: 26.61px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0%;
  /* text-align: right; */
}
.steps-progress .steps-list .steps-item .periode {
  margin-top: 1rem;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .requestBtn{
    width: 100%;
    margin-bottom: 20px;
  }
   .step {
      text-align: center;
      width: 70%;
      color: white;
      font-family: Arial, sans-serif;
    }
  .login-body-section .section-heading {
    margin-top: 10px;
  }
  .bg_banner .section-heading {
    margin-top: 15px;
  }
  .bg_banner_2 .section-heading {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* Tablet-specific styles here */
  .step {
     width: 44% !important;
  }
}