/* @import url(./bootstrap.css); */

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  margin: 0px !important;
}

main {
  margin-top: 99px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  main {
    margin-top: 153px;
  }
}

@media not all and (min-width: 768px) {
  .img-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .img-responsive {
    display: none;
  }
}

.swiper {
  overflow: visible;
}

.default-page {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .default-page {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.default-page-wrapper > *:first-child {
  margin-top: 0px;
}

.default-page-wrapper > *:last-child {
  margin-bottom: 0px;
}

.default-page-wrapper h1,
.default-page-wrapper h2,
.default-page-wrapper h3,
.default-page-wrapper h4,
.default-page-wrapper h5,
.default-page-wrapper h6 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.default-page-wrapper h1:where([dir="rtl"], [dir="rtl"] *),
.default-page-wrapper h2:where([dir="rtl"], [dir="rtl"] *),
.default-page-wrapper h3:where([dir="rtl"], [dir="rtl"] *),
.default-page-wrapper h4:where([dir="rtl"], [dir="rtl"] *),
.default-page-wrapper h5:where([dir="rtl"], [dir="rtl"] *),
.default-page-wrapper h6:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .default-page-wrapper h1,
.default-page-wrapper h2,
.default-page-wrapper h3,
.default-page-wrapper h4,
.default-page-wrapper h5,
.default-page-wrapper h6 {
    font-size: 27px;
    line-height: 36px;
  }
}

.default-page-wrapper h1,
.default-page-wrapper h2,
.default-page-wrapper h3,
.default-page-wrapper h4,
.default-page-wrapper h5,
.default-page-wrapper h6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.default-page-wrapper p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.otgs-development-site-front-end {
  display: none;
}

/* COMPONENTS */

/* @layer utilities { */

.srh-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: inset 0px 3px 6px #00000029;
}

.srh-footer-top {
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .srh-footer-top {
    padding-top: 70px;
    padding-bottom: 2rem;
  }
}

.srh-footer-wrapper--top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .srh-footer-wrapper--top {
    flex-direction: row;
    gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .srh-footer-wrapper--top {
    gap: 2.5rem;
  }
}

.srh-footer-wrapper--image {
  position: relative;
}

@media not all and (min-width: 992px) {
  .srh-footer-wrapper--image {
    flex: 1 1 0%;
  }
}

.srh-footer-wrapper--image {
  width: 100%;
  max-width: 352px;
}

@media not all and (min-width: 768px) {
  .srh-footer-wrapper--image {
    align-self: center;
  }
}

.srh-footer-wrapper--image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.srh-footer-wrapper--image-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .srh-footer-wrapper--image-logo {
    position: absolute;
    bottom: 0px;
    inset-inline-start: 0px;
  }
}

@media (min-width: 992px) {
  .srh-footer-wrapper--image-logo {
    min-height: 72px;
  }
}

.srh-footer-wrapper--image-logo {
  box-sizing: border-box;
  border-width: .25px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 992px) {
  .srh-footer-wrapper--image-logo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .srh-footer-wrapper--links {
    flex: 1 1 0%;
  }
}

.srh-footer-wrapper--links {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .srh-footer-wrapper--links {
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .srh-footer-wrapper--links {
    gap: 2.5rem;
  }
}

@media not all and (min-width: 768px) {
  .footer-links {
    flex: 1 1 0%;
  }
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links > span {
  display: block;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.footer-links > span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.footer-links > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links > ul > li {
  display: block;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.footer-links > ul > li:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.footer-links > ul > li > a {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.footer-links > ul > li > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.footer-links > ul > li > a {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-links > ul > li > a:hover {
  opacity: 0.8;
}

.footer-links:nth-child(even) > ul > li > a {
  font-weight: 300;
}

.srh-footer-wrapper--newsletter {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .srh-footer-wrapper--newsletter {
    margin-inline-start: auto;
    max-width: 265px;
    padding-bottom: 1rem;
  }
}

.footer-newsletter-title {
  margin-bottom: 0.75rem;
  display: block;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 2.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.footer-newsletter-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

.newsletter-input-button-group {
  position: relative;
  display: flex;
  height: 34px;
  align-items: stretch;
  justify-content: flex-start;
}

.newsletter-input-button-group input[type="email"] {
  box-sizing: border-box;
  background-color: transparent;
  padding-inline-end: 3.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-bottom: solid 1px #7EDBD2;
  height: 100%;
  width: 100%;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.newsletter-input-button-group input[type="email"]:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.newsletter-input-button-group input[type="email"] {
  &::-moz-placeholder {
    text-align: start;
  }
  &::placeholder {
    text-align: start;
  }
  &::-moz-placeholder {
    font-family: Inter, sans-serif;
  }
  &::placeholder {
    font-family: Inter, sans-serif;
  }
  &::-moz-placeholder {
    font-size: 12px;
  }
  &::placeholder {
    font-size: 12px;
  }
  &::-moz-placeholder {
    font-weight: 300;
  }
  &::placeholder {
    font-weight: 300;
  }
  &::-moz-placeholder {
    line-height: 15px;
  }
  &::placeholder {
    line-height: 15px;
  }
  &::-moz-placeholder {
    letter-spacing: 0.3px;
  }
  &::placeholder {
    letter-spacing: 0.3px;
  }
  &::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
  &::placeholder {
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
  &:where([dir="rtl"], [dir="rtl"] *)::-moz-placeholder {
    font-family: Tajawal, sans-serif;
  }
  &:where([dir="rtl"], [dir="rtl"] *)::placeholder {
    font-family: Tajawal, sans-serif;
  }
}

.newsletter-input-button-group button, .newsletter-input-button-group input[type="submit"] {
  margin: 0px;
  height: 100%;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: absolute;
  inset-inline-end: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.newsletter-input-button-group button:where([dir="rtl"], [dir="rtl"] *), .newsletter-input-button-group input[type="submit"]:where([dir="rtl"], [dir="rtl"] *) {
  inset-inline-end: auto;
  inset-inline-start: 0px;
}

.newsletter-input-button-group button, .newsletter-input-button-group input[type="submit"] {
  text-align: end;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(109 212 202 / var(--tw-text-opacity));
}

.newsletter-input-button-group button:where([dir="rtl"], [dir="rtl"] *), .newsletter-input-button-group input[type="submit"]:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

form.submitting .newsletter-input-button-group .wpcf7-spinner {
  display: block;
  position: absolute;
  inset-inline-end: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin: 0px;
  height: 1rem;
  width: 1rem;
}

form.submitting .newsletter-input-button-group button,
form.submitting .newsletter-input-button-group input[type="submit"] {
  display: none;
}

.newsletter-input-button-group .wpcf7-spinner,
.newsletter-input-button-group .wpcf7-not-valid-tip {
  display: none;
}

.newsletter-privacy {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.newsletter-privacy:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.newsletter-privacy > a {
  text-decoration-line: underline;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.newsletter-privacy > a:hover {
  opacity: 0.8;
}

.newsletter-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.newsletter-checkbox input {
  margin: 0px;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
  flex-shrink: 0;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  accent-color: #7DDBD3;
}

.newsletter-checkbox > p {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.newsletter-checkbox > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.newsletter-checkbox .wpcf7-list-item-label,
.newsletter-checkbox .wpcf7-not-valid-tip {
  display: none;
}

.srh-footer-wrapper--newsletter .wpcf7-response-output {
  margin: 0px !important;
  margin-bottom: 1.25rem !important;
  background-color: transparent !important;
  padding: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(98 99 102 / var(--tw-text-opacity)) !important;
  text-align: start !important;
  font-family: Inter, sans-serif !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  line-height: 12px !important;
  letter-spacing: 0.5px !important;
}

.srh-footer-wrapper--newsletter .wpcf7-response-output:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif !important;
}

.srh-footer-wrapper--newsletter .wpcf7 form.invalid .wpcf7-response-output,
.srh-footer-wrapper--newsletter .wpcf7 form.unaccepted .wpcf7-response-output,
.srh-footer-wrapper--newsletter .wpcf7 form.payment-required .wpcf7-response-output {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.srh-footer-wrapper--newsletter .wpcf7 form.sent .wpcf7-response-output {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.footer-badges {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

@media not all and (min-width: 768px) {
  .footer-badges {
    order: 10;
    margin-top: 2.5rem;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .footer-badges {
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
}

.footer-badges > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.footer-badges > p {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.footer-badges > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.srh-footer-wrapper--bottom {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .srh-footer-wrapper--bottom {
    display: none;
  }
}

.footer-links-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media not all and (min-width: 768px) {
  .footer-links-bottom {
    order: 3;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-links-bottom {
    margin-inline-end: auto;
    flex-shrink: 0;
    justify-content: flex-start;
  }
}

.footer-links-bottom > li > a {
  display: block;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.25px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.footer-links-bottom > li > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.footer-links-bottom > li > a {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-links-bottom > li > a:hover {
  opacity: 0.8;
}

@media not all and (min-width: 768px) {
  .footer-links-bottom > li > a {
    text-align: center;
  }
}

.footer-license {
  margin-bottom: 0.25rem;
  display: block;
}

@media not all and (min-width: 768px) {
  .footer-license {
    order: 2;
  }
}

@media (min-width: 768px) {
  .footer-license {
    display: none;
  }
}

.footer-license > span {
  display: block;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.footer-license > span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media not all and (min-width: 768px) {
  .footer-copyright {
    order: 4;
    margin-top: 1rem;
  }
}

.footer-copyright > span {
  display: none;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer-copyright > span {
    display: block;
  }
}

.footer-copyright > span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.footer-copyright > p {
  display: block;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.footer-copyright > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media not all and (min-width: 768px) {
  .footer-copyright > p {
    max-width: 230px;
    text-align: center;
  }
}

.appointment-floating-banner,
.home.scrolled .appointment-floating-banner {
  position: fixed;
  bottom: 0px;
  inset-inline-end: 50%;
  z-index: 10;
  margin-top: 0px;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media not all and (min-width: 768px) {
  .appointment-floating-banner,
.home.scrolled .appointment-floating-banner {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 768px) {
  .appointment-floating-banner,
.home.scrolled .appointment-floating-banner {
    inset-inline-end: 2.5rem;
    margin-inline-start: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media not all and (min-width: 768px) {
  .appointment-floating-banner:where([dir="rtl"], [dir="rtl"] *),
.home.scrolled .appointment-floating-banner:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 768px) {
  .home .appointment-floating-banner {
    position: relative;
    margin-top: -60px;
  }
}

@media not all and (min-width: 768px) {
  .appointment-floating-banner > .container {
    padding: 0px;
  }
}

@media (min-width: 1200px) {
  .appointment-floating-banner > .container {
    max-width: none;
    padding-inline-end: 7rem;
  }
}

.appointment-floating-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .appointment-floating-banner-wrapper {
    justify-content: space-between;
    gap: 1rem;
  }
}

.appointment-floating-banner-wrapper {
  margin-inline-start: auto;
  box-sizing: border-box;
  height: 65px;
  width: 100%;
  max-width: 435px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media not all and (min-width: 768px) {
  .appointment-floating-banner-wrapper {
    margin-inline-end: auto;
  }
}

@media (min-width: 768px) {
  .appointment-floating-banner-wrapper {
    height: 60px;
  }
}

.appointment-floating-banner-wrapper {
  box-shadow: 3px 0px 3px #0000001a;
}

.appointment-floating-banner-wrapper > span {
  display: block;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.appointment-floating-banner-wrapper > span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .appointment-floating-banner-wrapper > span {
    font-size: 14px;
    line-height: 17px;
  }
}

.appointment-floating-banner-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.appointment-floating-banner-wrapper > div > a {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.appointment-floating-banner-wrapper > div > a:hover {
  opacity: 0.8;
}

.appointment-floating-banner-wrapper > div > div {
  display: block;
  height: 23px;
  width: 1px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.srh-footer-bottom {
  box-sizing: border-box;
  min-height: 45px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.srh-footer-bottom-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .srh-footer-bottom-wrapper {
    justify-content: space-between;
  }
}

.srh-footer-bottom-wrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-inline-end: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

@media not all and (min-width: 768px) {
  .srh-footer-bottom-wrapper > ul {
    display: none;
  }
}

.srh-footer-bottom-wrapper > ul > li > a {
  margin: 0px;
  display: block;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.srh-footer-bottom-wrapper > ul > li > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.srh-footer-bottom-wrapper > ul > li > a {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.srh-footer-bottom-wrapper > ul > li > a:hover {
  opacity: 0.75;
}

.srh-footer-bottom-wrapper > div {
  margin-inline-start: auto;
  & > p {
    margin: 0px;
  }
  & > p {
    display: block;
  }
  & > p {
    text-align: center;
  }
  & > p {
    font-family: Inter, sans-serif;
  }
  & > p {
    font-size: 10px;
  }
  & > p {
    font-weight: 300;
  }
  & > p {
    line-height: 12px;
  }
  & > p {
    letter-spacing: 0.25px;
  }
  & > p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 768px) {
    & > p {
      text-align: end;
    }
  }
  & > p:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }
}

/* } */

.wpcf7 form .wpcf7-response-output {
  box-sizing: border-box;
  display: block;
  border-style: none;
  padding: 0.5rem;
  margin: 0px;
  margin-top: 0.75rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(54 73 89 / var(--tw-text-opacity));
}

.wpcf7 form .wpcf7-response-output:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7 form.sent .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.intl-tel-input {
  direction: ltr;
}

.intl-tel-input .flag-container {
  background-color: transparent;
  padding: 0px;
}

.intl-tel-input .flag-container .selected-flag {
  background-color: transparent;
  padding: 0px;
  /* bg-transparent border-b border-solid border-textPrimary; */
}

.wpcf7-list-item {
  margin: 0px;
}

.read-more-btn {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.read-more-btn:hover {
  text-decoration-line: none;
}

.read-more-btn:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#modalMain {
  position: fixed;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 50;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-top: 140px;
  padding-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  #modalMain {
    padding-top: 174px;
  }
}

#modalMain {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#modalMain .container {
  width: 100%;
}

.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* PAGES */

.patient-say-slide{
  max-width: 350px;
  max-height: 300px;
}

.patient-testimonials-top.patient-say-top{
  align-items: flex-start;
}

.patient-testimonials-top.patient-say-top h2{
  text-align: left;
}

.patient-say-card{
  /* max-width: 348px; */
  background-color: rgba(126, 219, 210, 0.15);
  padding: 20px 30px;
}

.patient-say-card .top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.patient-say-card .profile_img {
  width: 38px;
  height: 38px;
}

.patient-say-card div span{
  display: flex;
  flex-direction: column;
}

.patient-say-card .user_rating{
  display: flex;
  gap: 5px;
}

.pagination {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 36px;
  width: 36px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  background-color: transparent;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.page-numbers:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.page-numbers {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-numbers:hover,
.page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-numbers.next {
  height: auto;
  width: auto;
  border-style: none !important;
  background-color: transparent !important;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.page-numbers.next:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.page-numbers.next {
  &::after {
    display: block;
  }
  &::after {
    height: 12px;
  }
  &::after {
    width: 12px;
  }
  &::after {
    background-size: contain;
  }
  &::after {
    background-position: center;
  }
  &::after {
    background-repeat: no-repeat;
  }
  &:where([dir="rtl"], [dir="rtl"] *)::after {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.434' height='20' viewBox='0 0 11.434 20'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.7,16.191,22.265,8.63a1.429,1.429,0,0,0-2.024-2.018l-8.574,8.568a1.426,1.426,0,0,0-.042,1.971l8.609,8.627a1.429,1.429,0,0,0,2.024-2.018Z' transform='translate(22.685 26.194) rotate(180)' fill='%237ddbd3'/%3E%3C/svg%3E%0A");
  }
}

.page-numbers.prev {
  height: auto;
  width: auto;
  border-style: none !important;
  background-color: transparent !important;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.page-numbers.prev:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.page-numbers.prev {
  &::before {
    display: block;
  }
  &::before {
    height: 12px;
  }
  &::before {
    width: 12px;
  }
  &::before {
    background-size: contain;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
  &::before {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &:where([dir="rtl"], [dir="rtl"] *)::before {
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.434' height='20' viewBox='0 0 11.434 20'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.7,16.191,22.265,8.63a1.429,1.429,0,0,0-2.024-2.018l-8.574,8.568a1.426,1.426,0,0,0-.042,1.971l8.609,8.627a1.429,1.429,0,0,0,2.024-2.018Z' transform='translate(22.685 26.194) rotate(180)' fill='%237ddbd3'/%3E%3C/svg%3E%0A");
  }
}

#lead-modal {
  position: fixed;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  align-items: center;
  justify-content: center;
}

#lead-modal-wrapper {
  display: flex;
  flex-direction: column;
  margin: 2.25rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#lead-modal-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.lead-modal-header {
  grid-column: span 2 / span 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.lead-modal-header > h4 {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.lead-modal-header > h4:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.lead-modal-details {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 42rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.lead-modal-details h4 {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.lead-modal-details table {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.lead-modal-details table tbody > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.lead-modal-details table tbody tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.lead-modal-details table tbody tr td:first-child {
  font-weight: 500;
}

.lead-modal-details table tbody tr td a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.lead-modal-details table tbody tr td a:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

#lead-modal-close {
  margin-top: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#lead-modal-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

#lead-modal-close:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.leads-dashboard-filters {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.leads-dashboard-filters label {
  margin: 0px;
  display: block;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.leads-dashboard-filters label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.leads-dashboard-filters select.form-select {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  max-width: 300px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-end: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.leads-dashboard-filters select.form-select:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.leads-dashboard-filters select.form-select {
  background-repeat: no-repeat;
  background-position: center right 11px;
}

.leads-dashboard-filters select.form-select:where([dir="rtl"], [dir="rtl"] *) {
  background-position: center left 11px;
}

.leads-dashboard-filters select.form-select {
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23537B77' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
}

#leads-table_wrapper .dt-buttons {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25rem;
  padding-top: 22px;
}

#leads-table_wrapper .dt-buttons button {
  margin: 0px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#leads-table_wrapper .dt-buttons button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 73 89 / var(--tw-bg-opacity));
}

#leads-table_wrapper .dt-buttons button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 219 211 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

#leads-table_wrapper .dt-buttons button {
  background-image: none;
}

.dashboard-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.5rem;
}

.dashboard-tabs {
  flex-shrink: 0;
}

#dashboardTabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  gap: 0.75rem;
}

#dashboardTabs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding: 1rem;
  height: 125px;
  width: 125px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#dashboardTabs a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#dashboardTabs a:hover,
    #dashboardTabs a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 73 89 / var(--tw-bg-opacity));
}

.dashboard-content {
  width: 100%;
  flex: 1 1 0%;
}

.dashboard-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding: 1.25rem;
  height: 250px;
  width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.dashboard-item > p {
  display: block;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-item > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.dashboard-item > strong {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-item > strong:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.dashboard-item > a {
  margin-top: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.dashboard-item > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.dashboard-item > a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dashboard-item > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 73 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#leads-table_filter label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#leads-table_filter label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#leads-table_filter input {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  max-width: 400px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-end: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#leads-table_filter input:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#leads-table {
  padding-top: 1.25rem;
}

/* INTERNAL PAGES */

/* DOCTOR LISTING & PROFILE */

/* SPECIALTY PAGES */

.specialisations h4 {
  color: #626366;
  text-transform: uppercase;
  font-size: 16px;
}

.specialisations-wrapper {
  display: flex;
  gap: 70px 43px;
  flex-wrap: wrap;
  margin-top: 30px;
}

a.specialty {
  max-width: 145px;
}

.specialisations-card--icon > img{
  height: 60px;
}

.ss-listing {
  margin-top: 114px;
  margin-bottom: 114px;
  overflow: hidden;
}

.ss-listing-top {
  margin-bottom: 2rem;
  display: flex
;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}

.ss-listing-title {
  margin: 0px;
  margin-inline-end: auto;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.ss-listing-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.ss-listing-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 576px) {
  .ss-listing-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .ss-listing-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 2.25rem;
  }
}

.ss-listing-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
}

.ss-listing-card--image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: calc(352 / 200);
  height: auto;
  width: 100%;
  & > img {
    height: 100%;
  }
  & > img {
    width: 100%;
  }
  & > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  & > img {
    -o-object-position: center;
       object-position: center;
  }
}

.ss-listing-card--content {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 17px;
  padding-bottom: 2rem;
  color:#626366;
}

.ss-listing-card--content h3 {
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.ss-listing-card--content h3:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .ss-listing-top {
    margin-bottom: 47px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.programs {
  margin-top: 60px;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .programs {
    margin-bottom: 80px;
  }
}

.programs h4 {
  color: #626366;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.specialisations-wrapper {
  display: flex;
  gap: 70px 43px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.programs-wrapper{
  margin-top: 35px;
}

a.specialty {
  max-width: 145px;
}

.specialisations-card--icon > img{
  height: 60px;
}

.program-listing, .ss-listing {
  margin-top: 114px;
  margin-bottom: 114px;
  overflow: hidden;
}

.program-listing-top, .ss-listing-top {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}

.program-listing-title, .program-listing-title {
  margin: 0px;
  margin-inline-end: auto;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.program-listing-title:where([dir="rtl"], [dir="rtl"] *), .program-listing-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.ss-listing-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 576px) {
  .ss-listing-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .ss-listing-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 2.25rem;
  }
}

.program-listing-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 576px) {
  .program-listing-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .program-listing-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2.25rem;
  }
}

.program-listing-card, .ss-listing-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
}

.program-listing-card--image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: calc(352 / 370);
  height: auto;
  width: 100%;
}

.program-listing-card--image > img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.program-listing-card--content, .ss-listing-card--content {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color:#626366;
}

.program-listing-card--content h3{
  /* @apply font-inter font-semibold text-textPrimary text-[16px] leading-[20px] tracking-normal text-start m-0 mb-2; */
  margin: 0px;
  margin-bottom: 0.5rem;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.program-listing-card--content h3:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .program-listing-top {
    margin-bottom: 47px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }

  .ss-listing-top {
    margin-bottom: 47px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-5 {
  left: 1.25rem;
}

.left-80 {
  left: 20rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-32 {
  top: 8rem;
}

.top-\[23px\] {
  top: 23px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.m-0 {
  margin: 0px;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\!mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-\[32px\] {
  height: 32px !important;
}

.h-10 {
  height: 2.5rem;
}

.h-20 {
  height: 5rem;
}

.h-60 {
  height: 15rem;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.min-h-\[700px\] {
  min-height: 700px;
}

.\!w-\[32px\] {
  width: 32px !important;
}

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.\!max-w-\[760px\] {
  max-width: 760px !important;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-screen-xl {
  max-width: 1200px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-e-3xl {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(236 150 72 / var(--tw-border-opacity));
}

.border-skyblue {
  --tw-border-opacity: 1;
  border-color: rgb(115 213 245 / var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.\!stroke-none {
  stroke: none !important;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(125 219 211 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.srh-header {
  position: fixed;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 20;
  box-sizing: border-box;
  height: 99px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1200px) {
  .srh-header {
    height: 153px;
  }
}

.srh-header {
  box-shadow: 0px 3px 3px #0000001a;
}

.srh-nav-group-minus-one-div{
  border-radius: 12px 12px 0 0;
  letter-spacing: 1px;
}

.srh-nav-group-minus-one{
  margin-inline-end: 20px;
}

/* DESKTOP NAV TOP -- START */

.srh-nav-top {
  box-sizing: border-box;
  display: flex;
  height: 99px;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 1200px) {
  .srh-nav-top {
    height: 106.5px;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}

.srh-nav-top {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

@media (min-width: 1200px) {
  .srh-nav-top {
    border-bottom-width: 1px;
  }
}

.srh-nav-top--logo {
  margin-inline-end: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.srh-nav-top--logo > a {
  display: block;
}

.srh-nav-top--logo img {
  width: 100%;
  max-width: 281px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 992px) {
  .srh-nav-top--logo img {
    max-width: 368.29px;
  }
}

.srh-nav-top--nav-toggle {
  margin-inline-start: auto;
  display: block;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .srh-nav-top--nav-toggle {
    display: none;
  }
}

#navToggleResponsive {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5px;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#navToggleResponsive:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#navToggleResponsive {
  &::after {
    display: block;
  }
  &::after {
    height: 6px;
  }
  &::after {
    width: 34px;
  }
  &::after {
    background-size: contain;
  }
  &::after {
    background-position: center;
  }
  &::after {
    background-repeat: no-repeat;
  }
  &::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.303' height='7' viewBox='0 0 38.303 7'%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(-139 -82)'%3E%3Cline id='Line_1' data-name='Line 1' x2='37.303' transform='translate(139.5 82.5)' fill='none' stroke='%23626366' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Line_2' data-name='Line 2' x2='37.303' transform='translate(139.5 88.5)' fill='none' stroke='%23626366' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.srh-nav-top-link-group {
  margin-inline-start: auto;
  display: none;
  flex-shrink: 0;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .srh-nav-top-link-group {
    display: flex;
  }
}

.srh-nav-top-link-group-one {
  display: flex;
  width: 134px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.nav-link-patient-portal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.nav-link-patient-portal:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.nav-link-patient-portal {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link-patient-portal:hover {
  opacity: 0.8;
}

.nav-link-patient-portal {
  &::before {
    display: block;
  }
  &::before {
    height: 16px;
  }
  &::before {
    width: 16px;
  }
  &::before {
    background-size: contain;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
  &::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.985' height='16' viewBox='0 0 15.985 16'%3E%3Cg id='SVGRepo_iconCarrier' transform='translate(-4 -3.958)'%3E%3Cpath id='Path_85' data-name='Path 85' d='M7.817,10.7A4.649,4.649,0,0,0,4,15.27v2.69a2,2,0,0,0,2,2H17.987a2,2,0,0,0,2-2V15.27A4.649,4.649,0,0,0,16.168,10.7a4.662,4.662,0,1,0-8.351,0Zm7.439,1.252a4.659,4.659,0,0,1-6.527,0,.643.643,0,0,1-.08,0A3.318,3.318,0,0,0,5.332,15.27v2.69A.666.666,0,0,0,6,18.626H17.987a.666.666,0,0,0,.666-.666V15.27a3.318,3.318,0,0,0-3.317-3.317A.643.643,0,0,1,15.256,11.948ZM11.992,5.29a3.33,3.33,0,1,1-3.33,3.33A3.332,3.332,0,0,1,11.992,5.29Z' transform='translate(0 0)' fill='%237ddbd3' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.srh-nav-horizontal-line {
  height: 1px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.srh-nav-top-link-group--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-link-switcher {
  margin: 0px;
  box-sizing: border-box;
  border-style: none;
  background-image: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  text-align: center;
  font-family: GE SS Two;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(0 83 138 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link-switcher:hover {
  background-color: transparent;
}

.srh-nav-vertical-line {
  width: 1px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.srh-nav-top-link-group-two {
  width: 102px;
  flex-shrink: 0;
}

.srh-nav-top-link-group-two > a {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.srh-nav-top-link-group-two > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.srh-nav-top-link-group-two > a {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.srh-nav-top-link-group-two > a:hover {
  opacity: 0.8;
}

.srh-nav-top-link-group-two > a > strong {
  font-weight: 500;
}

/* DESKTOP NAV TOP -- END */

.srh-nav-bottom {
  display: none;
  height: 46.5px;
  align-items: stretch;
  justify-content: center;
  gap: 0.75rem;
}

@media (min-width: 1200px) {
  .srh-nav-bottom {
    display: flex;
  }
}

.srh-nav-bottom > nav {
  position: relative;
  margin-inline-end: auto;
  display: flex;
  flex: 1 1 0%;
  align-items: stretch;
  justify-content: flex-start;
}

.srh-nav-bottom > nav > ul {
  display: flex;
  flex: 1 1 0%;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25rem;
}

.srh-nav-bottom > nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srh-nav-bottom > nav > ul > li:has(div) > a {
  &::after {
    margin-top: 2px;
  }
  &::after {
    display: block;
  }
  &::after {
    height: 10px;
  }
  &::after {
    width: 10px;
  }
  &::after {
    background-size: contain;
  }
  &::after {
    background-position: center;
  }
  &::after {
    background-repeat: no-repeat;
  }
  &::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -4.5 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Earrow_down %5B%23537B77%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-220.000000, -6684.000000)' fill='%23537B77'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpath d='M164.292308,6524.36583 L164.292308,6524.36583 C163.902564,6524.77071 163.902564,6525.42619 164.292308,6525.83004 L172.555873,6534.39267 C173.33636,6535.20244 174.602528,6535.20244 175.383014,6534.39267 L183.70754,6525.76791 C184.093286,6525.36716 184.098283,6524.71997 183.717533,6524.31405 C183.328789,6523.89985 182.68821,6523.89467 182.29347,6524.30266 L174.676479,6532.19636 C174.285736,6532.60124 173.653152,6532.60124 173.262409,6532.19636 L165.705379,6524.36583 C165.315635,6523.96094 164.683051,6523.96094 164.292308,6524.36583' id='arrow_down-%5B%23537B77%5D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

button.btn-nav-back {
  display: none;
}

.srh-nav-bottom > nav > ul > li > div,
  .nav-dropdown {
  display: none;
  width: -moz-max-content;
  width: max-content;
  min-width: 527px;
  position: absolute;
  top: 100%;
  inset-inline-start: 0px;
  z-index: 10;
  margin-inline-start: -2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 248 / var(--tw-bg-opacity));
  box-sizing: border-box;
  padding: 2.5rem;
  padding-top: 1.5rem;
}

@media (min-width:1200px) {
  .nav-dropdown > div, .nav-dropdown-content > div > div > ul {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    gap: 5rem;
  }

  .nav-dropdown > div > div, .nav-dropdown-content > div > div > ul > li {
    flex-shrink: 0;
  }

  .nav-dropdown > div > div > span, .nav-dropdown-content > div > div > ul > li > a {
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    margin: 0px;
    text-align: start;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.6px;
    --tw-text-opacity: 1;
    color: rgb(83 123 119 / var(--tw-text-opacity));
  }

  .nav-dropdown > div > div > span:where([dir="rtl"], [dir="rtl"] *), .nav-dropdown-content > div > div > ul > li > a:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }

  .nav-dropdown > div > div > span, .nav-dropdown-content > div > div > ul > li > a {
    &::after {
      display: block;
    }
    &::after {
      height: 3px;
    }
    &::after {
      width: 48px;
    }
    &::after {
      --tw-bg-opacity: 1;
      background-color: rgb(109 212 202 / var(--tw-bg-opacity));
    }
    &::after {
      content: "";
    }
  }

  .nav-dropdown > div > div > ul, .nav-dropdown-content > div > div > ul > li > ul {
    flex-shrink: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }

  .nav-dropdown > div > div > ul > li, .nav-dropdown-content > div > div > ul > li > ul > li {
    flex-shrink: 0;
  }

  .nav-dropdown > div > div > ul > li > a, .nav-dropdown-content > div > div > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin: 0px;
    text-align: start;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0px;
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }

  .nav-dropdown > div > div > ul > li > a:where([dir="rtl"], [dir="rtl"] *), .nav-dropdown-content > div > div > ul > li > ul > li > a:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }

  .nav-dropdown > div > div > ul > li > a, .nav-dropdown-content > div > div > ul > li > ul > li > a {
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .nav-dropdown > div > div > ul > li > a:hover, .nav-dropdown-content > div > div > ul > li > ul > li > a:hover {
    opacity: 0.8;
  }

  .nav-dropdown > div > div > ul > li > a, .nav-dropdown-content > div > div > ul > li > ul > li > a {
    &:has(img) {
      height: 17px;
    }
    & > img {
      height: 27px;
    }
    & > img {
      width: 27px;
    }
    & > img {
      -o-object-fit: cover;
         object-fit: cover;
    }
    & > img {
      -o-object-position: center;
         object-position: center;
    }
  }
}

.srh-nav-bottom > nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.srh-nav-bottom > nav > ul > li > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.srh-nav-bottom-toggle {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

.nav-link-opinion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.nav-link-opinion:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.nav-link-opinion {
  &::before {
    display: block;
  }
  &::before {
    height: 18.36px;
  }
  &::before {
    width: 18.36px;
  }
  &::before {
    background-size: contain;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
  &::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.357' height='18.357' viewBox='0 0 18.357 18.357'%3E%3Cg id='SVGRepo_iconCarrier' transform='translate(-80 -71)'%3E%3Cpath id='Path_84' data-name='Path 84' d='M71.208,78.161l1.971,1.971,1.971-1.971h5.634V66.885H77.112V65.311h5.245V79.735H75.8l-2.622,2.622-2.622-2.622H64V65.311h5.245v1.573H65.573V78.161ZM72.392,64h1.573v9.178H72.392Zm0,10.49h1.573v1.573H72.392Z' transform='translate(16 7)' fill='%236dd4ca'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

#navToggleDesktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#navToggleDesktop:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#navToggleDesktop {
  &::before {
    display: block;
  }
  &::before {
    height: 6px;
  }
  &::before {
    width: 37.3px;
  }
  &::before {
    background-size: contain;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
  &::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.303' height='7' viewBox='0 0 38.303 7'%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(-139 -82)'%3E%3Cline id='Line_1' data-name='Line 1' x2='37.303' transform='translate(139.5 82.5)' fill='none' stroke='%23626366' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Line_2' data-name='Line 2' x2='37.303' transform='translate(139.5 88.5)' fill='none' stroke='%23626366' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

/* NAV MODAL */

/* #navModal {
    @apply hidden;
  } */

#navModal {
  display: none;
  overflow: hidden;
}

@media (min-width: 1200px) {
  #navModal {
    display: none !important;
  }
}

#navModal {
  position: fixed;
  top: 0px;
  inset-inline-end: 0px;
  z-index: 30;
  box-sizing: border-box;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.1);
}

.nav-modal-container {
  position: relative;
  inset-inline-start: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .nav-modal-container {
    gap: 2.5rem;
  }
}

@media (min-width: 992px) {
  .nav-modal-container {
    gap: 4rem;
  }
}

.nav-modal-container {
  margin-inline-start: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 430px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 36px;
  padding-bottom: 100px;
  transition: all 0.5s ease-in;
}

#navModal.active .nav-modal-container {
  inset-inline-start: 0px;
}

.nav-modal-container-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

#goBackNavModalButton {
  visibility: hidden;
  margin-inline-end: auto;
  opacity: 0;
  transition: all 0.5s ease-in;
  &.active {
    visibility: visible;
  }
  &.active {
    opacity: 1;
  }
}

#closeNavModalButton {
  margin-inline-start: auto;
}

.nav-modal-links {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}

.nav-modal-links-top {
  margin-bottom: auto;
  flex: 1 1 0%;
  overflow-y: auto;
}

.nav-modal-links-top > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-modal-links-top > ul > li {
  display: block;
}

.nav-modal-links-top > ul > li:has(div) > a {
  &::after {
    display: block;
  }
  &::after {
    height: 14px;
  }
  &::after {
    width: 14px;
  }
  &::after {
    background-size: contain;
  }
  &::after {
    background-position: center;
  }
  &::after {
    background-repeat: no-repeat;
  }
  &:where([dir="rtl"], [dir="rtl"] *)::after {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-4.5 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Earrow_right %5B%23537B77%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-305.000000, -6679.000000)' fill='%23537B77'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpath d='M249.365851,6538.70769 L249.365851,6538.70769 C249.770764,6539.09744 250.426289,6539.09744 250.830166,6538.70769 L259.393407,6530.44413 C260.202198,6529.66364 260.202198,6528.39747 259.393407,6527.61699 L250.768031,6519.29246 C250.367261,6518.90671 249.720021,6518.90172 249.314072,6519.28247 L249.314072,6519.28247 C248.899839,6519.67121 248.894661,6520.31179 249.302681,6520.70653 L257.196934,6528.32352 C257.601847,6528.71426 257.601847,6529.34685 257.196934,6529.73759 L249.365851,6537.29462 C248.960938,6537.68437 248.960938,6538.31795 249.365851,6538.70769' id='arrow_right-%5B%23537B77%5D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.nav-modal-links-top > ul > li > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.nav-modal-links-top > ul > li > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.nav-modal-links-top > ul > li > div {
  visibility: hidden;
  position: absolute;
  top: 0px;
  inset-inline-start: 100%;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition: all 0.5s ease;
}

.nav-modal-links-top > ul > li.active > div {
  visibility: visible;
  inset-inline-start: 0px;
}

.nav-modal-links-top > ul > li > div > div > div > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-modal-links-top > ul > li > div > div > div > ul > li {
  display: block;
}

.nav-modal-links-top > ul > li > div > div > div > ul > li > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.nav-modal-links-top > ul > li > div > div > div > ul > li > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.nav-modal-links-top > ul > li > div > div > div > ul > li:has(ul) > a {
  &::after {
    display: block;
  }
  &::after {
    height: 16px;
  }
  &::after {
    width: 16px;
  }
  &::after {
    background-size: contain;
  }
  &::after {
    background-position: center;
  }
  &::after {
    background-repeat: no-repeat;
  }
  &::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12H20M12 4V20' stroke='%23626366' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}

.nav-modal-links-top > ul > li > div > div > div > ul > li.active:has(ul) > a {
  &::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23626366'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M6 12L18 12' stroke='%23626366' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}

/* LEVEL 2 */

.nav-modal-links-top > ul > li > div > div > div > ul > li > ul {
  display: none;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-inline-start: 1.5rem;
}

.nav-modal-links-top > ul > li > div > div > div > ul > li > ul > li {
  margin-bottom: 1.75rem;
  display: block;
}

.nav-modal-links-top > ul > li > div > div > div > ul > li > ul > li:last-child {
  margin-bottom: 0px;
}

.nav-modal-links-top > ul > li > div > div > div > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.nav-modal-links-top > ul > li > div > div > div > ul > li > ul > li > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.nav-modal-links-top > ul > li > div > div > div > ul > li > ul > li > a {
  & > img {
    height: 1.75rem;
  }
  & > img {
    width: 1.75rem;
  }
  & > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  & > img {
    -o-object-position: center;
       object-position: center;
  }
}

.nav-modal-links-bottom {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: stretch;
}

.nav-modal-links-bottom > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.nav-modal-links-bottom > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.nav-modal-links-bottom > a {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

.nav-modal-links-bottom > div {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.nav-modal-links-bottom > div:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.nav-modal-links-bottom > div {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.srh-nav-group-one {
  display: flex;
  width: 100%;
  max-width: 165px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
}

#navSearch {
  display: flex;
  height: 24px;
  flex-direction: row-reverse;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.75rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

#navSearch input {
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 100%;
  flex: 1 1 0%;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#navSearch input:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#navSearch button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.link-w-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.link-w-icon:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.link-w-icon {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.link-w-icon:hover {
  opacity: .8;
}

.link-w-icon {
  &>svg {
    flex-shrink: 0;
  }
}

.srh-nav-group-two {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
}

.language-switcher {
  display: flex;
  min-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4px;
  padding-bottom: 1.75px;
  margin: 0px;
  text-align: center;
  font-family: Tajawal, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 83 138 / var(--tw-text-opacity));
}

.language-switcher:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Inter, sans-serif;
}

.srh-nav-group-three {
  min-width: 110px;
}

.srh-nav-group-three > a {
  display: block;
  flex-shrink: 0;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(54 73 89 / var(--tw-text-opacity));
}

.srh-nav-group-three > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.srh-nav-group-three > a {
  &>strong {
    display: block;
  }
  &>strong {
    font-weight: 500;
  }
}

.toggle-switch {
  display: flex;
  height: 28px;
  width: 100%;
  max-width: 112px;
  flex-shrink: 0;
  align-items: stretch;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  padding: 0.25rem;
}

.toggle-switch > a {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
  &.active {
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  }
  &.active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.link-en {
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

.link-en:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.link-ar {
  margin: 0px;
  text-align: center;
  font-family: GE SS Two;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}

.link-ar:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.nav-modal-search {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1 !important;
  border-color: rgb(125 219 211 / var(--tw-border-opacity)) !important;
}

#navSearchModal {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

#navSearchModal > input {
  margin: 0px;
  flex: 1 1 0%;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#navSearchModal > input:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#navSearchModal > input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#navSearchModal > input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#navSearchModal > svg {
  flex-shrink: 0;
}

.breadcrumb {
  box-sizing: border-box;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.breadcrumb .container {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.breadcrumbs-link {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  /* @apply mb-8; */
}

.breadcrumbs-link > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 17px;
  letter-spacing: 0.7px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.breadcrumbs-link > li:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.breadcrumbs-link > li {
  &:first-child::before {
    display: none;
  }
  &::before {
    content: "-";
  }
  & > a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  & > a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

.main-banner {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

@media not all and (min-width: 768px) {
  .main-banner {
    min-height: 560px;
  }
}

.main-banner-type-one {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-banner-type-one--content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  padding-bottom: 2.75rem;
  min-height: 433px;
  max-width: 600px;
}

@media not all and (min-width: 768px) {
  .main-banner-type-one--content {
    justify-content: flex-start;
    padding-top: 2.5rem;
  }
}

.main-banner-type-one--content > h1 {
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-banner-type-one--content > h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .main-banner-type-one--content > h1 {
    font-size: 54px;
    line-height: 63px;
  }
}

.main-banner-type-one--content > h1:empty {
  display: none;
}

.main-banner-type-one--content > h3 {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.main-banner-type-one--content > h3:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.main-banner-type-one--content > h3:empty {
  display: none;
}

.main-banner-type-one--image {
  position: absolute;
  bottom: 0px;
  inset-inline-end: 0px;
  z-index: 0;
}

@media not all and (min-width: 1200px) {
  .main-banner-type-one--image {
    --tw-brightness: brightness(.8);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

.main-banner-type-one--image {
  max-height: 432.48px;
  width: 100%;
  max-width: 430px;
}

@media (min-width: 768px) {
  .main-banner-type-one--image {
    max-width: 626px;
  }
}

.main-banner-type-one--image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.main-banner-type-two {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-banner-type-two--content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  padding-bottom: 2.75rem;
  max-width: 600px;
}

.main-banner-type-two--content > h1 {
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-banner-type-two--content > h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .main-banner-type-two--content > h1 {
    font-size: 42px;
    line-height: 49px;
  }
}

.main-banner-type-two--content > h1:empty {
  display: none;
}

.main-banner-type-two--content > h3 {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.main-banner-type-two--content > h3:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .main-banner-type-two--content > h3 {
    font-size: 16px;
    line-height: 27px;
  }
}

.main-banner-type-two--content > h3:empty {
  display: none;
}

.main-banner-type-two--content > p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.main-banner-type-two--content > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .main-banner-type-two--content > p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.main-banner-type-two--content > p {
  text-align: start
}

.main-banner-type-two--content > p:empty {
  display: none;
}

.breadcrumb-banner {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.breadcrumb-banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .breadcrumb-banner-wrapper {
    min-height: 438px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    padding-top: 0px;
  }
}

.banner-mask {
  position: relative;
  z-index: 0;
}

@media not all and (min-width: 768px) {
  .banner-mask {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}

.banner-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.614;
  width: auto;
  max-width: 430px;
}

@media (min-width: 768px) {
  .banner-mask {
    position: absolute;
    bottom: 0px;
    inset-inline-end: -0.25rem;
    width: 100%;
    max-width: 575px;
    --tw-brightness: brightness(.9);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 992px) {
  .banner-mask {
    --tw-brightness: brightness(1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 1200px) {
  .banner-mask {
    max-width: 707px;
  }
}

.banner-mask:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.banner-mask {
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='707' height='438.099' viewBox='0 0 707 438.099'%3E%3Cpath id='Intersection_18' data-name='Intersection 18' d='M0,438.1C32.433,284.037,110.22,151.5,228.318,72.328,374.391-25.6,550.523-20.688,707,66.53V438.1Z' transform='translate(0 0)' fill='%237ddbd3'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='707' height='438.099' viewBox='0 0 707 438.099'%3E%3Cpath id='Intersection_18' data-name='Intersection 18' d='M0,438.1C32.433,284.037,110.22,151.5,228.318,72.328,374.391-25.6,550.523-20.688,707,66.53V438.1Z' transform='translate(0 0)' fill='%237ddbd3'/%3E%3C/svg%3E%0A");
}

.banner-mask > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 500px;
  flex-direction: column;
  gap: 0.25rem;
}

@media not all and (min-width: 768px) {
  .breadcrumb-banner-content {
    margin-inline-end: auto;
  }
}

.breadcrumb-banner-content > h1 {
  margin: 0px;
  white-space: pre-line;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.breadcrumb-banner-content > h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.breadcrumb-banner-content > h1 {
  line-height: 49px;
}

@media (min-width: 768px) {
  .breadcrumb-banner-content > h1 {
    font-size: 42px;
  }
}

.breadcrumb-banner-content > h3 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.breadcrumb-banner-content > h3:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .breadcrumb-banner-content > h3 {
    font-size: 18px;
  }
}

.breadcrumb-banner-content > h3 {
  text-align: start;
  --tw-text-opacity: 1 !important;
  color: rgb(98 99 102 / var(--tw-text-opacity)) !important
}

@media (min-width: 768px) {
  .breadcrumb-banner-content > h3 {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .breadcrumb-banner-content > h3:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }

  @media (min-width: 768px) {
    .breadcrumb-banner-content > h3 {
      font-size: 27px;
      line-height: 36px;
    }
  }
}

@media not all and (min-width: 768px) {
  .breadcrumb-banner-content > h3 {
    font-weight: 300;
  }
}

@media (min-width: 768px) {
  .breadcrumb-banner-content > h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.banner-text {
  box-sizing: border-box;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-bottom: 2.5rem;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .banner-text {
    min-height: 200px;
    padding-bottom: 2.5rem;
  }
}

.banner-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.banner-text-wrapper > h1 {
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner-text-wrapper > h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .banner-text-wrapper > h1 {
    font-size: 42px;
    line-height: 49px;
  }
}

.banner-text-wrapper > h1:empty {
  display: none;
}

.banner-text-wrapper > h3 {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.banner-text-wrapper > h3:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .banner-text-wrapper > h3 {
    font-size: 16px;
    line-height: 27px;
  }
}

.banner-text-wrapper > h3:empty {
  display: none;
}

.banner-text-wrapper > p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.banner-text-wrapper > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .banner-text-wrapper > p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.banner-text-wrapper > p {
  text-align: start;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity))
}

.banner-text-wrapper > p:empty {
  display: none;
}

.centered-text {
  margin-top: 2.5rem;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .centered-text {
    margin-top: 60px;
  }
}

.centered-text > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

@media (min-width: 768px) {
  .centered-text > div {
    gap: 25px;
  }
}

.centered-text > * {
  text-align: start;
}

@media (min-width: 768px) {
  .centered-text > * {
    text-align: center;
  }
}

/* Specialisations */

.specialisations {
  margin-top: 60px;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .specialisations {
    margin-bottom: 80px;
  }
}

.specialisations-top {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  padding-inline-end: 3.5rem;
}

@media (min-width: 768px) {
  .specialisations-top {
    margin-bottom: 2rem;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.specialisations-top .custom-swiper-navigation {
  position: absolute;
  bottom: 0px;
  inset-inline-end: 0px;
}

.specialisations h2 {
  text-align: start;
}

@media (min-width: 768px) {
  .specialisations h2 {
    text-align: center;
  }
}

.specialisations-swiper .swiper-slide {
  width: 145px;
}

@media (min-width: 768px) {
  .specialisations-swiper .swiper-slide {
    width: 177px;
  }
}

.specialisations-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.specialisations-card:hover .specialisations-card--icon {
  background-color: transparent;
}

.specialisations-card--icon {
  box-sizing: border-box;
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  aspect-ratio: 1 / 1;
  width: 145px;
  border-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}

.specialisations-card--icon > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.specialisations-card:hover > p {
  --tw-text-opacity: 1;
  color: rgb(0 83 138 / var(--tw-text-opacity));
}

.specialisations-card > p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.specialisations-card > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .specialisations-card > p {
    font-size: 18px;
  }
}

.specialisations-card > p {
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

/* BOOK APPOINTMENT SECTION */

.book-appointment {
  margin-top: 2.5rem;
  margin-bottom: 70px;
  box-sizing: border-box;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .book-appointment {
    margin-top: 80px;
    margin-bottom: 66px;
    padding-top: 60px;
    padding-bottom: 76px;
  }
}

.book-appointment-wrapper {
}

.book-appointment-wrapper h4 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.book-appointment-wrapper h4:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .book-appointment-wrapper h4 {
    font-weight: 300;
  }
}

.book-appointment-wrapper h4 {
  margin-bottom: 37px;
  text-align: center;
}

@media (min-width: 768px) {
  .book-appointment-wrapper h4 {
    margin-bottom: 1.5rem;
    text-align: start;
  }
}

.book-appointment-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .book-appointment-form {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.book-appointment-input {
  box-sizing: border-box;
  min-height: 54px;
  flex: 1 1 0%;
  border-style: none;
  background-repeat: no-repeat;
  padding: 1rem;
  padding-left: 50px;
  accent-color: #7DDBD3;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-position: center right 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(126 219 210 / var(--tw-text-opacity));
}

.book-appointment-input:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .book-appointment-input {
    max-width: 536px;
  }
}

.book-appointment-input:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 50px;
  padding-left: 1rem;
  background-position: center left 15px;
}

.book-appointment-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24.412 24.412'%3E%3Cg id='Group_81' data-name='Group 81' transform='translate(-2 -2)'%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='10' cy='10' r='10' transform='translate(3 3)' fill='none' stroke='%236dd4ca' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_144' data-name='Path 144' d='M21.955,21.955,16.7,16.7' transform='translate(3.043 3.043)' fill='none' stroke='%236dd4ca' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  &::-moz-placeholder {
    font-family: Inter, sans-serif;
  }
  &::placeholder {
    font-family: Inter, sans-serif;
  }
  &::-moz-placeholder {
    font-size: 16px;
  }
  &::placeholder {
    font-size: 16px;
  }
  &::-moz-placeholder {
    font-weight: 500;
  }
  &::placeholder {
    font-weight: 500;
  }
  &::-moz-placeholder {
    line-height: 24px;
  }
  &::placeholder {
    line-height: 24px;
  }
  &::-moz-placeholder {
    letter-spacing: 0.4px;
  }
  &::placeholder {
    letter-spacing: 0.4px;
  }
  &::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(126 219 210 / var(--tw-text-opacity));
  }
  &::placeholder {
    --tw-text-opacity: 1;
    color: rgb(126 219 210 / var(--tw-text-opacity));
  }
}

.book-appointment-form--actions {
  display: flex;
  min-height: 54px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 768px) {
  .book-appointment-form--actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

.book-appointment-form--actions > select {
  box-sizing: border-box;
  background-color: transparent;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  flex: 1 1 0%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-start: 1.25rem;
  padding-inline-end: 2.5rem;
  margin: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.book-appointment-form--actions > select:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.book-appointment-form--actions > select {
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.book-appointment-form--actions > select:where([dir="rtl"], [dir="rtl"] *) {
  background-position: center left 20px;
}

.book-appointment-form--actions > select {
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -4.5 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Earrow_down %5B%23537B77%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-220.000000, -6684.000000)' fill='%23537B77'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpath d='M164.292308,6524.36583 L164.292308,6524.36583 C163.902564,6524.77071 163.902564,6525.42619 164.292308,6525.83004 L172.555873,6534.39267 C173.33636,6535.20244 174.602528,6535.20244 175.383014,6534.39267 L183.70754,6525.76791 C184.093286,6525.36716 184.098283,6524.71997 183.717533,6524.31405 C183.328789,6523.89985 182.68821,6523.89467 182.29347,6524.30266 L174.676479,6532.19636 C174.285736,6532.60124 173.653152,6532.60124 173.262409,6532.19636 L165.705379,6524.36583 C165.315635,6523.96094 164.683051,6523.96094 164.292308,6524.36583' id='arrow_down-%5B%23537B77%5D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.patient-testimonials {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .patient-testimonials {
    margin-top: 66px;
    margin-bottom: 86px;
  }
}

.patient-testimonials-top {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  padding-inline-end: 3.5rem;
}

@media (min-width: 768px) {
  .patient-testimonials-top {
    margin-bottom: 2rem;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.patient-testimonials-top .custom-swiper-navigation {
  position: absolute;
  bottom: 0px;
  inset-inline-end: 0px;
}

.patient-testimonials h4 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.patient-testimonials h4:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .patient-testimonials h4 {
    font-weight: 300;
  }
}

.patient-testimonials h4 {
  text-align: start;
}

@media (min-width: 768px) {
  .patient-testimonials h4 {
    text-align: center;
  }
}

.patient-testimonials h2 {
  text-align: start;
}

@media (min-width: 768px) {
  .patient-testimonials h2 {
    text-align: center;
  }
}

.patient-testimonials-swiper {
  position: relative;
  box-sizing: border-box;
}

@media not all and (min-width: 768px) {
  .patient-testimonials-swiper {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

@media (min-width: 768px) {
  .patient-testimonials-swiper {
    margin-inline-end: -1.25rem;
  }
}

@media not all and (min-width: 768px) {
  .patient-testimonials-swiper .swiper-slide {
    width: 100%;
    max-width: 341px;
  }
}

@media (min-width: 768px) {
  .patient-testimonials-swiper .swiper-slide {
    width: auto;
  }
}

.patient-testimonials-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 23px;
}

@media (min-width: 768px) {
  .patient-testimonials-card {
    gap: 15px;
  }
}

.patient-testimonials-video {
  position: relative;
  display: flex;
  aspect-ratio: 1.34;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .patient-testimonials-video {
    aspect-ratio: 1.7;
  }
}

.patient-testimonials-video:has(video) img {
  display: none;
}

.patient-testimonials-video:has(img) .btn-play {
  display: none;
}

.patient-testimonials-video > img,
.patient-testimonials-video > video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.patient-testimonials-video--name-tag {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 0px;
  bottom: 13%;
  min-height: 35px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-inline-start: 1.25rem;
  padding-inline-end: 0.75rem;
  box-sizing: border-box;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.patient-testimonials-video--name-tag:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.patient-testimonials-video--name-tag {
  & > span {
    position: relative;
  }
  & > span {
    z-index: 1;
  }
  &::before {
    position: absolute;
  }
  &::before {
    top: 0px;
  }
  &::before {
    inset-inline-end: 0px;
  }
  &::before {
    z-index: 0;
  }
  &::before {
    margin-inline-end: -1.5rem;
  }
  &::before {
    display: block;
  }
  &::before {
    height: 100%;
  }
  &::before {
    width: 100%;
  }
  &::before {
    align-self: stretch;
  }
  &::before {
    background-size: cover;
  }
  &::before {
    background-position: right;
  }
  &::before {
    background-repeat: no-repeat;
  }
  &:where([dir="rtl"], [dir="rtl"] *)::before {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &:where([dir="rtl"], [dir="rtl"] *)::before {
    background-position: left;
  }
  &::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='143' height='35' viewBox='0 0 143 35'%3E%3Cpath id='Path_52704' data-name='Path 52704' d='M70,0H213L193,35H70Z' transform='translate(-70)' fill='%237ddbd3'/%3E%3C/svg%3E%0A");
  }
}

.btn-play {
  position: absolute;
  padding-inline-start: 0.25rem;
}

@media (min-width: 768px) {
  .btn-play {
    bottom: 2.5rem;
    inset-inline-end: 1.5rem;
  }
}

.btn-play:where([dir="rtl"], [dir="rtl"] *) {
  padding-inline-start: 0px;
}

.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 47px;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 138 / var(--tw-bg-opacity));
}

.patient-testimonials-description {
  box-sizing: border-box;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.patient-testimonials-description:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media not all and (min-width: 768px) {
  .patient-testimonials-description {
    padding-inline-start: 2.5rem;
  }
}

@media (min-width: 768px) {
  .patient-testimonials-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }
}

.patient-testimonials-description p {
  text-align: start;
  letter-spacing: 0.35px;
}

@media (min-width: 768px) {
  .patient-testimonials-description p {
    letter-spacing: 0.4px;
  }
}

.patient-testimonials-swiper-actions {
  position: absolute;
  top: 103px;
  inset-inline-start: 0px;
  z-index: 1;
  box-sizing: border-box;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media not all and (min-width: 768px) {
  .patient-testimonials-swiper-actions {
    width: 100%;
  }
}

.patient-testimonials-swiper-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .patient-testimonials-swiper-actions {
    bottom: 100%;
    inset-inline-end: 1.25rem;
    top: auto;
    inset-inline-start: auto;
  }
}

.patient-testimonials-swiper-actions .swiper-button-prev,
.patient-testimonials-swiper-actions .swiper-button-next {
  position: static;
  margin: 0px;
  display: flex;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

@media not all and (min-width: 768px) {
  .patient-testimonials-swiper-actions .swiper-button-prev,
.patient-testimonials-swiper-actions .swiper-button-next {
    height: 46px;
    width: 46px;
    border-radius: 9999px;
    background-color: #7ddbd3cc;
  }
}

.patient-testimonials-swiper-actions .swiper-button-prev,
.patient-testimonials-swiper-actions .swiper-button-next {
  &::before {
    display: block;
  }
  &::before {
    height: 20px;
  }
  &::before {
    width: 11.43px;
  }
  &::before {
    background-size: cover;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    &::before {
      display: none;
    }
  }
  &::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%23FFFFFF'/%3E%3C/svg%3E");
  }
  &::after {
    display: none;
  }
  &::after {
    height: 20px;
  }
  &::after {
    width: 11.43px;
  }
  &::after {
    background-size: cover;
  }
  &::after {
    background-position: center;
  }
  &::after {
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    &::after {
      display: block;
    }
  }
  &::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%237DDBD3'/%3E%3C/svg%3E");
  }
}

.patient-testimonials-swiper-actions .swiper-button-next {
  &::after,
  &::before {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.treatment {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .treatment {
    margin-bottom: 90px;
  }
}

.treatment-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .treatment-wrapper {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.treatment-content {
  max-width: 585px;
  flex: 1 1 0%;
}

.treatment-image {
  margin-top: -2.5rem;
  display: flex;
  width: 100%;
  max-width: 585px;
  align-items: center;
  justify-content: center;
}

.treatment-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.treatment-content h2 {
  margin-bottom: 9px;
  text-align: start;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .treatment-content h2 {
    font-family: Gilda Display, sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 42px;
  }

  .treatment-content h2:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }

  @media (min-width: 768px) {
    .treatment-content h2 {
      font-size: 54px;
      line-height: 63px;
    }
  }

  .treatment-content h2 {
    margin-bottom: 18px;
  }
}

.treatment-content p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.treatment-content p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .treatment-content p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.45px;
  }
}

.treatment-content p {
  margin-bottom: 43.5px;
  text-align: start
}

@media (min-width: 768px) {
  .treatment-content p {
    margin-bottom: 72.5px;
  }
}

.treatment-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .treatment-actions {
    gap: 30px;
  }
}

.treatment-actions > a {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.treatment-actions > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.treatment-actions > .horizontal-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 1px;
  width: 100%;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  &::after {
    position: absolute;
  }
  &::after {
    height: 1px;
  }
  &::after {
    width: 0px;
  }
  &::after {
    --tw-bg-opacity: 1;
    background-color: rgb(54 73 89 / var(--tw-bg-opacity));
  }
  &::after {
    transition: all 0.5s ease-in;
    content: '';
  }
}

.treatment-actions:hover > .horizontal-line {
  &::after {
    width: 100%;
  }
}

/* REACH US */

.reach-us {
  box-sizing: border-box;
  --tw-bg-opacity: 1;
  background-color: rgb(219 245 243 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .reach-us {
    padding-top: 55px;
    padding-bottom: 5rem;
  }
}

.reach-us {
  /* @apply mt-10 md:mt-[90px]; */
}

.reach-us-title {
  font-family: Gilda Display, sans-serif;
  font-size: 27px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.reach-us-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .reach-us-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.reach-us-title {
  margin-bottom: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(54 73 89 / var(--tw-text-opacity));
}

.reach-us-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 15px;
}

@media (min-width: 768px) {
  .reach-us-wrapper {
    flex-direction: row;
  }
}

.reach-us-wrapper > div {
  box-sizing: border-box;
  min-height: 225px;
}

@media (min-width: 768px) {
  .reach-us-wrapper > div {
    flex: 1 1 0%;
  }
}

.reach-us-map {
  display: flex;
  min-height: 225px;
  align-items: center;
  justify-content: center;
}

@media not all and (min-width: 768px) {
  .reach-us-map {
    height: 225px;
  }
}

@media (min-width: 768px) {
  .reach-us-map {
    flex: 1 1 0%;
  }
}

.reach-us-map > img,
.reach-us-map > iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.reach-us-info {
  border-width: 0.5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(109 212 202 / var(--tw-border-opacity));
  background-color: rgba(255,255,255,.35);
}

.reach-us-info > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.reach-us-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.reach-us-icon > span {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.reach-us-icon > span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .reach-us-icon > span {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

.reach-us-icon > span {
  text-align: center
}

.reach-us-content {
  margin-top: 10px;
  text-align: center;
}

.reach-us-content > p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.reach-us-content > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .reach-us-content > p {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

.reach-us-content > p {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(83 123 119 / var(--tw-text-opacity))
}

.reach-us-content > a {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.reach-us-content > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .reach-us-content > a {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

.reach-us-content > a {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(83 123 119 / var(--tw-text-opacity))
}

/* FACILITIES */

.facilities {
  margin-top: 37px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .facilities {
    margin-top: 52px;
  }
}

.facilities-title {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.facilities-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .facilities-title {
    font-weight: 300;
  }
}

.facilities-title {
  margin-bottom: 14px;
  text-align: center;
}

.facilities-subtitle {
  margin-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .facilities-subtitle {
    margin-bottom: 2.5rem;
  }
}

.facilities-card {
  position: relative;
  display: flex;
  height: 600px;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .facilities-card {
    height: 700px;
  }
}

.facilities-image {
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.facilities-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.facilities-content {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1168px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .facilities-content {
    align-items: flex-start;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.facilities-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (min-width: 768px) {
  .facilities-content-wrapper {
    max-width: 540px;
    padding-inline-start: 2.5rem;
    align-items: flex-start;
    gap: 10px;
  }
}

.facilities-content-title {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.facilities-content-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .facilities-content-title {
    font-weight: 300;
  }
}

.facilities-content-title {
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .facilities-content-title {
    text-align: start;
  }
}

.facilities-content-subtitle {
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 42px;
}

.facilities-content-subtitle:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .facilities-content-subtitle {
    font-size: 54px;
    line-height: 63px;
  }
}

.facilities-content-subtitle {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .facilities-content-subtitle {
    text-align: start;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.facilities-content-description {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .facilities-content-description {
    text-align: start;
  }
}

.facilities-swiper {
  position: relative;
}

.facilities-swiper-actions {
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  inset-inline-end: auto;
  bottom: auto;
  z-index: 1;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 768px) {
  .facilities-swiper-actions {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.facilities-swiper-actions:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.facilities-swiper-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.facilities-swiper-actions:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
}

.facilities-swiper .swiper-button-next,
.facilities-swiper .swiper-button-prev {
  position: static;
  margin: 0px;
  padding: 0px;
  height: 46px;
  width: 46px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(109 212 202 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.facilities-swiper .swiper-button-next:hover,
.facilities-swiper .swiper-button-prev:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .facilities-swiper .swiper-button-next,
.facilities-swiper .swiper-button-prev {
    height: 64px;
    width: 64px;
  }
}

.facilities-swiper .swiper-button-next,
.facilities-swiper .swiper-button-prev {
  &::after {
    display: block;
  }
  &::after {
    height: 20px;
  }
  &::after {
    width: 11.43px;
  }
  @media (min-width: 768px) {
    &::after {
      height: 23.619px;
    }
  }
  @media (min-width: 768px) {
    &::after {
      width: 13.503px;
    }
  }
  &::after {
    background-size: contain;
  }
  &::after {
    background-position: center;
  }
  &::after {
    background-repeat: no-repeat;
  }
  &::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%23fff'/%3E%3C/svg%3E");
  }
  &.swiper-button-lock {
    display: none;
  }
}

.facilities-swiper .swiper-button-next {
  margin-inline-start: auto;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.facilities-swiper .swiper-button-next:where([dir="rtl"], [dir="rtl"] *) {
  margin-inline-end: auto;
  margin-inline-start: 0px;
}

.facilities-swiper .swiper-button-prev {
  margin-inline-end: auto;
}

.facilities-swiper .swiper-button-prev:where([dir="rtl"], [dir="rtl"] *) {
  margin-inline-start: auto;
  margin-inline-end: 0px;
}

/* Media Center */

.media-center {
  margin-top: 60px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .media-center {
    margin-top: 90px;
    margin-bottom: 85px;
  }
}

.media-center-top {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.media-center-actions {
  margin-inline-start: auto;
  display: none;
  align-items: stretch;
  justify-content: flex-start;
  gap: 26px;
}

@media not all and (min-width: 768px) {
  .media-center-actions {
    margin-top: 1.25rem;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .media-center-actions {
    display: flex !important;
  }
}

.media-center-actions-buttons {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}

@media not all and (min-width: 768px) {
  .media-center-actions-buttons {
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .media-center-actions-buttons {
    gap: 18px;
  }
}

.media-center-actions-buttons > a {
  box-sizing: border-box;
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .media-center-actions-buttons > a {
    min-width: 110px;
  }
}

.media-center-actions-buttons > a {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(109 212 202 / var(--tw-border-opacity));
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0.25px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
  .media-center-actions-buttons > a {
    flex-shrink: 0;
  }
}

.media-center-actions-buttons > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.media-center-actions-buttons > a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.media-center-actions-buttons > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 212 202 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.media-center-actions-toggle {
  margin-inline-start: auto;
  display: block;
}

@media (min-width: 768px) {
  .media-center-actions-toggle {
    display: none;
  }
}

.media-center-actions-toggle .media-center-actions-toggle--open {
  display: block;
}

.media-center-actions-toggle.active .media-center-actions-toggle--open {
  display: none;
}

.media-center-actions-toggle .media-center-actions-toggle--close {
  display: none;
}

.media-center-actions-toggle.active .media-center-actions-toggle--close {
  display: block;
}

.media-center-navigation {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .media-center-navigation {
    display: flex;
  }
}

.media-center-navigation .swiper-button-prev,
.media-center-navigation .swiper-button-next {
  position: static;
  margin: 0px;
  height: auto;
  width: auto;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  &::after {
    display: block;
  }
  &::after {
    height: 20px;
  }
  &::after {
    width: 11.43px;
  }
  &::after {
    background-size: contain;
  }
  &::after {
    background-position: center;
  }
  &::after {
    background-repeat: no-repeat;
  }
  &::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%237DDBD3'/%3E%3C/svg%3E");
  }
}

.media-center-navigation .swiper-button-prev {
  &:where([dir="rtl"], [dir="rtl"] *)::after {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.media-center-navigation .swiper-button-next {
  &::after {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &:where([dir="rtl"], [dir="rtl"] *)::after {
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.media-center-swiper .swiper-wrapper {
  align-items: stretch;
}

.media-center-swiper .swiper-slide {
  height: auto;
}

@media not all and (min-width: 768px) {
  .media-center-swiper .swiper-slide {
    width: 100%;
    max-width: 306px;
  }
}

@media (min-width: 1200px) {
  .media-center-swiper .swiper-slide {
    width: auto;
    max-width: 352px;
  }
}

.media-center-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  /* @apply w-full max-w-[352px]; */
}

.media-center-card > h3 {
  text-align: start;
}

.media-center-card > h3:empty {
  display: none;
}

.media-center-card[data-blog-type="events"] > h3 {
  display: none;
}

.media-center-image--image-play-icon {
  display: none !important;
}

.media-center-card[data-blog-type="events"] .media-center-image--image-play-icon {
  position: absolute;
  display: block !important;
  height: 32px !important;
  width: 32px !important;
}

.media-center-card > h3 {
  text-align: start;
}

.media-center-card > h3:empty {
  display: none;
}

.media-center-card > p {
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.media-center-card > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.media-center-card > p {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: start;
}

@media (min-width: 768px) {
  .media-center-card > p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.media-center-card > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.media-center-card > p:empty {
  display: none;
}

.media-center-card > a {
  margin-top: auto;
  padding-top: 20px;
  text-align: start;
}

.media-center-card > a:empty {
  display: none;
}

@media (min-width: 768px) {
  .media-center-card > a {
    padding-top: 35px;
  }
}

.media-center-card[data-blog-type="events"] > a {
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  height: 100%;
  width: 100%;
  font-size: 0;
  &::after {
    display: none;
  }
}

.media-center-image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.media-center-image--image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.39;
  height: auto;
  width: 100%;
}

.media-center-image--image > img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.media-center-image--label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.media-center-image--label span {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.media-center-image--label span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .media-center-image--label span {
    font-size: 11px;
    line-height: 41px;
  }
}

.media-center-image--label span {
  strong {
    font-weight: 500;
  }
}

.media-center-date {
  margin-inline-start: auto;
  text-align: end;
}

.media-center-top h2 {
  margin-inline-end: auto;
  text-align: start;
}

.media-center-link {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 10px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 15px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(51 3 47 / var(--tw-text-opacity));
}

.media-center-link:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.media-center-link::after {
  display: block;
  height: 15px;
  width: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.media-center-link:where([dir="rtl"], [dir="rtl"] *)::after {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.media-center-link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12H20M20 12L14 6M20 12L14 18' stroke='%2333032F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* .main-swiper-card {
  @apply relative h-[614px];
}
.main-swiper-card--mask {
  @apply absolute bottom-0 end-0 w-[626px];
}
.main-swiper-card--mask > svg {
  @apply w-full;
}
.main-swiper-card--circle {
  @apply flex justify-center items-center;
  @apply w-[217px] h-[217px] rounded-full overflow-hidden;
  @apply absolute -top-5 start-8;
}
.main-swiper-card--circle > img {
  @apply w-full h-full object-cover object-center;
}

.hero-content-end {
  @apply relative w-[430px] h-[313.81px] pt-[89px] pr-[25px] box-border;
  @apply md:w-[626px] md:h-[432.48px] md:pt-[212.48px] md:pb-[80px] md:pl-[136px] md:pr-0 md:mt-5;
}
.hero-content-end > svg {
  @apply absolute top-0 end-0 w-full;
}
.hero-content-end--desktop {
  @apply hidden md:block;
}
.hero-content-end--responsive {
  @apply block md:hidden;
}
.hero-content-end--content {
  @apply relative w-[275px] md:me-auto max-md:ms-auto;
  @apply md:w-[351px];
}
.hero-content-end--content > h3 {
  @apply font-inter font-semibold text-[18px] leading-[21px] tracking-[0px] text-[#626366] capitalize mb-[6px] text-start;
  @apply md:text-[24px] md:leading-[29px] md:mb-[17px];
}
.hero-content-end--content > p {
  @apply font-inter font-light text-[14px] leading-[17px] tracking-[0px] text-[#626366] text-start;
  @apply md:text-[16px] md:leading-[20px];
}
.hero-content-end--circle {
  @apply flex justify-center items-center;
  @apply w-[102px] h-[102px] rounded-full overflow-hidden;
  @apply absolute top-4 start-4;
  @apply md:w-[217px] md:h-[217px] md:-top-5 md:start-8;
}
.hero-content-end--circle > img {
  @apply w-full h-full object-cover object-center;
} */

.hero {
  position: relative;
  height: 550px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .hero {
    height: 614px;
  }
}

.hero-background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  height: 100%;
  width: 100%;
}

.hero-background > video,
.hero-background > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-brightness: brightness(.8);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hero-background-desktop-svg {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 0px;
  height: 293px;
  width: 673px;
}

@media not all and (min-width: 768px) {
  .hero-background-desktop-svg {
    display: none;
  }
}

.hero-background-desktop-svg:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hero-background-mobile-svg {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 0px;
  height: 150;
  width: 430px;
}

@media (min-width: 768px) {
  .hero-background-mobile-svg {
    display: none;
  }
}

.hero-container {
  /* @apply relative w-full h-full flex flex-col justify-end items-start gap-[76px]; */
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .hero-container {
    gap: 1.25rem;
    padding-top: 5rem;
  }
}

@media (min-width: 992px) {
  .hero-container {
    flex-wrap: nowrap;
    padding-top: 0px;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}

.hero-container-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero-container-content > h1 {
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero-container-content > h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .hero-container-content > h1 {
    font-size: 54px;
    line-height: 60px;
  }
}

.hero-container-content > h2 {
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero-container-content > h2:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .hero-container-content > h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

.hero-container-whitespace {
  height: 200px;
  width: 100%;
  flex-shrink: 0;
}

@media not all and (min-width: 992px) {
  .hero-container-whitespace {
    align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .hero-container-whitespace {
    height: 340px;
  }
}

@media (min-width: 992px) {
  .hero-container-whitespace {
    height: auto;
    width: 502px;
  }
}

@media not all and (min-width: 768px) {
  .hero-container-whitespace {
    display: none;
  }
}

.hero-swiper {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 0px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .hero-swiper {
    min-height: 190px;
    max-width: 430px;
  }
}

@media (min-width: 768px) {
  .hero-swiper {
    height: 340px;
    width: 673px;
  }
}

@media (min-width: 1200px) {
  .hero-swiper {
    inset-inline-end: 0px;
  }
}

.hero-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-inline-start: 3rem;
  padding-bottom: 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-card {
    height: 340px;
    max-width: 673px;
    gap: 1.25rem;
  }
}

.hero-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .hero-card-image {
    margin-inline-end: -5rem;
    width: 130px;
  }
}

@media not all and (min-width: 768px) {
  .hero-card-image {
    margin-inline-end: 3.5rem;
    align-self: flex-end;
  }
}

.hero-card-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-card-content {
  position: relative;
  width: 100%;
  max-width: 240px;
}

@media (min-width: 768px) {
  .hero-card-content {
    max-width: 352px;
  }
}

.hero-card-content .swiper-pagination {
  position: static;
}

.hero-card-title {
  margin-bottom: 6px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.hero-card-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .hero-card-title {
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 20px;
  }
}

.hero-card-description {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.hero-card-description:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media not all and (min-width: 768px) {
  .hero-card-description {
    display: none;
  }
}

.static-progress-bar {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.static-progress-bar > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0.5px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(98 99 102 / var(--tw-bg-opacity));
  &.active::after {
    height: 3px;
  }
  &.active::after {
    width: 100%;
  }
  &.active::after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 83 138 / var(--tw-bg-opacity));
  }
  &.active::after {
    content:'';
  }
}

.floating-social-icons {
  position: fixed;
  top: 50%;
  inset-inline-end: 0px;
  z-index: 10;
  margin-inline-end: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .floating-social-icons {
    margin-inline-end: 2.5rem;
  }
}

.floating-social-icons {
  opacity: 0.6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.floating-social-icons:hover {
  opacity: 1;
}

.floating-social-icons > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.floating-social-icons > ul > li > a {
  box-sizing: border-box;
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 0.8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.floating-social-icons > ul > li > a:hover {
  opacity: 1;
}

section.partners {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.partners {
    margin-top: 83px;
    margin-bottom: 125px;
  }
}

.partners-top {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .partners-top {
    margin-bottom: 3rem;
    align-items: center;
    gap: 2.5rem;
  }
}

/* .partners-top .partners-swiper-actions {
  @apply max-md:hidden;
} */

.partners-swiper-actions {
  margin-inline-start: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 1.75rem;
}

@media not all and (min-width: 768px) {
  .partners-swiper-actions {
    margin-bottom: 0.5rem;
  }
}

.partners-swiper-actions > button {
  height: 20px;
  width: 11px;
  position: static;
  margin: 0px;
  border-radius: 0px;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  &::after {
    display: none;
  }
}

.partners-swiper {
  position: relative;
}

.partners-swiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

/* .partners-swiper .partners-swiper-actions {
  @apply absolute top-1/2 start-0 w-full justify-between -translate-y-1/2 md:hidden;
} */

.partners-card {
  box-sizing: border-box;
  display: flex;
  height: 140px;
  width: 140px;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding: 1.5rem;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

.partners-card > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

section.search-results {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.search-results {
    margin-top: 46px;
    margin-bottom: 66px;
  }
}

.search-results-input {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-results-input > h4 {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.search-results-input > h4:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.search-results-input > h4 {
  strong {
    font-weight: 500;
  }
  strong {
    font-style: italic;
  }
}

.search-results-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-results-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.5rem;
}

@media (min-width: 992px) {
  .search-results-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.search-results-results {
  width: 100%;
}

@media (min-width: 992px) {
  .search-results-results {
    max-width: 720px;
  }
}

.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.search-results-list > li,
    .search-result-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(112,112,112,.2);
  padding-bottom: 1.25rem;
}

.search-results-list > li:last-child,
    .search-result-item:last-child {
  border-style: none;
  padding-bottom: 0px;
}

.search-results-list > li > a,
    .search-result-item > a {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.search-results-list > li > a:where([dir="rtl"], [dir="rtl"] *),
    .search-result-item > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .search-results-list > li > a,
    .search-result-item > a {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.search-results-list > li > a,
    .search-result-item > a {
  text-align: start;
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.search-results-list > li > a:visited,
    .search-result-item > a:visited {
  color: rgb(0 83 138 );
}

.search-results-list > li > a:hover,
    .search-result-item > a:hover {
  text-decoration-line: none;
}

.search-results-list > li > a:empty,
    .search-result-item > a:empty {
  display: none;
}

.search-results-list > li > p,
    .search-result-item > p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.search-results-list > li > p:where([dir="rtl"], [dir="rtl"] *),
    .search-result-item > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .search-results-list > li > p,
    .search-result-item > p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.search-results-list > li > p,
    .search-result-item > p {
  text-align: start
}

.search-results-list > li > p:empty,
    .search-result-item > p:empty {
  display: none;
}

.search-results-sidebar {
  position: relative;
  width: 100%;
  max-width: 322px;
}

@media not all and (min-width: 992px) {
  .search-results-sidebar {
    display: none;
  }
}

.search-sidebar {
  position: sticky;
  top: 0px;
}

.cta-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  padding: 0.75rem;
  padding-bottom: 2.5rem;
}

.cta-banner > h4 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.25px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.cta-banner > h4:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.cta-banner > p {
  text-align: center;
}

.cta-banner-links {
  display: flex;
  min-height: 27px;
  align-items: stretch;
  justify-content: center;
  padding-top: 1.75rem;
}

.cta-banner-links > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-inline-end-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.cta-banner-links > a:last-child {
  border-style: none;
}

.cta-banner-links > a > svg,
    .cta-banner-links > a > img {
  height: 100%;
  fill: #626366;
  stroke: #626366;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-banner-links > a > svg:hover,
    .cta-banner-links > a > img:hover {
  fill: #7DDBD3;
  stroke: #7DDBD3;
}

.dashboard-header {
  box-sizing: border-box;
  overflow: hidden;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dashboard-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.dashboard-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

.dashboard-nav-menu > span {
  --tw-text-opacity: 1;
  color: rgb(54 73 89 / var(--tw-text-opacity));
}

.dashboard-wrapper {
  box-sizing: border-box;
  padding: 2.25rem;
}

.featured-video {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .featured-video {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.featured-video--wrapper {
  position: relative;
}

.featured-video--wrapper > video {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.featured-video--overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.33);
}

.conditions-tab {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .conditions-tab {
    margin-top: 55px;
    margin-bottom: 100px;
  }
}

.conditions-tab-title {
  margin: 0px;
  margin-bottom: 2.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .conditions-tab-title {
    text-align: start;
  }
}

.conditions-tab-title-small {
  margin: 0px;
  margin-bottom: 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .conditions-tab-title-small {
    text-align: start;
  }
}

.conditions-tab-title-small {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.conditions-tab-title-small:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.conditions-tab-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 50px;
}

.conditions-tab-options {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

@media not all and (min-width: 768px) {
  .conditions-tab-options {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .conditions-tab-options {
    max-width: 428px;
  }
}

.conditions-tab-options > li {
  box-sizing: border-box;
  min-height: 45px;
  cursor: pointer;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.conditions-tab-options > li:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.conditions-tab-options > li {
  &.active,
    &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  }
  &.active,
    &:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  & > span {
    display: flex;
  }
  & > span {
    align-items: center;
  }
  & > span {
    justify-content: space-between;
  }
  & > span {
    gap: 1.25rem;
  }
  & > span {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  & > span::after {
    display: block;
  }
  & > span::after {
    height: 16px;
  }
  & > span::after {
    width: 16px;
  }
  & > span::after {
    background-size: contain;
  }
  & > span::after {
    background-position: center;
  }
  & > span::after {
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    & > span::after {
      display: none;
    }
  }
  & > span::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12H20M12 4V20' stroke='%23626366' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
  &.active > span::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23626366'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M6 12L18 12' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}

.conditions-tab-option--content {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  box-sizing: border-box;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .conditions-tab-option--content {
    display: none !important;
  }
}

.conditions-tab-option--content p {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.conditions-tab-option--content p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .conditions-tab-option--content p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.conditions-tab-option--content p {
  & > strong {
    font-weight: 600;
  }
}

.conditions-tab-option--content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: disc;
  padding-inline-start: 1.25rem;
}

.conditions-tab-option--content li {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.conditions-tab-option--content li:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .conditions-tab-option--content li {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.conditions-tab-option--content li {
  & > strong {
    font-weight: 600;
  }
}

.conditions-tab-option--content > * {
  margin-bottom: 0.75rem;
}

.conditions-tab-option--content > *:last-child {
  margin-bottom: 0px;
}

.conditions-tab-content {
  display: none;
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .conditions-tab-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
}

.conditions-tab-content br {
  margin-top: 1.25rem;
  display: block;
}

@media (min-width: 768px) {
  .conditions-tab-content br {
    margin-top: 37px;
  }
}

.conditions-tab-content br {
  content: "";
}

.conditions-tab-content p {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.conditions-tab-content p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .conditions-tab-content p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.conditions-tab-content p {
  & > strong {
    font-weight: 500;
  }
}

.conditions-tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: disc;
  padding-inline-start: 1.25rem;
}

.conditions-tab-content li {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.conditions-tab-content li:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .conditions-tab-content li {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.conditions-tab-content li {
  & > strong {
    font-weight: 500;
  }
}

.for-parents {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .for-parents {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

.for-parents-title {
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.for-parents-title > h4 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.for-parents-title > h4:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .for-parents-title > h4 {
    font-weight: 300;
  }
}

.for-parents-title > h4 {
  margin: 0px;
  text-align: start;
}

.for-parents-title > h4:empty {
  display: none;
}

.for-parents-title > h2 {
  text-align: start;
}

.for-parents-title > h2:empty {
  display: none;
}

.for-parents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .for-parents-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }
}

.for-parents-image {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .for-parents-image {
    max-width: 428px;
  }
}

.for-parents-image > img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.for-parents-content {
  flex: 1 1 0%;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.for-parents-content:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .for-parents-content {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.for-parents-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
}

.for-parents-content strong {
  font-weight: 500;
}

.for-parents-content p {
  text-align: start;
}

@media (min-width: 768px) {
  .for-parents-content p {
    line-height: 27px;
  }
}

.for-parents-content ul {
  list-style-type: disc;
  padding-inline-start: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.for-parents-content ul.no-space-list {
  gap: 0px;
}

.for-parents-content li {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.for-parents-content li:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .for-parents-content li {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.for-parents-content li {
  & > strong {
    font-weight: 500;
  }
}

.for-parents-content--link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  margin-top: auto;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.for-parents-content--link:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.for-parents-content--link {
  &::after {
    display: block;
  }
  &::after {
    height: 1px;
  }
  &::after {
    flex: 1 1 0%;
  }
  &::after {
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  }
  &::after {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &::after {
    content: '';
  }
  &:hover::after {
    height: 2px;
  }
}

.our-team {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .our-team {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.our-team-title {
  margin: 0px;
  margin-bottom: 2.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .our-team-title {
    text-align: start;
  }
}

.our-team-wrapper {
}

.our-team-swiper {
  position: relative;
}

.our-team-swiper-navigation {
  position: absolute;
  top: 50%;
  inset-inline-start: 0px;
  z-index: 1;
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  box-sizing: border-box;
  height: auto;
  width: 100vw;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

.our-team-swiper-navigation .swiper-button-next,
  .our-team-swiper-navigation .swiper-button-prev {
  position: static;
  margin: 0px;
  display: flex;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #7ddbd3cc;
  padding: 0px;
}

@media (min-width: 768px) {
  .our-team-swiper-navigation .swiper-button-next,
  .our-team-swiper-navigation .swiper-button-prev {
    display: none;
  }
}

.our-team-swiper-navigation .swiper-button-next,
  .our-team-swiper-navigation .swiper-button-prev {
  &::before {
    display: block;
  }
  &::before {
    height: 20px;
  }
  &::before {
    width: 11.43px;
  }
  &::before {
    background-size: cover;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    &::before {
      display: none;
    }
  }
  &::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%23FFFFFF'/%3E%3C/svg%3E");
  }
  &::after {
    display: none;
  }
}

.our-team-swiper-navigation .swiper-button-next {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.our-team-swiper .swiper-slide {
  width: 100%;
  max-width: 217px;
}

.full-width-slider {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .full-width-slider {
    margin-top: 100px;
    margin-bottom: 85px;
  }
}

.full-width-slider-title {
  margin: 0px;
  margin-bottom: 2.25rem;
  text-align: center;
  font-family: Gilda Display, sans-serif;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.full-width-slider-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .full-width-slider-title {
    text-align: start;
    font-size: 32px;
    line-height: 38px;
  }
}

.full-width-swiper {
  position: relative;
  height: 700px;
}

.advanced-treatment-card {
  position: relative;
  height: 100%;
  width: 100%;
}

.advanced-treatment-card-image {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.advanced-treatment-card-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-brightness: brightness(.7);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .advanced-treatment-card-content {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

.advanced-treatment-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .advanced-treatment-card-content {
    gap: 2rem;
    flex-direction: row;
    justify-content: center;
  }
}

.advanced-treatment-card-content {
  position: absolute;
  top: 0px;
  inset-inline-start: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.advanced-treatment-card-content:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.advanced-treatment-card-content--title {
  margin: 0px;
  text-align: center;
  font-family: Gilda Display, sans-serif;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .advanced-treatment-card-content--title {
    padding-bottom: 2.25rem;
  }
}

.advanced-treatment-card-content--title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .advanced-treatment-card-content--title {
    text-align: start;
  }
}

.advanced-treatment-card-content--description {
  box-sizing: border-box;
  width: 100%;
  max-width: 536px;
}

@media (min-width: 768px) {
  .advanced-treatment-card-content--description {
    margin-top: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
    padding: 2.5rem;
  }
}

.advanced-treatment-card-content--description p {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .advanced-treatment-card-content--description p {
    text-align: start;
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
}

.advanced-treatment-card-content--description p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.advanced-treatment-card-content--description strong {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .advanced-treatment-card-content--description strong {
    text-align: start;
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
}

.advanced-treatment-card-content--description strong:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.advanced-treatment-card-content--description li {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .advanced-treatment-card-content--description li {
    text-align: start;
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
}

.advanced-treatment-card-content--description li:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.advanced-treatment-card-content--description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .advanced-treatment-card-content--description ul {
    list-style-type: disc;
    padding-inline-start: 1.25rem;
  }
}

.advanced-treatment-card-content--description > * {
  margin-bottom: 0.75rem;
}

.advanced-treatment-card-content--description > *:last-child {
  margin-bottom: 0px;
}

.full-width-swiper-navigation {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  z-index: 1;
  margin-top: -1.25rem;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

.full-width-swiper-navigation .swiper-button-next,
  .full-width-swiper-navigation .swiper-button-prev {
  position: static;
  margin: 0px;
  margin-inline-start: -1.5rem;
  margin-inline-end: auto;
  display: flex;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #7ddbd3cc;
  padding: 0px;
}

@media (min-width: 768px) {
  .full-width-swiper-navigation .swiper-button-next,
  .full-width-swiper-navigation .swiper-button-prev {
    margin-inline-start: -2rem;
    height: 64px;
    width: 64px;
  }
}

.full-width-swiper-navigation .swiper-button-next,
  .full-width-swiper-navigation .swiper-button-prev {
  &::before {
    display: block;
  }
  &::before {
    height: 20px;
  }
  &::before {
    width: 11px;
  }
  &::before {
    background-size: cover;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    &::before {
      height: 23.62px;
    }
  }
  @media (min-width: 768px) {
    &::before {
      width: 13.5px;
    }
  }
  &::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%23FFFFFF'/%3E%3C/svg%3E");
  }
  &::after {
    display: none;
  }
  &.swiper-button-lock {
    display: none;
  }
}

.full-width-swiper-navigation .swiper-button-next {
  margin-inline-start: auto;
  margin-inline-end: -1.5rem;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .full-width-swiper-navigation .swiper-button-next {
    margin-inline-end: -2rem;
  }
}

.our-services {
}

.our-services-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 2rem;
  text-align: end;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.our-services-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .our-services-title {
    margin-bottom: 70px;
  }
}

.our-services-title {
  &::after {
    margin-top: 0.25rem;
  }
  &::after {
    height: 1px;
  }
  &::after {
    width: 100%;
  }
  &::after {
    max-width: 200px;
  }
  &::after {
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  }
  &::after {
    content: "";
  }
}

.our-services-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url("https://images.pexels.com/photos/162539/architecture-building-amsterdam-blue-sky-162539.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"); */
  /* background-blend-mode: soft-light; */
}

.our-services-wrapper .our-services-wrapper-image {
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  padding: 0px !important;
  & > img {
    height: 100%;
  }
  & > img {
    width: 100%;
  }
  & > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  & > img {
    -o-object-position: center;
       object-position: center;
  }
  & > img {
    opacity: 0.1;
  }
}

.our-services-wrapper h2 {
  margin-bottom: 10px;
  text-align: start;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.our-services-wrapper p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.our-services-wrapper p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .our-services-wrapper p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.our-services-wrapper p {
  text-align: start
}

.our-services-wrapper > div {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 2rem;
}

@media (min-width: 768px) {
  .our-services-wrapper > div {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 992px) {
  .our-services-wrapper > div {
    padding-top: 62px;
    padding-bottom: 62px;
    padding-left: 92px;
    padding-right: 92px;
  }
}

.our-services-one-col {
  flex: 1 1 0%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .our-services-one-col {
    min-height: 325px;
  }
}

.our-services-one-col {
  border-bottom-width: 8px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .our-services-one-col {
    border-inline-end-width: 8px;
    flex-basis: 50%;
  }
}

.our-services-one-col {
  &:nth-child(even) {
    border-inline-end-width: 0px;
  }
  @media (min-width: 768px) {
    &:nth-child(even) {
      border-inline-start-width: 8px;
    }
  }
}

.our-services-two-col {
  flex: 1 1 0%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .our-services-two-col {
    min-height: 325px;
  }
}

.our-services-two-col {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .our-services-two-col {
    border-top-width: 8px;
  }
}

.ceo-message {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-bottom: 350px;
  padding-top: 2.5rem;
}

@media (min-width: 430px) {
  .ceo-message {
    padding-bottom: 280px;
  }
}

@media (min-width: 768px) {
  .ceo-message {
    height: 670px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .ceo-message {
    padding-top: 5rem;
  }
}

.ceo-message-title {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
  text-align: start;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .ceo-message-title {
    margin-bottom: 70px;
    text-align: center;
  }
}

.ceo-message-image-mobile {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .ceo-message-image-mobile {
    display: none;
  }
}

.ceo-message-image-mobile {
  position: absolute;
  bottom: 0px;
  inset-inline-end: -2.5rem;
  height: 350px;
  width: 430px;
  overflow: hidden;
}

@media (min-width: 430px) {
  .ceo-message-image-mobile {
    inset-inline-end: 0px;
  }
}

.ceo-message-image-mobile > img {
  position: absolute;
  bottom: 0px;
  inset-inline-end: 0px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ceo-message-image {
  position: absolute;
  bottom: 0px;
  z-index: 0;
  width: 450px;
  overflow: hidden;
}

@media not all and (min-width: 992px) {
  .ceo-message-image {
    inset-inline-end: 0px;
  }
}

@media not all and (min-width: 768px) {
  .ceo-message-image {
    display: none;
  }
}

@media (min-width: 992px) {
  .ceo-message-image {
    inset-inline-start: 0px;
    width: 626px;
  }
}

@media not all and (min-width: 992px) {
  .ceo-message-image {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.ceo-message-circle {
  aspect-ratio: 1 / 1;
  height: auto;
  width: 600px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(109 210 201 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .ceo-message-circle {
    width: 790px;
  }
}

.ceo-message-circle {
  position: absolute;
  top: 110px;
}

@media not all and (min-width: 768px) {
  .ceo-message-circle {
    inset-inline-end: 33.333333%;
  }
}

@media (min-width: 768px) {
  .ceo-message-circle {
    top: 220px;
    inset-inline-end: 0px;
  }
}

.ceo-message-image > img {
  position: relative;
  margin-inline-end: auto;
}

@media not all and (min-width: 768px) {
  .ceo-message-image > img {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .ceo-message-image > img {
    margin-left: auto;
    margin-right: auto;
  }
}

.text-scroll {
  box-sizing: border-box;
  height: 250px;
  width: 100%;
  max-width: 500px;
  overflow-y: auto;
  padding-inline-end: 1.25rem;
}

@media (min-width: 768px) {
  .text-scroll {
    max-width: 450px;
    padding-inline-end: 1.75rem;
  }
}

@media (min-width: 992px) {
  .text-scroll {
    height: 320px;
    max-width: 590px;
    padding-inline-end: 3rem;
  }
}

.text-scroll > p {
  margin-bottom: 1.25rem;
  text-align: start;
}

.text-scroll > *:last-child {
  margin-bottom: 0px;
}

.text-scroll::-webkit-scrollbar {
  width: 5px;
}

.text-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,.5);
  border-left-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

.text-scroll::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(98 99 102 / var(--tw-bg-opacity));
}

.ceo-message-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2.5rem;
}

@media (min-width: 992px) {
  .ceo-message-content {
    margin-inline-start: auto;
  }
}

.ceo-details {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .ceo-details {
    margin-top: 2.5rem;
  }
}

/* BANNER */

.contact-banner {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.contact-banner-wrapper {
  box-sizing: border-box;
  display: flex;
  max-width: 600px;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .contact-banner-wrapper {
    min-height: 200px;
  }
}

.contact-banner-wrapper h1 {
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-banner-wrapper h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.contact-banner-wrapper p {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.contact-banner-wrapper p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.contact-information {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .contact-information {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

.contact-information-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .contact-information-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.contact-information-content {
  flex: 1 1 0%;
}

@media not all and (min-width: 768px) {
  .contact-information-content {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .contact-information-content {
    max-width: 300px;
  }
}

.contact-information-content > h6 {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.contact-information-content > h6:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.contact-information-content > h6 {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .contact-information-content > h6 {
    margin-bottom: 2.5rem;
  }
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .contact-links {
    gap: 2rem;
  }
}

.contact-link-location,
    .phone-link-location,
    .email-link-location {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}

.contact-link-location > div,
    .phone-link-location > div,
    .email-link-location > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration-line: none;
  h6 {
    margin: 0px;
  }
  h6 {
    text-align: start;
  }
  h6 {
    font-family: Inter, sans-serif;
  }
  h6 {
    font-size: 16px;
  }
  h6 {
    font-weight: 600;
  }
  h6 {
    text-transform: uppercase;
  }
  h6 {
    line-height: 24px;
  }
  h6 {
    letter-spacing: 1.6px;
  }
  h6 {
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
  h6 {
    text-decoration-line: none;
  }
  h6:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }
  & > span,
            & > span p {
    text-align: start;
  }
  & > span,
            & > span p {
    font-family: Inter, sans-serif;
  }
  & > span,
            & > span p {
    font-size: 16px;
  }
  & > span,
            & > span p {
    font-weight: 400;
  }
  & > span,
            & > span p {
    line-height: 24px;
  }
  & > span,
            & > span p {
    letter-spacing: 0px;
  }
  & > span,
            & > span p {
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
  & > span,
            & > span p {
    text-decoration-line: none;
  }
  & > span:where([dir="rtl"], [dir="rtl"] *),
            & > span p:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }
  & > a {
    text-align: start;
  }
  & > a {
    font-family: Inter, sans-serif;
  }
  & > a {
    font-size: 16px;
  }
  & > a {
    font-weight: 400;
  }
  & > a {
    line-height: 24px;
  }
  & > a {
    letter-spacing: 0px;
  }
  & > a {
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
  & > a {
    text-decoration-line: none;
  }
  & > a:hover {
    text-decoration-line: underline;
  }
  & > a:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }
}

.phone-link-location > div > a {
  direction: ltr;
}

.contact-information-form {
  flex: 1 1 0%;
}

@media not all and (min-width: 768px) {
  .contact-information-form {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .contact-information-form {
    max-width: 460px;
  }
}

.invalid-page {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.invalid-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 58px;
  box-sizing: border-box;
  min-height: 655px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.invalid-page-wrapper > h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px;
  text-align: center;
  font-family: Gilda Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.invalid-page-wrapper > h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .invalid-page-wrapper > h1 {
    font-size: 42px;
    line-height: 49px;
  }
}

.invalid-page-wrapper > h1 {
  span {
    text-align: center;
  }
  span {
    font-size: 110px;
  }
  span {
    line-height: 110px;
  }
  @media (min-width: 768px) {
    span {
      font-size: 172px;
    }
  }
  @media (min-width: 768px) {
    span {
      line-height: 172px;
    }
  }
}

.invalid-page-wrapper > div {
  display: flex;
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.invalid-page-wrapper > div > p {
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.45px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.invalid-page-wrapper > div > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.invalid-page-wrapper > div > a {
  margin: 0px;
  margin-top: 2.5rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.45px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.invalid-page-wrapper > div > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.invalid-page-wrapper > div > a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.invalid-page-wrapper > div > a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.image-text {
  margin-top: -1.25rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .image-text {
    margin-top: -50px;
    margin-bottom: 3.5rem;
  }
}

.image-text-wrapper {
}

.image-text--image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.25rem;
  width: 100%;
}

.image-text--image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-text--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .image-text--text {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }
}

.image-text--text > p {
  flex: 1 1 0%;
  text-align: center;
}

@media (min-width: 768px) {
  .image-text--text > p {
    max-width: 428px;
    text-align: start;
  }
}

section.services {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.services {
    margin-top: 56px;
    margin-bottom: 130px;
  }
}

.services-swiper .swiper-slide {
  width: 100%;
  max-width: 538px;
}

.services-card-image {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.48;
  height: auto;
  width: 100%;
}

.services-card-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.services-card-title {
  margin: 0px;
  margin-bottom: 0.25rem;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.services-card-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.services-card-title:empty {
  display: none;
}

.services-card-description {
  text-align: start;
}

.services-card-description:empty {
  display: none;
}

.more-services {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .more-services {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}

.more-services-title {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.more-services-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .more-services-title {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

.more-services-title {
  margin-bottom: 30px;
  text-align: start;
  font-weight: 600;
  text-transform: uppercase
}

.more-services-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  &:hover > p {
    text-decoration-line: underline;
  }
  &:hover > p {
    text-underline-offset: 2px;
  }
  &:hover img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.more-services-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.35;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.more-services-card-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.more-services-card-title {
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.more-services-card-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.more-services-card-title:empty {
  display: none;
}

section.specialties {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.specialties {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.specialties-title {
  margin: 0px;
  margin-bottom: 1.75rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.specialties-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.specialties-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 430px) {
  .specialties-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 576px) {
  .specialties-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .specialties-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 992px) {
  .specialties-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.specialties-item {
}

.specialties-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.specialties-link--image {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding: 1.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.specialties-link--image > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.specialties-link--title {
  text-align: center;
}

.specialties-link:hover .specialties-link--image:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

section.support-services {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.support-services {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.support-services-title {
  margin: 0px;
  margin-bottom: 1.75rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.support-services-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.support-services-list {
  display: grid;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 430px) {
  .support-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .support-services-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .support-services-list {
    row-gap: 3.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.support-services-item {
}

.support-services-link {
  display: block;
}

.support-services-link--image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-sizing: border-box;
  aspect-ratio: 1.35;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.support-services-link--image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.support-services-link--title {
  margin: 0px;
  margin-bottom: 0.25rem;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.support-services-link--title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .support-services-link--title {
    font-size: 24px;
    line-height: 28px;
  }
}

.support-services-link--excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: start;
}

/* .support-services-link:hover .specialties-link--image {
        @apply hover:bg-white;
    } */

section.rehab-programs {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.rehab-programs {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.rehab-programs-title {
  margin: 0px;
  padding-inline-end: 4rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.rehab-programs-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.rehab-programs-swiper {
  position: relative;
  padding-top: 1.75rem;
}

.rehab-programs-card {
}

.rehab-programs-card--image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.rehab-programs-card--image > img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.rehab-programs-card--title {
  margin: 0px;
  margin-bottom: 0.5rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.rehab-programs-card--title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.rehab-programs-card--excerpt {
  text-align: start;
}

/* @media not all and (min-width: 768px) {
        .rehab-programs-swiper .swiper-actions {
            @apply flex justify-between items-center gap-7 w-full;
            @apply absolute top-1/2 -translate-y-1/2 start-0 z-[2];
        }
        .rehab-programs-swiper .swiper-btn-prev,
        .rehab-programs-swiper .swiper-btn-next {
            @apply flex justify-center items-center;
            @apply w-[36px] h-[36px] border border-solid border-primary rounded-full overflow-hidden box-border bg-white bg-opacity-40;
            &>img {
                @apply w-[16px] h-[16px] object-contain object-center;
            }

        }
    } */

/* @media (min-width: 768px) { */

.rehab-programs-swiper .swiper-actions {
  box-sizing: border-box;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  padding-bottom: 0.25rem;
  position: absolute;
  bottom: 100%;
  inset-inline-end: 0px;
  z-index: 2;
}

.rehab-programs-swiper .swiper-button-disabled {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* } */

section.full-width-text {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.full-width-text {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.full-width-text--title {
  margin-bottom: 1.25rem;
}

section.testimonies {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.testimonies {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.testimonies-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 60px;
}

@media (min-width: 576px) {
  .testimonies-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .testimonies-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.testimonies-list--item--video {
  position: relative;
  margin-bottom: 0.75rem;
  display: flex;
  aspect-ratio: 1.8;
  height: auto;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.testimonies-list--item--video > video {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.name-tag {
  position: absolute;
  bottom: 1.25rem;
  inset-inline-start: 0px;
  padding-inline-end: 3rem;
  box-sizing: border-box;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  align-items: stretch;
  justify-content: flex-start;
}

.name-tag > span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.name-tag > span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.name-tag > span {
  max-width: 30ch;
}

.name-tag > img {
  margin-inline-start: -1px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.name-tag > img:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* .testimonies-list--item--content {
    } */

.btn-play-video {
  position: absolute;
  bottom: 1.25rem;
  inset-inline-end: 14px;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: stretch;
  justify-content: center;
}

.btn-play-video > img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.redirect-banner {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .redirect-banner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.redirect-banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.redirect-banner-title {
  margin-bottom: 1.25rem;
  text-align: center;
}

.redirect-banner-description {
  margin-bottom: 2.5rem;
  white-space: pre-line;
  text-align: center;
}

.redirect-banner-link {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.redirect-banner-link:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.redirect-banner-link {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.redirect-banner-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-slider {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .two-col-slider {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.two-col-slider-title {
  margin-bottom: 1.75rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.two-col-slider-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.two-col-swiper {
  overflow: hidden;
}

.two-col-slider-card {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}

.two-col-slider-card-image {
  margin-bottom: 1.75rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.48;
  height: auto;
  width: 100%;
}

.two-col-slider-card-image > img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.two-col-slider-card-title {
  margin-bottom: 0.75rem;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.two-col-slider-card-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.two-col-slider-card-description {
  margin-bottom: 1.25rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.two-col-slider-card-description:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.find-a-doctor {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .find-a-doctor {
    margin-top: 49px;
    margin-bottom: 82px;
  }
}

.find-a-doctor--search {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .find-a-doctor--search {
    margin-bottom: 72px;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.find-a-doctor--search > h4 {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.find-a-doctor--search > h4:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.find-a-doctor--search > form {
  display: flex;
  min-height: 54px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}

@media (min-width: 768px) {
  .find-a-doctor--search > form {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}

#findADoctorSearch {
  flex: 1 1 0%;
}

@media not all and (min-width: 768px) {
  #findADoctorSearch {
    flex-basis: 100%;
  }
}

#findADoctorSearch {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 1rem;
  padding-inline-start: 3rem;
  accent-color: #7DDBD3;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

#findADoctorSearch:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#findADoctorSearch::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

#findADoctorSearch::placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

#findADoctorSearch {
  background-repeat: no-repeat;
  background-position: center left 15px;
}

#findADoctorSearch:where([dir="rtl"], [dir="rtl"] *) {
  background-position: center right 15px;
}

#findADoctorSearch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24.412 24.412'%3E%3Cg id='Group_81' data-name='Group 81' transform='translate(-2 -2)'%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='10' cy='10' r='10' transform='translate(3 3)' fill='none' stroke='%236dd4ca' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_144' data-name='Path 144' d='M21.955,21.955,16.7,16.7' transform='translate(3.043 3.043)' fill='none' stroke='%236dd4ca' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#findADoctorDepartment,
  #findADoctorName {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  #findADoctorDepartment,
  #findADoctorName {
    max-width: 260px;
  }
}

#findADoctorDepartment,
  #findADoctorName {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 1rem;
  padding-inline-end: 3rem;
  accent-color: #7DDBD3;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

#findADoctorDepartment:where([dir="rtl"], [dir="rtl"] *),
  #findADoctorName:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#findADoctorDepartment,
  #findADoctorName {
  background-repeat: no-repeat;
  background-position: center right 15px;
}

#findADoctorDepartment:where([dir="rtl"], [dir="rtl"] *),
  #findADoctorName:where([dir="rtl"], [dir="rtl"] *) {
  background-position: center left 15px;
}

#findADoctorDepartment,
  #findADoctorName {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M5.70711 9.71069C5.31658 10.1012 5.31658 10.7344 5.70711 11.1249L10.5993 16.0123C11.3805 16.7927 12.6463 16.7924 13.4271 16.0117L18.3174 11.1213C18.708 10.7308 18.708 10.0976 18.3174 9.70708C17.9269 9.31655 17.2937 9.31655 16.9032 9.70708L12.7176 13.8927C12.3271 14.2833 11.6939 14.2832 11.3034 13.8927L7.12132 9.71069C6.7308 9.32016 6.09763 9.32016 5.70711 9.71069Z' fill='%23537B77'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.find-a-doctor--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.5rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

@media (min-width: 430px) {
  .find-a-doctor--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .find-a-doctor--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .find-a-doctor--list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .find-a-doctor--list {
    row-gap: 86px;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.find-a-doctor--list > li {
  /* @apply ; */
}

.find-a-doctor--list .team-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 202px;
}

.no-results {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.no-results > p {
  text-align: start;
}

.no-results > button {
  margin: 0px;
  box-sizing: border-box;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.no-results > button:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .no-results > button {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

.no-results > button {
  text-align: start;
  text-decoration-line: underline
}

.doctor-profile-banner {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .doctor-profile-banner {
    margin-top: -2.5rem;
  }
}

.doctor-profile-banner-intersection {
  position: absolute;
  bottom: 0px;
  inset-inline-end: 0px;
  height: auto;
  width: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .doctor-profile-banner-intersection {
    bottom: auto;
    top: 0px;
    width: 625px;
  }
}

.doctor-profile-banner-intersection:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.doctor-profile-banner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media not all and (min-width: 768px) {
  .doctor-profile-banner-wrapper {
    padding-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .doctor-profile-banner-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.doctor-profile-banner-title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .doctor-profile-banner-title {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .doctor-profile-banner-title {
    max-width: 500px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.doctor-profile-banner-title h1 {
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .doctor-profile-banner-title h1 {
    line-height: 38px;
  }
}

.doctor-profile-banner-title h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-profile-banner-title h1:empty {
  display: none;
}

@media (min-width: 768px) {
  .doctor-profile-banner-title h1 {
    font-size: 42px;
    line-height: 49px;
  }
}

.doctor-profile-banner-title h3 {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-profile-banner-title h3:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-profile-banner-title h3:empty {
  display: none;
}

@media (min-width: 768px) {
  .doctor-profile-banner-title h3 {
    font-size: 21px;
    line-height: 27px;
  }
}

.doctor-profile-banner-image {
  position: relative;
}

@media (min-width: 1200px) {
  .doctor-profile-banner-image {
    inset-inline-end: -200px;
  }
}

.doctor-profile-banner-image {
  margin-inline-start: auto;
  display: flex;
  max-width: 250px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .doctor-profile-banner-image {
    margin-inline-end: auto;
    max-width: 330px;
  }
}

.doctor-profile-banner-image {
  & > img {
    height: 100%;
  }
  & > img {
    width: 100%;
  }
  & > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.doctor-profile-tabs {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .doctor-profile-tabs {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.doctor-profile-tabs-wrapper {
  width: 100%;
  max-width: 904px;
}

.doctor-profile-tabs--options {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .doctor-profile-tabs--options {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.doctor-profile-tabs--options > div {
  position: relative;
  cursor: pointer;
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-profile-tabs--options > div:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media not all and (min-width: 768px) {
  .doctor-profile-tabs--options > div {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(125 219 211 / var(--tw-border-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: start;
  }
}

.doctor-profile-tabs--options > div {
  transition: all 0.5s ease
}

.doctor-profile-tabs--options > div:hover {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.doctor-profile-tabs--options > div {
  &::after {
    position: absolute;
  }
  &::after {
    inset-inline-start: 0px;
  }
  @media (min-width: 768px) {
    &::after {
      bottom: -9px;
    }
  }
  &::after {
    display: none;
  }
  &::after {
    height: 2px;
  }
  &::after {
    width: 0px;
  }
  &::after {
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  }
  @media (min-width: 768px) {
    &::after {
      display: block;
    }
  }
  &::after {
    transition: all 0.5s ease;
    content: '';
  }
  &:hover::after {
    width: 34px;
  }
  &.active {
    --tw-text-opacity: 1;
    color: rgb(125 219 211 / var(--tw-text-opacity));
  }
  &.active {
    &::after {
      width: 34px;
    }
  }
  &::before {
    position: absolute;
  }
  &::before {
    inset-inline-end: 0px;
  }
  &::before {
    display: block;
  }
  &::before {
    height: 16px;
  }
  &::before {
    width: 16px;
  }
  &::before {
    background-size: contain;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
  @media (min-width: 768px) {
    &::before {
      display: none;
    }
  }
  &::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12H20M12 4V20' stroke='%23626366' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
  &.active::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23626366'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M6 12L18 12' stroke='%23626366' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}

.doctor-profile-tabs--options > div > div {
  display: none;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .doctor-profile-tabs--options > div > div {
    display: none !important;
    padding: 0px;
  }
}

.doctor-profile-tabs--options > div > div {
  text-transform:none;
}

@media (min-width: 768px) {
  .doctor-profile-tabs--options > div.active > div {
    display: none !important;
  }
}

.doctor-profile-tabs--options > div > div p {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-profile-tabs--options > div > div p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-profile-tabs--options > div > div p > strong {
  font-weight: 600;
}

.doctor-profile-tabs--options > div > div ul {
  margin-inline-start: 1rem;
  list-style-type: disc;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-profile-tabs--options > div > div ul:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-profile-tabs--content {
  padding-top: 2.5rem;
}

@media not all and (min-width: 768px) {
  .doctor-profile-tabs--content {
    display: none;
  }
}

.doctor-profile-tabs--content > *:last-child {
  margin-bottom: 0px;
}

.doctor-profile-tabs--content p {
  margin-bottom: 0.75rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-profile-tabs--content p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-profile-tabs--content p > strong {
  font-weight: 600;
}

.doctor-profile-tabs--content ul {
  margin-inline-start: 1rem;
  list-style-type: disc;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-profile-tabs--content ul:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

section.doctor-detail {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.doctor-detail {
    margin-top: 2.75rem;
    margin-bottom: 4rem;
  }
}

.doctor-detail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}

@media (min-width: 768px) {
  .doctor-detail-wrapper {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.5rem;
  }
}

.doctor-info {
  display: grid;
  flex: 1 1 0%;
  gap: 1rem;
}

@media (min-width: 576px) {
  .doctor-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .doctor-info {
    max-width: 736px;
  }
}

@media (min-width: 992px) {
  .doctor-info {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1.5rem;
  }
}

.doctor-info__card {
  display: flex;
  flex: 1 1 0%;
  flex-basis: 40%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.75rem;
  box-sizing: border-box;
  border-radius: 18px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .doctor-info__card {
    min-height: 132px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-start: 1.5rem;
    padding-inline-end: 2rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 576px) {
  .doctor-info__card--biography {
    grid-column: span 2 / span 2;
  }
}

.doctor-info__icon {
  display: flex;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  & > img {
    display: block;
  }
  & > img {
    width: 100%;
  }
  & > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  & > img {
    -o-object-position: center;
       object-position: center;
  }
}

.doctor-info__title {
  margin-bottom: 0.25rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-info__title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-info__content > * {
  margin-bottom: 1.25rem;
}

.doctor-info__content > *:last-child {
  margin-bottom: 0px;
}

.doctor-info__content > p {
  white-space: pre-line;
}

.doctor-detail__sidebar {
  position: relative;
}

@media (min-width: 768px) {
  .doctor-detail__sidebar {
    margin-inline-start: auto;
  }
}

.doctor-detail__sidebar > a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.doctor-detail__sidebar > a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-detail__sidebar > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.doctor-detail__sidebar > a {
  transition: all 0.5s ease;
}

.blog-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.blog-listing {
  margin-top: 114px;
  margin-bottom: 114px;
  overflow: hidden;
}

.blog-listing-top {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .blog-listing-top {
    margin-bottom: 47px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.blog-listing-title {
  margin: 0px;
  margin-inline-end: auto;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.blog-listing-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-listing-filters {
  margin-inline-start: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 18px;
}

@media not all and (min-width: 768px) {
  .blog-listing-filters {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .blog-listing-filters {
    justify-content: center;
  }
}

#blogFilters {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 18px;
  overflow-x: auto;
}

@media not all and (min-width: 768px) {
  #blogFilters {
    padding-bottom: 0.5rem;
  }
}

.btn-blog-filter {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(109 212 202 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.btn-blog-filter:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.btn-blog-filter {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-blog-filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-blog-filter {
  &.active {
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  }
  &.active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.blog-listing-filters--selector {
  flex-shrink: 0;
  margin-inline-start: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 18px;
}

.btn-sort-by-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-sizing: border-box;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(83 123 119 / var(--tw-text-opacity));
}

.btn-sort-by-selector:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.btn-sort-by-selector.desc .btn-sort-by-selector--type {
  transform: scaleX(-1);
}

.blog-listing-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 576px) {
  .blog-listing-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .blog-listing-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 2.25rem;
  }
}

.blog-listing-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.blog-listing-card--image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: calc(352 / 200);
  height: auto;
  width: 100%;
}

.blog-listing-card--image > img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-listing-card--content {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.blog-listing-card--content .blog-date {
  margin-bottom: 6px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-listing-card--content .blog-date:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-listing-card--content .blog-title {
  margin-bottom: 12px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.45px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-listing-card--content .blog-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-listing-card--content .blog-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 3lh;
}

.blog-listing-card--content .blog-description {
  margin-bottom: 25px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-listing-card--content .blog-description:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-listing-card--content .blog-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 6lh;
}

.blog-listing-card--content .blog-link {
  margin-top: auto;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.blog-listing-card--content .blog-link:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-details {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .blog-details {
    margin-top: 105px;
    margin-bottom: 5rem;
  }
}

.blog-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .blog-details-wrapper {
    flex-direction: row;
  }
}

.blog-details-post {
  width: 100%;
  max-width: 720px;
}

/* ARTICLE */

.blog-post-data-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .blog-post-data-wrap {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.blog-post-data-wrap {
  box-sizing: border-box;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

.blog-title {
  margin-bottom: 0.75rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.45px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-post-details {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.blog-post-details--date {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-post-details--date:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-post-details--reviewer {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.7px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-post-details--reviewer:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.post-article {
  margin-top: 1.5rem;
  box-sizing: border-box;
  padding-bottom: 2.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

.post-article ul {
  margin: 0px;
  list-style-position: inside;
  list-style-type: disc;
  padding: 0px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.post-article ul:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.post-article ul > li {
  list-style-position: inside;
  list-style-type: disc;
  padding: 0px;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.post-article ul > li:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.post-article ul > li {
  strong {
    font-weight: 600;
  }
}

.post-article h5 {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.45px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.post-article h5:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.post-article p {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.post-article p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.post-article p:has(img) {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

@media not all and (min-width: 992px) {
  .post-article p:has(img) {
    flex-wrap: wrap;
  }
}

.post-article p:has(img) {
  font-size: 16px;
}

.post-article p > strong {
  font-weight: 600;
}

.blog-post-share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .blog-post-share {
    justify-content: center;
  }
}

.blog-post-share {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-post-share:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-post-share-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.blog-post-share-links > a {
  display: block;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.blog-post-share-links > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.blog-navigation {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .blog-navigation {
    padding-bottom: 0px;
    padding-top: 1.75rem;
  }
}

.blog-navigation {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

@media not all and (min-width: 768px) {
  .blog-navigation {
    border-bottom-width: 1px;
  }
}

.blog-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-navigation a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

/* SIDEBAR */

.blog-details-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .blog-details-sidebar {
    max-width: 276px;
  }

  .blog-details-sidebar > div {
    position: sticky;
    top: 140px;
  }
}

@media (min-width: 1200px) {
  .blog-details-sidebar > div {
    top: 190px;
  }
}

.related-topics {
  margin-bottom: 5rem;
}

.related-topics > span {
  box-sizing: border-box;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0px;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.related-topics > span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.related-topics-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-topics-list > li {
  box-sizing: border-box;
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

.related-topics-list > li:last-child {
  border-style: none;
}

.related-post-item {
  box-sizing: border-box;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-inline-end: 1rem;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-post-item:hover {
  opacity: 0.8;
}

.related-post-item--date {
  display: block;
  margin: 0px;
  margin-bottom: 0.25rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.related-post-item--date:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.related-post-item--title {
  display: block;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.related-post-item--title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.related-post-view-all {
  display: block;
  margin: 0px;
  margin-top: 1rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.related-post-view-all:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.related-post-view-all {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.related-post-view-all:hover {
  opacity: 0.8;
}

.bottom {
  height: 100%;
  margin-top: 100px;
}

.inner {
  border: 1px solid #7DDBD3;
  padding: 10px;
  text-align: center;
}

.inner h4 {
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.25px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.inner h4:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.inner .get-touch {
  box-sizing: border-box;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0px;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 100%;
}

.education-banner {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .education-banner {
    margin-top: -2.5rem;
  }
}

.education-banner-wrapper {
  display: flex;
  min-height: 300px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .education-banner-wrapper {
    min-height: 350px;
  }
}

.education-banner-image {
  position: absolute;
  bottom: 0px;
  inset-inline-end: 0px;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  --tw-brightness: brightness(.8);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  /* @apply max-md:self-end max-md:max-h-[300px] max-md:-me-9; */
}

.education-banner-title {
  position: relative;
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.para-full {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.para-full p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.para-full p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .para-full p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.para-full p {
  margin-bottom: 1.25rem;
  text-align: start
}

.para-full p:last-child {
  margin: 0px;
}

section.categories {
  margin-top: 2.5rem;
  margin-bottom: 200px;
  overflow: hidden;
}

.categories-select {
  margin-bottom: 2.5rem;
}

.categories-select select {
  box-sizing: border-box;
  height: 40px;
  min-width: 280px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-end: 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.categories-select select:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.categories-select select {
  background-repeat: no-repeat;
  background-position: center right 16px;
}

.categories-select select:where([dir="rtl"], [dir="rtl"] *) {
  background-position: center left 16px;
}

.categories-select select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.738' height='11.285' viewBox='0 0 19.738 11.285'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M16.06,19.13l7.463-7.469a1.4,1.4,0,0,1,1.992,0,1.422,1.422,0,0,1,0,2l-8.456,8.462a1.408,1.408,0,0,1-1.945.041L6.6,13.665a1.411,1.411,0,0,1,1.992-2Z' transform='translate(-6.188 -11.246)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.btn-categories-all {
  box-sizing: border-box;
  display: flex;
  height: 40px;
  min-width: 200px;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-inline-end: 3rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  background-color: transparent;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.btn-categories-all:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.btn-categories-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-categories-all:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-categories-all {
  margin-inline-start: auto;
  background-repeat: no-repeat;
  background-position: center right 16px;
}

.btn-categories-all:where([dir="rtl"], [dir="rtl"] *) {
  background-position: center left 16px;
}

.btn-categories-all {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.738' height='11.285' viewBox='0 0 19.738 11.285'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M16.06,19.13l7.463-7.469a1.4,1.4,0,0,1,1.992,0,1.422,1.422,0,0,1,0,2l-8.456,8.462a1.408,1.408,0,0,1-1.945.041L6.6,13.665a1.411,1.411,0,0,1,1.992-2Z' transform='translate(-6.188 -11.246)' fill='%237DDBD3'/%3E%3C/svg%3E%0A");
  &:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.738' height='11.285' viewBox='0 0 19.738 11.285'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M16.06,19.13l7.463-7.469a1.4,1.4,0,0,1,1.992,0,1.422,1.422,0,0,1,0,2l-8.456,8.462a1.408,1.408,0,0,1-1.945.041L6.6,13.665a1.411,1.411,0,0,1,1.992-2Z' transform='translate(-6.188 -11.246)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
  /* &.active {
            @apply bg-primary text-white;
        } */
}

.categories-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 1.25rem;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

@media (min-width: 430px) {
  .categories-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .categories-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .categories-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .education-center-video-list .categories-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.categories-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

@media not all and (min-width: 430px) {
  .categories-card {
    width: 100%;
  }
}

.categories-card {
  /* @apply w-[230px]; */
}

.categories-card[data-category="video"] {
  display: none;
}

.education-center-video-list .categories-card[data-category="video"] {
  display: flex;
}

.categories-card-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.categories-card-image .btn-play-video {
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.categories-card-image .btn-play-video img {
  width: 30px;
}

.categories-card-image--image > img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.15;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.categories-card-image--image > video {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.8;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.categories-card-image--image > img,
    .categories-card-image--image > video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.categories-card-image--label {
  box-sizing: border-box;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding: 0.25rem;
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.7px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .categories-card-image--label {
    font-size: 14px;
    line-height: 20px;
  }
}

.categories-card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.categories-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.btn-quick-view {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0px;
  margin-inline-end: auto;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-quick-view {
    font-size: 12px;
  }
}

.btn-download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0px;
  margin-inline-start: auto;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-download-link {
    font-size: 12px;
  }
}

.categories-filter {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .categories-filter {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.education-center-categories {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
}

.education-center-categories > label {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.education-center-categories > label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.popular-categories-options {
  display: flex;
  height: 40px;
  flex: 1 1 0%;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.popular-categories-options > a {
  box-sizing: border-box;
  display: flex;
  height: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  background-color: transparent;
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.popular-categories-options > a:hover,
    .popular-categories-options > a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.education-center-selects {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .education-center-selects {
    margin-inline-start: auto;
  }
}

.education-center-selects > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.education-center-selects--content-type {
  width: 126px;
}

.education-center-selects--sub-categories {
  width: 240px;
}

.education-center-selects > div > label {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.education-center-selects > div > label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.education-center-selects > div > select {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-end: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.education-center-selects > div > select:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.education-center-selects > div > select {
  background-repeat: no-repeat;
  background-position: center right 11px;
}

.education-center-selects > div > select:where([dir="rtl"], [dir="rtl"] *) {
  background-position: center left 11px;
}

.education-center-selects > div > select {
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23537B77' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
}

.feedback-banner {
  box-sizing: border-box;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 65px;
}

.feedback-banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 650px;
}

.feedback-banner-wrapper > h1 {
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.feedback-banner-wrapper > h1:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.feedback-banner-wrapper > h6 {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.feedback-banner-wrapper > h6:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.feedback-progress {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.feedback-progress-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .feedback-progress-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

.feedback-progress-title {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.feedback-progress-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.feedback-progress-wrapper > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
}

.feedback-progress-bar {
  display: flex;
  flex: 1 1 0%;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .feedback-progress-bar {
    gap: 1.25rem;
  }
}

.feedback-progress-bar > button {
  display: block;
  flex: 1 1 0%;
  cursor: pointer;
  height: 3px;
  width: 100%;
  max-width: 70px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.feedback-progress-bar > button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 138 / var(--tw-bg-opacity));
}

.feedback-progress-bar > button {
  &.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 83 138 / var(--tw-bg-opacity));
  }
}

.feedback-form {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

#feedbackForm:where([dir="rtl"], [dir="rtl"] *) {
  direction: rtl;
}

#feedbackForm > fieldset {
}

#feedbackForm > fieldset > legend {
  display: block;
  margin-bottom: 14px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#feedbackForm > fieldset > legend:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#feedbackForm > fieldset > p {
  display: block;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.53px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#feedbackForm > fieldset > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#feedbackForm > fieldset > span {
  display: block;
  margin: 0px;
  margin-top: 0.5rem;
  max-width: 790px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#feedbackForm > fieldset > span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#feedbackForm .radio-field {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#feedbackForm .radio-field > p {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

#feedbackForm .radio-field > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#feedbackForm .radio-field > p:empty {
  display: none;
}

#feedbackForm .icon-radio-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  #feedbackForm .icon-radio-group {
    gap: 50px;
  }
}

#feedbackForm .icon-radio-group .radio-item {
  display: flex;
  max-width: 95px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#feedbackForm .icon-radio-group .radio-item .wpcf7-form-control-wrap {
  display: none;
}

#feedbackForm .icon-radio-group .radio-item input[type="radio"] {
  display: none;
}

#feedbackForm .icon-radio-group .radio-item label {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#feedbackForm .icon-radio-group .radio-item label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#feedbackForm .icon-radio-group .radio-item:has(input:checked) span {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

#feedbackForm .icon-radio-group .radio-item svg {
  width: 100%;
  max-width: 60px;
}

#feedbackForm .icon-radio-group .radio-item span {
  margin: 0px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#feedbackForm .icon-radio-group .radio-item span:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#feedbackForm .icon-radio-group .radio-item br {
  display: none;
}

.feedback-form-navigation {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25rem;
}

.feedback-form-navigation > button {
  min-width: 130px;
}

#feedbackForm .textarea-field {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 733px;
}

#feedbackForm .textarea-field textarea {
  border-radius: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 100%;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.53px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#feedbackForm .textarea-field textarea:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#feedbackForm .textarea-field textarea {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

#feedbackForm .input-group {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  max-width: 790px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  #feedbackForm .input-group {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    flex-direction: row;
  }
}

#feedbackForm .input-group > .field {
  margin-bottom: 0px;
  display: flex;
  max-width: 352px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
}

#feedbackForm .input-group > .field > label {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

#feedbackForm .input-group > .field > label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

#feedbackForm .input-group > .field > input {
  border-radius: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-sizing: border-box;
  height: 37px;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3.2px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

#feedbackForm .input-group > .field > input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

#feedbackForm .input-group > .field > input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

#feedbackForm .input-group > .field > input:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.thank-you-banner {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.thank-you-banner-wrapper {
  box-sizing: border-box;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  h1 {
    margin: 0px;
  }
  h1 {
    text-align: center;
  }
  h1 {
    font-family: Gilda Display, sans-serif;
  }
  h1 {
    font-size: 54px;
  }
  h1 {
    font-weight: 400;
  }
  h1 {
    line-height: 63px;
  }
  h1 {
    letter-spacing: 0px;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  h1:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }
  p {
    margin: 0px;
  }
  p {
    text-align: center;
  }
  p {
    font-family: Inter, sans-serif;
  }
  p {
    font-size: 21px;
  }
  p {
    font-weight: 300;
  }
  p {
    line-height: 27px;
  }
  p {
    letter-spacing: 1.05px;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(98 99 102 / var(--tw-text-opacity));
  }
  p:where([dir="rtl"], [dir="rtl"] *) {
    font-family: Tajawal, sans-serif;
  }
}

.appointment-form {
  margin-top: 60px;
  margin-bottom: 60px;
}

.appointment-form-wrapper > p {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.appointment-form-wrapper > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.appointment-form-wrapper > p {
  margin-bottom: 2.5rem;
}

.appointment-form-wrapper > p:empty {
  display: none;
}

@media (min-width: 768px) {
  .appointment-form-wrapper > p {
    margin-bottom: 5rem;
  }
}

.appointment-form-wrapper:has(.doctor-profile) .doctor-selection {
  display: none;
}

.doctor-profile {
  display: flex;
  text-align: center;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.doctor-profile img {
  width: 162px;
}

.doctor-profile .doc-title {
  margin: 0px;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.58px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-profile .doc-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-profile .speciality {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.doctor-profile .speciality:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.doctor-profile .view {
  margin-top: 18px;
  /* padding-top: 18px; */
  margin-bottom: 0;
}

.doctor-profile div:last-child {
  text-align: left;
}

.field.field-style-1,
    .field.field-style-2 {
  margin: 0px;
}

.field.field-style-1 label {
  display: none;
  /* @apply font-inter font-semibold text-primary text-[14px] leading-[17px] tracking-[2.8px] text-start m-0; */
}

.field-style-2 label {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field-style-2 label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.field.field-style-1 input,
    .field.field-style-2 input {
  border-radius: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-sizing: border-box;
  height: 37px;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(98 99 102 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(54 73 89 / var(--tw-text-opacity));
}

.field.field-style-1 input:where([dir="rtl"], [dir="rtl"] *),
    .field.field-style-2 input:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.field.field-style-1 input::-moz-placeholder, .field.field-style-2 input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field.field-style-1 input::placeholder,
    .field.field-style-2 input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field-style-2 input {
  --tw-text-opacity: 1;
  color: rgb(54 73 89 / var(--tw-text-opacity));
}

.field-style-2 input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.field-style-2 input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.field.field-style-1 input[type="date"],
    .field.field-style-2 input[type="date"] {
  background-repeat: no-repeat;
  padding-inline-end: 0.75rem;
  background-position: center right 10px;
}

.field.field-style-1 input[type="date"]:where([dir="rtl"], [dir="rtl"] *),
    .field.field-style-2 input[type="date"]:where([dir="rtl"], [dir="rtl"] *) {
  text-align: end;
  background-position: center left 10px;
}

.field.field-style-1 input[type="date"],
    .field.field-style-2 input[type="date"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.361' height='19.742' viewBox='0 0 21.361 19.742'%3E%3Cg id='Group_11909' data-name='Group 11909' transform='translate(-374 -255.276)'%3E%3Cpath id='Path_2785' data-name='Path 2785' d='M374.755,275.018h19.853a.746.746,0,0,0,.754-.755V257.428a.746.746,0,0,0-.754-.755h-3.736v-.643a.754.754,0,1,0-1.508,0v.643h-9.236v-.643a.755.755,0,0,0-1.509,0v.643h-3.863a.747.747,0,0,0-.755.755v16.854a.754.754,0,0,0,.755.736Zm.754-16.835h3.109v.4a.755.755,0,1,0,1.509,0v-.4h9.236v.4a.754.754,0,1,0,1.508,0v-.4h3v1.95H375.508Zm0,3.459h18.344v11.885H375.508Zm0,0' transform='translate(0 0)' fill='%23626366'/%3E%3Cpath id='Path_2786' data-name='Path 2786' d='M405.211,297.995H394.356a.755.755,0,0,0,0,1.509h10.855a.755.755,0,0,0,0-1.509Zm0,0' transform='translate(-15.094 -32.894)' fill='%23626366'/%3E%3Cpath id='Path_2787' data-name='Path 2787' d='M399.784,313.835h-5.428a.755.755,0,0,0,0,1.509h5.428a.755.755,0,1,0,0-1.509Zm0,0' transform='translate(-15.094 -45.091)' fill='%23626366'/%3E%3C/g%3E%3C/svg%3E%0A");
  &::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator {
    opacity: 0;
  }
}

.field.field-style-1 select {
  border-radius: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-sizing: border-box;
  height: 37px;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(98 99 102 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field.field-style-1 select:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.field.field-style-1 select {
  background-repeat: no-repeat;
  padding-inline-end: 2rem;
  background-position: center right 10px;
}

.field.field-style-1 select:where([dir="rtl"], [dir="rtl"] *) {
  background-position: center left 10px;
}

.field.field-style-1 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.765' height='6.474' viewBox='0 0 10.765 6.474'%3E%3Cg id='arrow-right' transform='translate(11.047 0.289) rotate(90)'%3E%3Cpath id='arrow-right-2' data-name='arrow-right' d='M.5,9.145,5.164,4.778.5.5' transform='translate(0.271 0.842)' fill='none' stroke='%2300538a' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
  /* for IE10 */
  &::-ms-expand {
    display: none;
  }
}

.field-style-2 > label {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field-style-2 > label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.field-style-2  select {
  border-radius: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-sizing: border-box;
  height: 37px;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.field-style-2  select:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.form-agreement {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .form-agreement {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.form-agreement {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.7px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.form-agreement:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.form-agreement a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-agreement a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.form-agreement input {
  display: none;
  &:checked ~ label {
    background-image: url("data:image/svg+xml,%3Csvg fill='%237DDBD3' width='16' height='16' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M5 16.577l2.194-2.195 5.486 5.484L24.804 7.743 27 9.937l-14.32 14.32z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
  &:checked ~ label {
    background-size: contain;
  }
  &:checked ~ label {
    background-position: center;
  }
  &:checked ~ label {
    background-repeat: no-repeat;
  }
}

.form-agreement .wpcf7-not-valid-tip {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding-top: 0.75rem;
}

.form-agreement label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.7px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.form-agreement label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.form-agreement label {
  &::before {
    display: block;
  }
  &::before {
    height: 33px;
  }
  &::before {
    width: 33px;
  }
  &::before {
    border-radius: 2px;
  }
  &::before {
    box-sizing: border-box;
  }
  &::before {
    border-width: 1px;
  }
  &::before {
    border-style: solid;
  }
  &::before {
    --tw-border-opacity: 1;
    border-color: rgb(125 219 211 / var(--tw-border-opacity));
  }
  &::before {
    display: flex;
  }
  &::before {
    flex-shrink: 0;
  }
  &::before {
    align-items: center;
  }
  &::before {
    justify-content: center;
  }
  &::before {
    content: '';
  }
}

.form-agreement label:has(input:checked) {
  &::before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%237DDBD3' width='16' height='16' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M5 16.577l2.194-2.195 5.486 5.484L24.804 7.743 27 9.937l-14.32 14.32z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
  &::before {
    background-size: contain;
  }
  &::before {
    background-position: center;
  }
  &::before {
    background-repeat: no-repeat;
  }
}

.form-agreement > p {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.7px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.form-agreement > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.form-actions {
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .form-actions {
    margin-top: 5rem;
  }
}

.form-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .form-actions {
    flex-direction: row;
  }
}

.form-actions > button {
  min-height: 45px;
}

@media not all and (min-width: 768px) {
  .form-actions > button {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .form-actions > button {
    min-width: 250px;
  }
}

.form-actions > p {
  min-height: 45px;
}

@media not all and (min-width: 768px) {
  .form-actions > p {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .form-actions > p {
    min-width: 250px;
  }
}

.form-actions > p {
  & > button,
        & > input {
    width: 100%;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.container {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 36px;
  padding-left: 36px;
}

@media (min-width: 1200px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

section.text-content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.text-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.custom-wysiwyg-content {
}

.custom-wysiwyg-content h1 {
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.custom-wysiwyg-content h4 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

h1,
  .heading-one {
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 42px;
}

h1:where([dir="rtl"], [dir="rtl"] *),
  .heading-one:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  h1,
  .heading-one {
    font-size: 54px;
    line-height: 63px;
  }
}

h2,
  .heading-two {
  font-family: Gilda Display, sans-serif;
  font-size: 27px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

h2:where([dir="rtl"], [dir="rtl"] *),
  .heading-two:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  h2,
  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }
}

h3,
  .heading-three {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

h3:where([dir="rtl"], [dir="rtl"] *),
  .heading-three:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  h3,
  .heading-three {
    font-size: 27px;
    line-height: 36px;
  }
}

p,
  .paragraph-text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

p:where([dir="rtl"], [dir="rtl"] *),
  .paragraph-text:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  p,
  .paragraph-text {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

p,
  .paragraph-text {
  strong {
    font-weight: 600;
  }
}

/* TWO COL TEXT SECTION */

.two-col-text {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-text {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.two-col-text-title {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .two-col-text-title {
    margin-bottom: 2.25rem;
  }
}

.two-col-text-wrapper {
  display: block;
}

@media (min-width: 768px) {
  .two-col-text-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 50px;
  }
}

@media not all and (min-width: 768px) {
  .two-col-text-wrapper > * {
    margin-bottom: 1.5rem;
  }

  .two-col-text-wrapper > *:last-child {
    margin-bottom: 0px;
  }
}

.two-col-text-wrapper > div {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .two-col-text-wrapper > div {
    max-width: 428px;
  }
}

.two-col-text-wrapper > div {
  display: none;
}

.two-col-text-wrapper > div:first-child {
  display: block;
}

@media (min-width: 768px) {
  .two-col-text-wrapper > div {
    display: block !important;
  }
}

.two-col-text-wrapper > button {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 83 138 / var(--tw-text-opacity));
}

.two-col-text-wrapper > button:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .two-col-text-wrapper > button {
    display: none;
  }
}

.two-col-text-wrapper > div {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .two-col-text-wrapper > div {
    max-width: 428px;
  }
}

.two-col-text-wrapper p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.two-col-text-wrapper p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .two-col-text-wrapper p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.two-col-text-wrapper p {
  text-align: start
}

.two-col-text-content {
  max-width: 888px;
  -moz-columns: 2;
       columns: 2;
}

@media (min-width: 768px) {
  .two-col-text-content {
    gap: 50px;
  }
}

.two-col-text-content p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.two-col-text-content p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .two-col-text-content p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
  }
}

.two-col-text-content p {
  text-align: start
}

/* DOCTOR TEAM CARD */

.team-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.team-card-image {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  max-width: 162px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
}

.team-card-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-card-profile-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0px;
  margin-bottom: 25px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.team-card-profile-link:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.team-card-profile-link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  &::after {
    display: block;
  }
  &::after {
    height: 1px;
  }
  &::after {
    width: 34px;
  }
  &::after {
    flex-shrink: 0;
  }
  &::after {
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  }
  &::after {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &::after {
    content: "";
  }
  &:hover::after {
    width: 100%;
  }
}

.team-card-title {
  margin: 0px;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: Gilda Display, sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.58px;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity));
}

.team-card-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.team-card-description {
  margin: 0px;
  margin-bottom: 13px;
  min-height: 59px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity));
}

.team-card-description:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.team-card-appointment-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0px;
  margin-top: auto;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.team-card-appointment-link:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.team-card-appointment-link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  &::after {
    display: block;
  }
  &::after {
    height: 1px;
  }
  &::after {
    width: 34px;
  }
  &::after {
    flex-shrink: 0;
  }
  &::after {
    --tw-bg-opacity: 1;
    background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  }
  &::after {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &::after {
    content: "";
  }
  &:hover::after {
    width: 100%;
  }
}

.custom-swiper-navigation {
  display: flex;
  height: 32px;
  width: 100%;
  max-width: 50px;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .custom-swiper-navigation {
    height: 38px;
  }
}

.btn-swiper-prev,
  .btn-swiper-next {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0px;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  &.swiper-button-disabled {
    opacity: 0.5;
  }
}

.btn-swiper-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.434 20'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.7,16.191,22.265,8.63a1.429,1.429,0,0,0-2.024-2.018l-8.574,8.568a1.426,1.426,0,0,0-.042,1.971l8.609,8.627a1.429,1.429,0,0,0,2.024-2.018Z' transform='translate(-11.251 -6.194)' fill='%237ddbd3'/%3E%3C/svg%3E%0A");
}

.btn-swiper-prev:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-swiper-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.434' height='20' viewBox='0 0 11.434 20'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.7,16.191,22.265,8.63a1.429,1.429,0,0,0-2.024-2.018l-8.574,8.568a1.426,1.426,0,0,0-.042,1.971l8.609,8.627a1.429,1.429,0,0,0,2.024-2.018Z' transform='translate(22.685 26.194) rotate(180)' fill='%237ddbd3'/%3E%3C/svg%3E%0A");
}

.btn-swiper-next:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.get-in-touch-banner {
  margin-top: 2.5rem;
  box-sizing: border-box;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .get-in-touch-banner {
    margin-top: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.get-in-touch-banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .get-in-touch-banner-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.get-in-touch-banner-image {
  margin-inline-end: auto;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .get-in-touch-banner-image {
    max-width: 535px;
  }
}

.get-in-touch-banner-image > img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.get-in-touch-banner-content {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .get-in-touch-banner-content {
    max-width: 444px;
  }
}

.get-in-touch-banner-content > h4 {
  margin-bottom: 6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.get-in-touch-banner-content > h2 {
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.get-in-touch-banner-content > p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.get-in-touch-banner-content > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .get-in-touch-banner-content > p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.45px;
  }
}

.get-in-touch-banner-content > p {
  margin-bottom: 1.25rem;
  font-weight: 300
}

@media (min-width: 768px) {
  .get-in-touch-banner-content > p {
    margin-bottom: 2.75rem;
    line-height: 24px;
  }
}

.btn-inquire-now {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.btn-inquire-now:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.btn-inquire-now {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-inquire-now:hover {
  opacity: 0.75;
}

.btn-inquire-now::after {
  content: '';
  height: 1px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn-white-outline {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white-outline:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.btn-white-outline {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-white-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.btn-outline-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  background-color: transparent;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.btn-outline-primary:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.btn-outline-primary {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.btn-primary {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(54 73 89 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 73 89 / var(--tw-bg-opacity));
}

.input-group {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  max-width: 790px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 768px) {
  .input-group {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    flex-direction: row;
    gap: 1.25rem;
  }
}

.input-group .field {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .input-group .field {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .input-group .field {
    max-width: 352px;
  }
}

.field {
  margin-bottom: 1.25rem;
  display: block;
}

@media (min-width: 768px) {
  .field {
    margin-bottom: 2.5rem;
  }
}

.field > p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field label {
  display: block;
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field label:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.field br {
  display: none;
}

.field input {
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-sizing: border-box;
  height: 30px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(54 73 89 / var(--tw-text-opacity));
}

.field input:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.field input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field textarea {
  min-height: 100px;
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-sizing: border-box;
  height: 30px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(125 219 211 / var(--tw-border-opacity));
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 2.8px;
  --tw-text-opacity: 1;
  color: rgb(54 73 89 / var(--tw-text-opacity));
}

.field textarea:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.field textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(125 219 211 / var(--tw-text-opacity));
}

.field .wpcf7-not-valid-tip {
  margin: 0px;
  margin-top: 0.75rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.field .wpcf7-not-valid-tip:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-banner {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .blog-card {
    flex-direction: row;
    gap: 0px;
  }
}

.blog-card .static-progress-bar {
  max-width: 300px !important;
}

.blog-card .banner-mask {
  position: relative;
  bottom: 0px;
  inset-inline-end: 0px;
  z-index: 0;
}

.blog-card-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.blog-card-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-card-content {
    height: 100%;
  }
}

.blog-card-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .blog-card-content {
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
  }
}

.blog-card-content .container {
  width: 100%;
}

.blog-card-content .container > * {
  max-width: 480px;
}

.blog-card-content .blog-card-type {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.blog-card-content .blog-card-type:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-card-content .blog-card-type {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blog-card-content .blog-card-title {
  margin: 0px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: block;
  text-align: start;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-card-content .blog-card-title:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

@media (min-width: 768px) {
  .blog-card-content .blog-card-title {
    font-size: 42px;
    line-height: 49px;
  }
}

.blog-card-content .blog-card-data {
  margin: 0px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.7px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .blog-card-content .blog-card-data {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.blog-card-content .blog-card-data:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.blog-toggle {
  display: flex;
  max-width: 300px !important;
  align-items: center;
  justify-content: flex-start;
}

.blog-toggle > div {
  position: relative;
  height: 3px;
  flex: 1 1 0%;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  &::after {
    content: '';
  }
  &::after {
    position: absolute;
  }
  &::after {
    height: 1px;
  }
  &::after {
    width: 100%;
  }
  &::after {
    --tw-bg-opacity: 1;
    background-color: rgb(98 99 102 / var(--tw-bg-opacity));
  }
}

.blog-toggle > div.active,
    .blog-toggle > div:hover {
  &::after {
    height: 100%;
  }
  &::after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 83 138 / var(--tw-bg-opacity));
  }
}

.google-review {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .google-review {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.google-review-top {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .google-review-top {
    gap: 2.5rem;
  }
}

.google-review-overall {
  margin-inline-start: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.google-review-overall > * {
  flex-shrink: 0;
}

.google-review-overall-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.google-review-overall-stars > * {
  flex-shrink: 0;
}

.google-review-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.google-review-swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  height: auto;
  background-color: rgb(125 219 211 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.15;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .google-review-swiper .swiper-wrapper .swiper-slide {
    padding: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }
}

.google-review-card {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.google-review-card--profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.google-review-card--profile-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
}

.google-review-card--profile-image > img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.google-review-card--profile-details {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 2px;
}

.google-review-card--profile-details > p {
  margin: 0px;
  text-align: start;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 16px;
  letter-spacing: 0.35px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.google-review-card--profile-details > p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.google-review-card--profile-details > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}

.google-review-card--review {
}

.google-review-card--review p {
  margin: 0px;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}

.google-review-card--review p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}

.google-review-card--review p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.google-review-card--review.expanded p {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.empty\:hidden:empty {
  display: none;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 150 72 / var(--tw-bg-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

@media not all and (min-width: 768px) {
  .max-md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 576px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:min-w-96 {
    min-width: 24rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:ps-10 {
    padding-inline-start: 2.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 992px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:me-auto {
    margin-inline-end: auto;
  }

  .lg\:ms-0 {
    margin-inline-start: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

.ltr\:rotate-90:where([dir="ltr"], [dir="ltr"] *) {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:-rotate-90:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:-scale-x-100:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:font-tajawal:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Tajawal, sans-serif;
}
