.hero-section {
  background: linear-gradient(120deg, #f8f9fa 70%, #e6f4f5 100%);
  min-height: 650px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-slides {
  position: absolute !important;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}

/* شعار دائري احترافي مع حركة */
.hero-logo-center {
  position: relative;
  margin-bottom: 1.5rem;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(3,129,135,0.16) 0%, rgba(196,154,108,0.13) 100%);
  box-shadow: 0 16px 48px rgba(3,129,135,0.17), 0 4px 18px rgba(196,154,108,0.10);
  border: 7px solid rgba(255,255,255,0.38);
  backdrop-filter: blur(7px);
  transition: box-shadow 0.25s, background 0.25s;
  overflow: visible;
  animation: pulse 2.2s infinite;
}
.hero-logo-center::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 3px dashed rgba(3,129,135,0.13);
  pointer-events: none;
  z-index: 1;
}
.hero-logo-center img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 26px;
  background: rgba(255,255,255,0.13);
  box-shadow: 0 2px 12px rgba(3,129,135,0.10);
  opacity: 0.99;
  border: 2.5px solid rgba(196,154,108,0.18);
  transition: transform 0.22s;
  z-index: 2;
}
.hero-logo-center:hover {
  box-shadow: 0 24px 70px rgba(3,129,135,0.22), 0 8px 24px rgba(196,154,108,0.15);
  background: linear-gradient(135deg, rgba(3,129,135,0.19) 0%, rgba(196,154,108,0.17) 100%);
}
.hero-logo-center:hover img {
  transform: scale(1.11) rotate(-3deg);
}
@media (max-width: 767px) {
  .hero-logo-center {
    width: 110px;
    height: 110px;
    border-width: 3px;
  }
  .hero-logo-center img {
    width: 65px;
    height: 65px;
    border-radius: 13px;
  }
  .hero-logo-center::after {
    inset: -5px;
    border-width: 2px;
  }
}

/* العنوان الرئيسي */
.hero-main-title {
  font-size: 2.9rem;
  font-weight: bold;
  color: var(--primary-color);
  letter-spacing: 2px;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}
.hero-title-highlight {
  color: var(--primary-color);
  background: linear-gradient(90deg, var(--primary-color) 60%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  font-size: 3.1rem;
  letter-spacing: 2.5px;
  padding: 0 0.2em;
}
@media (max-width: 991px) {
  .hero-main-title { font-size: 2.1rem; }
  .hero-title-highlight { font-size: 2.2rem; }
}
@media (max-width: 767px) {
  .hero-main-title { font-size: 1.3rem; }
  .hero-title-highlight { font-size: 1.4rem; }
}

/* وصف الهيرو */
.hero-desc {
  color: var(--p-color);
  font-size: 1.18rem;
  line-height: 2.1;
  margin-bottom: 1.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-desc { font-size: 0.98rem; }
}

/* تحسين عناصر المميزات */
.hero-highlights {
  margin-top: 1.5rem;
  gap: 1.1rem !important;
  z-index: 2;
}
.hero-highlights .highlight-item {
  font-weight: 700;
  font-size: 1.08rem;
  border: 2px solid rgba(3,129,135,0.11);
  background: rgba(255,255,255,0.92);
  color: var(--primary-color);
  box-shadow: 0 2px 8px rgba(3,129,135,0.07);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, border 0.18s;
  cursor: default;
  min-width: 160px;
  justify-content: center;
}
.hero-highlights .highlight-item i {
  color: var(--secondary-color);
  font-size: 1.25rem;
  margin-left: 0.5em;
}
.hero-highlights .highlight-item:last-child i {
  color: gold;
}
.hero-highlights .highlight-item:hover {
  background: linear-gradient(90deg, rgba(3,129,135,0.09) 0%, rgba(196,154,108,0.09) 100%);
  color: var(--primary-color);
  border-color: var(--secondary-color);
  box-shadow: 0 4px 16px rgba(3,129,135,0.13);
}
@media (max-width: 991px) {
  .hero-highlights {
    gap: 0.7rem !important;
  }
  .hero-highlights .highlight-item {
    font-size: 0.97rem;
    padding: 0.5rem 1.1rem;
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .hero-highlights {
    flex-direction: column !important;
    gap: 0.5rem !important;
    margin-top: 1rem;
  }
  .hero-highlights .highlight-item {
    width: 100%;
    justify-content: center;
    font-size: 0.95rem;
    padding: 0.5rem 0.7rem;
    min-width: 0;
  }
}

/* مكتبة animate.css (يمكنك استيرادها أو نسخ فقط هذا التأثير البسيط) */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(3,129,135,0.13);}
  70% { box-shadow: 0 0 0 18px rgba(3,129,135,0.03);}
  100% { box-shadow: 0 0 0 0 rgba(3,129,135,0.13);}
}
.animate__pulse {
  animation: pulse 2.2s infinite;
}

/* شريط الشعار أسفل السلايدر */
.hero-logo-fancy-bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  width: 100%;
  max-width: 540px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding-bottom: 18px;
}

.hero-logo-fancy-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  pointer-events: auto;
  background: none;
  box-shadow: none;
  border: none;
  gap: 0;
}

.hero-fancy-rect-right,
.hero-fancy-rect-left {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 64px;
  background: rgba(255,255,255,0.93);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.13rem;
  border-radius: 32px;
  box-shadow: 0 2px 12px rgba(3,129,135,0.09);
  padding: 0 1.5em;
  white-space: nowrap;
  transition: box-shadow 0.18s;
  border: 2px solid rgba(3,129,135,0.08);
  position: relative;
}
.hero-fancy-rect-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -18px;
  justify-content: flex-end;
  border-right: none;
  text-align: right;
}
.hero-fancy-rect-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -18px;
  justify-content: flex-start;
  border-left: none;
  text-align: left;
  color: var(--secondary-color);
  font-weight: 900;
}

.hero-fancy-circle {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(3,129,135,0.16) 0%, rgba(196,154,108,0.13) 100%);
  box-shadow: 0 4px 18px rgba(3,129,135,0.13), 0 2px 8px rgba(196,154,108,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(255,255,255,0.55);
  position: relative;
  z-index: 2;
  transition: box-shadow 0.18s, transform 0.18s;
}

.hero-fancy-circle img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255,255,255,0.17);
  box-shadow: 0 2px 12px rgba(3,129,135,0.10);
  border: 2px solid rgba(196,154,108,0.13);
  opacity: 1;
  transition: transform 0.18s;
}

.hero-logo-fancy-bar-inner:hover .hero-fancy-circle {
  box-shadow: 0 8px 32px rgba(3,129,135,0.18), 0 4px 16px rgba(196,154,108,0.13);
  transform: scale(1.06) rotate(-2deg);
}
.hero-logo-fancy-bar-inner:hover .hero-fancy-circle img {
  transform: scale(1.09) rotate(-2deg);
}

@media (max-width: 991px) {
  .hero-logo-fancy-bar {
    max-width: 98vw;
    padding-bottom: 10px;
  }
  .hero-fancy-rect-right,
  .hero-fancy-rect-left {
    font-size: 0.97rem;
    height: 44px;
    padding: 0 1em;
  }
  .hero-fancy-circle {
    width: 54px;
    height: 54px;
  }
  .hero-fancy-circle img {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }
}

@media (max-width: 767px) {
  .hero-logo-fancy-bar {
    max-width: 99vw;
    padding-bottom: 4px;
  }
  .hero-logo-fancy-bar-inner {
    flex-direction: column;
    gap: 0.5rem;
  }
  .hero-fancy-rect-right,
  .hero-fancy-rect-left {
    height: 32px;
    font-size: 0.82rem;
    padding: 0 0.7em;
    margin: 0;
    border-radius: 16px !important;
    min-width: 0;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .hero-fancy-circle {
    width: 36px;
    height: 36px;
  }
  .hero-fancy-circle img {
    width: 22px;
    height: 22px;
    border-radius: 5px;
  }
}
