.elementor-25427 .elementor-element.elementor-element-ee63889{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6cec49f */.aboutcv-page {
  padding: 80px 0;
  background: #ffffff;
  direction: rtl;
}

.aboutcv-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: inherit;
}

/* HERO */
.aboutcv-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
}

.aboutcv-badge {
  display: inline-block;
  background: rgba(15,118,110,0.1);
  color: #0f766e;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 16px;
}

.aboutcv-title {
  font-size: 42px;
  margin-bottom: 18px;
  color: #0f172a;
}

.aboutcv-intro {
  font-size: 17px;
  line-height: 1.95;
  color: #334155;
}

.aboutcv-hero__image img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

/* BLOCKS */
.aboutcv-block {
  margin-bottom: 72px;
}

.aboutcv-block.soft {
  background: #f7fafc;
  padding: 48px;
  border-radius: 28px;
}

.aboutcv-block.highlight {
  border: 1px solid rgba(15,118,110,0.15);
  padding: 48px;
  border-radius: 28px;
}

.aboutcv-block h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #0f172a;
}

.aboutcv-block p {
  font-size: 16.5px;
  line-height: 1.95;
  color: #334155;
  margin-bottom: 14px;
}

/* LIST */
.aboutcv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aboutcv-list li {
  position: relative;
  padding-right: 26px;
  margin-bottom: 14px;
  line-height: 1.85;
  color: #334155;
}

.aboutcv-list li::before {
  content: "●";
  position: absolute;
  right: 0;
  color: #0f766e;
}

/* METRIC */
.aboutcv-metric span {
  display: block;
  font-size: 40px;
  font-weight: 900;
  color: #0f766e;
}

.aboutcv-metric small {
  font-size: 14px;
  color: #475569;
}

/* CALLOUT */
.aboutcv-callout {
  margin-top: 20px;
  padding: 18px;
  background: rgba(15,118,110,0.1);
  border-right: 4px solid #0f766e;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.9;
}

.aboutcv-callout.white {
  background: #ffffff;
  border: 1px solid rgba(15,118,110,0.15);
}

/* MOBILE */
@media (max-width: 768px) {
  .aboutcv-hero {
    grid-template-columns: 1fr;
  }
  .aboutcv-title {
    font-size: 30px;
  }
  .aboutcv-block.soft,
  .aboutcv-block.highlight {
    padding: 28px;
  }
}/* End custom CSS */