@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";

/* ../../../../../tmp/tmp-41766-6k57foWBN3GY/ehgzli/ehgzli/public/scss/ehgzli-chrome.bundle.css */
:root {
  --ehg-primary: #0d9488;
  --ehg-primary-dark: #0f766e;
  --ehg-primary-light: #ccfbf1;
  --ehg-accent: #f59e0b;
  --ehg-text: #0f172a;
  --ehg-text-muted: #64748b;
  --ehg-text-soft: #94a3b8;
  --ehg-surface: #ffffff;
  --ehg-surface-soft: #f8fafc;
  --ehg-border: #e2e8f0;
  --ehg-radius-sm: .375rem;
  --ehg-radius: .75rem;
  --ehg-radius-lg: 1rem;
  --ehg-shadow-sm: 0 1px 2px rgba(0,0,0,.04);
  --ehg-shadow: 0 4px 18px rgba(0,0,0,.06);
  --ehg-shadow-lg: 0 10px 40px rgba(0,0,0,.10);
}
html,
body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ehg-text);
  background: var(--ehg-surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  min-height: 100vh;
}
a {
  color: var(--ehg-primary);
  text-decoration: none;
  transition: color 0.15s;
}
a:hover {
  color: var(--ehg-primary-dark);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ehg-text);
  margin: 0 0 0.75em;
}
h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.25rem;
}
p {
  margin: 0 0 1em;
  line-height: 1.6;
}
.btn-primary,
.btn-ehgzli-primary,
.ehgzli-btn-primary,
button.ehgzli-btn-primary {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  border-radius: var(--ehg-radius-sm);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.65rem 1.25rem;
  background: var(--ehg-primary);
  color: #fff;
  transition: background 0.15s, transform 0.05s;
}
.btn-primary:hover,
.btn-ehgzli-primary:hover,
.ehgzli-btn-primary:hover {
  background: var(--ehg-primary-dark);
  color: #fff;
}
.btn-primary:active,
.btn-ehgzli-primary:active,
.ehgzli-btn-primary:active {
  transform: translateY(1px);
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  color: var(--ehg-text);
  border: 1px solid var(--ehg-border);
  border-radius: var(--ehg-radius-sm);
  padding: 0.55rem 0.75rem;
  background: var(--ehg-surface);
  transition: border-color 0.15s, box-shadow 0.15s;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: var(--ehg-primary);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
ul,
ol {
  padding-right: 1.25rem;
  margin: 0 0 1em;
}
li {
  margin-bottom: 0.25rem;
}
.navbar {
  background: var(--ehg-surface) !important;
  border-bottom: 1px solid var(--ehg-border);
  padding: 0.75rem 1.5rem;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ehg-text);
}
.navbar-nav {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-nav .nav-item {
  margin: 0;
}
.navbar-nav .nav-link {
  color: var(--ehg-text);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0;
}
.navbar-nav .nav-link:hover {
  color: var(--ehg-primary);
}
.navbar input[type=text],
.navbar input[type=search] {
  font-size: 0.9rem;
  padding: 0.4rem 0.75rem;
  border-radius: 1rem;
  border: 1px solid var(--ehg-border);
  background: var(--ehg-surface-soft);
}
footer,
.page-footer {
  background: var(--ehg-surface-soft);
  border-top: 1px solid var(--ehg-border);
  padding: 2rem 1.5rem;
  color: var(--ehg-text-muted);
  font-size: 0.9rem;
}
footer a,
.page-footer a {
  color: var(--ehg-text-muted);
}
footer a:hover,
.page-footer a:hover {
  color: var(--ehg-primary);
}
.main-section,
.page_content,
.page-content {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.list-row-container,
.list-row {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--ehg-border);
}
.web-form-wrapper {
  max-width: 32rem;
  margin: 2rem auto;
  padding: 2rem;
  background: var(--ehg-surface);
  border: 1px solid var(--ehg-border);
  border-radius: var(--ehg-radius);
  box-shadow: var(--ehg-shadow);
}
.web-form-wrapper label {
  font-weight: 500;
  color: var(--ehg-text);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  display: block;
}
.ehg-profile-card {
  background: var(--ehg-surface);
  border-radius: var(--ehg-radius);
  box-shadow: var(--ehg-shadow);
  padding: 2rem;
}
section[style*=linear-gradient] {
  position: relative;
}
section[style*=linear-gradient] h1 {
  color: #fff;
}
* {
  font-family: inherit;
}
[dir=rtl] body {
  font-family:
    "Cairo",
    "Inter",
    system-ui,
    sans-serif;
}
.ehgzli-site-header {
  background: var(--ehg-surface);
  border-bottom: 1px solid var(--ehg-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--ehg-shadow-sm);
}
.ehgzli-header-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: nowrap;
}
.ehgzli-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.ehgzli-brand img {
  display: block;
  height: 2.25rem;
  width: auto;
}
.ehgzli-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-grow: 1;
  justify-content: center;
}
.ehgzli-nav-link {
  color: var(--ehg-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.35rem 0.25rem;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.ehgzli-nav-link:hover,
.ehgzli-nav-link:focus {
  color: var(--ehg-primary);
  border-bottom-color: var(--ehg-primary);
}
.ehgzli-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.ehgzli-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  border-radius: var(--ehg-radius-sm);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}
.ehgzli-btn-primary {
  background: var(--ehg-primary);
  color: #fff;
}
.ehgzli-btn-primary:hover {
  background: var(--ehg-primary-dark);
  color: #fff;
}
.ehgzli-btn-ghost {
  background: transparent;
  color: var(--ehg-primary);
  border-color: var(--ehg-primary);
}
.ehgzli-btn-ghost:hover {
  background: var(--ehg-primary);
  color: #fff;
}
.web-page-content .navbar-brand-image,
.web-page-content > .container > .row > .col-md-12:empty {
  display: none !important;
}
@media (max-width: 768px) {
  .ehgzli-header-inner {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
  }
  .ehgzli-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .ehgzli-nav-link {
    font-size: 0.88rem;
  }
}
/*# sourceMappingURL=ehgzli-chrome.bundle.N3C4SDKY.css.map */
