.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-3fc9c98 */.uhs-student-portal {
  position: relative;
  overflow: hidden;
  padding: 85px 20px;
  background: linear-gradient(135deg, #125875 0%, #0e4964 55%, #02bbd3 100%);
  font-family: Arial, sans-serif;
}

.uhs-student-portal:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(2,187,211,0.35), transparent 30%),
    radial-gradient(circle at 50% 95%, rgba(255,255,255,0.12), transparent 32%);
}

.uhs-student-portal:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.35;
}

.uhs-portal-wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2;
}

.uhs-portal-header {
  text-align: center;
  margin-bottom: 42px;
}

.uhs-label {
  display: inline-block;
  background: #02bbd3;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
  box-shadow: 0 10px 25px rgba(2,187,211,0.35);
}

.uhs-portal-header h1 {
  font-size: 50px;
  line-height: 1.15;
  margin: 0 0 15px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -1px;
}

.uhs-portal-header p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,0.96);
}

.uhs-login-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.uhs-login-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  border-top: 7px solid #02bbd3;
  box-shadow: 0 18px 45px rgba(0,0,0,0.20);
  color: #1f1f1f;
  transition: all 0.30s ease;
  overflow: hidden;
  min-height: 460px;
}

.uhs-login-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2,187,211,0.18), rgba(18,88,117,0.08));
  opacity: 0;
  transition: opacity 0.30s ease;
}

.uhs-login-card:hover {
  transform: translateY(-8px);
  border-top-color: #125875;
  box-shadow: 0 28px 65px rgba(0,0,0,0.28);
}

.uhs-login-card:hover:before {
  opacity: 1;
}

.uhs-card-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.uhs-system-name {
  min-width: 92px;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #02bbd3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(2,187,211,0.35);
}

.uhs-number {
  font-size: 42px;
  font-weight: 900;
  color: rgba(18,88,117,0.16);
}

.uhs-url {
  position: relative;
  display: inline-block;
  color: #02bbd3;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 14px;
  word-break: break-word;
}

.uhs-login-card h3 {
  position: relative;
  font-size: 21px;
  margin: 0 0 12px;
  color: #125875;
  font-weight: 900;
}

.uhs-login-card p {
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: #4c4c4c;
  margin: 0 0 24px;
  min-height: 105px;
}

.uhs-open-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #125875;
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.25s ease;
  margin-top: auto;
  width: fit-content;
}

.uhs-open-btn:after {
  content: "→";
  font-size: 16px;
}

.uhs-login-card:hover .uhs-open-btn {
  background: #02bbd3;
}

.uhs-portal-note {
  margin-top: 34px;
  text-align: center;
  color: #ffffff;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.24);
  padding: 18px;
  border-radius: 14px;
  backdrop-filter: blur(8px);
}

.uhs-portal-note a {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .uhs-login-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .uhs-student-portal {
    padding: 60px 15px;
  }

  .uhs-login-grid {
    grid-template-columns: 1fr;
  }

  .uhs-login-card {
    min-height: auto;
  }

  .uhs-login-card p {
    min-height: auto;
  }

  .uhs-portal-header h1 {
    font-size: 34px;
  }

  .uhs-portal-header p {
    font-size: 16px;
  }
}/* End custom CSS */