/* Safiri24 Common CSS - generated from all four pages */

/* ===== login-landing(3).html ===== */

body.page-login-landing {
  --navy: #0c4a60;
  --text: #000;
  --muted: #526177;
  --orange: #ef6c33;
  --blue: #0c4a60;
  --green: #35a24a;
  --line: #e4e8ef;
}
body.page-login-landing * {
  box-sizing: border-box;
}
body.page-login-landing {
  margin: 0;
  min-height: 100vh;
  font-family:
    "Lexend",
    system-ui,
    -apple-system,
    "Segoe UI",
    Arial,
    sans-serif;
  color: var(--navy);
  background: #fff url("wave-bg.png") left bottom 150px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

body.page-login-landing .page {
  padding: 12px 68px 0;
  position: relative;
  /*background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.88));*/
}
body.page-login-landing .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
body.page-login-landing .logo {
  width: 184px;
  height: auto;
  display: block;
}
body.page-login-landing .close-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #071832;
  text-decoration: none;
  font-size: 34px;
  line-height: 1;
}
body.page-login-landing .close-icon:hover {
  color: var(--orange);
}
body.page-login-landing .auth-card {
  width: min(1280px, calc(100vw - 136px));
  margin: 0 auto;
  min-height: 754px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 55px rgba(16, 36, 58, 0.07);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
body.page-login-landing .left-panel {
  padding: 50px 54px 50px;
  border-right: 1px solid var(--line);
}
body.page-login-landing .right-panel {
  padding: 50px 46px 44px;
}
body.page-login-landing h1 {
  margin: 0 0 21px;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #11233a;
}
body.page-login-landing .orange {
  color: var(--orange);
}
body.page-login-landing .tagline {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.6;
  color: #41516a;
  font-weight: 400;
}
.small-rule {
  width: 45px;
  height: 6px;
  background: var(--orange);
  margin: 0 0 30px;
  border-radius: 30px;
}
body.page-login-landing .intro {
  max-width: 500px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.55;
  color: #41516a;
}
body.page-login-landing .feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 28px 0;
}
body.page-login-landing .feature-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(236, 91, 36, 0.08);
  border: 1px solid rgba(236, 91, 36, 0.12);
  color: var(--orange);
  font-size: 24px;
}
body.page-login-landing .feature h5 {
  margin: 1px 0 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #10243a;
}
body.page-login-landing .feature p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  color: #41516a;
  max-width: 410px;
}
body.page-login-landing h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #10243a;
}
body.page-login-landing .right-subtitle {
  margin: 0 0 34px;
  font-size: 16px;
  color: #526177;
}
body.page-login-landing .portal-card {
  min-height: 164px;
  border-radius: 12px;
  padding: 22px 28px 22px 20px;
  display: grid;
  grid-template-columns: 72px 1fr 32px;
  align-items: center;
  gap: 22px;
  text-decoration: none;
  margin-bottom: 20px;
  border: 1px solid var(--line);
}
body.page-login-landing .portal-icon {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 34px;
  align-self: flex-start;
}
body.page-login-landing .portal-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
body.page-login-landing .portal-card p {
  margin: 0;
  color: #41516a;
  font-size: 16px;
  line-height: 1.55;
  max-width: 410px;
}
body.page-login-landing .portal-url {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
body.page-login-landing .portal-arrow {
  justify-self: end;
  font-size: 34px;
  font-weight: 300;
}
body.page-login-landing .admin-card {
  background: rgba(236, 91, 36, 0.035);
  border-color: #f4c8b8;
}
body.page-login-landing .admin-card .portal-icon {
  background: linear-gradient(135deg, #ef6a2d, #e94d12);
}
body.page-login-landing .admin-card h3,
body.page-login-landing .admin-card .portal-arrow {
  color: var(--orange);
}
body.page-login-landing .admin-card .portal-url {
  background: #fff0e9;
  color: var(--orange);
}
body.page-login-landing .desk-card {
  background: rgba(13, 86, 179, 0.035);
  border-color: #d9e6f8;
}
body.page-login-landing .desk-card .portal-icon {
  background: linear-gradient(135deg, #1268c7, #084aa3);
}
body.page-login-landing .desk-card h3,
body.page-login-landing .desk-card .portal-arrow {
  color: var(--blue);
}
body.page-login-landing .desk-card .portal-url {
  background: #eaf2fb;
  color: var(--blue);
}
body.page-login-landing .host-card {
  background: rgba(53, 162, 74, 0.035);
  border-color: #d9ecd9;
}
body.page-login-landing .host-card .portal-icon {
  background: linear-gradient(135deg, #48b758, #248b37);
}
body.page-login-landing .host-card h3,
body.page-login-landing .host-card .portal-arrow {
  color: var(--green);
}
body.page-login-landing .host-card .portal-url {
  background: #eaf8ec;
  color: var(--green);
}
body.page-login-landing .help-text {
  margin: 14px 0 0;
  font-size: 15px;
  color: #526177;
}
body.page-login-landing .help-text a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 500;
}
body .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 22px;
  padding-bottom: 20px;
  color: #334155;
  font-size: 14px;
  font-weight: 400;
}
body .footer a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 500;
  margin: 0 18px;
}
body .footer-sep {
  color: #64748b;
}

body.page-business-login .input-wrap span.error {
  color: red;
  position: absolute;
  font-size: 14px;
}

body.page-book-demo span.error {
  color: red;
  position: absolute;
  font-size: 14px;
}

.orText {
  text-align: center;
  position: relative;
  top: -13px;
}
body.page-business-login .soft i {
  font-size: 30px;
}

/* Select2 container */
.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
}

/* Text */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal;
  color: #333;
  padding-left: 4px; /* space for icon if needed */
}

/* Arrow */
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

/* Focus effect */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Dropdown */
.select2-dropdown {
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  overflow: hidden;
}

/* Options */
.select2-results__option {
  padding: 10px 12px;
  font-size: 14px;
}

/* Selected option */
.select2-results__option--highlighted {
  background: #2563eb !important;
  color: #fff;
}

.input-wrap span.error {
  color: red;
  position: absolute;
  font-size: 14px;
}

.phone-grid {
  position: relative;
}
span.error {
  color: red;
  position: absolute;
  font-size: 14px;
  bottom: -24px;
}

.password-error {
  margin-top: 0px;
  padding: 18px 20px;
  background: #fff5f5;
  border: 1px solid #ffc9c9;
  border-radius: 8px;
}

.password-error h3 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
  color: #d90429;
}

.password-error p {
  position: relative;
  margin: 8px 0;
  padding-left: 28px;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
}

.password-error p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.password-error p.valid {
  color: #198754;
}

.password-error p.valid::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #198754;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.password-error p.invalid {
  color: #d90429;
}

.password-error p.invalid::before {
  content: "✕";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d90429;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.Applogo_col img {
  max-width: 170px;
  height: auto;
}

.header_rt a img {
  max-width: 40px;
  height: auto;
}

.form-control.error{ margin-bottom:30px !important;}
input#mobile_code.form-control.error {
	margin-bottom: 2px !important;
}

.phone-grid input.form-control.error {
	margin-bottom: 12px !important;
}
.phone-grid span.error{bottom: -13px;}
a, button{ transition: all 0.3s ease;}
.btn-orange:hover,
body.page-business-login .btn-orange:hover,
body.page-signup .btn-create:hover,
body.page-book-demo .btn-demo:hover{background: linear-gradient(90deg, #0c4a60, #0c4a60) !important;transition: all 0.6s ease;}

body.page-login-landing .help-text a:hover,
body.page-business-login .orange:hover,
body.page-signup .signin a:hover {
	color: #0c4a60;
}

.link-default{ text-decoration: none; color: var(--text);}
body .footer a:hover,
.link-default:hover{ color: var(--orange);}


@media (max-width: 1440px) {
  body .footer {
    margin-top: 30px;
  }
  .Applogo_col img {
    max-width: 170px;
    height: auto;
  }
}

@media (max-width: 1199px) {
  body.page-login-landing .page {
    padding: 12px 24px 0;
  }
  body.page-login-landing .auth-card {
    width: 100%;
    grid-template-columns: 1fr;
  }
  body.page-login-landing .left-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 30px 34px;
  }
  body.page-login-landing .right-panel {
    padding: 38px 34px;
  }
  body.page-login-landing .footer {
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
  }
  .Applogo_col img {
    max-width: 168px;
    height: auto;
  }
  body.page-login-landing h1 {
    margin: 0 0 15px;
  }
}

@media (max-width: 575px) {
  body.page-login-landing {
    background-size: auto 55%;
  }
  body.page-login-landing .page {
    padding: 22px 16px 0;
  }
  body.page-login-landing .logo {
    width: 145px;
  }
  body.page-login-landing .close-icon {
    font-size: 28px;
    width: 36px;
    height: 36px;
  }
  body.page-login-landing .auth-card {
    min-height: auto;
    border-radius: 14px;
  }
  body.page-login-landing h1 {
    font-size: 28px;
  }
  body.page-login-landing h2 {
    font-size: 21px;
  }
  body.page-login-landing .portal-card {
    grid-template-columns: 56px 1fr 22px;
    gap: 14px;
    padding: 18px;
    min-height: auto;
  }

  body.page-login-landing .portal-icon {
    width: 56px;
    height: 56px;
    font-size: 26px;
  }
  body.page-login-landing .portal-card h3 {
    font-size: 19px;
  }
  body.page-login-landing .portal-card p,
  body.page-login-landing .intro,
  body.page-login-landing .tagline {
    font-size: 14px;
  }
  body.page-login-landing .feature {
    gap: 14px;
  }
  body.page-login-landing .feature-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  body.page-login-landing .footer a {
    margin: 3px 10px;
    display: inline-block;
  }
}

.LoginFormModalwrap {
}

/* ===== signup(1).html ===== */

body.page-signup {
  --navy: #10243a;
  --orange: #e95b22;
  --muted: #536173;
  --line: #e3e7ed;
  --blue: #1e5b95;
}
body.page-signup * {
  box-sizing: border-box;
}
body.page-signup {
  margin: 0;
  min-height: 100vh;
  font-family:
    "Lexend",
    system-ui,
    -apple-system,
    "Segoe UI",
    Arial,
    sans-serif;
  color: var(--navy);
  /* background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.9)
    ),
    url("wave-bg.png") left bottom 150px !important; */
  background: #fff url("wave-bg.png") left bottom 250px !important;
  overflow-x: hidden;
}

body.page-signup .page {
  position: relative;
  padding: 12px 38px 0px;
}
body.page-signup .logo {
  width: 178px;
  height: auto;
  display: block;
}
body.page-signup .close-x {
  position: absolute;
  top: 34px;
  right: 47px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #071832;
  text-decoration: none;
  font-size: 29px;
  line-height: 1;
  z-index: 5;
}
body.page-signup .signup-card {
  width: min(1280px, calc(100vw - 136px));
  margin: 0px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: 0 22px 58px rgba(16, 36, 58, 0.08);
  overflow: hidden;
}
body.page-signup .left-panel {
  padding: 50px 54px 50px;
  border-right: 1px solid var(--line);
}
body.page-signup .right-panel {
  padding: 50px 42px 35px;
}
body.page-signup h1 {
  margin: 0 0 21px;
  font-size: 34px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #11233a;
}
body.page-signup .intro {
  max-width: 500px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.55;
  color: #41516a;
}
body.page-signup .feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 23px 0;
}
body.page-signup .feature-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(233, 91, 34, 0.08);
  color: var(--orange);
  font-size: 24px;
}
body.page-signup .feature h5 {
  margin: 1px 0 6px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 700;
  color: #10243a;
}
body.page-signup .feature p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  color: #41516a;
  max-width: 410px;
}
body.page-signup .divider {
  height: 1px;
  background: #e6e9ef;
  margin: 29px 0 22px;
}
body.page-signup .solution-title {
  margin: 0 0 13px;
  color: #10243a;
  font-size: 14px;
  font-weight: 600;
}
body.page-signup .solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-bottom: 28px;
}
body.page-signup .solution-card {
  position: relative;
  min-height: 92px;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #10243a;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
}
body.page-signup .solution-card.active {
  border-color: var(--orange);
  box-shadow: inset 0 0 0 1px rgba(233, 91, 34, 0.18);
}
body.page-signup .solution-card.active:after {
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange);
}
body.page-signup .solution-card.active:before {
  content: "✓";
  position: absolute;
  right: -3px;
  top: -8px;
  color: #fff;
  font-size: 12px;
  z-index: 2;
}
body.page-signup .solution-card i {
  color: var(--orange);
  font-size: 24px;
}
body.page-signup .note {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  color: #667387;
  font-size: 15px;
  line-height: 1.45;
  max-width: 420px;
}
body.page-signup .note i {
  color: #1d5b96;
  font-size: 18px;
}
body.page-signup .form-label {
  margin-bottom: 8px;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
}
body.page-signup .form-row {
  margin-bottom: 17px;
}
body.page-signup .input-wrap {
  position: relative;
}
body.page-signup .input-wrap i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #394758;
  font-size: 17px;
  z-index: 2;
}
body.page-signup .input-wrap i.bi.bi-lock {
  top: 24px;
}
body.page-signup .form-control,
body.page-signup .form-select {
  height: 50px;
  border-radius: 6px;
  border: 1px solid #d8dde5;
  background-color: #fff;
  color: #263445;
  font-size: 15px;
  box-shadow: none;
}
body.page-signup .form-control {
  padding-left: 48px;
}
body.page-signup .form-control#captcha {
  padding-left: 18px;
}
body.page-signup .form-control.no-icon {
  padding-left: 16px;
}
body.page-signup .form-select {
  padding-left: 16px;
  color: #596575;
}
body.page-signup .phone-grid {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 13px;
}
body.page-signup .password-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
body.page-signup .select-wrap {
  position: relative;
}
/* body.page-signup .select-wrap:after {
  content: "⌄";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-55%);
  color: #111827;
  pointer-events: none;
  font-size: 18px;
} */
body.page-signup select {
  appearance: none;
  -webkit-appearance: none;
}
body.page-signup .verify {
  height: 44px;
  border-radius: 6px;
  background: #eef5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #26384f;
  font-size: 15px;
  margin: 0 0 14px;
}
body.page-signup .verify i {
  color: #1d5b96;
}
body.page-signup .btn-create {
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(90deg, #e96b2f, #e84b14);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  position: relative;
}
body.page-signup .btn-create span {
  position: absolute;
  right: 25px;
  font-size: 28px;
  top: 50%;
  transform: translateY(-52%);
  font-weight: 400;
}
body.page-signup .signin {
  margin: 16px 0 0;
  text-align: center;
  color: #667387;
  font-size: 15px;
}
body.page-signup .signin a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
}
body.page-signup .bottom-info {
  /* width: min(980px, calc(100vw - 120px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px; */
  grid-column: 1 / -1;
  height: 78px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0 54px;
  gap: 42px;
}
body.page-signup .info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: #10243a;
}
body.page-signup .info-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef4fb;
  border: 1px solid #d9e4f1;
  color: #1d5b96;
  font-size: 18px;
}
body.page-signup .info-item h6 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
}
body.page-signup .info-item p {
  margin: 0;
  color: #46566b;
  font-size: 15px;
  line-height: 1.35;
}

input#mobile_code {
  width: 150px;
}

@media (max-width: 1199px) {
  body.page-signup .page {
    padding: 22px 18px;
  }
  body.page-signup .signup-card {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  body.page-signup .left-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 28px;
  }
  body.page-signup .right-panel {
    padding: 20px 28px;
  }
  body.page-signup .bottom-info {
    width: 100%;
    gap: 12px;
  }
}

@media (max-width: 575px) {
  body.page-signup {
    background-size: auto 70%;
  }
  body.page-signup .logo {
    width: 145px;
  }
  body.page-signup .close-x {
    right: 18px;
    top: 24px;
    font-size: 25px;
  }
  body.page-signup h1 {
    font-size: 32px;
  }
  body.page-signup .solution-grid,
  body.page-signup .password-grid,
  body.page-signup .phone-grid {
    grid-template-columns: 1fr;
  }
  body.page-signup .right-panel,
  body.page-signup .left-panel {
    padding: 20px 20px;
  }
}

/* ===== book-a-demo.html ===== */

body.page-book-demo {
  --navy: #10243a;
  --orange: #e95b22;
  --muted: #536173;
  --line: #e3e7ed;
  --blue: #1e5b95;
}
body.page-book-demo * {
  box-sizing: border-box;
}
body.page-book-demo {
  margin: 0;
  min-height: 100vh;
  font-family:
    "Lexend",
    system-ui,
    -apple-system,
    "Segoe UI",
    Arial,
    sans-serif;
  color: var(--navy);
  /* background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.9)
    ),
    url("wave-bg.png") center center / 100% auto no-repeat; */
  background: #fff url("wave-bg.png") left bottom 150px;
  overflow-x: hidden;
}
body.page-book-demo .page {
  min-height: 100vh;
  position: relative;
  padding: 0px 38px 0px;
}
body.page-book-demo .logo {
  width: 178px;
  height: auto;
  display: block;
}
body.page-book-demo .close-x {
  position: absolute;
  top: 34px;
  right: 47px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #071832;
  text-decoration: none;
  font-size: 29px;
  line-height: 1;
  z-index: 5;
}
body.page-book-demo .demo-card {
  width: min(1280px, calc(100vw - 136px));

  margin: 12px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: 0 22px 58px rgba(16, 36, 58, 0.08);
  overflow: hidden;
}
body.page-book-demo .left-panel {
  padding: 50px 54px 50px;
  border-right: 1px solid var(--line);
}
body.page-book-demo .right-panel {
  padding: 48px 50px 24px;
}
body.page-book-demo .top-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(233, 91, 34, 0.08);
  color: var(--orange);
  font-size: 32px;
  margin-bottom: 8px;
}
body.page-book-demo h1 {
  margin: 0 0 21px;
  font-size: 34px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #11233a;
}
.orange {
  color: var(--orange);
}
body.page-book-demo .orange {
  color: var(--orange);
}
body.page-book-demo .intro {
  max-width: 500px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.55;
  color: #41516a;
}
body.page-book-demo .feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 25px 0;
}
body.page-book-demo .feature-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(233, 91, 34, 0.08);
  color: var(--orange);
  font-size: 23px;
}
body.page-book-demo .feature h5 {
  margin: 1px 0 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #10243a;
}
body.page-book-demo .feature p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  color: #41516a;
  max-width: 410px;
}
body.page-book-demo .testimonial {
  margin-top: 30px;
  padding:12px 22px 22px;
  border-top: 1px solid #e6e9ef;
  background: rgba(248, 250, 252, 1);
  border-radius: 8px;
  max-width: 503px;
}
body.page-book-demo .stars {
  color: var(--orange);
  letter-spacing: 4px;
  font-size: 23px;
  margin-bottom: 10px;
}
body.page-book-demo .quote {
  margin: 0 0 10px;
  color: #10243a;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}
body.page-book-demo .author {
  margin: 0;
  color: #333;
  font-size: 14px;
}
body.page-book-demo .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
body.page-book-demo .form-row.full {
  grid-column: 1 / -1;
  position: relative;
}
body.page-book-demo .form-label {
  margin-bottom: 8px;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
}
body.page-book-demo .form-label .optional {
  color: #8b96a5;
  font-weight: 400;
  margin-left: 6px;
}
body.page-book-demo .input-wrap {
  position: relative;
}
body.page-book-demo .input-wrap i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #394758;
  font-size: 17px;
  z-index: 2;
}
body.page-book-demo .form-control,
body.page-book-demo .form-select {
  height: 49px;
  border-radius: 6px;
  border: 1px solid #d8dde5;
  background-color: #fff;
  color: #263445;
  font-size: 15px;
  box-shadow: none;
}
body.page-book-demo .form-control {
  padding-left: 48px;
}
body.page-book-demo .form-control.no-icon {
  padding-left: 16px;
}
body.page-book-demo .form-select {
  padding-left: 16px;
  color: #596575;
}
body.page-book-demo .phone-grid {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 12px;
}
body.page-book-demo .select-wrap {
  position: relative;
}
/* body.page-book-demo .select-wrap:after {
  content: "⌄";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-55%);
  color: #111827;
  pointer-events: none;
  font-size: 18px;
} */
body.page-book-demo select {
  appearance: none;
  -webkit-appearance: none;
}
body.page-book-demo .time-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
body.page-book-demo .time-btn {
  height: 41px;
  border: 1px solid #d8dde5;
  border-radius: 6px;
  background: #fff;
  color: #263445;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}
body.page-book-demo .time-btn.active {
  border-color: var(--orange);
  color: #10243a;
  box-shadow: inset 0 0 0 1px rgba(233, 91, 34, 0.1);
}
body.page-book-demo textarea.form-control {
  height: 76px;
  resize: none;
  padding: 13px 16px;
  line-height: 1.45;
}

body.page-book-demo textarea.form-control.error{ margin-bottom:15px !important;}
body.page-book-demo #message-error{ bottom:-8px;}

body.page-book-demo .btn-demo {
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(90deg, #e96b2f, #e84b14);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  margin-top: 4px;
}
body.page-book-demo .btn-demo span {
  position: absolute;
  right: 25px;
  font-size: 28px;
  top: 50%;
  transform: translateY(-52%);
  font-weight: 400;
}
body.page-book-demo .secure-note {
  margin: 14px 0 0;
  text-align: center;
  color: #667387;
  font-size: 15px;
}
body.page-book-demo .secure-note i {
  color: #667387;
  margin-right: 8px;
}
body.page-book-demo .contact-strip {
  grid-column: 1 / -1;
  height: 78px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.15fr 1.15fr 1.15fr;
  align-items: center;
  padding: 0 28px;
  gap: 22px;
}
body.page-book-demo .contact-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
body.page-book-demo .contact-item:not(:last-child) {
  border-right: 1px solid #e3e7ed;
}
body.page-book-demo .contact-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef4fb;
  color: #1d5b96;
  font-size: 18px;
}
body.page-book-demo .contact-item h6 {
  margin: 0 0 4px;
  color: #10243a;
  font-size: 11px;
  font-weight: 700;
}
body.page-book-demo .contact-item p {
  margin: 0;
  color: #10243a;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}
body.page-book-demo .contact-item small {
  display: block;
  color: #536173;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 400;
}

#captcha.error{ margin-bottom:7px !important;}
#captcha-error{ bottom:-14px;}

@media (max-width: 1199px) {
  body.page-book-demo .feature p {
    max-width: inherit;
  }
  body.page-book-demo .feature p br {
    display: none;
  }
  body.page-book-demo .page {
    padding: 0px 18px;
  }
  body.page-book-demo .demo-card {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  body.page-book-demo .left-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 40px 28px;
  }
  body.page-book-demo .right-panel {
    padding: 34px 28px;
  }
  body.page-book-demo .contact-strip {
    grid-template-columns: 1fr 1fr;
    height: auto;
    padding: 22px;
  }
  body.page-book-demo .contact-item {
    border-right: 0 !important;
  }
}

@media (max-width: 575px) {
  body.page-book-demo {
    background-size: auto 70%;
  }
  body.page-book-demo .logo {
    width: 145px;
  }
  body.page-book-demo .close-x {
    right: 18px;
    top: 24px;
    font-size: 25px;
  }
  body.page-book-demo h1 {
    font-size: 27px;
  }
  body.page-book-demo .form-grid,
  body.page-book-demo .phone-grid,
  body.page-book-demo .time-options,
  body.page-book-demo .contact-strip {
    grid-template-columns: 1fr;
  }
  body.page-book-demo .right-panel,
  body.page-book-demo .left-panel {
    padding: 18px 20px;
  }
}

/* ===== business-admin-login(1).html ===== */

body.page-business-login {
  --navy: #10243a;
  --orange: #e85b22;
  --muted: #657386;
  --line: #e6eaf0;
  --blue: #0d56b3;
  --green: #37a34a;
}
body.page-business-login * {
  box-sizing: border-box;
}
body.page-business-login {
  margin: 0;
  min-height: 100vh;
  font-family:
    "Lexend",
    system-ui,
    -apple-system,
    "Segoe UI",
    Arial,
    sans-serif;
  color: var(--navy);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.9)
    ),
    url("wave-bg.png") left bottom 150px !important;
  background: #fff url("wave-bg.png") left bottom 250px !important;
  overflow-x: hidden;
}
body.page-business-login .auth-page {
  position: relative;
  padding: 12px 44px 0;
}

#LoginFormModal {
  width: min(1280px, -136px + 100vw);
  margin: 0px auto;
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: rgba(16, 36, 58, 0.08) 0px 22px 58px;
  overflow: hidden;
}
body.page-business-login .left-panel {
  padding: 50px 54px;
}

#LoginFormModal .right-panel {
  border-left: 1px solid var(--line);
  padding-bottom: 38px;
}

body.page-business-login .logo {
  width: 190px;
  max-width: 38vw;
}
body.page-business-login .lang {
  display: none;
}
body.page-business-login .close-x {
  position: absolute;
  right: 54px;
  top: 42px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 32px;
  color: #071832;
  text-decoration: none;
  z-index: 5;
}
body.page-business-login .close-x:hover {
  color: var(--orange);
}
body.page-business-login .wave {
  position: absolute;
  inset: auto 0 70px 0;
  height: 430px;
  background: url("wave-bg.png") center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}
body.page-business-login .wave.right {
  background-position: right center;
}
body.page-business-login .wave.left {
  background-position: left center;
}
body.page-business-login .wave.top {
  top: 150px;
  bottom: auto;
  background-position: center;
  opacity: 0.1;
  transform: scaleX(-1);
}
body.page-business-login .main-card {
  position: relative;
  z-index: 2;
  /* background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(16, 36, 58, 0.08); */
}
body.page-business-login h1 {
  margin: 0px 0px 21px;
  font-size: 34px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: rgb(17, 35, 58);
}
body.page-business-login .orange {
  color: var(--orange);
}
body.page-business-login p {
  color: #333;
  font-size:18px;
  line-height: 1.55;
  margin-top: 14px;
}
body.page-business-login .col-lg-5.offset-lg-1 p {
  max-width: 465px;
}
body.page-business-login .feature {
  display: flex;
  max-width: 408px;
  gap: 22px;
  align-items: flex-start;
  margin: 28px 0;
}
body.page-business-login .ico {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff0ea;
  color: var(--orange);
  font-size: 24px;
  flex: 0 0 58px;
}
body.page-business-login .feature h5 {
  margin: 1px 0 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #10243a;
}
body.page-business-login .feature p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  color: #41516a;
  max-width: 410px;
}
body.page-business-login .portal-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 22px;
  text-decoration: none;
  color: var(--navy);
  transition: 0.2s;
}
body.page-business-login .portal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(16, 36, 58, 0.08);
}
body.page-business-login .portal-card .box {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 34px;
}
body.page-business-login .portal-card h3 {
  font-size: 26px;
  margin: 0 0 5px;
  font-weight: 800;
}
body.page-business-login .portal-card p {
  font-size: 18px;
  margin: 0;
}
body.page-business-login .pill {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
}
body.page-business-login .arrow {
  margin-left: auto;
  font-size: 32px;
}
body.page-business-login .admin {
  border-color: #f4c7b6;
  background: #fff8f5;
}
body.page-business-login .admin .box {
  background: var(--orange);
}
body.page-business-login .admin h3,
body.page-business-login .admin .arrow {
  color: var(--orange);
}
body.page-business-login .admin .pill {
  background: #fff0ea;
  color: var(--orange);
}
body.page-business-login .desk {
  background: #f8fbff;
}
body.page-business-login .desk .box {
  background: var(--blue);
}
body.page-business-login .desk h3,
body.page-business-login .desk .arrow {
  color: var(--blue);
}
body.page-business-login .desk .pill {
  background: #eaf2ff;
  color: var(--blue);
}
body.page-business-login .host {
  background: #f8fff8;
}
body.page-business-login .host .box {
  background: var(--green);
}
body.page-business-login .host h3,
body.page-business-login .host .arrow {
  color: var(--green);
}
body.page-business-login .host .pill {
  background: #eaf8ec;
  color: var(--green);
}
body.page-business-login .form-control,
body.page-business-login .form-select {
  height: 56px;
  border-radius: 8px;
  border-color: #d8dde5;
  padding-left: 44px;
}
body.page-business-login .input-wrap {
  position: relative;
}
body.page-business-login .input-wrap i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #596575;
}
body.page-business-login .label {
  font-weight: 700;
  margin-bottom: 8px;
}
body.page-business-login .btn-orange {
  height: 56px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #e85b22, #ef4b10);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}
body.page-business-login .soft {
  background: #f3f7fc;
  border-radius: 10px;
  padding: 16px 18px;
}
body.page-business-login .divider {
  height: 1px;
  background: var(--line);
  margin: 24px 0;
  position: relative;
  top: 7px;
}
body.page-business-login .footer {
  position: relative;
  z-index: 3;
  background: transparent;
  color: #334155;
  margin: 0px -44px 0;
  padding: 22px 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  font-size: 15px;
}
body.page-business-login .footer a {
  color: #0f172a;
  text-decoration: none;
  margin: 0 22px;
  font-weight: 500;
}
body.page-business-login .footer-sep {
  color: #64748b;
}
body.page-business-login .footer-links {
  display: flex;
  align-items: center;
  gap: 0;
}
body.page-business-login .portal-switch {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: 0px;
}
body.page-business-login .portal-switch-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  color: #10243a;
}
body.page-business-login .portal-switch-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
body.page-business-login .portal-switch-btn {
  min-width: 190px;
  height: 46px;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 36, 58, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #10243a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
body.page-business-login .portal-switch-btn i {
  font-size: 18px; transition: all 0.3s ease;
  color: #26384c;
}
.portal-switch-btn:hover{ background: #0c4a60 !important; color: #fff !important;}
.portal-switch-btn:hover i{color: #fff !important;}
body.page-business-login .portal-switch-btn .chev {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 1199px) {
  body.page-signup .bottom-info {
    height: auto;
    padding: 30px;
  }
  body.page-signup .feature p {
    max-width: inherit;
  }
  #LoginFormModal {
  width: 100%;
  }
  body.page-business-login .auth-page {	
	padding: 12px 30px 0;
}

}

@media (max-width: 991px) {
  body.page-business-login .auth-page {
    padding:0px 18px 0;
  }
  body.page-business-login .close-x {
    right: 22px;
    top: 24px;
    font-size: 28px;
  }
  body.page-business-login .main-card {
    padding: 28px !important;
  }
  body.page-business-login .split {
    border: 0 !important;
  }
  body.page-business-login .footer {
    margin:00px 0 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 14px;
    padding: 20px;
  }
  body.page-business-login .footer a {
    display: inline-block;
    margin: 8px 10px;
  }
  body.page-business-login .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-business-login .portal-card {
    padding: 18px;
  }
  body.page-business-login .portal-switch-actions {
    gap: 12px;
  }
  body.page-business-login .portal-switch-btn {
    min-width: 190px;
  }
  body.page-business-login .portal-card .box {
    width: 56px;
    height: 56px;
  }
  body.page-business-login .wave {
    height: 260px;
  }
  body.page-business-login .feature {
    gap: 14px;
  }
  body.page-business-login .ico {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  body.page-signup .bottom-info {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  body.page-business-login .left-panel {
	padding: 20px 25px;
}
#LoginFormModal .right-panel {
  border-left: none;
	border-top: 1px solid var(--line);
}
body.page-business-login .feature:last-child {
	margin-bottom: 0;
}
}

@media (max-width: 767px) {
  .Applogo_col img {
    max-width: 121px;
    height: auto;
  }
  .header_rt a img {
    max-width: 34px;
  }
  body.page-login-landing .page {
    padding-top: 0px;
  }
  body.page-login-landing .auth-card {
    display: block;
  }
  body.page-login-landing .left-panel {
    padding: 20px 25px;
  }
  body.page-login-landing .portal-icon {
    width: 46px;
    height: 46px;
    font-size: 26px;
  }
  body.page-login-landing .portal-card {
    gap: 0px;
  }
  body.page-login-landing h1 {
    margin: 0 0 9px;
  }
  body.page-login-landing .tagline {
    margin: 0 0 17px;
  }
  body.page-login-landing .feature:last-child {
    margin-bottom: 10px;
  }
  body.page-login-landing .right-panel {
    padding: 20px 25px;
  }
  body.page-login-landing .help-text {
    margin: 14px 0 0;
  }
  body .footer {
    margin-top: 20px;
    padding-bottom: 9px;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
  }
  body.page-login-landing .footer {
    gap: 5px;
  }
  body.page-signup .page {
    padding: 0px 18px;
  }
  body .footer a {
    margin: 0 8px;
  }
}

/*Responsive*/
@media (max-width: 767px) {
  body.page-business-login .auth-page {
    padding-top: 0;
  }
  body.page-business-login h1 {
    letter-spacing: 0;
    font-size: 26px;
  }
  body.page-business-login p {
    color: #333;
    font-size: 17px;
    line-height: 142%;
    margin-top: 4px;
  }
  #LoginFormModal {
    padding: 0px 5px;
  }
  body.page-business-login .main-card {
    padding: 15px 22px !important;
  }
  body.page-business-login .footer a {
    margin: 4px 5px;
  }
  body.page-business-login .portal-switch-btn {
    min-width: 260px;
  }
  body.page-signup h1,
  body.page-business-login h1 {
    font-size: 24px;
    line-height: 120%;
  }
  body.page-signup h1 br {
    display: none;
  }
  body.page-signup .bottom-info {
    margin-top: 0px;
  }
  body.page-book-demo .demo-card {
    margin-top: 0;
  }
  .small-rule {
    margin: 0 0 20px;
  }
  body.page-login-landing .feature p,
  body.page-signup .feature p,
  body.page-book-demo .feature p,
  body.page-business-login .feature p {
    font-size: 16px;
  }
  input#mobile_code {
    width: 100%;
  }
  .feature h5,
  body.page-signup .feature h5,
  body.page-book-demo .feature h5,
  body.page-business-login .feature h5 {
    font-size: 18px;
    line-height: 140%;
  }
  body.page-signup .bottom-info {
    height: auto;
    padding: 20px;
  }
  body.page-business-login .left-panel {
	padding: 14px 30px;
}
body.page-login-landing .portal-card .portal-icon + div{ padding-right: 15px;}
.footer-sep{ display: none;}
body.page-signup .verify{ height: auto; padding: 10px 15px;}
}

.show-pwd {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #ef6c33;
}

@media (max-width:399px) {

  body.page-login-landing .portal-card{ padding: 12px;}
  body.page-login-landing .portal-url {
	padding: 9px 8px;
}

body.page-business-login .form-control, body.page-business-login .form-select{ padding-left: 34px;}
body.page-business-login .input-wrap i{ left: 10px;}
.form-control{ font-size: 14px;}
input#email{ padding-right: 0px;}
}