

@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

/* 1. Variables & Colors */
.ebhro14 {
  --ebhro14-bg: #f7f9f5;
  --ebhro14-eyebrow-text: #6b7d5f;
  --ebhro14-eyebrow-bg: rgba(107, 125, 95, 0.12);
  --ebhro14-eyebrow-border: transparent;
  --ebhro14-title-text: #33342e;
  --ebhro14-title-highlight: #7d9270;
  --ebhro14-description-text: #5c5d54;
  --ebhro14-feature-bg: #ffffff;
  --ebhro14-feature-border: transparent;
  --ebhro14-feature-icon: #ffffff;
  --ebhro14-feature-text: #33342e;
  --ebhro14-badge-bg: #ffffff;
  --ebhro14-badge-border: rgba(51, 52, 46, 0.06);
  --ebhro14-badge-number: #7d9270;
  --ebhro14-badge-label: #6b6c62;
  --ebhro14-visual-border: transparent;
  --ebhro14-shape-1: rgba(125, 146, 112, 0.85);
  --ebhro14-shape-2: rgba(201, 138, 99, 0.9);
  --ebhro14-shape-3: rgba(125, 146, 112, 0.18);
  --ebhro14-padding-top: 4.5rem;
  --ebhro14-padding-bottom: 5.5rem;
}

/* 2. Reset داخل الـ namespace */
.ebhro14,
.ebhro14 * ,
.ebhro14 *::before,
.ebhro14 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 3. Base Styles — Mobile */
.ebhro14 {
  position: relative;
  overflow: hidden;
  background: var(--ebhro14-bg);
  padding-top: var(--ebhro14-padding-top);
  padding-bottom: var(--ebhro14-padding-bottom);
  font-family: "El Messiri", sans-serif;
  direction: rtl;
}

.ebhro14__container {
  max-width: 82rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  text-align: center;
}

.ebhro14__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 40rem;
  animation: ebhro14-slide-up 0.9s ease-out both;
}

.ebhro14__eyebrow {
  display: inline-flex;
  font-size: clamp(0.7rem, 3vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--ebhro14-eyebrow-text);
  background: var(--ebhro14-eyebrow-bg);
  border: none;
  border-radius: 3rem;
  padding: 0.5rem 1.2rem;
  animation: ebhro14-slide-up 0.7s ease-out both;
}

.ebhro14__title {
  font-size: clamp(1.75rem, 6vw, 2.75rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--ebhro14-title-text);
  animation: ebhro14-slide-up 0.9s ease-out 0.1s both;
}

.ebhro14__title::first-line {
  color: var(--ebhro14-title-highlight);
  font-style: italic;
}

.ebhro14__description {
  font-size: clamp(0.9rem, 3.4vw, 1.1rem);
  line-height: 1.9;
  color: var(--ebhro14-description-text);
  animation: ebhro14-slide-up 0.9s ease-out 0.2s both;
}

.ebhro14__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: 0.5rem;
  animation: ebhro14-slide-up 0.9s ease-out 0.3s both;
}

.ebhro14__feature {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  background: var(--ebhro14-feature-bg);
  border: none;
  border-radius: 3rem;
  padding: 0.65rem 1rem;
  box-shadow: 0 0.4rem 1.2rem rgba(51, 52, 46, 0.05);
  width: 100%;
}

.ebhro14__feature-icon {
  color: var(--ebhro14-feature-icon);
  background: var(--ebhro14-shape-1);
  font-size: 0.85rem;
  width: 2.2rem;
  height: 2.2rem;
  min-width: 2.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ebhro14__feature-text {
  color: var(--ebhro14-feature-text);
  font-size: clamp(0.85rem, 3.2vw, 1rem);
  font-weight: 500;
}

.ebhro14__visual {
  position: relative;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  animation: ebhro14-slide-up 1s ease-out 0.15s both;
}

.ebhro14__shape-1,
.ebhro14__shape-2,
.ebhro14__shape-3 {
  position: absolute;
  border-radius: 50% 45% 55% 48% / 48% 55% 45% 52%;
  pointer-events: none;
  z-index: 0;
}

.ebhro14__shape-1 {
  width: 4.5rem;
  height: 4.5rem;
  background: var(--ebhro14-shape-3);
  top: -1rem;
  right: -0.75rem;
}

.ebhro14__shape-2 {
  width: 2.75rem;
  height: 2.75rem;
  background: var(--ebhro14-shape-2);
  opacity: 0.22;
  bottom: -0.5rem;
  left: -0.5rem;
}

.ebhro14__shape-3 {
  width: 0.6rem;
  height: 0.6rem;
  background: var(--ebhro14-shape-1);
  opacity: 0.35;
  border-radius: 50%;
  top: 40%;
  left: -0.9rem;
  box-shadow:
    0.9rem 1.4rem 0 -0.1rem var(--ebhro14-shape-1),
    -0.3rem 2.6rem 0 -0.15rem var(--ebhro14-shape-2);
}

.ebhro14__image-wrap {
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 50% 45% 55% 48% / 55% 48% 52% 45%;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem rgba(51, 52, 46, 0.08);
}

.ebhro14__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.ebhro14__badge {
  position: absolute;
  bottom: -0.5rem;
  right: 0.75rem;
  background: var(--ebhro14-badge-bg);
  border: 0.0625rem solid var(--ebhro14-badge-border);
  border-radius: 2rem;
  padding: 0.75rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  box-shadow: 0 0.75rem 2rem rgba(51, 52, 46, 0.1);
}

.ebhro14__badge-number {
  font-size: clamp(1.1rem, 4vw, 1.4rem);
  font-weight: 700;
  color: var(--ebhro14-badge-number);
}

.ebhro14__badge-label {
  font-size: clamp(0.65rem, 2.5vw, 0.75rem);
  color: var(--ebhro14-badge-label);
}

@keyframes ebhro14-slide-up {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 4. Breakpoints بالترتيب */
@media (min-width: 481px) {
  .ebhro14__container {
    padding: 0 2rem;
  }
}

@media (min-width: 601px) {
  .ebhro14__visual {
    max-width: 24rem;
  }
}

@media (min-width: 769px) {
  .ebhro14__container {
    flex-direction: row;
    text-align: right;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .ebhro14__content {
    align-items: flex-end;
    max-width: 26rem;
  }
  .ebhro14__eyebrow {
    align-self: center;
  }
  .ebhro14__features {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .ebhro14__feature {
    flex: 1 1 calc(50% - 0.5rem);
    justify-content: center;
  }
  .ebhro14__visual {
    max-width: 22rem;
    margin: 0 -2.5rem 0 0;
  }
}

@media (min-width: 1025px) {
  .ebhro14 {
    --ebhro14-padding-top: 6rem;
    --ebhro14-padding-bottom: 7rem;
  }
  .ebhro14__container {
    padding: 0 3rem;
    max-width: 88rem;
  }
  .ebhro14__content {
    max-width: 30rem;
  }
  .ebhro14__visual {
    max-width: 28rem;
  }
  .ebhro14__feature {
    flex: 1 1 100%;
  }
}

@media (min-width: 1281px) {
  .ebhro14__container {
    max-width: 96rem;
  }
  .ebhro14__visual {
    max-width: 32rem;
  }
}

@media (min-width: 1441px) {
  .ebhro14__container {
    max-width: 104rem;
  }
}

@media (min-width: 1921px) {
  .ebhro14__container {
    max-width: 120rem;
  }
  .ebhro14__visual {
    max-width: 36rem;
  }
}