.elementor-2142 .elementor-element.elementor-element-8546af5 > .elementor-container{max-width:1240px;}.elementor-2142 .elementor-element.elementor-element-8546af5 .elementor-column-gap-custom .elementor-column > .elementor-element-populated{padding:0px;}.elementor-2142 .elementor-element.elementor-element-a09cc94{--counter-zero:decimal-leading-zero;}.elementor-2142 .elementor-element.elementor-element-a09cc94 .is-gap-custom{margin-left:-15px;margin-right:-15px;--colgap:15px;}.elementor-2142 .elementor-element.elementor-element-a09cc94 .is-gap-custom .block-inner > *{padding-left:15px;padding-right:15px;}.elementor-2142 .elementor-element.elementor-element-a09cc94 .p-wrap{--el-spacing:12px;}.elementor-2142 .elementor-element.elementor-element-a09cc94 .block-wrap{--bottom-spacing:15px;}@media(max-width:767px){.elementor-2142 .elementor-element.elementor-element-a09cc94{--feat-ratio:120;}}/* Start custom CSS for foxiz-grid-small-1, class: .elementor-element-a09cc94 *//* =========================
   تحسين الصورة البارزة
========================= */

.p-featured,
.featured-img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.p-featured img,
.featured-img img {
  transition: transform 0.6s ease;
}

/* تأثير Hover احترافي */
.p-featured:hover img,
.featured-img:hover img {
  transform: scale(1.05);
}

.p-featured:hover,
.featured-img:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* طبقة تدرج خفيف لإبراز النص */
.p-featured::after,
.featured-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.05)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.p-featured:hover::after,
.featured-img:hover::after {
  opacity: 1;
}


/* =========================
   تحسين العنوان بأسلوب زجاجي أنيق
========================= */

.entry-title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  text-decoration: none;
  position: relative;
  padding: 6px 12px;
  border-radius: 10px;
  transition: all 0.3s ease;
  
  /* تأثير زجاجي خفيف */
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* خط سفلي متحرك احترافي */
.entry-title a::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0077ff, #00c6ff);
  transition: width 0.3s ease;
}

.entry-title a:hover::after {
  width: calc(100% - 24px);
}

/* تأثير Hover */
.entry-title a:hover {
  color: #0077ff;
  transform: translateY(-2px);
}/* End custom CSS */