.elementor-20266 .elementor-element.elementor-element-07bd186{--display:flex;}.elementor-20266 .elementor-element.elementor-element-7f364d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20266 .elementor-element.elementor-element-47585ec{width:100%;max-width:100%;}.elementor-20266 .elementor-element.elementor-element-e15a2e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20266 .elementor-element.elementor-element-ad80c68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20266 .elementor-element.elementor-element-43b2ada{--display:flex;--min-height:119px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20266 .elementor-element.elementor-element-6616b79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20266 .elementor-element.elementor-element-c442cdf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-20266 .elementor-element.elementor-element-43b2ada{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-21a74bb */.avocato-mobile-slider-wrap{
  width: 100%;
  margin: 0 auto 20px;
  direction: rtl;
}

.avocato-mobile-slider{
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
}

.avocato-slide-card{
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  background: #111;
  min-height: 220px;
}

.avocato-slide-card img{
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 360px;
  object-fit: cover;
  display: block;
}

.avocato-slide-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 18px;
  background: linear-gradient(to top, rgba(0,0,0,.70), rgba(0,0,0,.15), rgba(0,0,0,0));
  color: #fff;
  text-align: right;
}

.avocato-slide-overlay h2{
  margin: 8px 0 6px;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}

.avocato-slide-overlay p{
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.92);
  max-width: 90%;
}

.slide-badge{
  display: inline-block;
  background: #ff6900;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
}

.slide-btn{
  display: inline-block;
  background: #ff6900;
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}

.avocato-mobile-slider .swiper-pagination{
  bottom: 8px !important;
}

.avocato-mobile-slider .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  opacity: .6;
  background: #fff;
}

.avocato-mobile-slider .swiper-pagination-bullet-active{
  opacity: 1;
  background: #ff6900;
  width: 20px;
  border-radius: 999px;
}

.avocato-mobile-slider .swiper-button-next,
.avocato-mobile-slider .swiper-button-prev{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0,0,0,.35);
  color: #fff;
  backdrop-filter: blur(6px);
}

.avocato-mobile-slider .swiper-button-next:after,
.avocato-mobile-slider .swiper-button-prev:after{
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px){
  .avocato-slide-card{
    min-height: 210px;
  }

  .avocato-slide-card img{
    min-height: 210px;
    max-height: 260px;
  }

  .avocato-slide-overlay{
    padding: 14px;
  }

  .avocato-slide-overlay h2{
    font-size: 18px;
  }

  .avocato-slide-overlay p{
    font-size: 13px;
    max-width: 100%;
  }

  .slide-btn{
    padding: 9px 14px;
    font-size: 13px;
  }

  .avocato-mobile-slider .swiper-button-next,
  .avocato-mobile-slider .swiper-button-prev{
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19875a1 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

.trust-badges-row {
  display: flex;
  flex-direction: row;       /* ← الـ 4 جنب بعض دايمًا */
  gap: 6px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
}

.tb-card {
  flex: 1;
  min-width: 0;              /* ← مهم عشان متبقاش أكبر من الـ flex container */
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}

.tb-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 2.5px;
  background: #FF6B00;
}

.tb-card:hover {
  border-color: #FF6B00;
  transform: translateY(-1px);
}

.tb-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FFF3EC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FF6B00;
}

.tb-title {
  font-size: 9.5px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}

.tb-sub {
  font-size: 8px;
  color: #6B7280;
  margin: 0;
  line-height: 1.3;
}/* End custom CSS */