.elementor-4400 .elementor-element.elementor-element-be99c2f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f2b0d2d */.about-guindy {
  background: #020617;
  color: #e5e7eb;
  padding: 80px 20px;
  direction: rtl;
}

.about-hero {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 70px;
}

.about-hero img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 24px;
  border: 3px solid rgba(201,162,77,0.4);
  box-shadow: 0 0 40px rgba(201,162,77,0.2);
}

.hero-text h1 {
  font-size: 38px;
  color: #C9A24D;
}

.hero-text p {
  font-size: 18px;
  color: #b8c2e6;
}

.about-section {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 70px;
}

.about-section h2 {
  font-size: 30px;
  color: #C9A24D;
  margin-bottom: 30px;
}

.card {
  background: #030a22;
  padding: 28px;
  border-radius: 18px;
  margin-bottom: 25px;
}

.card span {
  color: #C9A24D;
  font-size: 14px;
}

.card h3 {
  margin-top: 10px;
  font-size: 22px;
}

.card p {
  margin-top: 12px;
  line-height: 1.9;
  color: #cbd5f5;
}

.skills div {
  display: flex;
  justify-content: space-between;
  background: #030a22;
  padding: 16px 20px;
  border-radius: 14px;
  margin-bottom: 12px;
}/* End custom CSS */