/* Add custom CSS styles below */
.hero-sec {
    margin-top: 4rem !important;
}

.sec-1 .container {
  max-width: 95% !important;
}

.s-block--animated-brands--brand {
  background: var(--logos-bg);
  border-radius: 10px;
  width: 217px;
  height: 350px;
}
.sec-1 .container img.lazy.loaded {
  object-fit: cover;
  width: 236px !important;
  height: 341px;
}
.sec-1 .s-block--animated-brands--marquee .marquee__group {
  gap: 0 !important;
}
.sec-1 .s-block--animated-brands--marquee {
  gap: 0 !important;
}
@media (max-width: 991px){
  .s-block--animated-brands--brand {
    width: 150px;
    height: 230px;
}
  .sec-1 .container img.lazy.loaded {
    object-fit: cover;
    width: 212px !important;
    height: 232px;
}
}
section.s-block.s-block--square-links.square-links-2.s-block--animate.sec-2
  img {
  object-fit: contain;
  height: 300px;
}
.sec-2 img:hover {
  transform: scale(1) !important;
}
@media (max-width: 991px) {
  section.s-block.s-block--square-links.square-links-2.s-block--animate.sec-2
    img {
    object-fit: contain;
    height: 135px !important;
  }
  button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: white !important;
}
}

section.s-block.container.fixed-products {
  background: url(https://i.ibb.co/VW2KJH63/Group-1618873700.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  /* margin: 100px 0; */
  /* max-width: 100%; */
}
@media (max-width: 992px) {
    body.index .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 250px;
    margin-inline: auto;
}
}
custom-salla-product-card {
  border-radius: 20px !important;
}

custom-salla-product-card button {
  background: #f0601f;
  color: white !important;
}
custom-salla-product-card button:hover {
  background: #ffffff !important;
  color: #f0601f !important;
  border: 1px solid #f0601f !important;
}
.footer-logos {
    display: none;
}

/* =============================================
   MAIN SECTION
============================================= */

#custom-about-partners {
  --section-bg: #f8f1ec;
  --main-color: #ff5a18;
  --text-color: #201d1c;
  --border-color: #ff6932;
  margin-block: 5rem;
  width: 100%;
  background: var(--section-bg);

  overflow: hidden;

  direction: rtl;

  font-family: inherit;
}
@media (max-width:767px){
#custom-about-partners {
  margin-block: 1rem;
  
}
}
#custom-about-partners * {
  box-sizing: border-box;
}

#custom-about-partners .about-partners-container {
  width: min(1180px, 100%);

  min-height: 450px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    1fr
    1fr;

  align-items: stretch;
}

/* =============================================
   CONTENT
============================================= */

#custom-about-partners .about-content {
  display: flex;

  align-items: center;
  justify-content: center;

  padding: 60px 65px;
}

#custom-about-partners .about-content-inner {
  width: 100%;

  max-width: 520px;

  text-align: right;
}

#custom-about-partners .about-title {
  margin: 0 0 15px;

  font-size: clamp(38px, 4vw, 56px);

  line-height: 1.15;

  font-weight: 800;

  color: var(--text-color);
}

#custom-about-partners .about-description {
  margin: 0;

  color: #34302e;

  font-size: 17px;

  line-height: 1.9;

  font-weight: 400;
}

/* =============================================
   BUTTON
============================================= */

#custom-about-partners .about-button {
    margin-top: 25px;
    color: white !important;
    min-width: 195px;
    min-height: 48px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border: 0;
    border-radius: 999px;
    background: var(--main-color);
    color: #171717;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

#custom-about-partners .about-button:hover {
  transform: translateY(-3px);

  background: #e94e10;

  box-shadow: 0 10px 25px rgba(255, 90, 24, 0.22);
}

#custom-about-partners .about-button-arrow {
  font-size: 20px;

  line-height: 1;

  transition: transform 0.3s ease;
}

#custom-about-partners .about-button:hover .about-button-arrow {
  transform: translateX(-4px);
}

/* =============================================
   PARTNERS AREA
============================================= */

#custom-about-partners .partners-area {
  position: relative;

  height: 450px;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  direction: ltr;

  overflow: hidden;

  border-left: 1px solid var(--border-color);
}

/* =============================================
   COLUMNS
============================================= */

#custom-about-partners .partners-column {
  position: relative;

  height: 100%;

  overflow: hidden;

  /*
     التلاشي الضبابي
     بدون Blur
  */

  -webkit-mask-image: linear-gradient(
    to bottom,

    transparent 0%,

    rgba(0, 0, 0, 0.1) 5%,

    rgba(0, 0, 0, 0.35) 10%,

    rgba(0, 0, 0, 0.7) 16%,

    #000 22%,

    #000 78%,

    rgba(0, 0, 0, 0.7) 84%,

    rgba(0, 0, 0, 0.35) 90%,

    rgba(0, 0, 0, 0.1) 95%,

    transparent 100%
  );

  mask-image: linear-gradient(
    to bottom,

    transparent 0%,

    rgba(0, 0, 0, 0.1) 5%,

    rgba(0, 0, 0, 0.35) 10%,

    rgba(0, 0, 0, 0.7) 16%,

    #000 22%,

    #000 78%,

    rgba(0, 0, 0, 0.7) 84%,

    rgba(0, 0, 0, 0.35) 90%,

    rgba(0, 0, 0, 0.1) 95%,

    transparent 100%
  );
}

#custom-about-partners .partners-column:first-child {
  border-right: 1px solid var(--border-color);
}

/* =============================================
   TRACK
============================================= */

#custom-about-partners .partners-track {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  will-change: transform;

  transform: translate3d(0, 0, 0);

  backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

#custom-about-partners .partners-set {
  width: 100%;
}

/* =============================================
   PARTNER ITEM
============================================= */

#custom-about-partners .partner-item {
  width: 100%;

  height: 112.5px;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 20px 25px;

  border-bottom: 1px solid var(--border-color);

  background: var(--section-bg);

  overflow: hidden;
}

/* =============================================
   LOGO
============================================= */

#custom-about-partners .partner-item img {
  display: block;

  width: auto;

  height: auto;

  max-width: 100%;
  max-height: 100px;
  padding: 10px;

  object-fit: contain;

  filter: grayscale(1);

  opacity: 0.88;

  user-select: none;

  pointer-events: none;

  transform: translateZ(0);

  transition:
    filter 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

#custom-about-partners .partner-item:hover img {
  filter: grayscale(0);

  opacity: 1;

  transform: scale(1.05);
}

/* =============================================
   FOG / FADE TOP + BOTTOM
   مفيش backdrop-filter هنا
============================================= */

#custom-about-partners .partners-area::before,
#custom-about-partners .partners-area::after {
  content: "";

  position: absolute;

  left: 0;

  width: 100%;

  height: 75px;

  z-index: 20;

  pointer-events: none;
}

/* TOP */

#custom-about-partners .partners-area::before {
  top: 0;

  background: linear-gradient(
    to bottom,

    rgba(248, 241, 236, 1) 0%,

    rgba(248, 241, 236, 0.98) 15%,

    rgba(248, 241, 236, 0.9) 30%,

    rgba(248, 241, 236, 0.7) 50%,

    rgba(248, 241, 236, 0.4) 70%,

    rgba(248, 241, 236, 0.15) 85%,

    rgba(248, 241, 236, 0) 100%
  );
}

/* BOTTOM */

#custom-about-partners .partners-area::after {
  bottom: 0;

  background: linear-gradient(
    to top,

    rgba(248, 241, 236, 1) 0%,

    rgba(248, 241, 236, 0.98) 15%,

    rgba(248, 241, 236, 0.9) 30%,

    rgba(248, 241, 236, 0.7) 50%,

    rgba(248, 241, 236, 0.4) 70%,

    rgba(248, 241, 236, 0.15) 85%,

    rgba(248, 241, 236, 0) 100%
  );
}

/* =============================================
   TABLET
============================================= */

@media (max-width: 900px) {
  #custom-about-partners .about-content {
    padding: 45px 35px;
  }

  #custom-about-partners .about-title {
    font-size: 38px;
  }

  #custom-about-partners .about-description {
    font-size: 15px;
  }
}

/* =============================================
   MOBILE
============================================= */

@media (max-width: 700px) {
  #custom-about-partners .about-partners-container {
    display: flex;

    flex-direction: column;
  }

  #custom-about-partners .about-content {
    order: 1;

    padding: 40px 22px 35px;
  }

  #custom-about-partners .partners-area {
    order: 2;

    width: 100%;

    height: 360px;

    border-top: 1px solid var(--border-color);

    border-left: 0;
  }

  #custom-about-partners .about-title {
    font-size: 38px;
  }

  #custom-about-partners .about-description {
    font-size: 15px;

    line-height: 1.9;
  }

  #custom-about-partners .partner-item {
    height: 120px;

    padding: 15px;
  }

  #custom-about-partners .partner-item img {
    max-width: 72%;

    max-height: 65px;
  }

  #custom-about-partners .partners-area::before,
  #custom-about-partners .partners-area::after {
    height: 60px;
  }
}