.cookies {
  display: none;
  width: 80%;
  height: auto;
  background-color: white;
  border-radius: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: auto; /* Updated */
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 30%; /* Updated */
  left: 50%; /* Updated */
  transform: translate(-50%, -50%); /* Updated */
  position: fixed;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cookies img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cookie-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #3a3a3c;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  margin-top: 12px;
  right: 60px;
  position: relative;
}
.cookie-button {
  width: 20%;
  background: linear-gradient(to right, #3b37d5, #19c1eb);
  border-radius: 8px;
  color: white;
  padding: 13px 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  top: 12px;
  right: 20px;
  position: relative;
  /* Additional styling properties */
  text-align: center; /* Center text horizontally */
  transition: background-color 0.3s; /* Smooth transition on hover */
}

.cookie-button:hover {
  background: linear-gradient(to right, #19c1eb, #3b37d5);
  /* Reverse the gradient on hover */
  color: white;
  text-decoration: none;
}

.cookie-button:active {
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
 
  .menu .navbar-toggle {
    margin-top: 25px;
  }
  .menu .navbar-toggle .icon-bar {
    background-color: white;
  }

  .menu .navbar-right {
    bottom: 10px;
    position: relative;
  }

  .navbar-right .get-started {
    background-color: #fda94f;
    border: 0;
    text-decoration: none;
    color: #383349;
    padding: 12px 20px 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .navbar-right .get-started:hover {
    background-color: #f79f40;
    color: #fff;
  }
  .navbar-right .login-btn {
    background-color: transparent;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    right: 20px;
    position: relative;
  }

  .navbar-right .login-btn:hover {
    background-color: transparent;
    border: 2px solid #fda94f;
    color: #fda94f;
  }
}
.banner {
  max-width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #944bf1 url("../images/home-banner-bg.png") no-repeat 0 0 scroll;
  background-size: cover;
  min-height: 100vh;
}
.navbar-brand-logo img{
  margin: 50px auto 10px;
}
.banner_contents {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner_contents .row.justify-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner_contents .blue_tittle {
  font-size: 16px;
  font-weight: 600;
  color: #fda94f;
  padding: 0;
  margin: 40px auto -15px;
}
.banner_contents .suporting_text {
  font-size: 48px;
  color: white;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 8px;
  text-transform: capitalize;
}
.suporting_text img {
  display: none;
  vertical-align: middle;
  margin-left: 5px; /* Optional: Add some spacing between the images */
  transition: opacity 0.5s ease-in-out;
  margin-top: -5px;
}

.suporting_text img.active {
  display: inline-block;
  opacity: 1;
}
.banner_contents p {
  color: white;
  font-size: 20px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 70%;
  margin: 20px auto;
}
.banner_contents .font-small {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
}
.banner_contents .btn-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.error-message {
  font-family: "Outfit", sans-serif;
  color: #fda94f;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
}

.banner_contents .banner_image {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}

.button_one {
  background-color: #00d0bf;
  border-radius: 52px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #383349;
  padding: 16px 24px 16px 24px;
  margin-top: 30px;
}
.button_one:hover {
  background-color: #fda94f;
}
.button_two {
  background-color: transparent;
  border-radius: 52px;
  border: 2px solid white;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 14px 24px 14px 24px;
  margin-left: 20px;
  margin-top: 30px;
}
.button_two:hover {
  background-color: transparent;
  border: 2px solid #fda94f;
  color: #fda94f;
}

.banner_contents #crmWebToEntityForm.zcwf_lblLeft {
  box-shadow: 0 0.75rem 1.625rem 0 rgba(54, 141, 255, 0.1);
  border: 1px solid #e3ebfc;
  border-radius: 12px;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#crmWebToEntityForm .zcwf_title {
  display: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
}
#crmWebToEntityForm form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
#crmWebToEntityForm .zcwf_row {
  margin: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab label {
  font-size: 15px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 19.6px;
  margin-bottom: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab {
  display: none;
}
#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld {
  margin-top: 0;
  width: 100%;
  float: none;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input {
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
  padding: 10px;
  min-height: 48px;
  border: none !important;
  border-radius: 4px;
  color: #3a3a3c;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input:focus,
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input:focus-visible {
  border: none !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input.is-invalid {
  border-color: red !important;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select {
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
  padding: 12px;
  border: 1px solid #d9d8fe;
  border-radius: 4px;
  color: #3a3a3c;
  margin-top: 5px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select:focus,
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select:focus-visible {
  border: 1px solid #00212c !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row_checkbox_list {
  margin-top: 20px;
}
#crmWebToEntityForm .zcwf_row_checkbox_list > .zcwf_col_lab {
  margin-bottom: 20px;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_lab {
  order: 2;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_lab label {
  font-weight: 400;
  font-size: 16px;
  color: #00212c;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_fld {
  padding-right: 0;
  margin-top: 0;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_fld input {
  margin-top: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .zcwf_button {
  display: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button {
  display: block;
  background: #fda94f;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  border-radius: 12px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:hover {
  background: #f79f40;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
#crmWebToEntityForm .zcwf_row.position-absolute {
  position: absolute;
  right: auto;
  left: auto;
  top: 105px;
  display: none;
  margin: auto;
}
.g-recaptcha iframe[title="reCAPTCHA"] {
  display: block !important;
}
.g-recaptcha > div {
  width: 100%;
  margin: auto;
}
.mb-100{
  margin-bottom: 100px !important;
}
