.elementor-1833 .elementor-element.elementor-element-c9bd40e{--display:flex;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1833 .elementor-element.elementor-element-c9bd40e:not(.elementor-motion-effects-element-type-background), .elementor-1833 .elementor-element.elementor-element-c9bd40e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF2F3;}.elementor-1833 .elementor-element.elementor-element-aa081ae{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:25px;--margin-left:0px;--margin-right:0px;}.elementor-1833 .elementor-element.elementor-element-aa081ae:not(.elementor-motion-effects-element-type-background), .elementor-1833 .elementor-element.elementor-element-aa081ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://car.bosnialens.com/wp-content/uploads/2026/04/Lucid_Origin_a_surreal_and_vibrant_cinematic_photo_of_Modern_c_3.jpg");background-size:cover;}.elementor-1833 .elementor-element.elementor-element-f63862a{--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;--margin-top:100px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-1833 .elementor-element.elementor-element-80def07 .search-banner{justify-content:start;}.elementor-1833 .elementor-element.elementor-element-80def07 .search-banner .vertical-search-header{text-align:start;}.elementor-1833 .elementor-element.elementor-element-80def07 .search-banner .horizontal-search-header{text-align:start;}.elementor-1833 .elementor-element.elementor-element-6a886a6{--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;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1833 .elementor-element.elementor-element-963f947{--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;}@media(max-width:767px){.elementor-1833 .elementor-element.elementor-element-f63862a{--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-1833 .elementor-element.elementor-element-f63862a{--width:50%;}.elementor-1833 .elementor-element.elementor-element-6a886a6{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-df52598 *//* عام */
.custom-section {
  direction: rtl;
  text-align: right;
}

/* الصناديق */
.custom-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
}
.custom-box:hover {
  transform: translateY(-3px);
}

/* العناوين */
.custom-title {
  background-color: #5ba6db;
  color: white;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* شعارات السيارات */
.car-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.car-logos img {
  height: 45px;
  max-width: 70px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s ease;
}
.car-logos img:hover {
  filter: none;
  transform: scale(1.05);
}

/* قائمة النقاط */
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
}

/* الأيقونات */
.custom-list .icon {
  background-color: #5ba6db;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
  flex-shrink: 0;
}

/* واتساب */
.whatsapp-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #5ba6db;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.whatsapp-contact .whatsapp-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* تجاوب للجوال */
@media (max-width: 600px) {
  .car-logos img {
    height: 35px;
    max-width: 60px;
  }

  .custom-title {
    font-size: 16px;
  }

  .custom-list li {
    font-size: 15px;
  }

  .whatsapp-contact a {
    font-size: 18px;
  }
}/* End custom CSS */