/* 
Theme Name: Bootstrap 4 Sass
Description: Bootstrap 4 with Sass
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
/* TYPOGRAPHY */
/* Google Fonts */
/* GENERAL STYLES
-------------------------------------------------*/
:root {
  --font-weight-normal: $font-weight-normal;
  --font-weight-semi-bold: $font-weight-semi-bold;
}

a {
  color: inherit;
}

p {
  margin-block-end: 0.5rem;
}

/* COLORS 
--------------------------------------------------*/
.bg-inverse {
  background: rgb(242, 215, 147) !important;
}

.node__content {
  margin-top: 0;
  font-size: unset;
}

.menu--account li a {
  color: rgb(242, 215, 147);
}

.site-name-slogan a {
  text-decoration: none;
}

.card-group img {
  margin: 0;
  width: 100%;
  height: auto;
}

.card-group .field--type-image {
  margin: 0;
}

.slick {
  width: 100%;
}

.slick > div {
  margin: 0 0.9375rem;
}

.border-white-20 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fs-0 {
  font-size: 0 !important;
}

.gap-20 {
  gap: 1.25rem;
}

.mb-4 {
  margin-block-end: 1.5rem;
}

.mt-4 {
  margin-block-start: 1.5rem;
}

/* CONTAINER & GRID OVERRIDES
-------------------------------------------------*/
@media (max-width: 36rem) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-inline-end: var(--bs-gutter-x);
    padding-inline-start: var(--bs-gutter-x);
  }
}

@media (max-width: 36rem) {
  .row {
    --bs-gutter-x: 1rem;
  }
}

h1,
.h1 {
  font-size: 2.75rem;
  line-height: 3.25rem;
}
@media (max-width: 64rem) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 36rem) {
  h1,
  .h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h2,
.h2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media (max-width: 90rem) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 64rem) {
  h2,
  .h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 36rem) {
  h2,
  .h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

h3,
.h3 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}
@media (max-width: 90rem) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 64rem) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 36rem) {
  h3,
  .h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.625rem;
  line-height: 2rem;
}
@media (max-width: 90rem) {
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 64rem) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 36rem) {
  h4,
  .h4 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 64rem) {
  h5,
  .h5 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (max-width: 64rem) {
  h6,
  .h6 {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.display-1 {
  font-size: 2.875rem;
  line-height: 3.5rem;
}
@media (max-width: 90rem) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 64rem) {
  .display-1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 36rem) {
  .display-1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.display-2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media (max-width: 90rem) {
  .display-2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 64rem) {
  .display-2 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media (max-width: 36rem) {
  .display-2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.display-3 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}
@media (max-width: 90rem) {
  .display-3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 64rem) {
  .display-3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.display-4 {
  font-size: 1.625rem;
  line-height: 2rem;
}
@media (max-width: 90rem) {
  .display-4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 64rem) {
  .display-4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.typography-body-xlarge {
  font-size: 1.375rem;
  line-height: 2rem;
}
@media (max-width: 90rem) {
  .typography-body-xlarge {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 75rem) {
  .typography-body-xlarge {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 36rem) {
  .typography-body-xlarge {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.typography-body-large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .typography-body-large {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .typography-body-large {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

body,
.typography-body-default {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  body,
  .typography-body-default {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  body,
  .typography-body-default {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}

.typography-body-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 90rem) {
  .typography-body-small {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  .typography-body-small {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.typography-body-xsmall {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (max-width: 90rem) {
  .typography-body-xsmall {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}
@media (max-width: 36rem) {
  .typography-body-xsmall {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }
}

.typography-body-tiny {
  font-size: 0.625rem;
  line-height: 0.75rem;
}
@media (max-width: 90rem) {
  .typography-body-tiny {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
}

a.typography-link-xlarge {
  font-size: 1.375rem;
  line-height: 2rem;
}
@media (max-width: 90rem) {
  a.typography-link-xlarge {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 64rem) {
  a.typography-link-xlarge {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.typography-link-large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  a.typography-link-large {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  a.typography-link-large {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

a {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  a {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

a.typography-link-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 90rem) {
  a.typography-link-small {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

a.typography-link-tiny {
  font-size: 2.875rem;
  line-height: 3.5rem;
}
@media (max-width: 90rem) {
  a.typography-link-tiny {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
}

.typography-riyal-xlarge {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .typography-riyal-xlarge {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 64rem) {
  .typography-riyal-xlarge {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.typography-riyal-lg {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  .typography-riyal-lg {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 64rem) {
  .typography-riyal-lg {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.typography-riyal-default {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 90rem) {
  .typography-riyal-default {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 64rem) {
  .typography-riyal-default {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}

.typography-riyal-sm {
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 90rem) {
  .typography-riyal-sm {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.typography-riyal-xs {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (max-width: 90rem) {
  .typography-riyal-xs {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}

.riyal-heading2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media (max-width: 90rem) {
  .riyal-heading2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 75rem) {
  .riyal-heading2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 62rem) {
  .riyal-heading2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.badge {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  .badge {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  .badge {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item a,
.breadcrumb-item span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .breadcrumb-item a,
  .breadcrumb-item span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .breadcrumb-item a,
  .breadcrumb-item span {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.breadcrumb-item:not(.active) a {
  color: #575757;
}
.breadcrumb-item:not(.active) a:hover {
  color: #1A1C1E;
}
.breadcrumb-item::before {
  height: 16px;
}

.pagination .page-item .icon {
  background: url(../images/icons/caret-grey.svg);
  background-size: 9px 16px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.75rem;
}
.pagination .page-item .icon.icon-reverse {
  rotate: 180deg;
}
.pagination .page-item .page-link {
  box-sizing: content-box;
  width: 26px;
  height: 22px;
  display: flex;
  justify-content: center;
  border-radius: 0.75rem;
  margin-inline-start: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .pagination .page-item .page-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .pagination .page-item .page-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:first-child .page-link:focus, .pagination .page-item:last-child .page-link:hover, .pagination .page-item:last-child .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

ul li::marker,
ol li::marker {
  color: #A44F17;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-semi-bold);
}
@media (max-width: 90rem) {
  ul li::marker,
  ol li::marker {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  ul li::marker,
  ol li::marker {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.text-formatted ul.custom-list,
.text-formatted ol.custom-list,
.ck ul.custom-list,
.ck ol.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-formatted ul.custom-list li,
.text-formatted ol.custom-list li,
.ck ul.custom-list li,
.ck ol.custom-list li {
  position: relative;
  padding-inline-start: 1.5rem;
  min-height: 19px;
  margin-bottom: 1.25rem;
}
.text-formatted ul.custom-list li::before,
.text-formatted ol.custom-list li::before,
.ck ul.custom-list li::before,
.ck ol.custom-list li::before {
  content: "";
  position: absolute;
  top: 0px;
  inset-inline-start: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #A44F17;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A44F17;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-semi-bold);
}
@media (max-width: 90rem) {
  .text-formatted ul.custom-list li::before,
  .text-formatted ol.custom-list li::before,
  .ck ul.custom-list li::before,
  .ck ol.custom-list li::before {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  .text-formatted ul.custom-list li::before,
  .text-formatted ol.custom-list li::before,
  .ck ul.custom-list li::before,
  .ck ol.custom-list li::before {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 62.0625rem) {
  .text-formatted ul.custom-list li::before,
  .text-formatted ol.custom-list li::before,
  .ck ul.custom-list li::before,
  .ck ol.custom-list li::before {
    top: 3px;
  }
}
.text-formatted ul.custom-list li::before,
.ck ul.custom-list li::before {
  background: url("../images/icons/correct-circle.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  border: 0;
}
.text-formatted ol.custom-list,
.ck ol.custom-list {
  counter-reset: item;
}
.text-formatted ol.custom-list li,
.ck ol.custom-list li {
  counter-increment: item;
}
.text-formatted ol.custom-list li::before,
.ck ol.custom-list li::before {
  content: counter(item);
}
.text-formatted p a,
.ck p a {
  color: #A44F17;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.text-formatted .field--name-field-media-image,
.ck .field--name-field-media-image {
  margin-inline-end: 0.625rem;
  margin-bottom: 0.25rem;
}
.text-formatted *:last-child,
.ck *:last-child {
  margin-block-end: 0;
}
.text-formatted blockquote,
.ck blockquote {
  border-inline-start: 0.125rem solid #8A3A12;
  padding-inline-start: 2rem;
  margin: 0;
}
@media (max-width: 62rem) {
  .text-formatted blockquote,
  .ck blockquote {
    padding-inline-start: 1.5rem;
  }
}
.text-formatted p.background:not(.custom-featured__items p) span[style*=background-color],
.ck p.background:not(.custom-featured__items p) span[style*=background-color] {
  display: inline-block;
  word-break: break-word;
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 62rem) {
  .text-formatted p.background:not(.custom-featured__items p) span[style*=background-color],
  .ck p.background:not(.custom-featured__items p) span[style*=background-color] {
    padding: 1rem;
  }
}

.alert-wrapper {
  position: relative;
  z-index: 399;
}
.alert-wrapper .alert::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 3px;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  border-bottom-left-radius: 1.25rem;
  background: #707070;
}
.alert-wrapper .alert.alert-success::after {
  background: #289A14;
}
.alert-wrapper .alert.alert-warning::after {
  background: #EFBA3A;
}
.alert-wrapper .alert.alert-danger::after {
  background: #E54C34;
}

.placeholder {
  background: unset;
  opacity: 1;
}

.overlay-black-700 {
  position: relative;
}
.overlay-black-700::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 28, 30, 0.6980392157);
}

.text-footer {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.submenu-close {
  --bs-btn-close-bg: url("../images/icons/close-menus.svg") !important;
  background-size: 2rem;
  inline-size: 2rem;
  block-size: 2rem;
  background-position: right;
  width: 100%;
  padding: 0px;
}

.node__title {
  display: none !important;
}

.user-logged-in .main-header {
  position: unset;
  background-color: #F9F1DE;
}

.bg-body {
  background-color: #FBFAF9 !important;
}

[lang=en] #block-saib-language-switcher .language-link {
  font-family: "Almarai", sans-serif !important;
  font-weight: 400;
}

.spinner-border {
  background: url(../images/icons/spinner.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  background: url(../images/icons/spinner.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}

.nav-link:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: 0 0 0 0.25rem rgba(242, 215, 147, 0.25);
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: 0 0 0 0.25rem rgba(242, 215, 147, 0.25);
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
  color: #1A1C1E;
}

.nav-pills .nav-item .nav-link.btn {
  padding: 1rem 1.5rem;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  color: #1A1C1E;
  border: 0.5px solid #e8e2db;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #A44F17;
  color: #FFFFFF;
  border: 1px solid #e8e2db;
}

.ui-layout-builder-modal {
  width: 90% !important;
  left: 100px !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin-block-start: 3.75rem;
  margin-block-end: 0rem;
}
.slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 4px;
  border-radius: 0;
  background: #d9d5ce;
  border: none;
  cursor: pointer;
  padding: 0;
  transform: skewX(-40deg);
}
.slick-dots li.slick-active button {
  width: 34px;
  background: #A44F17;
}

.arrows-slick .slick-dots li button[aria-selected=true] {
  width: 34px;
  background: #a44f17;
}

.center-items .d-flex {
  justify-content: center;
}

.responsive-media .responsive-media__mobile {
  display: none;
}
@media (max-width: 62rem) {
  .responsive-media .responsive-media__desktop {
    display: none;
  }
  .responsive-media .responsive-media__mobile {
    display: block;
  }
}

.border-radius-1000 {
  border-radius: 2.5rem;
}

@media (min-width: 48.0625rem) {
  .section-10-col-md > .col-12 {
    width: 83.333333%;
  }
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select-wrapper .custom-select-trigger {
  display: flex;
  gap: 2.5rem;
}
.custom-select-wrapper .custom-select-trigger svg {
  transition: transform 0.2s;
}
.custom-select-wrapper .custom-select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 99;
}
.custom-select-wrapper .custom-select-option {
  padding: 0.875rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1A1C1E;
  cursor: pointer;
  border-bottom: 1px solid #e8e2db;
}
@media (max-width: 90rem) {
  .custom-select-wrapper .custom-select-option {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  .custom-select-wrapper .custom-select-option {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
.custom-select-wrapper .custom-select-option:last-child {
  border-bottom: none;
}
.custom-select-wrapper.open .custom-select-trigger svg {
  transform: rotate(180deg);
}
.custom-select-wrapper.open .custom-select-dropdown {
  display: block;
}

.form-select {
  --bs-form-select-bg-img: none;
  padding-block-start: 1rem;
  padding-inline-end: 0.75rem;
  padding-block-end: 1rem;
  padding-inline-start: 0.75rem;
}

.bef-links ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.75rem;
}
.bef-links ul li a {
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 1.25rem;
}
.bef-links ul li a.bef-link--selected {
  background-color: #a44f17;
  color: white;
}

.block-inline-blockheader.horizontal .header-block-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.block-inline-blockheader.horizontal .header-block-content .wrapper-title {
  flex: 1 0 0;
}
.block-inline-blockheader.horizontal .header-block-content .mt-space-700 {
  margin: 0 !important;
}
@media (max-width: 62rem) {
  .block-inline-blockheader.horizontal .header-block-content {
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
  }
  .block-inline-blockheader.horizontal .header-block-content .wrapper-title {
    text-align: center;
  }
}

@media (max-width: 62rem) {
  .bg-edge2edge {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
}

.border-bottom-white-opacity-800 {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.8);
}
