.elementor-29338 .elementor-element.elementor-element-e43171b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6bab833 */<style>
/* الإعدادات العامة */
.digital-advertising-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
  direction: rtl;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

/* العنوان الرئيسي */
.section-header {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeInDown 1s ease-in-out;
}

.main-title {
  font-size: 3.5em;
  font-weight: bold;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.main-subtitle {
  font-size: 1.3em;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

/* شبكة البطاقات */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}

/* بطاقة الخدمة */
.service-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
  border-color: #667eea;
}

.card-icon {
  font-size: 4em;
  margin-bottom: 20px;
  text-align: center;
  animation: bounce 2s infinite;
}

.card-title {
  font-size: 1.6em;
  color: #2d3748;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.card-description {
  color: #666;
  line-height: 1.8;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 20px;
}

.card-features {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-tag {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

/* قسم الشرح التفصيلي */
.detailed-explanation {
  margin: 80px 0;
}

.section-title {
  font-size: 2.5em;
  color: #2d3748;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

/* بطاقة الشرح */
.explanation-card {
  background: white;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border-right: 5px solid #667eea;
  transition: all 0.3s ease;
}

.explanation-card:hover {
  box-shadow: 0 10px 35px rgba(102, 126, 234, 0.2);
  transform: translateX(-5px);
}

.exp-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.exp-icon {
  font-size: 3em;
}

.exp-header h3 {
  font-size: 2em;
  color: #2d3748;
  margin: 0;
  font-weight: bold;
}

.exp-content h4 {
  font-size: 1.4em;
  color: #667eea;
  margin: 25px 0 15px 0;
  font-weight: bold;
}

.exp-content p {
  color: #555;
  line-height: 1.9;
  font-size: 1.15em;
  margin-bottom: 20px;
}

.exp-content ul {
  list-style: none;
  padding: 0;
}

.exp-content li {
  color: #555;
  padding: 12px 0;
  font-size: 1.1em;
  line-height: 1.8;
  position: relative;
  padding-right: 30px;
}

.exp-content li::before {
  content: '✓';
  position: absolute;
  right: 0;
  color: #667eea;
  font-weight: bold;
  font-size: 1.3em;
}

.exp-content strong {
  color: #2d3748;
  font-weight: bold;
}

/* قسم المميزات */
.advantages-section {
  margin: 80px 0;
  padding: 60px 40px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.advantage-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.advantage-card:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

.advantage-card:hover .advantage-icon {
  transform: rotate(360deg) scale(1.2);
}

.advantage-card:hover h3,
.advantage-card:hover p {
  color: white;
}

.advantage-icon {
  font-size: 3.5em;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}

.advantage-card h3 {
  font-size: 1.4em;
  color: #2d3748;
  margin-bottom: 15px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.advantage-card p {
  color: #666;
  line-height: 1.7;
  font-size: 1.05em;
  transition: color 0.3s ease;
}

/* CTA النهائي */
.final-cta {
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 40px;
  border-radius: 25px;
  margin-top: 80px;
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.final-cta h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.final-cta p {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.95;
}

.cta-button {
  display: inline-block;
  background: white;
  color: #667eea;
  padding: 20px 50px;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  background: #f0f0f0;
}

.cta-note {
  margin-top: 20px;
  font-size: 1.1em;
  opacity: 0.9;
}

/* الأنيميشن */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* التجاوب مع الشاشات الصغيرة */
@media (max-width: 768px) {
  .main-title {
    font-size: 2.2em;
  }
  
  .main-subtitle {
    font-size: 1.1em;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .advantages-grid {
    grid-template-columns: 1fr;
  }
  
  .explanation-card {
    padding: 25px;
  }
  
  .exp-header h3 {
    font-size: 1.5em;
  }
  
  .final-cta h2 {
    font-size: 1.8em;
  }
  
  .cta-button {
    padding: 15px 35px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 1.8em;
  }
  
  .section-title {
    font-size: 1.8em;
  }
  
  .card-icon {
    font-size: 3em;
  }
  
  .digital-advertising-section {
    padding: 30px 15px;
  }
}
</style>/* End custom CSS */