@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  scroll-behavior: smooth;
}

/* === Main Text Styles === */
.main-text h2 {
  font-size: 2em;
  font-weight: 600;
}

.main-text h2 span {
  color: #eb3c36;
  font-size: 1.5em;
}

.main-text h3 {
  margin-top: 10px;
  font-weight: 600;
}

/* === Social Icons === */
.social-icons a {
  color: #eb3c36;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: #ff6565;
  transform: scale(1.2);
}

/* === Card Animation === */
.card {
  transition: شر: 10px;
  min-height: 100%;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(235, 60, 54, 0.3);
}

/* === Typography Fixes === */
.card-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

ul {
  padding-left: 1.2rem;
}
/* صورة الملف الشخصي */
.profile-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #eb3c36;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
