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

:root {
  --jeh-primary: #087f7a;
  --jeh-dark: #073b4c;
  --jeh-ink: #172b36;
  --jeh-muted: #52636b;
  --jeh-soft: #eef9f8;
  --jeh-line: #dceeed;
  --jeh-gold: #f5b942;
  --jeh-bn-serif: "Noto Serif Bengali", "SolaimanLipi", "Siyam Rupali", serif;
  --jeh-bn-sans: "Noto Sans Bengali", "SolaimanLipi", "Siyam Rupali", sans-serif;
}

body {
  color: var(--jeh-muted);
  background: #ffffff;
}

html[lang="bn"] body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.desktop-nav {
  box-shadow: 0 10px 35px rgba(7, 59, 76, .08);
}

.navbar-brand img {
  max-height: 64px;
}

.navbar-nav .nav-link {
  font-weight: 700;
}

.navbar-nav .nav-link.active,
.call-now a,
.call-now i {
  color: var(--jeh-primary) !important;
}

.default-btn {
  border-radius: 8px !important;
  font-weight: 700;
  letter-spacing: 0;
}

.default-btn.active {
  background: var(--jeh-primary) !important;
}

.default-btn:hover {
  color: #ffffff !important;
}

.jeh-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f7fcfb 0%, #ffffff 58%, #e6f7f6 100%);
  border-bottom: 1px solid var(--jeh-line);
}

.jeh-home-hero {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 42%, rgba(255,255,255,.25) 74%, rgba(255,255,255,.05) 100%),
    url("../images/jeh/bd-eye-exam-hero.png") center right / cover no-repeat;
}

.jeh-page-hero.is-image {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.35) 100%),
    var(--hero-image) center right / cover no-repeat;
}

.jeh-page-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(8, 127, 122, .12), transparent 34%);
}

.jeh-page-hero .container {
  position: relative;
  z-index: 1;
}

.jeh-hero-copy {
  max-width: 680px;
}

.jeh-eyebrow,
.top-title {
  color: var(--jeh-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.jeh-hero-copy h1 {
  color: var(--jeh-dark);
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  margin: 12px 0 18px;
}

.jeh-hero-copy p,
.jeh-copy p,
.section-title p {
  color: var(--jeh-muted);
  font-size: 17px;
  line-height: 1.82;
}

.jeh-hero-image {
  position: relative;
  min-height: 300px;
}

.jeh-hero-image img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
}

.jeh-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.jeh-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--jeh-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--jeh-ink);
  font-weight: 700;
  font-size: 14px;
}

.jeh-badges i {
  color: var(--jeh-primary);
}

.jeh-info-band {
  margin-top: -36px;
  position: relative;
  z-index: 2;
}

.jeh-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 59, 76, .12);
  overflow: hidden;
}

.jeh-info-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 24px 26px;
  border-right: 1px solid var(--jeh-line);
}

.jeh-info-item:last-child {
  border-right: 0;
}

.jeh-info-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 8px;
  background: var(--jeh-soft);
  color: var(--jeh-primary);
  font-size: 24px;
}

.jeh-info-item span {
  display: block;
  color: var(--jeh-muted);
  font-size: 14px;
  margin-bottom: 3px;
}

.jeh-info-item strong,
.jeh-info-item a {
  display: block;
  color: var(--jeh-ink);
  font-weight: 800;
  line-height: 1.35;
}

.section-title h2,
.jeh-copy h2,
.jeh-card h3,
.jeh-image-card h3,
.jeh-feature h3,
.jeh-cta h2 {
  color: var(--jeh-dark);
  letter-spacing: 0;
}

.section-title p {
  max-width: 760px;
  margin: 14px auto 0;
}

.section-title h2 {
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.25;
  font-weight: 800;
}

.jeh-image-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(7, 59, 76, .12);
}

.jeh-image-frame::before {
  position: absolute;
  content: "";
  inset: 12px auto auto 12px;
  width: 70%;
  height: 70%;
  border: 4px solid var(--jeh-primary);
  border-radius: 8px;
  z-index: 0;
}

.jeh-image-frame img {
  position: relative;
  z-index: 1;
  width: calc(100% - 34px);
  margin: 34px 0 0 34px;
  border-radius: 4px;
  object-fit: cover;
}

.jeh-copy h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.28;
  font-weight: 800;
  margin: 10px 0 18px;
}

.jeh-copy .bn-title {
  font-family: var(--jeh-bn-serif);
  font-weight: 800;
  line-height: 1.35;
}

.jeh-bn-heading {
  font-family: var(--jeh-bn-serif);
  color: var(--jeh-dark);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.28;
}

.jeh-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.jeh-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--jeh-ink);
  font-weight: 700;
  line-height: 1.45;
}

.jeh-check-list i {
  color: var(--jeh-primary);
  margin-top: 2px;
}

.jeh-soft-section {
  background: linear-gradient(180deg, #f5fbfb 0%, #ffffff 100%);
}

.jeh-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(7, 59, 76, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.jeh-card:hover,
.jeh-image-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 127, 122, .35);
  box-shadow: 0 18px 45px rgba(7, 59, 76, .12);
}

.jeh-card i {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--jeh-soft);
  color: var(--jeh-primary);
  font-size: 29px;
  margin-bottom: 20px;
}

.jeh-card h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.jeh-card p,
.jeh-image-card p,
.jeh-feature p {
  line-height: 1.75;
  margin: 0;
}

.jeh-dark-section {
  background: var(--jeh-dark);
  color: #ffffff;
}

.jeh-dark-section .section-title h2,
.jeh-dark-section .section-title p,
.jeh-dark-section h3 {
  color: #ffffff;
}

.jeh-dark-section .section-title p,
.jeh-dark-section p {
  color: rgba(255, 255, 255, .8) !important;
}

.jeh-dark-section .jeh-card h3 {
  color: var(--jeh-dark);
}

.jeh-dark-section .jeh-card p {
  color: var(--jeh-muted) !important;
}

.jeh-feature {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.jeh-feature i {
  display: inline-block;
  color: var(--jeh-gold);
  font-size: 32px;
  margin-bottom: 16px;
}

.jeh-image-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(7, 59, 76, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.jeh-image-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.jeh-image-card .content {
  padding: 25px;
}

.jeh-image-card h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.jeh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.jeh-gallery-item {
  grid-column: span 4;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--jeh-line);
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(7, 59, 76, .06);
}

.jeh-gallery-item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.jeh-gallery-item .content {
  height: 112px;
  overflow: hidden;
  padding: 18px 20px;
}

.jeh-gallery-item h3 {
  color: var(--jeh-dark);
  font-size: 18px;
  line-height: 1.32;
  margin-bottom: 6px;
}

.jeh-gallery-item p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.jeh-contact-panel {
  height: 100%;
  padding: 34px;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #eef9f8);
}

.jeh-contact-visit-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(7, 59, 76, .06);
}

.jeh-contact-visit-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.jeh-contact-visit-card .content {
  padding: 28px 30px 30px;
}

.jeh-contact-visit-card h3 {
  color: var(--jeh-dark);
  font-size: 26px;
  line-height: 1.3;
  margin: 8px 0 10px;
}

.jeh-contact-visit-card p {
  line-height: 1.78;
  margin: 0;
}

.jeh-contact-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}

.jeh-contact-list li {
  display: flex;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid var(--jeh-line);
}

.jeh-contact-list li:last-child {
  border-bottom: 0;
}

.jeh-contact-list i {
  color: var(--jeh-primary);
  font-size: 24px;
  margin-top: 2px;
}

.jeh-contact-list span {
  display: block;
  color: var(--jeh-muted);
  font-size: 14px;
}

.jeh-contact-list strong,
.jeh-contact-list a {
  display: block;
  color: var(--jeh-ink);
  font-weight: 800;
}

.jeh-map {
  overflow: hidden;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  min-height: 360px;
  background:
    linear-gradient(90deg, rgba(8,127,122,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(8,127,122,.08) 1px, transparent 1px),
    linear-gradient(135deg, #eef9f8, #ffffff);
  background-size: 44px 44px, 44px 44px, cover;
  box-shadow: 0 12px 32px rgba(7, 59, 76, .06);
}

.jeh-map-embed {
  height: 100%;
  min-height: 510px;
  display: flex;
  flex-direction: column;
}

.jeh-map-wide {
  position: relative;
  min-height: 455px;
  border-radius: 6px;
  background: #f5f8f9;
}

.jeh-map-title-card {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  width: min(300px, calc(100% - 36px));
  padding: 16px 18px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid rgba(7, 59, 76, .1);
  box-shadow: 0 10px 28px rgba(7, 59, 76, .18);
  pointer-events: none;
}

.jeh-map-title-card strong {
  display: block;
  color: var(--jeh-dark);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.jeh-map-title-card span {
  display: block;
  margin-top: 4px;
  color: var(--jeh-muted);
  font-size: 13px;
  line-height: 1.4;
}

.jeh-map-embed iframe {
  width: 100%;
  min-height: 430px;
  flex: 1 1 auto;
  border: 0;
}

.jeh-map-wide iframe {
  min-height: 455px;
}

.jeh-map-visual {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px;
}

.jeh-map-pin {
  max-width: 520px;
  text-align: center;
  padding: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--jeh-line);
  box-shadow: 0 12px 32px rgba(7, 59, 76, .08);
}

.jeh-map-pin i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--jeh-primary);
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 16px;
}

.jeh-map-pin h3 {
  color: var(--jeh-dark);
  margin-bottom: 8px;
}

.jeh-map-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-top: 1px solid var(--jeh-line);
  background: #ffffff;
}

.jeh-map-note strong {
  color: var(--jeh-dark);
}

.jeh-map-note a {
  color: var(--jeh-primary);
  font-weight: 800;
}

.jeh-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: #f3fbfa;
  padding: 10px;
  box-shadow: 0 18px 45px rgba(7, 59, 76, .1);
}

.jeh-admin-note {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--jeh-ink);
  font-weight: 700;
}

.jeh-bangla-polish,
.jeh-committee-table,
.jeh-admin-table,
.jeh-admin-form input,
.jeh-admin-form textarea {
  font-family: var(--jeh-bn-serif);
  font-kerning: normal;
  letter-spacing: 0;
}

.jeh-login-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.72)),
    url("../images/jeh/bd-eye-exam-hero.png") center / cover no-repeat;
}

.jeh-login-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 18px;
}

.jeh-login-card {
  width: min(440px, 100%);
  padding: 34px;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 50px rgba(7, 59, 76, .16);
}

.jeh-login-logo {
  display: block;
  margin-bottom: 24px;
}

.jeh-login-logo img {
  max-width: 255px;
}

.jeh-login-card h1 {
  color: var(--jeh-dark);
  font-size: 32px;
  line-height: 1.2;
  margin: 9px 0 22px;
}

.jeh-login-error {
  min-height: 22px;
  margin: 0;
  color: #b42318;
  font-weight: 800;
}

.jeh-admin-logout {
  min-height: 42px;
  padding: 8px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--jeh-primary);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.jeh-admin-message {
  min-height: 28px;
  margin-bottom: 18px;
  color: var(--jeh-primary);
  font-weight: 800;
}

.jeh-admin-panel {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(7, 59, 76, .06);
}

.jeh-admin-panel h2 {
  color: var(--jeh-dark);
  font-size: 28px;
  margin: 8px 0 20px;
}

.jeh-admin-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.jeh-admin-link {
  color: var(--jeh-primary);
  font-weight: 800;
}

.jeh-admin-form {
  display: grid;
  gap: 14px;
}

.jeh-admin-form label {
  display: grid;
  gap: 7px;
  color: var(--jeh-ink);
  font-weight: 800;
}

.jeh-admin-form input,
.jeh-admin-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  color: var(--jeh-ink);
  font-weight: 700;
  line-height: 1.55;
}

.jeh-admin-form input:focus,
.jeh-admin-form textarea:focus {
  outline: 2px solid rgba(8, 127, 122, .18);
  border-color: var(--jeh-primary);
}

.jeh-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.jeh-admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
}

.jeh-admin-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.jeh-admin-table th {
  padding: 14px;
  background: var(--jeh-dark);
  color: #ffffff;
  font-weight: 800;
  text-align: left;
}

.jeh-admin-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--jeh-line);
  color: var(--jeh-ink);
  vertical-align: top;
}

.jeh-admin-table tr:last-child td {
  border-bottom: 0;
}

.jeh-admin-small {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 6px 6px 0;
  padding: 7px 11px;
  border: 0;
  border-radius: 6px;
  background: var(--jeh-primary);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.jeh-admin-small.danger {
  background: #c2410c;
}

.jeh-admin-thumb {
  width: 72px;
  height: 52px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--jeh-line);
}

.jeh-admin-team-photo {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--jeh-line);
  background: var(--jeh-soft);
}

.jeh-admin-preview {
  display: block;
  max-width: 210px;
  max-height: 130px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--jeh-line);
}

.jeh-admin-preview:not([src]),
.jeh-admin-preview[src=""] {
  display: none;
}

.jeh-committee-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0 10px;
  color: var(--jeh-ink);
  font-size: 16px;
  table-layout: fixed;
}

.jeh-committee-table th {
  padding: 18px 20px;
  background: var(--jeh-dark);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  vertical-align: middle;
}

.jeh-committee-table td {
  padding: 20px;
  border-top: 1px solid #d2e9e7;
  border-bottom: 1px solid #d2e9e7;
  line-height: 1.85;
  vertical-align: top;
  background: #ffffff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(7, 59, 76, .04);
}

.jeh-committee-table td:first-child {
  border-left: 1px solid #d2e9e7;
  border-radius: 8px 0 0 8px;
}

.jeh-committee-table td:last-child {
  border-right: 1px solid #d2e9e7;
  border-radius: 0 8px 8px 0;
}

.jeh-committee-table tbody tr:nth-child(even) {
  background: transparent;
}

.jeh-committee-table tbody tr:nth-child(even) td {
  background: #f8fdfd;
}

.jeh-committee-table tbody tr:hover td {
  background: #eaf8f7;
  border-color: rgba(8, 127, 122, .28);
  box-shadow: 0 12px 28px rgba(7, 59, 76, .08);
}

.jeh-committee-table tbody tr:last-child td {
  border-bottom: 1px solid #d2e9e7;
}

.jeh-committee-table .serial {
  color: #ffffff;
  background: var(--jeh-primary) !important;
  text-align: center;
  font-weight: 900;
  font-size: 17px;
  vertical-align: middle;
}

.jeh-committee-table th:nth-child(1),
.jeh-committee-table td:nth-child(1) {
  width: 74px;
}

.jeh-committee-table th:nth-child(2),
.jeh-committee-table td:nth-child(2) {
  width: 32%;
}

.jeh-committee-table th:nth-child(3),
.jeh-committee-table td:nth-child(3) {
  width: 18%;
}

.jeh-committee-table th:nth-child(4),
.jeh-committee-table td:nth-child(4) {
  width: 132px;
  text-align: center;
}

.jeh-committee-table th:nth-child(5),
.jeh-committee-table td:nth-child(5) {
  width: auto;
}

.jeh-committee-table .designation {
  color: var(--jeh-ink);
  font-size: 17px;
  font-weight: 900;
}

.jeh-team-table {
  min-width: 900px;
}

.jeh-team-table th:nth-child(1),
.jeh-team-table td:nth-child(1) {
  width: 72px;
}

.jeh-team-table th:nth-child(2),
.jeh-team-table td:nth-child(2) {
  width: 104px;
  text-align: center;
}

.jeh-team-table th:nth-child(5),
.jeh-team-table td:nth-child(5) {
  width: 150px;
}

.jeh-team-table th:nth-child(3),
.jeh-team-table td:nth-child(3) {
  width: 34%;
}

.jeh-team-table th:nth-child(4),
.jeh-team-table td:nth-child(4) {
  width: auto;
  text-align: left;
}

.jeh-team-photo {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 8px;
  border: 3px solid #ffffff;
  background: var(--jeh-soft);
  box-shadow: 0 8px 18px rgba(7, 59, 76, .14);
}

.jeh-content-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.jeh-content-list article {
  padding: 24px;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(7, 59, 76, .05);
}

.jeh-content-list h3 {
  color: var(--jeh-dark);
  font-size: 22px;
  margin-bottom: 10px;
}

.jeh-content-list p {
  line-height: 1.82;
  margin: 0;
}

.jeh-committee-member {
  display: flex;
  gap: 18px;
  align-items: center;
}

.jeh-avatar {
  display: inline-flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--jeh-soft);
  color: var(--jeh-primary);
  font-weight: 800;
  font-size: 20px;
}

.jeh-process {
  counter-reset: step;
}

.jeh-process .jeh-card {
  position: relative;
  min-height: 154px;
}

.jeh-process .jeh-card h3,
.jeh-process .jeh-card p {
  position: relative;
  z-index: 1;
}

.jeh-process .jeh-card::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  right: 24px;
  top: 24px;
  color: rgba(8, 127, 122, .18);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.jeh-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 48px;
  border: 1px solid var(--jeh-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fcfb, #ffffff);
  box-shadow: 0 18px 50px rgba(7, 59, 76, .08);
}

.jeh-cta p {
  max-width: 660px;
  line-height: 1.8;
  margin: 0;
}

.jeh-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  min-width: max-content;
}

.footer-area {
  background: #052f3c;
}

.footer-area::before {
  opacity: .04;
}

.footer-area p,
.footer-area li,
.footer-area .value,
.footer-area .copy p {
  color: rgba(255,255,255,.75) !important;
}

.footer-area h3 {
  color: #ffffff !important;
}

.footer-area .contact-info .label {
  color: rgba(255,255,255,.9);
  font-weight: 800;
  min-width: 74px;
  display: inline-block;
}

@media (max-width: 991px) {
  .jeh-page-hero {
    padding: 65px 0 50px;
  }

  .jeh-hero-image {
    min-height: 0;
    margin-top: 30px;
  }

  .jeh-info-grid {
    grid-template-columns: 1fr;
  }

  .jeh-info-item {
    border-right: 0;
    border-bottom: 1px solid var(--jeh-line);
  }

  .jeh-info-item:last-child {
    border-bottom: 0;
  }

  .jeh-gallery-item {
    grid-column: span 12;
  }

  .jeh-cta {
    display: block;
    padding: 34px;
  }

  .jeh-cta-actions {
    margin-top: 24px;
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .navbar-brand img {
    max-height: 52px;
  }

  .jeh-page-hero {
    min-height: auto;
    padding: 48px 0 34px;
  }

  .jeh-hero-copy h1 {
    font-size: 26px;
  }

  .jeh-hero-image {
    margin-top: 18px;
  }

  .jeh-hero-image img {
    max-height: 190px;
  }

  .jeh-check-list {
    grid-template-columns: 1fr;
  }

  .jeh-card,
  .jeh-feature,
  .jeh-image-card .content,
  .jeh-contact-visit-card .content,
  .jeh-contact-panel,
  .jeh-cta {
    padding: 24px;
  }

  .jeh-info-band {
    margin-top: 0;
  }

  .jeh-gallery-item img {
    height: 210px;
  }

  .jeh-cta-actions .default-btn {
    width: 100%;
    text-align: center;
  }
}
