/* ========== RESET & BASE ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #05051b;
  color: #ffffff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.section {
  padding: 120px 0 80px;
  position: relative;
}

/* ========== BUTTONS ========== */
.btn {
  border: none;
  border-radius: 999px;
  padding: 10px 32px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn.primary-btn {
  background: #8d3bff;
  color: #ffffff;
}

.btn.secondary-btn {
  background: #ff9a3b;
  color: #2b123e;
}

.btn.full-width {
  width: 100%;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* نجمة صغيرة */
.star img {
  width: 26px;
  height: auto;
}

/* ========== HEADER ========== */
.main-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 30;
  background: rgba(5, 5, 27, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo img {
  width: 44px;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 16px;
}

.main-nav a {
  font-size: 0.95rem;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 999px;
  background: #8d3bff;
  transition: background 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover {
  background: #b46cff;
  transform: translateY(-1px);
}

/* ========== SIDE CIRCLE ========== */
.side-circle-clip {
  position: absolute;   /* مو fixed عشان تتحرك مع الصفحة وتختفي لما ننزل */
  top: -100px;
  left: 0;
  width: 750px;
  height: 750px;
  overflow: hidden;
  z-index: 5;
  pointer-events: none;
}

.side-circle-img {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: -110px;
  transform-origin: center;
}

/* الدوران */
.rotating {
  animation: spin 50s linear infinite;
}

/* ========== HERO ========== */
.hero {
  padding-top: 150px;
}

.hero-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  direction: ltr;
}

.hero-logo-box {
  flex: 0 0 40%;
}

.hero-logo-card {
  flex: 0 0 50%;
  direction: rtl;
  text-align: right;
  margin-inline-start: auto;
}

.hero-logo-card img {
  width: 70%;
}

.hero-text-box {
  flex: 0 0 55%;
  text-align: right;
}

.hero-title {
  font-size: 3rem;
  color: #a950ff;
  margin: 10px 0 6px;
}

.hero-subtitle {
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.hero-description {
  font-size: 0.95rem;
  color: #dad9ff;
  max-width: 420px;
}

/* ========== ABOUT ========== */
.about-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.about-text {
  flex: 0 0 50%;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.about-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.about-paragraph {
  font-size: 0.96rem;
  color: #e1deff;
  margin-bottom: 24px;
}

.about-logo-side {
  flex: 0 0 40%;
  position: relative;
}

.big-logo-card {
  background: #8d3bff;
  border-radius: 40px;
  padding: 40px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-logo-card img {
  width: 80%;
}

.badge-circle {
  position: absolute;
  bottom: -40px;
  inset-inline-end: 12px;
}

.badge-circle-img {
  width: 110px;
  height: auto;
}

/* ========== EDUCATION / COURSES / TOOLS ========== */
.education-container {
  max-width: 950px;
  margin: 0 auto;
}

.edu-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.edu-card {
  background: #6e2bd1;
  border-radius: 32px;
  padding: 26px 26px 22px;
  flex: 1;
  text-align: right;
}

/* يسار */
.edu-card-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.edu-logo-outline {
  border-radius: 28px;
  border: 2px solid #b88bff;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.edu-logo-outline img {
  width: 70%;
  opacity: 0.9;
}

.edu-card-left p {
  font-size: 0.9rem;
  color: #f4ecff;
}

/* وسط */
.edu-card-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.edu-card-middle h3 {
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.edu-card-middle p {
  font-size: 0.95rem;
  color: #f8eeff;
}

/* يمين */
.edu-card-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.edu-card-right h3 {
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.edu-card-right p {
  font-size: 0.95rem;
  color: #f8eeff;
  line-height: 1.9;
}

/* النجمة فوق الكرت */
.edu-star {
  position: absolute;
  top: -40px;
  right: 40px;
  width: 42px;
}

/* البوكسات الصغيرة */
.edu-bottom-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 26px;
}

.edu-bottom-box {
  width: 130px;
  height: 72px;
  border-radius: 24px;
  background: #6e2bd1;
}
/* الأيقونات داخل المربعات السفلية */
.edu-bottom-box {
  /* كل اللي عندك هنا خليه زي ما هو (لون، عرض، ارتفاع، بوردر ريديوس ...) */

  display: flex;           /* علشان نوسّط الأيقونة */
  align-items: center;     /* عمودي */
  justify-content: center; /* أفقي */
}

/* المربعات اللي فيها سوشال ميديا */
.edu-bottom-box-social img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
/* شريط البرامج */
.education .tools-wrapper {
  margin-top: 0;
}

.education .tools-title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.education .tools-viewport {
  border-radius: 999px;
  background: #6e2bd1;
  padding: 10px 0;
  overflow: hidden;
}

.education .tools-track {
  display: flex;
  width: max-content;
  animation: toolsMarquee 18s linear infinite;
}

.education .tools-group {
  display: flex;
  gap: 18px;
  padding-inline: 24px;
}

.education .tool-icon {
  min-width: 90px;
  height: 64px;
  border-radius: 22px;
  background: #05051b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.education .tool-icon img {
  width: 60%;
  max-width: 42px;
  height: auto;
}

.education .tool-icon:hover {
  transform: translateY(-4px);
  background: #0b0727;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.6);
}

/* ========== SERVICES (ما أقدمه من خدمات) ========== */
.services-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 80px;
}

/* الليبل العائم */
.services-floating-label {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  transform: translateY(0);
  transition: transform 0.25s ease;
}

.services-arrow {
  font-size: 1.8rem;
  color: #8b56fc;
  animation: arrowMove 1.6s infinite ease-in-out;
}

.services-label-text {
  font-size: 1.4rem;
}

/* قائمة الخدمات */
.services-list {
  margin-inline-start: auto;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  text-align: right;
}

.service-item {
  max-width: 520px;
  margin-inline-start: auto;
  border-radius: 22px;
  padding: 10px 16px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.service-item:hover {
  background: rgba(141, 59, 255, 0.18);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.service-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.service-name {
  font-size: 1.4rem;
}

.service-item p {
  font-size: 0.9rem;
  color: #e1deff;
  max-width: 450px;
  margin-right: 32px;
}

/* ========== FEATURED PROJECTS ========== */
.section-heading-center {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading-center h2 {
  font-size: 2.4rem;
  margin-bottom: 6px;
}

.section-heading-center p {
  font-size: 0.95rem;
  color: #d4d4ff;
}

.featured-project {
  display: grid;
  grid-template-columns: auto minmax(0, 1.5fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 40px;
}

.featured-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}

.featured-badge {
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
}

.purple-badge {
  background: #8d3bff;
}

.green-badge {
  background: #3e9a6d;
}

.beige-badge {
  background: #c6aa91;
}

.featured-gallery {
  border-radius: 28px;
  padding: 16px;
  display: grid;
  gap: 10px;
}

.purple-bg {
  background: #8d3bff;
  grid-template-columns: 1fr;
}

.green-bg {
  background: #3e9a6d;
  grid-template-columns: 1fr;
}

.beige-bg {
  background: #c6aa91;
  grid-template-columns: 1fr;
}

.featured-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.featured-info {
  border-radius: 28px;
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: right;
}

.purple-card {
  background: #8d3bff;
}

.green-card {
  background: #3e9a6d;
}

.beige-card {
  background: #c6aa91;
  
}

.featured-title-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.featured-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 0.85rem;
}

/* ========== WORKS GRID (أعمالي) ========== */
.works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 كروت في الصف */
  gap: 22px;
}

.work-card {
  background: #8d3bff;
  border-radius: 24px;
  padding: 14px 14px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /* عشان لما صارت <a> يختفي الخط الأزرق ويصير شكل كرت عادي */
  text-decoration: none;
  color: inherit;
}


.work-card .star.top {
  position: absolute;
  top: 8px;
  inset-inline-start: 12px;
}

.work-image {
  border-radius: 18px;
  overflow: hidden;
  background: #50307f;
  height: 150px;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-footer {
  margin-top: 10px;
  padding: 10px 12px 14px;
  border-radius: 20px;
  background: rgba(5, 5, 27, 0.25);
  font-size: 0.9rem;
}

/* نفس تأثير الهوفر للكروت البنفسجية */
.work-card:hover {
  transform: translateY(-6px);
  background: #a44dff;
  box-shadow: 0 0 0 2px #ffe4ff, 0 18px 40px rgba(0, 0, 0, 0.55);
}

/* ========== CONTACT ========== */
.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 32px;
  align-items: stretch;
}

.contact-logo-card,
.contact-card {
  background: #8d3bff;
  border-radius: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border 0.25s ease;
}

.contact-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-logo-card img {
  width: 55%;
}

.contact-card {
  padding: 26px 22px 30px;
}

.contact-card h2 {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.contact-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 6px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 8px;
}

.field label {
  font-size: 0.85rem;
}

.field input,
.field textarea {
  border-radius: 999px;
  border: none;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 0.9rem;
  outline: none;
}

.field textarea {
  border-radius: 18px;
  resize: vertical;
}

/* ========== FOOTER ========== */
.main-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
  background: #05051b;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  font-size: 0.85rem;
  align-items: flex-start;
}

.footer-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #8d3bff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
}

.footer-logo img {
  width: 80%;
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.footer-column a {
  display: block;
  text-decoration: none;
  color: #f2f2ff;
  margin-bottom: 4px;
  font-size: 0.88rem;
}

.footer-column a:hover {
  text-decoration: underline;
}

/* ========== GLOBAL CARD HOVER (للكروت البنفسجية) ========== */
.big-logo-card,
.edu-card,
.edu-bottom-box,
.featured-gallery,
.featured-info {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border 0.25s ease;
}

.big-logo-card:hover,
.edu-card:hover,
.edu-bottom-box:hover,
.featured-gallery.purple-bg:hover,
.featured-info.purple-card:hover,
.contact-card:hover,
.contact-logo-card:hover {
  transform: translateY(-6px);
  background: #a44dff;
  box-shadow: 0 0 0 2px #ffe4ff, 0 18px 40px rgba(0, 0, 0, 0.55);
}

/* كروت المشروع الأخضر */
.green-bg,
.green-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.green-bg:hover,
.green-card:hover {
  transform: translateY(-6px);
  background: #45b97f;
  box-shadow: 0 0 0 2px #d8ffe9, 0 18px 40px rgba(0, 0, 0, 0.55);
}

/* كروت المشروع البيج */
.beige-bg,
.beige-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.beige-bg:hover,
.beige-card:hover {
  transform: translateY(-6px);
  background: #d1b398;
  box-shadow: 0 0 0 2px #fff0e0, 0 18px 40px rgba(0, 0, 0, 0.55);
}

/* ========== ANIMATIONS ========== */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes toolsMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-8px);
  }
  100% {
    transform: translateX(0);
  }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .hero-inner,
  .about-inner,
  .contact-inner {
    flex-direction: column;
    display: flex;
  }

  .featured-project {
    grid-template-columns: 1fr;
  }

  .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .side-circle-clip {
    display: none;
  }

  .edu-row {
    flex-direction: column;
  }

  .education-container {
    max-width: 100%;
  }

  .edu-star {
    right: 20px;
  }

  .edu-bottom-row {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    height: auto;
    padding: 10px 0;
  }

  .section {
    padding: 110px 0 60px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .works-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }
}

/* عنوان (ما أقدمه من خدمات) على اليسار فقط */
.services-floating-label {
  position: absolute;
  left: 0;          /* يسار */
  right: auto;
  top: 0;
  width: fit-content;
  text-align: left;
  transform: translateY(0);
  z-index: 10;
}

/* قائمة الخدمات تبقى يمين مكانها */
.services-list {
  margin-right: 0;
  margin-left: auto;  /* يدفعها لليمين */
  text-align: right;
  max-width: 520px;
  position: relative;
}

/* شبكة صفحة الأعمال التفصيلية (صفين/عمودين حسب الصور اللي أرسلتيها) */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 20px;
}

.portfolio-card {
  background: #8d3bff;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio-image {
  border-radius: 18px;
  overflow: hidden;
  background: #50307f;
}

.portfolio-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.portfolio-caption {
  margin-top: 10px;
  font-size: 0.9rem;
  text-align: left;    /* أو right لو حبيتي */
}

/* موبايل: نخليها عمود واحد */
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== صفحة الأعمال (كرت واحد كامل العرض) ===== */

/* ===== صفحة الأعمال (كرت واحد كامل العرض) ===== */

/* صفحة الأعمال (الكروت تحت بعض مع مسافة ثابتة) */
.fullwork-page {
  max-width: 700px;
  margin: 120px auto 60px;
  padding: 0 16px;

  display: flex;
  flex-direction: column;
  gap: 40px; /* المسافة بين كل كرت والثاني */
}

/* الكارد */
.fullwork-card {
  background: #8d3bff;
  border-radius: 32px;
  padding: 20px;
  overflow: hidden;
}

/* صندوق الصورة - نفس المقاس القديم */
.fullwork-img {
  background: #50307f;
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
  height: auto;       /* ← كان 260px الآن صار auto عشان ما يقص الصور */
}

/* الصورة داخل الكارد */
.fullwork-img img {
  width: 100%;
  height: auto;        /* ← أهم تغيير! الصورة الآن تأخذ ارتفاعها الطبيعي */
  display: block;
  object-fit: contain; /* ← يخلي الصورة تبين كاملة */
}

/* ترتيب العنوان يمين والنقاط يسار في نفس السطر */
.fullwork-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 4px 0;
}

/* الحاوية اللي تجمع العنوان + النقاط في سطر واحد */
.fullwork-meta {
  display: flex;
  align-items: center;
  justify-content: space-between; /* العنوان يمين، النقاط يسار */
  padding: 10px 6px 0;
}

/* العنوان */
.fullwork-footer {
  font-size: 0.95rem;
}

/* النقاط */
.fullwork-dots {
  display: flex;
  gap: 6px;
}

.fullwork-dots div {
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50%;
  opacity: 0.7;
}

/* مسافة بين الكروت */
.fullwork-card {
  margin-bottom: 5px;
}
.fullwork-card:last-child {
  margin-bottom: 0;
}


/* ===== المودالات (بوب اب الأعمال) ===== */

.work-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: flex;              /* موجودة دائماً – نتحكم بالشفافية */
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

/* حالة الفتح */
.work-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* الصندوق الداخلي */
.modal-box {
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  position: relative;

  /* وضعية البداية (مصغّر ونازل شوي وشفاف) */
  transform: translateY(24px) scale(0.96);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* عند الفتح يتحرك لفوق ويكبر ويتوضح */
.work-modal.open .modal-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-box img {
  width: 100%;
  border-radius: 14px;
}

/* زر الإغلاق */
.modal-close {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #8d3bff;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
}

/* اللوقو داخل كارد المشروع */
.featured-info-logo img {
  width: 80px;       /* تقدرين تكبرينه أو تصغرينه */
  height: auto;
  margin-bottom: 10px;
  display: block;
}


/* توسيط اللوقو داخل كارد المشروع */
.featured-info-logo {
  width: 100%;
  display: flex;
  justify-content: center; /* توسيط أفقي */
  margin-bottom: 15px;     /* مسافة تحت اللوقو */
}

.featured-info-logo img {
  width: 80px;   /* تقدرين تغيرينها */
  height: auto;
  display: block;
}


/* ========== Reveal on scroll ========== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* لمسة لطيفة: لما المربعات تنشاف تطلع شوي أكبر */
.reveal-on-scroll-card {
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}


/* ===== أنيميشن الهيرو ===== */

.hero-logo-card,
.hero-title,
.hero-subtitle,
.hero-description {
  opacity: 0;
  transform: translateY(18px);
}

/* اللوغو */
.hero-logo-card {
  animation: heroFadeUp 0.7s ease-out forwards;
  animation-delay: 0.05s;
}

/* العنوان */
.hero-title {
  animation: heroFadeUp 0.7s ease-out forwards;
  animation-delay: 0.18s;
}

/* العنوان الفرعي */
.hero-subtitle {
  animation: heroFadeUp 0.7s ease-out forwards;
  animation-delay: 0.3s;
}

/* الوصف */
.hero-description {
  animation: heroFadeUp 0.7s ease-out forwards;
  animation-delay: 0.42s;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
