/* SCUBA TRAVEL GUEST PORTAL THEME v2 - if you can see this comment on the server, the themed CSS is uploaded. */
:root {
  --bg: #f4f6f8;
  --card: #ffffff;
  --text: #1f2a33;
  --muted: #65727f;
  --brand: #0088b8;
  --brand-dark: #006f97;
  --brand-deep: #062b3f;
  --accent: #ef5b2a;
  --accent-dark: #cf4518;
  --line: #dfe7ee;
  --success: #e8f7ee;
  --success-text: #0d6a36;
  --error: #fff0f0;
  --error-text: #a51f1f;
  --warning: #fff7df;
  --warning-text: #7a5a00;
  --shadow: 0 18px 45px rgba(14, 42, 62, 0.10);
  --soft-shadow: 0 10px 24px rgba(14, 42, 62, 0.08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 136, 184, 0.18), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(239, 91, 42, 0.10), transparent 24rem),
    linear-gradient(180deg, #ffffff 0, #f4f6f8 300px);
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); }

.site-inner,
.portal-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-topbar {
  background: var(--brand-deep);
  color: rgba(255,255,255,.85);
  font-size: .92rem;
}
.site-topbar .site-inner,
.site-mainbar .site-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-topbar .site-inner { min-height: 38px; }
.site-contact,
.site-quicklinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.site-topbar a { color: #fff; font-weight: 700; }
.site-mainbar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(14,42,62,.04);
}
.site-mainbar .site-inner { min-height: 78px; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  color: #111;
  font-size: clamp(2rem, 4vw, 3.2rem);
	font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;

font-weight: 950;
 
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}
.brand-mark:hover { color: #111; }
.brand-mark::after {
  content: "Worldwide Holidays";
  display: inline-block;
  margin-left: 10px;
  color: #3270b8;
  font-size: 1.5rem;
  letter-spacing: .02em;
  font-style: italic;
  font-weight: 400;
  transform: translateY(11px);
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  flex-wrap: wrap;
}
.site-nav a {
  color: #26323b;
  font-weight: 800;
  padding: 12px 13px;
  border-radius: 999px;
}
.site-nav a:hover,
.site-nav a.current {
  color: #fff;
  background: var(--brand);
}

.portal-shell { padding: 28px 0 64px; }

.portal-header {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #000000 0%, #2a6cb5 48%, #497eb9 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 45, 80, 0.22);
}


.portal-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.scubatravel.com/images/ScubaTravel_logo150.png");
    background-repeat: no-repeat;
    background-position: right 252px center;
    background-size: 280px auto;
    opacity: 0.12;
    pointer-events: none;

}
.portal-header > * {
  position: relative;
  z-index: 1;
}

.portal-header h1,
.portal-header .eyebrow,
.portal-header .muted {
  color: #ffffff;
}

.portal-header h1 {
  text-shadow: 0 2px 12px rgba(0, 30, 50, 0.22);
}

.portal-header .muted {
  opacity: 0.94;
}

.portal-header-card {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  color: #064466;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 28px rgba(0, 35, 60, 0.18);
}

.portal-header-card strong {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #006f97;
}

.portal-header-card span {
  font-size: 1.05rem;
  font-weight: 900;
}

.portal-countdown-card {
  min-width: 190px;
  max-width: 220px;
  min-height: 78px;
  justify-content: center;
}
.portal-countdown-card {

  backdrop-filter: blur(3px);

}
.portal-countdown-card strong {
  font-size: 1.35rem;
  line-height: 1.1;
  color: #006f97;
}

.portal-countdown-card span {
  font-size: 0.86rem;
}

.portal-countdown-card small {
  display: block;
  margin-top: 4px;
  font-size: 0.76rem;
  opacity: 0.8;
}
.countdown-card {
  margin: 18px 0;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e8f8ff, #f4fbff);
  border: 1px solid rgba(0, 119, 170, 0.18);
  box-shadow: 0 10px 24px rgba(0, 60, 90, 0.08);
}

.countdown-card span,
.countdown-card small {
  display: block;
}

.countdown-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #13789a;
  margin-bottom: 6px;
}

.countdown-card strong {
  display: block;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  color: #053b55;
  margin-bottom: 8px;
}

.countdown-card small {
  margin-top: 8px;
  color: #52656f;
}

.countdown-soon {
  background: linear-gradient(135deg, #fff5df, #e8f8ff);
}

.countdown-today {
  background: linear-gradient(135deg, #e8fff3, #e8f8ff);
}

.countdown-past {
  background: #f5f7f8;
}
.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  font-size: .72rem;
  color: var(--brand);
}
.portal-header .eyebrow { color: #b5efff; }
.muted { color: var(--muted); }
.small-note { font-size: .94rem; }

.tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 22px 0 18px;
  -webkit-overflow-scrolling: touch;
}
.tabs a {
  flex: 0 0 auto;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 6px 16px rgba(14,42,62,.04);
  font-weight: 900;
}
.tabs a.active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.grid { display: grid; gap: 20px; }
.grid.two { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .9fr); }
.full { grid-column: 1 / -1; }
.stack { display: grid; gap: 20px; }

.card, .login-card {
  background: var(--card);
  border: 1px solid rgba(223, 231, 238, .95);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: var(--soft-shadow);
}
.card h2, .login-card h2 {
  margin-top: 0;
  letter-spacing: -.03em;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
}
.card h3 { margin-top: 26px; }
.hero-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.96)),
    radial-gradient(circle at 90% 25%, rgba(0,136,184,.2), transparent 14rem);
}
.login-card {
  max-width: 560px;
  margin: 28px auto 0;
}

.alert {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--success);
  color: var(--success-text);
  border: 1px solid rgba(20,108,46,.16);
  box-shadow: var(--soft-shadow);
}
.alert.error { background: var(--error); color: var(--error-text); border-color: rgba(165,31,31,.18); }
.alert.warning { background: var(--warning); color: var(--warning-text); border-color: rgba(122,90,0,.2); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  background: var(--accent);
  color: white;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(239,91,42,.18);
}
.button:hover { background: var(--accent-dark); color: white; }
.button.ghost { background: rgba(255,255,255,.16); color: white; border: 1px solid rgba(255,255,255,.35); box-shadow: none; }

.stacked-form, .guest-form { display: grid; gap: 18px; }
label { display: grid; gap: 8px; font-weight: 900; }
input, select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  background: white;
  color: var(--text);
}
input:focus, select:focus {
  outline: 3px solid rgba(0,136,184,.18);
  border-color: var(--brand);
}
fieldset {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #fbfdff;
}
legend { padding: 0 8px; font-weight: 950; color: var(--brand-deep); }
.form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.inline-fields { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 8px; }
fieldset:disabled { opacity: .72; }

.card-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: #e7f5fb;
  color: var(--brand-dark);
  font-weight: 950;
}

.progress-row { display: flex; justify-content: space-between; gap: 16px; margin-top: 24px; font-weight: 900; }
.progress { height: 12px; overflow: hidden; background: #deedf5; border-radius: 999px; }
.progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--brand), #36b5d8); border-radius: inherit; }

.action-list, .resource-list, .guest-grid { display: grid; gap: 12px; }
.action-list a, .resource-list a, .guest-status, .resource-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}
.action-list a::after,
.resource-list a::after,
.guest-status::after { content: "→"; font-weight: 950; color: var(--accent); }
.action-list a:hover,
.resource-list a:hover,
.guest-status:hover {
  border-color: rgba(0,136,184,.35);
  background: #f4fbfe;
  transform: translateY(-1px);
}
.resource-list a span, .guest-status span, .resource-item span { color: var(--muted); }
.guest-status {
  position: relative;
  overflow: hidden;
}
.guest-status strong { position: relative; z-index: 1; }
.guest-status span { position: relative; z-index: 1; font-weight: 900; }

.table-card { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--brand-deep); background: #f8fbfd; font-weight: 950; }
tr:last-child th, tr:last-child td { border-bottom: 0; }

.timeline { display: grid; gap: 14px; }
.timeline article { position: relative; padding: 18px 18px 18px 24px; border-left: 4px solid var(--brand); background: #fbfdff; border-radius: 14px; }
.timeline strong { display: block; font-size: 1.1rem; }
.timeline p { margin: 6px 0 0; color: var(--muted); }
.resource-item { display: grid; align-items: start; justify-content: start; }

@media (max-width: 980px) {
  .site-mainbar .site-inner { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .site-nav { justify-content: flex-start; }
}
@media (max-width: 860px) {
  .grid.two, .form-grid { grid-template-columns: 1fr; }
  .portal-header, .card-heading { flex-direction: column; align-items: stretch; }
  .inline-fields { grid-template-columns: 1fr; }
  .portal-header { border-radius: 0 0 22px 22px; }
}
@media (max-width: 620px) {
  .site-topbar .site-inner { align-items: flex-start; flex-direction: column; gap: 6px; padding: 8px 0; }
  .brand-mark { font-size: 2.1rem; }
  .brand-mark::after { display: none; }
  .site-nav a { padding: 9px 10px; font-size: .94rem; }
  .portal-shell, .site-inner { width: min(100% - 22px, 1180px); }
  .action-list a, .resource-list a, .guest-status { align-items: flex-start; flex-direction: column; }
}

/* Passport validity messaging */
.passport-validity-message {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}
.passport-validity-message.success { color: var(--success-text); }
.passport-validity-message.warning { color: var(--warning-text); }
.passport-validity-message.error { color: var(--error-text); }
.guest-status-error {
  border-color: rgba(165, 31, 31, 0.35) !important;
  background: var(--error) !important;
}
.guest-status-error span { color: var(--error-text) !important; font-weight: 800; }
.passport-trip-rule { margin-top: 0; }

/* Contrast update 2026-05-08: make labels/body text easier to read. */
:root {
  --text: #152433;
  --muted: #4f5d68;
  --line: #d2dde7;
  --brand-deep: #04283c;
}
body { color: var(--text); }
p, li, td, th { color: var(--text); }
.muted, .small-note, .timeline p, .resource-list a span, .guest-status span, .resource-item span {
  color: var(--muted);
}
label {
  color: #354452;
  font-weight: 900;
}
input, select {
  color: #172635;
  border-color: #cfdbe5;
  background: #fff;
}
input::placeholder {
  color: #697784;
  opacity: 1;
}
fieldset {
  background: #fcfdff;
  border-color: #d5e0ea;
}
legend { color: #263849; }
.card h2, .login-card h2, .portal-header h1 { color: inherit; }
.card .eyebrow { color: #0879a3; }
.pill.attention {
  background: var(--warning);
  color: var(--warning-text);
  border: 1px solid rgba(122,90,0,.22);
}
.inline-warning {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--warning);
  border: 1px solid rgba(122,90,0,.22);
  color: var(--warning-text);
  font-weight: 900;
}
.alert { font-weight: 700; }
.alert.warning { color: #6f5100; }
.passport-validity-message { font-weight: 900; }

/* Extras & requests update */
.request-form {
  display: grid;
  gap: 16px;
}
textarea {
  width: 100%;
  border: 1px solid #cfdbe5;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  color: #172635;
  background: #fff;
  resize: vertical;
  min-height: 92px;
}
textarea:focus {
  outline: 3px solid rgba(0,136,184,.18);
  border-color: var(--brand);
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.check-option {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}
.check-option input {
  width: auto;
  min-height: 0;
  transform: translateY(1px);
}
.field-hint {
  display: block;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}
.extras-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.extra-item {
  border: 1px solid var(--line);
  background: #fbfdff;
  border-radius: 14px;
  padding: 16px;
}
.extra-item strong {
  display: block;
  font-size: 1.06rem;
  color: var(--brand-deep);
}
.extra-item p {
  margin: 7px 0 0;
  color: var(--muted);
}
.extra-category {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f5fb;
  color: var(--brand-dark);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 950;
}
.request-card .button {
  justify-self: start;
}
@media (max-width: 860px) {
  .checkbox-grid,
  .extras-list {
    grid-template-columns: 1fr;
  }
}

.trip-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 22px;
}
.trip-info-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfdff;
}
.trip-info-image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #eef4f8;
}
.trip-info-body {
  padding: 18px;
}
.trip-info-body h3 {
  margin: 0 0 8px;
  color: var(--brand-deep);
}
.trip-info-body p {
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  margin-top: 8px;
  font-weight: 900;
  color: var(--brand-dark);
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 14px;
}
.inclusion-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 18px;
  background: #fff;
}
.inclusion-card h3 {
  margin: 0 0 12px;
  color: var(--brand-deep);
}
.inclusion-card.included {
  background: #f2fbf8;
}
.inclusion-card.excluded {
  background: #fff8f2;
}
.info-list {
  margin: 0;
  padding-left: 20px;
  color: #263746;
}
.info-list li + li {
  margin-top: 8px;
}
@media (max-width: 860px) {
  .trip-info-grid,
  .inclusion-grid {
    grid-template-columns: 1fr;
  }
  .trip-info-image {
    height: 190px;
  }
}


/* Pre-travel checklist update */
.button.secondary {
  background: #e7f5fb;
  color: var(--brand-dark);
  box-shadow: none;
  border: 1px solid rgba(0,136,184,.18);
}
.button.secondary:hover {
  background: #d7eef7;
  color: var(--brand-dark);
}
.pill.success {
  background: var(--success);
  color: var(--success-text);
  border: 1px solid rgba(13,106,54,.18);
}
.checklist-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.checklist-status {
  display: block;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fbfdff;
}
.checklist-status strong,
.checklist-status span {
  display: block;
}
.checklist-status strong {
  color: var(--brand-deep);
  font-size: 1.04rem;
}
.checklist-status span {
  margin-top: 6px;
  color: var(--muted);
}
.checklist-status.done {
  background: var(--success);
  border-color: rgba(13,106,54,.18);
}
.checklist-status.done span {
  color: var(--success-text);
}
.checklist-status.attention {
  background: var(--warning);
  border-color: rgba(122,90,0,.22);
}
.checklist-status.attention span {
  color: var(--warning-text);
}
.entry-requirements-box {
  display: grid;
  gap: 16px;
  margin: 18px 0;
}
.entry-section,
.trip-note-box,
.notice-list {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfdff;
  padding: 18px;
}
.entry-section-extra {
  background: #fff8f2;
}
.entry-section h3,
.trip-note-box h3 {
  margin: 0 0 12px;
  color: var(--brand-deep);
}
.rich-text {
  color: #263746;
  line-height: 1.6;
}
.rich-text a {
  font-weight: 900;
  word-break: break-word;
}
.ack-form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.ack-check {
  align-items: flex-start;
  background: #fff;
}
.ack-status {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 900;
}
.ack-status.success {
  color: var(--success-text);
  background: var(--success);
  border: 1px solid rgba(13,106,54,.18);
}
.checklist-hero {
  min-height: 180px;
}
.notice-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}
.notice-list p {
  margin: 0;
}
.link-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.packing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}
.tick-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.tick-list li {
  position: relative;
  padding-left: 28px;
}
.tick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #e7f5fb;
  color: var(--brand-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  font-weight: 950;
}
.checklist-mini-grid {
  align-items: stretch;
}
.mini-card h2 {
  font-size: 1.35rem;
}
@media (max-width: 860px) {
  .checklist-status-grid,
  .packing-grid,
  .checklist-mini-grid {
    grid-template-columns: 1fr;
  }
  .link-row {
    align-items: stretch;
  }
}
.checklist-status.neutral {
  background: #f5f8fa;
}
.checklist-status.neutral span {
  color: var(--muted);
}
/* Cross-browser font weight balancing */
body {
  font-weight: 400;
}

.site-nav a,
.tabs a,
.button,
label,
.action-list a,
.resource-list a,
.guest-status span,
.pill,
.extra-category {
  font-weight: 700;
}

.card h2,
.login-card h2,
.portal-header h1,
.hero-card h2,
.checklist-summary-card h2,
.card h3 {
  font-weight: 700;
}

.countdown-card strong {
  font-weight: 700;
  letter-spacing: -0.03em;
}

.portal-countdown-card strong {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-mark {
  font-weight: 400;
}

.progress-row {
  font-weight: 700;
}

.action-list a::after,
.resource-list a::after,
.guest-status::after {
  font-weight: 700;
}
@media screen and (max-width: 768px) {

  .site-mainbar {

    display: none !important;

  }

}