:root,
[data-bs-theme=light] {
  --bs-primary: #1b8354;
  --bs-primary-rgb: 27, 131, 84;
  --bs-link-color: #1b8354;
  --bs-link-color-rgb: 27, 131, 84;
  --bs-link-hover-color: #166a44;
  --bs-border-color: #d2d6db;
  --bs-body-font-family: IBM Plex Sans Arabic, Tahoma, sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-line-height: 1.5;
  --bs-body-color: #161616;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

img, svg, video {
  max-width: 100%;
  height: auto;
  display: block;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

:focus-visible {
  outline: 2px solid #2aa472;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

body {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  background-color: #ffffff;
  text-align: start;
}

::-moz-selection {
  background-color: #daf3e1;
  color: #0e4e32;
}

::selection {
  background-color: #daf3e1;
  color: #0e4e32;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f3f4f6;
}

::-webkit-scrollbar-thumb {
  background: #9da4ae;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6c737f;
}

.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.section {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .section {
    padding: 4rem 0;
  }
}

a {
  color: #1b8354;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
a:hover {
  color: #166a44;
}

img[alt] {
  font-size: 0;
}

.display-xl {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: -1.2px;
}
@media (max-width: 991px) {
  .display-xl {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .display-xl {
    font-size: 32px;
    line-height: 40px;
  }
}

.display-lg {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .display-lg {
    font-size: 36px;
    line-height: 44px;
  }
}

.display-sm {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .display-sm {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-xl {
  font-size: 20px;
  line-height: 30px;
}

.text-ig {
  font-size: 18px;
  line-height: 28px;
}

.text-md {
  font-size: 16px;
  line-height: 24px;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-xs {
  font-size: 12px;
  line-height: 18px;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.section-title {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.section-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #161616;
}

.text-primary-brand {
  color: #1b8354 !important;
}

.text-display-color {
  color: #1f2a37;
}

.text-secondary-color {
  color: #6c737f;
}

.text-oncolor {
  color: #ffffff;
}

.text-link-neutral {
  color: #384250;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
}
.btn:focus-visible {
  outline: 2px solid #54c08a;
  outline-offset: 2px;
}
.btn .icon,
.btn svg,
.btn i {
  width: 20px;
  height: 20px;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.btn-sm {
  height: 32px;
  min-height: 32px;
  font-size: 14px;
  padding: 0 12px;
}
.btn.btn-lg {
  height: 48px;
  min-height: 48px;
  padding: 0 20px;
}
.btn.btn-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  padding: 0;
}

.btn-primary {
  background-color: #1b8354 !important;
  color: #ffffff !important;
  border-color: #1b8354 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #166a44 !important;
  border-color: #166a44 !important;
  color: #ffffff !important;
}
.btn-primary:active {
  background-color: #0e4e32 !important;
  border-color: #0e4e32 !important;
}
.btn-primary:disabled, .btn-primary.disabled {
  background-color: #d2d6db !important;
  border-color: #d2d6db !important;
  color: #6c737f !important;
  cursor: not-allowed;
}

.btn-secondary,
.btn-outline {
  background-color: #ffffff !important;
  color: #161616 !important;
  border-color: #d2d6db !important;
}
.btn-secondary:hover, .btn-secondary:focus,
.btn-outline:hover,
.btn-outline:focus {
  background-color: #f9fafb !important;
  border-color: #9da4ae !important;
  color: #161616 !important;
}

.btn-neutral {
  background-color: #f3f4f6 !important;
  color: #161616 !important;
  border-color: #f3f4f6 !important;
}
.btn-neutral:hover, .btn-neutral:focus {
  background-color: #e5e7eb !important;
  border-color: #e5e7eb !important;
  color: #161616 !important;
}

.btn-tertiary {
  background: transparent !important;
  color: #1b8354 !important;
  border-color: transparent !important;
}
.btn-tertiary:hover {
  background: #f3fcf6 !important;
  color: #166a44 !important;
}

.btn-ghost-light {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.btn .btn-icon-leading {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
.btn .btn-icon-trailing {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 16px;
}

.form-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #161616;
}
.form-label .required-star {
  color: #d92d20;
}

.form-control,
.form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background-color: #ffffff;
  border: 1px solid #9da4ae;
  border-radius: 4px;
  color: #161616;
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  outline: none;
}
.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: #6c737f;
  opacity: 1;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #6c737f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: #6c737f;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: #6c737f;
  opacity: 1;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #6c737f;
  opacity: 1;
}
.form-control:hover,
.form-select:hover {
  border-color: #6c737f;
}
.form-control:focus, .form-control:focus-visible,
.form-select:focus,
.form-select:focus-visible {
  border-color: #1b8354;
  -webkit-box-shadow: 0 0 0 3px rgba(27, 131, 84, 0.15);
          box-shadow: 0 0 0 3px rgba(27, 131, 84, 0.15);
  outline: none;
}
.form-control:disabled,
.form-select:disabled {
  background-color: #f3f4f6;
  color: #6c737f;
  cursor: not-allowed;
}
.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #d92d20;
}
.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.15);
          box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.15);
}

textarea.form-control {
  height: auto;
  min-height: 96px;
  padding: 12px 16px;
  line-height: 24px;
  resize: vertical;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236c737f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 16px 16px;
}

.input-group {
  position: relative;
  width: 100%;
}
.input-group .input-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #6c737f;
  pointer-events: none;
  font-size: 18px;
}
.input-group .input-icon--start {
  inset-inline-start: 12px;
}
.input-group .input-icon--end {
  inset-inline-end: 12px;
}
.input-group.has-icon-start .form-control {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.input-group.has-icon-end .form-control {
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}

.form-text {
  font-size: 14px;
  line-height: 20px;
  color: #6c737f;
}

.invalid-feedback {
  font-size: 14px;
  line-height: 20px;
  color: #d92d20;
  margin-top: 4px;
  display: none;
}

.is-invalid ~ .invalid-feedback,
.form-group.is-invalid .invalid-feedback {
  display: block;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  cursor: pointer;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #1b8354;
  cursor: pointer;
}

.content-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d2d6db;
}
.content-switcher .switcher-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 76px;
  height: 48px;
  padding: 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f4f6;
  color: #161616;
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.content-switcher .switcher-item:hover {
  background-color: #e5e7eb;
}
.content-switcher .switcher-item.is-active {
  background-color: #1b8354;
  color: #ffffff;
}
.content-switcher .switcher-item.is-active:hover {
  background-color: #166a44;
}

.search-bar {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.search-bar input {
  width: 100%;
  height: 40px;
  padding: 0 40px;
  background-color: #f9fafb;
  border: 1px solid #d2d6db;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
}
.search-bar .search-icon {
  position: absolute;
  inset-inline-end: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #6c737f;
  pointer-events: none;
}

.card, .feedback-card, .news-card, .service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #d2d6db;
  border-radius: 16px;
  padding: 16px;
  gap: 24px;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.card:hover, .feedback-card:hover, .news-card:hover, .service-card:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(16, 24, 40, 0.06), 0 4px 8px 0 rgba(16, 24, 40, 0.1);
          box-shadow: 0 2px 4px 0 rgba(16, 24, 40, 0.06), 0 4px 8px 0 rgba(16, 24, 40, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.featured-icon {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background-color: #f3fcf6;
  color: #1b8354;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.featured-icon i, .featured-icon svg {
  font-size: 22px;
}
.featured-icon.featured-icon--lg {
  width: 56px;
  height: 56px;
}
.featured-icon.featured-icon--lg i, .featured-icon.featured-icon--lg svg {
  font-size: 26px;
}
.featured-icon.featured-icon--on-primary {
  background-color: #fff;
  color: #1b8354;
}

.service-card .card-title {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1f2a37;
  margin: 0;
}
.service-card .card-text {
  font-size: 16px;
  line-height: 24px;
  color: #1f2a37;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.service-card .card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}

.news-card {
  padding: 16px;
}
.news-card .news-card__image {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #e5e7eb;
}
.news-card .news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-card .news-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1f2a37;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card .news-card__date {
  font-size: 16px;
  line-height: 24px;
  color: #1f2a37;
}
.news-card .news-card__actions {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.stat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 24px;
  padding: 16px 24px;
}
.stat-card .stat-card__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.stat-card .stat-card__value {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: -0.96px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .stat-card .stat-card__value {
    font-size: 36px;
    line-height: 44px;
  }
}

.feedback-card {
  padding: 16px;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-card .feedback-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1f2a37;
}
.feedback-card .feedback-text {
  font-size: 16px;
  line-height: 24px;
  color: #1f2a37;
}
.feedback-card .feedback-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.nafath-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
}
.nafath-card__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.nafath-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.nafath-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: start;
  color: #435363;
}
.nafath-card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.nafath-card__subtitle {
  font-size: 12px;
  line-height: 18px;
}
.nafath-card__logo {
  width: 70px;
  height: 70px;
  background-color: #0a9a8f;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575px) {
  .nafath-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nafath-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
  .nafath-card__main .btn {
    width: 100%;
  }
  .nafath-card__right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.accordion-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-step {
  border-bottom: 1px solid #e5e7eb;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.accordion-step:first-child {
  border-top: 1px solid transparent;
}
.accordion-step:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.accordion-step.is-open {
  background-color: #f3fcf6;
}
.accordion-step .step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  gap: 16px;
  padding: 16px;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  text-align: start;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.accordion-step .step-header:hover {
  background-color: #f9fafb;
}
.accordion-step .step-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.accordion-step .step-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  margin: 0;
}
.accordion-step .step-desc {
  font-size: 16px;
  line-height: 24px;
  color: #1f2a37;
  margin: 0;
}
.accordion-step .step-number {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: #f9fafb;
  color: #1f2a37;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.accordion-step.is-open .step-number {
  background-color: #1b8354;
  color: #ffffff;
}
.accordion-step .step-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  padding: 0 16px;
}
.accordion-step .step-content p {
  padding-bottom: 16px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #1f2a37;
  text-align: start;
}
.accordion-step.is-open .step-content {
  max-height: 400px;
}

.bg-white-custom {
  background-color: #ffffff !important;
}
.bg-transparence {
  background-color: transparent !important;
}

.bg-neutral-50 {
  background-color: #f9fafb !important;
}

.bg-neutral-100 {
  background-color: #f3f4f6 !important;
}

.bg-brand {
  background-color: #1b8354 !important;
}

.bg-brand-dark {
  background-color: #0e4e32 !important;
}

.bg-brand-light {
  background-color: #f3fcf6 !important;
}

.bg-gradient-brand {
  background: -webkit-gradient(linear, left top, right top, from(#0e4e32), to(#1b8354));
  background: linear-gradient(90deg, #0e4e32 0%, #1b8354 100%);
}

.bg-hero {
  position: relative;
  background-color: #092a1e;
  background-image: url("../images/hero-building.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #ffffff;
}
.bg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(9, 42, 30, 0.8);
  z-index: 0;
  pointer-events: none;
}
.bg-hero > * {
  position: relative;
  z-index: 1;
}

.bg-stats {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0e4e32), to(#1b8354));
  background: linear-gradient(90deg, #0e4e32 0%, #1b8354 100%);
  color: #ffffff;
  overflow: hidden;
}
.bg-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%), radial-gradient(circle at 90% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 35%);
  pointer-events: none;
}
.bg-stats .bg-emblem {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 435px;
  height: 100%;
  opacity: 1;
  background-image: url("../images/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .bg-stats .bg-emblem {
    display: block;
  }
}

.bg-login {
  background: -webkit-gradient(linear, left top, right top, from(#1b8354), color-stop(55%, #166a44), to(#0e4e32));
  background: linear-gradient(90deg, #1b8354 0%, #166a44 55%, #0e4e32 100%);
      position: absolute;
    z-index: -1;
    top:0;
    width:100%;
  height: 591px;
  overflow: hidden;
}
.bg-login::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at 20% 40%, rgba(255, 255, 255, 0.07) 0%, transparent 45%);
  pointer-events: none;
}
.bg-login .login-emblem {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 550px;
  height: 550px;
  opacity: 1;
  background-image: url("../images/top-login-hero-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  pointer-events: none;
}

   .bg-login .login-emblem-bottom {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    width: 580px;
    height: 393px;
    opacity: 1;
    background-image: url('../images/bottom-login-hero-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    pointer-events: none;
  }

html[dir='ltr'] .bg-login .login-emblem,
html[dir='ltr'] .bg-login .login-emblem-bottom {
  transform: scaleX(-1);
}

html[dir='ltr'] .bg-stats .bg-emblem {
  transform: translateY(-50%) scaleX(-1);
}

html[dir='ltr'] .service-card .featured-icon,
html[dir='ltr'] .service-card .card-actions .btn svg {
  transform: scaleX(-1);
}

/* ── Page Hero (unified hero section) ─────────────── */
.page-hero {
  padding: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-hero.bg-hero{
height:591px;
}

@media (max-width: 991px) {
  .bg-login {
    min-height: 480px;
  }
  .page-hero.bg-hero{
height:470px;
}
}
@media (max-width: 767px) {
  .bg-login {
    min-height: 380px;
  }
    .page-hero.bg-hero{
height:390px;
}
}

.home-hero .hero-inner {
  position: relative;
  z-index: 1;
  padding: 80px 24px;
}
@media (min-width: 768px) {
  .home-hero .hero-inner {
    padding: 120px 80px;
  }
}

.page-hero .hero-content {
  max-width: 624px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  text-align: start;
}

.page-hero .hero-title {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: -1.2px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991px) {
  .page-hero .hero-title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .page-hero .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.page-hero .hero-text {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .page-hero .hero-text {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ── Auth Card (login / registration pages) ────────── */
.auth-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(16, 24, 40, 0.06), 0 4px 8px 0 rgba(16, 24, 40, 0.1);
          box-shadow: 0 2px 4px 0 rgba(16, 24, 40, 0.06), 0 4px 8px 0 rgba(16, 24, 40, 0.1);
  padding: 48px 40px;
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .auth-card {
    padding: 64px 56px;
  }
}
@media (min-width: 992px) {
  .auth-card {
    padding: 80px;
  }
}

.auth-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
}

.auth-card__title {
  font-family: "IBM Plex Sans Arabic", "Tahoma", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #1f2a37;
  margin: 0;
}

/* ── Auth Form ─────────────────────────────────────── */
.auth-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}
.auth-form .form-group {
  margin-bottom: 0;
}

/* ── Stats Header ──────────────────────────────────── */
.stats-header {
  margin-bottom: 32px;
  text-align: start;
}
.bg-stats .section-title,
.bg-stats h2 {
  color: #ffffff !important;
  margin-bottom: 12px;
}

/* ── News Header ───────────────────────────────────── */
.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  text-align: start;
}
@media (max-width: 767px) {
  .news-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.news-header__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.video-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.video-figure .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 661/344;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background-color: #1f2a37;
}
.video-figure .video-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-figure .video-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(37, 37, 37, 0.3);
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.video-figure .video-wrapper:hover::after {
  background-color: rgba(37, 37, 37, 0.1);
}
.video-figure .video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background-color: #079455;
  color: #fff;
  border: 4px solid rgba(255, 255, 255, 0.25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video-figure .video-wrapper .play-btn i {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px; /* optical center for play triangle */
}
.video-figure .video-wrapper .play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
          transform: translate(-50%, -50%) scale(1.08);
}
.video-figure .video-caption {
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  text-align: center;
}

.logo-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo-mark img {
  max-height: 58px;
  width: auto;
}
.logo-mark.logo-mark--lg img {
  max-height: 70px;
}

.icon-frame {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  background-color: #f3fcf6;
  color: #1b8354;
}

.country-flag {
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-color: #006923;
  color: #fff;
  font-size: 7px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0;
  border-radius: 1px;
}

.section {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.section--sm {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
  text-align: left;
}
.section-header.section-header--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.container-dga {
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .container-dga {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1400px) {
  .container-dga {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--stack-gap, 16px);
}

.stack-sm {
  --stack-gap: 8px;
}

.stack-md {
  --stack-gap: 16px;
}

.stack-lg {
  --stack-gap: 24px;
}

.stack-xl {
  --stack-gap: 32px;
}

.cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--cluster-gap, 16px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}
@media (max-width: 991px) {
  .grid-cards {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .grid-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.grid-stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 96px minmax(0, 1fr) 96px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 96px;
}
@media (max-width: 991px) {
  .grid-stats {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .grid-stats {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 991px) {
  .two-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline {
  display: inline-block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 4px !important;
}

.gap-2 {
  gap: 8px !important;
}

.gap-3 {
  gap: 12px !important;
}

.gap-4 {
  gap: 16px !important;
}

.gap-5 {
  gap: 24px !important;
}

.gap-6 {
  gap: 32px !important;
}

.gap-7 {
  gap: 48px !important;
}

.breadcrumb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 0;
}
.breadcrumb-nav a {
  color: #384250;
  text-decoration: none;
}
.breadcrumb-nav a:hover {
  color: #1b8354;
  text-decoration: underline;
}
.breadcrumb-nav .sep {
  color: #9da4ae;
}
.breadcrumb-nav .current {
  color: #161616;
  font-weight: 500;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
  overflow-x: auto;
}

.tab {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #161616;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.tab:hover {
  color: #1b8354;
}
.tab.is-active {
  color: #1b8354;
  border-bottom-color: #1b8354;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  width: 100%;
}
.social-list .social-btn {
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d2d6db;
  border-radius: 4px;
  color: #161616;
  background: transparent;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.social-list .social-btn:hover {
  background-color: #f9fafb;
  color: #1b8354;
  border-color: #1b8354;
}
.social-list .social-btn i {
  font-size: 14px;
}

.a11y-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  width: 100%;
}
.a11y-list .a11y-btn {
  height: 32px;
  padding: 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  border: 1px solid #d2d6db;
  border-radius: 4px;
  background: transparent;
  color: #161616;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.a11y-list .a11y-btn:hover {
  background-color: #f9fafb;
}
.a11y-list .a11y-btn.a11y-btn--icon {
  width: 32px;
  padding: 0;
}
.a11y-list .a11y-btn i {
  font-size: 14px;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.link-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  width: 100%;
}
.link-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #384250;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  text-align: start;
}
.link-list a:hover {
  color: #1b8354;
}
.link-list a i {
  font-size: 12px;
  color: #6c737f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(16, 24, 40, 0.55);
  backdrop-filter: blur(2px);
  z-index: 1040;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.modal-overlay.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.modal {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0 12px 16px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0 12px 16px -4px rgba(16, 24, 40, 0.08);
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.modal-overlay.is-open .modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}
.modal__header h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #1f2a37;
  margin: 0;
}
.modal__close {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  color: #6c737f;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.modal__close:hover {
  background-color: #f3f4f6;
  color: #161616;
}
.modal__body {
  padding: 24px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.modal__footer {
  padding: 20px 24px;
  border-top: 1px solid #e5e7eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
}

body.modal-open {
  overflow: hidden;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #d2d6db;
  border: 0;
  margin: 0;
}
.divider--vertical {
  width: 1px;
  height: auto;
  min-height: 24px;
}
.divider--dashed {
  background: transparent;
  border-top: 1px dashed #d2d6db;
}

.divider-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  color: #6c737f;
  font-size: 16px;
  line-height: 24px;
}
.divider-with-text::before, .divider-with-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 1px;
  background-color: #d2d6db;
}

.last-modified-bar {
  padding: 16px 0;
  background-color: #ffffff;
  text-align: start;
  font-size: 14px;
  line-height: 20px;
  color: #161616;
  border-top: 1px solid #e5e7eb;
}

.open-data-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.open-data-cta__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.open-data-cta__label {
  font-size: 16px;
  line-height: 24px;
}
.open-data-cta__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.aside-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.digital-stamp {
  background-color: #f3f4f6;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 2rem;
  font-size: 14px;
  line-height: 20px;
  color: #161616;
}
@media (min-width: 992px) {
  .digital-stamp {
    padding: 0 4rem;
  }
}
@media (min-width: 1400px) {
  .digital-stamp {
    padding: 0 8rem;
  }
}
.digital-stamp .stamp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.digital-stamp .stamp-flag {
  width: 20px;
  height: 14px;
  background-color: #006923;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 8px;
  line-height: 1;
}
.digital-stamp .stamp-label {
  font-weight: 500;
}
.digital-stamp .stamp-link {
  color: #1b8354;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.digital-stamp .stamp-link:hover {
  color: #166a44;
  text-decoration: underline;
}
.digital-stamp .stamp-link i {
  font-size: 10px;
}
@media (max-width: 767px) {
  .digital-stamp {
    padding: 0 1rem;
  }
  .digital-stamp .stamp-label {
    display: none;
  }
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #d2d6db;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .site-header {
    padding: 0 4rem;
  }
}
@media (min-width: 1400px) {
  .site-header {
    padding: 0 8rem;
  }
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  gap: 1rem;
}
@media (max-width: 767px) {
  .site-header__inner .site-header__actions .header-action span:not(:only-child) {
    display: none;
  }
  .site-header__inner .site-header__actions .header-action {
    min-width: 44px;
    padding: 0 10px;
  }
  .site-header__inner .site-header__actions .header-action--primary {
    min-width: 44px;
    background-color: transparent;
    color: #161616;
  }
  .site-header__inner .site-header__actions .header-action--primary svg path {
    fill: currentColor;
  }
  .site-header__inner .site-header__actions .header-action--primary::after {
    display: none;
  }
}

.logo-nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.site-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-logo img {
  height: 58px;
  width: auto;
  display: block;
}

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.site-nav .nav-item {
  margin: 0;
}
.site-nav .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  padding: 0 16px;
  color: #161616;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  position: relative;
  border-radius: 4px;
  white-space: nowrap;
}
.site-nav .nav-link:hover {
  color: #1b8354;
}
.site-nav .nav-link.active {
  color: #1b8354;
}
.site-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 3px;
  background-color: #1b8354;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 991px) {
  .site-nav {
    display: none;
  }
  .site-nav.is-open {
    display: block;
    position: fixed;
    top: 104px;
    right: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    padding: 1rem 2rem;
    z-index: 100;
  }
  .site-nav.is-open .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-nav.is-open .nav-link {
    height: auto;
    padding: 12px 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
  }
}

.site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.site-header__actions .header-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  padding: 0 16px;
  gap: 4px;
  color: #161616;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border-radius: 4px;
}
.site-header__actions .header-action:hover {
  color: #1b8354;
}

.site-header__actions .header-action:hover svg path {
  fill: #1b8354;
}

.site-header__actions .header-action i, .site-header__actions .header-action svg path {
  font-size: 18px;
}
.site-header__actions .header-action.header-action--primary {
  background-color: #1b8354;
  color: #ffffff;
  fill:#ffffff;
  min-width: 99px;
}
.site-header__actions .header-action.header-action--primary svg path {
  fill: #ffffff;
}
.site-header__actions .header-action.header-action--primary:hover {
  background-color: #166a44;
  color: #ffffff;
}
.site-header__actions .header-action.header-action--primary::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 8px;
  right: 8px;
  height: 6px;
  background-color: #54c08a;
  border-radius: 9999px;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 1px solid #d2d6db;
  border-radius: 4px;
  color: #161616;
  cursor: pointer;
}
@media (max-width: 991px) {
  .nav-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.nav-toggle i {
  font-size: 18px;
}

.site-footer {
  background-color: #f3f4f6;
  padding: 40px 0;
  color: #161616;
}
.site-footer .btn {
  padding: 0 10px;
}

.footer-link {
  color: #384250;
}
.footer-link:hover {
  color: #1b8354;
}

.footer-social-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}

.footer-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(180px, 1fr) 24px minmax(180px, 1fr) 24px minmax(180px, 1fr) 24px minmax(180px, 1fr);
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 24px;
  padding: 16px 0 32px;
}
@media (max-width: 991px) {
  .footer-groups {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer-groups {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.footer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: start;
}
.footer-group__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d6db;
  margin-bottom: 8px;
}
.footer-group__title:not(:first-child) {
  margin-top: 16px;
}
.footer-group .social-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
}
.footer-group .a11y-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
}

.footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 16px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-logos img {
  height: 58px;
  width: auto;
}
.footer-logos .footer-logos__vision img {
  height: 50px;
}

.footer-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: start;
}
.footer-meta .legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          width:100%;
}
.footer-meta .legal-links a {
  color: #384250;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.footer-meta .legal-links a:hover {
  color: #1b8354;
}
.footer-meta .legal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          width:100%;
}
.footer-meta .legal-info .copyright {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #161616;
}
.footer-meta .legal-info .last-update {
  font-size: 14px;
  line-height: 20px;
  color: #384250;
}

.float-support {
  position: fixed;
  bottom: 32px;
  inset-inline-start: 32px;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background-color: #1b8354;
  color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  z-index: 999;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 767.98px) {
  .float-support {
    bottom: 16px;
    inset-inline-start: 16px;
  }
}
.float-support:hover {
  background-color: #155e3e;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.float-support:focus-visible {
  outline: 2px solid #1b8354;
  outline-offset: 3px;
}

html[dir=rtl] .icon-mirror,
body[dir=rtl] .icon-mirror,
[dir=rtl] .icon-mirror {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* ============================================================
 * Chat Widget
 * ============================================================ */
.chat-widget {
  position: fixed;
  bottom: 104px;
  inset-inline-start: 32px;
  width: 380px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 24px rgba(16, 24, 40, 0.15), 0 3px 8px rgba(16, 24, 40, 0.08);
          box-shadow: 0 6px 24px rgba(16, 24, 40, 0.15), 0 3px 8px rgba(16, 24, 40, 0.08);
  z-index: 1001;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
[dir=rtl] .chat-widget {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.chat-widget[hidden] {
  display: none !important;
}
.chat-widget.is-animating-out {
  opacity: 0;
  -webkit-transform: scale(0.92) translateY(8px);
          transform: scale(0.92) translateY(8px);
}

/* Header */
.chat-widget__header {
  background-color: #1b8354;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-widget__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.chat-widget__avatar {
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  background-color: #f3f4f6;
  border: 3px solid #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  color: #384250;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-widget__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: start;
}

.chat-widget__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
}

.chat-widget__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #ecfdf3;
  color: #085d3a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 4px 10px;
  border-radius: 9999px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.chat-widget__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b76a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-widget__close {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: none;
  border: none;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.chat-widget__close:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Body / messages */
.chat-widget__body {
  padding: 16px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  max-height: 420px;
}

.chat-widget__timestamp {
  text-align: center;
  font-size: 13px;
  color: #6c737f;
  margin: 0;
}

.chat-widget__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.chat-msg {
  max-width: 86%;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.65;
  text-align: start;
  border: none;
  background: none;
  font-family: inherit;
  direction: rtl;
}

.chat-msg--bot {
  background-color: #e5e7eb;
  color: #161616;
  border-radius: 10px 10px 0 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.chat-msg--user {
  background-color: #1b8354;
  color: #ffffff;
  border-radius: 10px 10px 10px 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.chat-msg--user:hover {
  background-color: #155e3e;
}

/* Footer / input */
.chat-widget__footer {
  background-color: #fcfcfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-widget__input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.chat-widget__input {
  width: 100%;
  background-color: #f3f4f6;
  border: none;
  border-radius: 8px;
  height: 44px;
  padding: 0 14px;
  font-size: 15px;
  color: #161616;
  text-align: start;
  font-family: inherit;
  -webkit-transition: outline 0.15s ease;
  transition: outline 0.15s ease;
}
.chat-widget__input:focus {
  outline: 2px solid #1b8354;
  outline-offset: 1px;
}
.chat-widget__input::-webkit-input-placeholder {
  color: #6c737f;
}
.chat-widget__input::-moz-placeholder {
  color: #6c737f;
}
.chat-widget__input:-ms-input-placeholder {
  color: #6c737f;
}
.chat-widget__input::-ms-input-placeholder {
  color: #6c737f;
}
.chat-widget__input::placeholder {
  color: #6c737f;
}

.chat-widget__send {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #1b8354;
  color: #ffffff;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.chat-widget__send:hover {
  background-color: #155e3e;
}

/* Responsive — tablet (≤ 768px) */
@media (max-width: 768px) {
  .chat-widget {
    width: 340px;
  }
  .chat-widget__body {
    max-height: 360px;
  }
}

/* Responsive — mobile (≤ 480px) */
@media (max-width: 480px) {
  .chat-widget {
    width: calc(100% - 24px);
    inset-inline-start: 12px;
    bottom: 88px;
    border-radius: 16px;
  }
  .chat-widget__body {
    max-height: 50vh;
  }
  .chat-widget__header {
    padding: 16px;
  }
  .chat-widget__avatar {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .chat-widget__name {
    font-size: 16px;
  }
  .chat-widget__body {
    padding: 14px;
  }
  .chat-widget__footer {
    padding: 12px 14px;
  }
}