
:root{
  --swiper-pagination-bullet-color:#818E98;
}

/* Layout */
body {
  background-color: var(--color-background, #ffffff);
  color: var(--color-text, #333333);
  font-family: Cairo, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-weight: normal;
  line-height: normal;
}

ul.nav.primary.nav-tabs {
    background: #efeeee;
    gap: 5px;
    align-items: center;
    border: 1px solid #faf6f6;
    border-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    padding: 5px 10px;
}
.node__content
{
  font-size: var(--font-size-base, 16px);
  font-weight: normal;
  line-height: normal;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--color-primary, #333333);
}

h1 {
  font-size: var(--font-size-h1, 25px);
  font-weight: bold;
}

h2 {
  font-size: var(--font-size-h2, 20px);
   font-weight: bold;
}

h3 {
  font-size: var(--font-size-h3, 18px);
}

h4 {
  font-size: var(--font-size-h4, 16px);
}

h5 {
  font-size: var(--font-size-h5, 15px);
}

.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

a {
  color: var(--color-primary);
}

/* a:hover {
  color: var(--color-accent);
} */
*:focus {
    outline: none;
    box-shadow: none !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.field--type-entity-reference {
    margin-bottom: 0;
}

ul {
    padding-inline: 0;
    margin: 0;
    list-style: inside;
}

.row {
    margin: 0;
}

.row>*:not(.col-1):not(.col-2):not(.col-3):not(.col-4):not(.col-5):not(.col-6):not(.col-7):not(.col-8):not(.col-9):not(.col-10):not(.col-11):not(.col-12) {
    
   padding-inline: 0;
}






.node__content {
    margin-top: 0 !important;
}

main.main-content {
    min-height: 300px;
}

a {
    text-decoration: none;
}


a {
    text-decoration: none;
}

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

.slide__media {
    display: none;
}

.field[data-blazy] {
    min-width: unset !important;
}

video {
    height: 100%;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.slick-track:before,
.slick-track:after {
    content: unset;
}

.node .field--type-image {
    margin: 0;
}


.nav-link 
{
    display: inline-block;
    padding: 0;
    font-size: var(--bs-nav-link-font-size);
    font-weight: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.3s;

}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
  padding: 0
}

.dropdown-toggle::after  
{
    content: '';
    background: transparent url('../images/down-arrow.svg') no-repeat center center;
    border: 0;
    border-radius: 0;
    width: 9.727px;
    height: 5.543px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}


.advanced-language-selector a.dropdown-item {
    color: #FFF;
    text-align: center;
    font-family: Cairo;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 24.41px;
    background: rgba(54, 69, 79, 0.20);
    border: 0;
    border-radius: 0;
    width: 81px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 2px;
}

.advanced-language-selector .dropdown-menu.show {
    display: flex;
    text-align: right;
    width: 81px !important;
    flex-direction: column;
    background: var(--color-primary);
    border-radius: 0;
    left: auto;
    right: auto;
    min-width: 81px !important;
    padding: 0;
    z-index: 999;
    margin: 0;
}


.field--name-field-media-image img {
    max-width: 100%;
    height: auto;
   
}
.field--type-image img, .field--name-field-user-picture img {
    margin: 0;
}

[dir="rtl"] .node .field--type-image {
        float: right;
        margin: 0;

        width: 100%;
}


.swiper-pagination-bullet
{
  background: var(--swiper-pagination-bullet-color);
  width: 19.11px;
    height: 19.11px;
    opacity: 1;
}
.swiper-pagination-bullet-active 
{
  background: var(--color-primary);
  opacity: 1;
}
.section-space{
  padding: 60px 0;
}

.section-space.pt-custom
{
  padding-top: 26px;
}

.section-space h2
{
  margin-bottom: 30px;
}


.custom-swiper-partner-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}


.custom-swiper-partner-nav  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    width: max-content;
}


.custom-swiper-partner-nav .swiper-button-next,
.custom-swiper-partner-nav .swiper-button-prev {
    position: relative;
    left: unset;
    right: unset;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.swiper-button-next:hover,
.swiper-button-prev:hover
{
  background-color: var(--color-secondary);
}
.swiper-button-prev:after,.swiper-rtl .swiper-button-prev:after ,
 .swiper-button-next:after, .swiper-rtl .swiper-button-next:after
{
  content: '';
  width: 11.877px;
  height: 20.53px;
  display: inline-block;
  background: url('../images/down-arrow.svg') no-repeat center center;
  background-size: 100%;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after
{
  
    transform: rotate(-90deg);
}


.swiper-button-next:after, .swiper-rtl .swiper-button-next:after
{
  transform: rotate(90deg);
}
