/* line 2, app/assets/stylesheets/b2c_design/_ch_tokens.scss */
.ch-b2c,
.ch-home,
.ch-b2c-page--auth,
.ch-pharmacy,
header.main-header.ch-header {
  --ch-primary: #1e3a5f;
  --ch-accent: #2563eb;
  --ch-accent-soft: #eff6ff;
  --ch-text: #0f172a;
  --ch-muted: #64748b;
  --ch-border: #e2e8f0;
  --ch-radius: 16px;
  --ch-shadow: 0 12px 40px rgba(30, 58, 95, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: var(--ch-text);
}

/* line 4, app/assets/stylesheets/b2c_design/ch_footer.scss */
body.ch-b2c-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 10, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-b2c-page__main {
  flex: 1 0 auto;
}

/* line 14, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-b2c-footer svg.hide {
  display: none !important;
}

/* line 18, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-b2c-footer {
  --ch-footer-bg: #1e3a5f;
  --ch-footer-text: #f8fafc;
  --ch-footer-muted: #b8d4f8;
  --ch-footer-link: #dce8fa;
  --ch-footer-accent: #60a5fa;
  --ch-footer-border: rgba(255, 255, 255, 0.12);
  font-family: "Poppins", "Noto Sans Arabic", system-ui, sans-serif;
  color: var(--ch-footer-text);
  margin-top: auto;
}

/* line 30, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer.footer-dark-area {
  background: var(--ch-footer-bg);
  padding: 2.5rem 0 2rem;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer.footer-dark-area {
    padding: 4rem 0 2.5rem;
  }
}

/* line 38, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer.footer-dark-area .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* line 45, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__top {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--ch-footer-border);
}

@media (min-width: 992px) {
  /* line 45, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__top {
    grid-template-columns: minmax(260px, 340px) 1fr;
    gap: 3rem;
    align-items: start;
  }
}

/* line 59, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 65, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__logo-link {
  display: inline-block;
  line-height: 0;
}

/* line 69, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__logo-link img {
  display: block;
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

/* line 77, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__tagline {
  margin: 0;
  font-weight: 500;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.45;
  color: var(--ch-footer-text);
  max-width: 20rem;
}

/* line 86, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__tagline-accent {
  display: block;
  margin-top: 0.25rem;
  color: var(--ch-footer-accent);
  font-weight: 600;
}

/* line 93, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 101, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__trust li {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ch-footer-muted);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--ch-footer-border);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
}

/* line 114, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__nav {
  display: grid;
  gap: 2rem;
}

@media (min-width: 480px) {
  /* line 114, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  /* line 114, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 114, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__nav {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 2rem;
  }
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__nav--compact {
    grid-template-columns: 1fr;
    justify-items: end;
    max-width: 320px;
    margin-left: auto;
  }
}

/* line 142, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col h6 {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ch-footer-text);
}

/* line 150, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 156, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 161, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col a {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--ch-footer-link);
  text-decoration: none;
  transition: color 0.15s ease;
}

/* line 168, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 174, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__col--contact {
    grid-column: 1 / -1;
  }
}

/* line 180, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__support-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ch-footer-text);
  margin-bottom: 0.35rem;
}

/* line 188, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__phone {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
}

/* line 196, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__phone:hover {
  color: var(--ch-footer-accent);
}

/* line 201, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__hours,
.ch-footer__email {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: var(--ch-footer-muted);
  line-height: 1.5;
}

/* line 210, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__email a {
  color: var(--ch-footer-link);
  text-decoration: none;
}

/* line 214, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__email a:hover {
  color: #fff;
}

/* line 219, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__help {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ch-footer-muted);
}

/* line 225, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__help strong {
  display: block;
  color: var(--ch-footer-text);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 233, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  /* line 233, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}

/* line 246, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--ch-footer-muted);
}

/* line 257, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__legal a {
  color: var(--ch-footer-muted);
  text-decoration: none;
}

/* line 261, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__legal a:hover {
  color: #fff;
}

/* line 268, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 277, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}

/* line 284, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__social a:hover {
  opacity: 1;
}

/* line 291, app/assets/stylesheets/b2c_design/ch_footer.scss */
html[dir="rtl"] .ch-b2c-footer .ch-footer__nav,
html[dir="rtl"] .ch-b2c-footer .ch-footer__col {
  text-align: right;
}

/* line 296, app/assets/stylesheets/b2c_design/ch_footer.scss */
html[dir="rtl"] .ch-b2c-footer .ch-footer__legal {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  /* line 301, app/assets/stylesheets/b2c_design/ch_footer.scss */
  html[dir="rtl"] .ch-b2c-footer .ch-footer__bottom {
    flex-direction: row-reverse;
  }
}
