// : Use a unique and descriptive class name
// : Use a value from 200 to 1000

.cairo- {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

h1,h2,h3,h4,div,span,ul,li,a,p{  font-family: "Cairo", sans-serif !important;}
element.style {
    margin-bottom: 40px;
    margin-left: 400px;
}
.truncate-2-custom {
    -webkit-line-clamp: none;
}
.truncate-3-custom {
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


/* الكود الأصلي */
.slider__bg {
  mix-blend-mode: normal !important;
}




/* 1. السلايدر نفسه */
.brand-area {
  position: relative;
  width: 100vw; /* ملء عرض الصفحة بالكامل */
  overflow: hidden;
  background: #fff;
  margin: 0;
  padding: 50px 0;
}
.brand-area {
    position: relative;
    width: 80vw;
    overflow: hidden;
    background: #fff;
    margin: 0;
    padding: 20px 0;
}