@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --wl-orange: #f47b20;
  --wl-amber: #ffa31a;
  --wl-red: #e65025;
  --wl-ink: #151515;
  --wl-muted: #665f5a;
  --wl-cream: #f7f3ef;
  --wl-line: #e9e0d9;
  --wl-white: #ffffff;
}

body.wl-client-theme {
  background: var(--wl-cream);
  color: var(--wl-ink);
  font-family: "Fira Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wl-client-theme h1,
.wl-client-theme h2,
.wl-client-theme h3,
.wl-client-theme h4,
.wl-client-theme h5,
.wl-client-theme h6,
.wl-client-theme .navbar-nav,
.wl-client-theme .btn {
  font-family: "Fira Sans", Arial, sans-serif;
}

/* Shared header */
.wl-client-theme .tt-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(34, 25, 20, .08);
  box-shadow: 0 12px 34px rgba(32, 22, 16, .07);

}

.wl-client-theme .tt-header .navbar {
  min-height: 98px;
}

.wl-client-theme .tt-header .logo-img {
  width: 220px;
  max-width: 100%;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.wl-client-theme .tt-header .navbar-nav > li > a,
.wl-client-theme .tt-header .nav-link {
  color: #29231f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.wl-client-theme .tt-header .navbar-nav > li > a:hover,
.wl-client-theme .tt-header .navbar-nav > li.active > a,
.wl-client-theme .tt-header .nav-link:hover {
  color: var(--wl-red);
}

.wl-client-theme .tt-header .dropdown-menu {
  border: 1px solid var(--wl-line);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(26, 19, 15, .12);
}

.wl-client-theme .tt-header .dropdown-item {
  font-size: 14px;
  font-weight: 500;
}

.wl-client-theme .tt-header .dropdown-item:hover {
  color: var(--wl-red);
  background: #fff4eb;
}

/* Shared controls */
.wl-client-theme .btn-primary,
.wl-client-theme button.btn-primary,
.wl-client-theme input.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--wl-amber), var(--wl-red));
  border-color: transparent;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(230, 80, 37, .22);
  font-weight: 700;
}

.wl-client-theme .btn-primary:hover,
.wl-client-theme .btn-primary:focus {
  color: #fff;
  background: linear-gradient(135deg, #ffb020, #dc431d);
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(230, 80, 37, .3);
}

.wl-client-theme .btn-outline-primary {
  color: var(--wl-red);
  border-color: var(--wl-red);
  border-radius: 999px;
}

.wl-client-theme a {
  color: #d95820;
}

.wl-client-theme a:hover {
  color: #b83e19;
}

.wl-client-theme .form-control,
.wl-client-theme .custom-select,
.wl-client-theme select {
  min-height: 50px;
  border: 1px solid #ded5cf;
  border-radius: 13px;
  background-color: #fff;
  color: var(--wl-ink);
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.wl-client-theme textarea.form-control {
  min-height: 180px;
}

.wl-client-theme .form-control:focus,
.wl-client-theme .custom-select:focus,
.wl-client-theme select:focus {
  border-color: var(--wl-orange);
  box-shadow: 0 0 0 4px rgba(244, 123, 32, .13);
}

.wl-client-theme label {
  color: #312a26;
  font-weight: 600;
}

/* Page title banner */
.wl-client-theme .tt-page-header {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 20%, rgba(244, 123, 32, .42), transparent 24%),
    linear-gradient(118deg, #151515 0%, #21150f 64%, #572912 100%) !important;
}

.wl-client-theme .tt-page-header::before,
.wl-client-theme .tt-page-header::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  pointer-events: none;
}

.wl-client-theme .tt-page-header::before {
  width: 260px;
  height: 260px;
  right: 7%;
  top: -170px;
}

.wl-client-theme .tt-page-header::after {
  width: 110px;
  height: 110px;
  right: 18%;
  bottom: -75px;
}

.wl-client-theme .tt-page-header .container {
  position: relative;
  z-index: 1;
}

.wl-client-theme .tt-page-header h1 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -.035em;
}

.wl-client-theme .tt-page-header .breadcrumb {
  border-radius: 16px 16px 0 0;
}

/* Login and password screens */
.wl-login-page #main-body.tt-auth-wrap {
  position: relative;
  min-height: 760px;
  padding: 92px 0;
  background: radial-gradient(circle at 12% 15%, rgba(255, 163, 26, .13), transparent 26%),
    radial-gradient(circle at 88% 86%, rgba(230, 80, 37, .12), transparent 28%),
    var(--wl-cream);
}

.wl-login-page #main-body.tt-auth-wrap::before {
  position: absolute;
  content: "";
  inset: 34px 4% auto auto;
  width: 150px;
  height: 150px;
  border: 1px dashed rgba(230, 80, 37, .25);
  border-radius: 50%;
  animation: wl-spin 24s linear infinite;
}

.wl-login-page #main-body .container {
  max-width: 1120px;
}

.wl-login-page .tt-form-wrap,
.wl-login-page .login-form,
.wl-login-page .tt-form-container {
  width: 100%;
  max-width: none;
}

.wl-login-page .tt-form-container {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(70, 50, 38, .1);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(38, 26, 18, .14);
}

.wl-login-page .tt-form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 60px;
  background: #fff;
}

.wl-login-page .tt-form-content h3 {
  margin-bottom: 10px;
  color: var(--wl-ink);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.wl-login-page .tt-form-content h3 + p,
.wl-login-page .tt-form-content > p:first-of-type {
  color: var(--wl-muted);
  font-size: 16px;
}

.wl-login-page .tt-form-content .form-control {
  min-height: 54px;
  background: #fbf9f7;
}

.wl-login-page .tt-form-content .input-group-text {
  color: var(--wl-red);
  background: #fff0e5;
  border-color: #ded5cf;
}

.wl-login-page .tt-form-content .btn-primary {
  min-width: 132px;
  min-height: 50px;
}

.wl-login-page .tt-login-registration-testimonial {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 54px;
  color: #fff;
  background: radial-gradient(circle at 72% 24%, rgba(244, 123, 32, .48), transparent 25%),
    linear-gradient(145deg, #111 0%, #1c1612 52%, #4b2412 100%);
}

.wl-login-page .wl-portal-visual {
  position: relative;
  z-index: 2;
  width: 100%;
}

.wl-login-page .wl-eyebrow,
.wl-ticket-page .wl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffad35;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.wl-login-page .wl-eyebrow::before,
.wl-ticket-page .wl-eyebrow::before {
  width: 26px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: linear-gradient(90deg, var(--wl-amber), var(--wl-red));
}

.wl-login-page .wl-portal-visual h2 {
  max-width: 520px;
  margin: 18px 0 16px;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.wl-login-page .wl-portal-visual p {
  max-width: 480px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.7;
}

.wl-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wl-service-pills span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  font-size: 13px;
  font-weight: 600;
}

.wl-orbit {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 38px auto 0;
  border: 1px dashed rgba(255, 173, 53, .52);
  border-radius: 50%;
  animation: wl-spin 22s linear infinite;
}

.wl-orbit::before {
  position: absolute;
  content: "";
  inset: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}

.wl-orbit-core {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
}

.wl-orbit-core img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  animation: wl-counter-spin 22s linear infinite;
}

.wl-orbit-dot {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  color: #fff;
  background: #27201b;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .25);
}

.wl-orbit-dot svg {
  width: 20px;
  height: 20px;
  margin: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.wl-orbit-dot.one { left: 8px; top: 22px; }
.wl-orbit-dot.two { right: -3px; top: 74px; }
.wl-orbit-dot.three { left: 46px; bottom: -5px; }

/* Ticket submission */
.wl-ticket-page #main-body {
  padding: 82px 0 100px;
  background: linear-gradient(180deg, #fff 0, #faf7f4 52%, #f3ede7 100%);
}

.wl-ticket-page #main-body > .container {
  max-width: 1180px;
}

.wl-ticket-shell {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--wl-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(37, 25, 17, .11);
}

.wl-ticket-shell > form {
  padding: 46px 48px 50px;
}

.wl-ticket-shell > form > .card-title {
  margin-bottom: 30px;
  color: var(--wl-ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -.035em;
}

.wl-ticket-shell .tt-custom-card {
  padding: 24px;
  border: 1px solid #eee6e0;
  border-radius: 20px;
  background: #faf8f6 !important;
}

.wl-ticket-shell .md-editor,
.wl-ticket-shell .md-editor > .md-header,
.wl-ticket-shell .md-editor > textarea {
  border-color: #ded5cf;
}

.wl-ticket-shell #openTicketSubmit {
  min-width: 148px;
  min-height: 50px;
}

.wl-ticket-aside {
  position: relative;
  overflow: hidden;
  padding: 48px 36px;
  color: #fff;
  background: radial-gradient(circle at 18% 82%, rgba(244, 123, 32, .42), transparent 25%),
    linear-gradient(160deg, #151515, #2b1a11 68%, #5b2c15);
}

.wl-ticket-aside::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  content: "";
  border: 1px dashed rgba(255, 173, 53, .42);
  border-radius: 50%;
  animation: wl-spin 26s linear infinite;
}

.wl-ticket-aside h2 {
  margin: 20px 0 14px;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.wl-ticket-aside > p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
}

.wl-ticket-points {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.wl-ticket-points li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  color: #fff;
}

.wl-ticket-points .wl-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
}

.wl-ticket-points svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ffad35;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.wl-ticket-points strong {
  display: block;
  font-size: 15px;
}

.wl-ticket-points small {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
}

/* Shared footer */
.wl-client-theme .tt-footer {
  color: rgba(255, 255, 255, .72);
  background: #111 !important;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, var(--wl-amber), var(--wl-red)) 1;
}

.wl-client-theme .tt-footer h6 {
  color: #fff;
  font-weight: 700;
}

.wl-client-theme .tt-footer a {
  color: rgba(255, 255, 255, .72);
}

.wl-client-theme .tt-footer a:hover {
  color: #ffad35;
}

@keyframes wl-spin { to { transform: rotate(360deg); } }
@keyframes wl-counter-spin { to { transform: rotate(-360deg); } }

@media (max-width: 991px) {
  .wl-client-theme .tt-header .navbar { min-height: 82px; }
  .wl-client-theme .tt-header .logo-img { width: 184px; height: 58px; }
  .wl-login-page #main-body.tt-auth-wrap { padding: 56px 0; }
  .wl-login-page .tt-form-container { grid-template-columns: 1fr; }
  .wl-login-page .tt-login-registration-testimonial { min-height: 540px; }
  .wl-ticket-shell { grid-template-columns: 1fr; }
  .wl-ticket-aside { min-height: 420px; }
}

@media (max-width: 575px) {
  .wl-client-theme .tt-header .logo-img { width: 158px; height: 52px; }
  .wl-login-page #main-body.tt-auth-wrap { padding: 28px 0 48px; }
  .wl-login-page .tt-form-container,
  .wl-ticket-shell { border-radius: 22px; }
  .wl-login-page .tt-form-content { padding: 38px 24px; }
  .wl-login-page .tt-login-registration-testimonial { min-height: 500px; padding: 38px 24px; }
  .wl-login-page .wl-portal-visual h2 { font-size: 38px; }
  .wl-orbit { width: 210px; height: 210px; }
  .wl-ticket-page #main-body { padding: 46px 0 70px; }
  .wl-ticket-aside { min-height: 390px; padding: 38px 26px; }
  .wl-ticket-shell > form { padding: 34px 22px 38px; }
  .wl-ticket-shell .tt-custom-card { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .wl-client-theme *,
  .wl-client-theme *::before,
  .wl-client-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

.wl-client-theme .tt-color-switch{right:0!important;top:auto!important;bottom:20px}
.wl-client-theme .tt-header{transform:none}
.wl-client-theme .tt-form-content .input-group-text i{color:#e65025}

@media(max-width:767px){.wl-client-theme .tt-page-header .tt-breadcrumb{position:static;margin-top:18px;width:100%}.wl-client-theme .tt-page-header .breadcrumb{border-radius:12px;padding:12px}.wl-client-theme .tt-page-header{padding:32px 0!important}.wl-client-theme .tt-breadcrumb:before,.wl-client-theme .tt-breadcrumb:after{display:none}}
