@charset "UTF-8";
.who-is-myex-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.who-is-myex-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  filter: none;
  pointer-events: none;
}
.who-is-myex-section .container {
  position: relative;
  z-index: 2;
}

.who-title {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.who-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 80px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.who-features-grid {
  margin-top: 0;
}
.who-features-grid .row {
  justify-content: center;
  align-items: stretch;
}

.who-feature-card {
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  overflow: hidden;
}
.who-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.who-feature-card p {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 2;
}
.who-feature-card.card-1, .who-feature-card.card-2, .who-feature-card.card-3 {
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1), 0 1.5px 4px rgba(0, 0, 0, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(22px) saturate(120%);
  -webkit-backdrop-filter: blur(22px) saturate(120%);
  transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
  position: relative;
  overflow: hidden;
}
.who-feature-card.card-1:hover, .who-feature-card.card-2:hover, .who-feature-card.card-3:hover {
  box-shadow: 0 16px 40px 0 rgba(31, 38, 135, 0.18), 0 3px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-12px) scale(1.03);
  border-color: rgba(255, 255, 255, 0.55);
}
.who-feature-card.card-1::after, .who-feature-card.card-2::after, .who-feature-card.card-3::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

body.rtl .who-is-myex-section {
  direction: rtl;
}
body.rtl .who-is-myex-section .who-title,
body.rtl .who-is-myex-section .who-description {
  text-align: center;
}
body.rtl .who-is-myex-section .who-feature-card p {
  text-align: center;
}

@media (max-width: 991px) {
  .who-is-myex-section {
    padding: 80px 0;
  }
  .who-is-myex-section .who-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .who-is-myex-section .who-description {
    font-size: 1.1rem;
    margin-bottom: 60px;
  }
  .who-is-myex-section .who-feature-card {
    padding: 30px 25px;
    margin-bottom: 30px;
    min-height: 180px;
  }
  .who-is-myex-section .who-feature-card p {
    font-size: 1rem;
  }
  .who-is-myex-section .who-features-grid .row {
    flex-direction: column;
    align-items: center;
  }
  .who-is-myex-section .who-features-grid .row .col-lg-5,
  .who-is-myex-section .who-features-grid .row .col-lg-8 {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .who-is-myex-section {
    padding: 60px 0;
  }
  .who-is-myex-section .who-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .who-is-myex-section .who-description {
    font-size: 1rem;
    margin-bottom: 50px;
  }
  .who-is-myex-section .who-feature-card {
    padding: 25px 20px;
    min-height: 160px;
  }
  .who-is-myex-section .who-feature-card p {
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  .who-is-myex-section {
    padding: 50px 0;
  }
  .who-is-myex-section .who-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .who-is-myex-section .who-description {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }
  .who-is-myex-section .who-feature-card {
    padding: 20px 15px;
    min-height: 140px;
  }
  .who-is-myex-section .who-feature-card p {
    font-size: 0.9rem;
  }
  [dir=rtl] .section-title-modern, body.rtl .section-title-modern {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  [dir=rtl] .section-badge, body.rtl .section-badge {
    font-size: 0.75rem;
    padding: 8px 16px;
  }
  [dir=rtl] .card-title, body.rtl .card-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  [dir=rtl] .card-description, body.rtl .card-description {
    font-size: 0.85rem;
    line-height: 2;
  }
  [dir=rtl] .step-badge, body.rtl .step-badge {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  [dir=rtl] .card-icon, body.rtl .card-icon {
    width: 45px;
    height: 45px;
  }
  [dir=rtl] .process-card, body.rtl .process-card {
    padding: 18px 12px;
  }
  [dir=rtl] .card-header, body.rtl .card-header {
    margin-bottom: 15px;
  }
}
.how-we-work-modern {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.how-we-work-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.05) 40%, transparent 70%);
  pointer-events: none;
}

.section-header-modern {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.section-badge {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-family: "Inter", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: none;
  border-radius: 500px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: rgba(23, 25, 28, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  box-shadow: 0px 1px 4px rgba(38, 40, 46, 0.37);
  z-index: 1;
  overflow: hidden;
}
.section-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(to bottom, #6663F6, #17191C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

.section-title-modern {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.work-process-container {
  position: relative;
  margin-top: 60px;
}

.process-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.process-card:hover {
  transform: translateY(-15px);
  border-color: rgba(102, 126, 234, 0.4);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 60px rgba(102, 126, 234, 0.2);
}
.process-card:hover .card-gradient {
  opacity: 1;
}
.process-card:hover .process-icon {
  transform: scale(1.1) rotate(5deg);
}
.process-card:hover .step-badge {
  transform: scale(1.1);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.process-card.process-card-1 .card-gradient {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(24, 119, 242, 0.2) 100%);
}
.process-card.process-card-2 .card-gradient {
  background: linear-gradient(135deg, rgba(118, 75, 162, 0.3) 0%, rgba(102, 126, 234, 0.2) 100%);
}
.process-card.process-card-3 .card-gradient {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.3) 0%, rgba(118, 75, 162, 0.2) 100%);
}
.process-card.process-card-4 .card-gradient {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.2) 100%);
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.step-badge {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}

.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.card-icon .process-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
}

.card-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.card-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 24px;
}

.connection-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.connection-lines .line {
  position: absolute;
  background: linear-gradient(90deg, transparent 0%, rgba(102, 126, 234, 0.4) 20%, rgba(118, 75, 162, 0.6) 50%, rgba(102, 126, 234, 0.4) 80%, transparent 100%);
  border-radius: 2px;
}
.connection-lines .line.line-1 {
  top: 25%;
  left: 20%;
  right: 20%;
  height: 2px;
  animation: lineFlow 3s ease-in-out infinite;
}
.connection-lines .line.line-2 {
  top: 75%;
  left: 20%;
  right: 20%;
  height: 2px;
  animation: lineFlow 3s ease-in-out infinite 1.5s;
}
.connection-lines .pulse-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.connection-lines .pulse-dot.pulse-1 {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s ease-in-out infinite;
}
.connection-lines .pulse-dot.pulse-2 {
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s ease-in-out infinite 1s;
}

.process-cta {
  margin-top: 80px;
  text-align: center;
}
.process-cta .cta-text {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
.process-cta .cta-disclaimer {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

@keyframes lineFlow {
  0%, 100% {
    opacity: 0.3;
    transform: scaleX(0.8);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
  }
}
[dir=rtl] .how-we-work-modern, body.rtl .how-we-work-modern {
  direction: rtl;
}
[dir=rtl] .section-badge, body.rtl .section-badge {
  font-family: "Tajawal", sans-serif;
  letter-spacing: 1px;
}
[dir=rtl] .section-title-modern, body.rtl .section-title-modern {
  font-family: "Tajawal", sans-serif;
  font-weight: 800;
}
[dir=rtl] .section-subtitle, body.rtl .section-subtitle {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
}
[dir=rtl] .card-header, body.rtl .card-header {
  flex-direction: row-reverse;
}
[dir=rtl] .card-title, body.rtl .card-title {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  text-align: right;
}
[dir=rtl] .card-description, body.rtl .card-description {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  text-align: right;
  line-height: 1.8;
}
[dir=rtl] .process-card:hover .process-icon, body.rtl .process-card:hover .process-icon {
  transform: scale(1.1) rotate(-5deg);
}
[dir=rtl] .step-badge, body.rtl .step-badge {
  font-family: "Inter", sans-serif;
}
[dir=rtl] .cta-text, body.rtl .cta-text {
  font-family: "Tajawal", sans-serif;
  font-weight: 600;
}
[dir=rtl] .cta-disclaimer, body.rtl .cta-disclaimer {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
[dir=rtl] .connection-lines .line, body.rtl .connection-lines .line {
  background: linear-gradient(270deg, transparent 0%, rgba(102, 126, 234, 0.4) 20%, rgba(118, 75, 162, 0.6) 50%, rgba(102, 126, 234, 0.4) 80%, transparent 100%);
}

.what-about-section {
  padding: 150px 0;
  position: relative;
  background: linear-gradient(135deg, #0a0e1a 0%, #1a1f35 50%, #0f1419 100%);
  overflow: hidden;
}
.what-about-section .what-about-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.what-about-section .what-about-background .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
}
.what-about-section .what-about-background .bg-shape.bg-shape-1 {
  width: 800px;
  height: 800px;
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  top: -400px;
  right: -400px;
  animation: float 20s ease-in-out infinite;
}
.what-about-section .what-about-background .bg-shape.bg-shape-2 {
  width: 600px;
  height: 600px;
  background: linear-gradient(-45deg, #ec4899, #f59e0b);
  bottom: -300px;
  left: -300px;
  animation: float 25s ease-in-out infinite reverse;
}
.what-about-section .what-about-background .floating-particles {
  position: absolute;
  width: 100%;
  height: 100%;
}
.what-about-section .what-about-background .floating-particles .particle {
  position: absolute;
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  border-radius: 50%;
  opacity: 0.1;
  animation: particleFloat 15s linear infinite;
}
.what-about-section .what-about-background .floating-particles .particle.particle-1 {
  width: 4px;
  height: 4px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.what-about-section .what-about-background .floating-particles .particle.particle-2 {
  width: 6px;
  height: 6px;
  top: 60%;
  right: 15%;
  animation-delay: 3s;
}
.what-about-section .what-about-background .floating-particles .particle.particle-3 {
  width: 3px;
  height: 3px;
  bottom: 30%;
  left: 20%;
  animation-delay: 6s;
}
.what-about-section .what-about-background .floating-particles .particle.particle-4 {
  width: 5px;
  height: 5px;
  top: 80%;
  right: 30%;
  animation-delay: 9s;
}
.what-about-section .what-about-background .floating-particles .particle.particle-5 {
  width: 4px;
  height: 4px;
  top: 40%;
  left: 70%;
  animation-delay: 12s;
}
.what-about-section .what-about-content {
  position: relative;
  z-index: 2;
}
.what-about-section .section-badge-modern {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.what-about-section .section-badge-modern .badge-text {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.3);
}
.what-about-section .section-badge-modern .badge-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50px;
  opacity: 0.5;
  filter: blur(8px);
  animation: pulseGlow 3s ease-in-out infinite;
}
.what-about-section .section-title-ultra {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
}
.what-about-section .section-title-ultra .title-gradient {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.what-about-section .section-title-ultra .title-highlight {
  color: #ffffff;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.what-about-section .section-description-modern {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  max-width: 500px;
}
.what-about-section .feature-points {
  margin-bottom: 50px;
}
.what-about-section .feature-points .feature-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}
.what-about-section .feature-points .feature-point .point-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.3);
  position: relative;
  overflow: hidden;
}
.what-about-section .feature-points .feature-point .point-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 3s linear infinite;
}
[dir=rtl] .what-about-section .feature-points .feature-point .point-icon::before, .rtl .what-about-section .feature-points .feature-point .point-icon::before {
  animation: shimmerRTL 3s linear infinite;
}
.what-about-section .feature-points .feature-point .point-icon i {
  color: white;
  font-size: 1.3rem;
  z-index: 2;
}
.what-about-section .feature-points .feature-point .point-content {
  flex: 1;
}
.what-about-section .feature-points .feature-point .point-content h4 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}
.what-about-section .feature-points .feature-point .point-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.what-about-section .cta-container .cta-button-ultra {
  position: relative;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  padding: 18px 40px;
  border-radius: 50px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(99, 102, 241, 0.4);
}
.what-about-section .cta-container .cta-button-ultra .button-text {
  position: relative;
  z-index: 3;
}
.what-about-section .cta-container .cta-button-ultra .button-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.3s ease;
}
.what-about-section .cta-container .cta-button-ultra .button-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}
.what-about-section .cta-container .cta-button-ultra:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.6);
}
.what-about-section .cta-container .cta-button-ultra:hover .button-glow {
  opacity: 1;
}
.what-about-section .cta-container .cta-button-ultra:hover .button-ripple {
  width: 300px;
  height: 300px;
}
.what-about-section .visual-wrapper {
  position: relative;
  height: 600px;
}
.what-about-section .visual-wrapper .main-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.what-about-section .visual-wrapper .main-image-container .image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.what-about-section .visual-wrapper .main-image-container .image-frame .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.what-about-section .visual-wrapper .main-image-container .image-frame .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.what-about-section .visual-wrapper .main-image-container .image-frame:hover .main-image {
  transform: scale(1.05);
}
.what-about-section .visual-wrapper .main-image-container .image-frame:hover .image-overlay {
  opacity: 1;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements .floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: cardFloat 4s ease-in-out infinite;
  opacity: 0.9;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements .floating-card.card-1 {
  top: 12%;
  right: -8%;
  animation-delay: 0s;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements .floating-card.card-2 {
  bottom: 35%;
  left: -10%;
  animation-delay: 1.5s;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements .floating-card.card-3 {
  bottom: 12%;
  right: 8%;
  animation-delay: 3s;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements .floating-card .card-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements .floating-card .card-icon i {
  color: white;
  font-size: 0.85rem;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements .floating-card .card-content .card-number {
  display: block;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
.what-about-section .visual-wrapper .main-image-container .floating-elements .floating-card .card-content .card-label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  margin-top: 2px;
  font-family: "Inter", sans-serif;
}
.what-about-section .visual-wrapper .main-image-container .animated-elements {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.what-about-section .visual-wrapper .main-image-container .animated-elements .pulse-ring {
  position: absolute;
  border: 2px solid rgba(99, 102, 241, 0.3);
  border-radius: 50%;
  animation: pulseRing 4s ease-out infinite;
}
.what-about-section .visual-wrapper .main-image-container .animated-elements .pulse-ring.ring-1 {
  width: 100px;
  height: 100px;
  animation-delay: 0s;
}
.what-about-section .visual-wrapper .main-image-container .animated-elements .pulse-ring.ring-2 {
  width: 200px;
  height: 200px;
  animation-delay: 1s;
}
.what-about-section .visual-wrapper .main-image-container .animated-elements .pulse-ring.ring-3 {
  width: 300px;
  height: 300px;
  animation-delay: 2s;
}
.what-about-section .statistics-container {
  margin-top: 100px;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
.what-about-section .statistics-container .stat-item {
  text-align: center;
  padding: 20px;
}
.what-about-section .statistics-container .stat-item .stat-number {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}
.what-about-section .statistics-container .stat-item .stat-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

[dir=rtl] .what-about-section .section-badge-modern,
body.rtl .what-about-section .section-badge-modern {
  text-align: right;
}
[dir=rtl] .what-about-section .section-title-ultra,
body.rtl .what-about-section .section-title-ultra {
  text-align: right;
  font-family: "Tajawal", sans-serif;
  font-weight: 800;
}
[dir=rtl] .what-about-section .section-title-ultra .title-gradient,
[dir=rtl] .what-about-section .section-title-ultra .title-highlight,
body.rtl .what-about-section .section-title-ultra .title-gradient,
body.rtl .what-about-section .section-title-ultra .title-highlight {
  text-align: right;
  font-family: "Tajawal", sans-serif;
}
[dir=rtl] .what-about-section .section-description-modern,
body.rtl .what-about-section .section-description-modern {
  text-align: right;
  margin-left: 0;
  margin-right: auto;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
}
[dir=rtl] .what-about-section .feature-points .feature-point,
body.rtl .what-about-section .feature-points .feature-point {
  flex-direction: row-reverse;
  text-align: right;
}
[dir=rtl] .what-about-section .feature-points .feature-point .point-content,
body.rtl .what-about-section .feature-points .feature-point .point-content {
  text-align: right;
}
[dir=rtl] .what-about-section .feature-points .feature-point .point-content h4,
body.rtl .what-about-section .feature-points .feature-point .point-content h4 {
  text-align: right;
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
}
[dir=rtl] .what-about-section .feature-points .feature-point .point-content p,
body.rtl .what-about-section .feature-points .feature-point .point-content p {
  text-align: right;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
[dir=rtl] .what-about-section .cta-container,
body.rtl .what-about-section .cta-container {
  text-align: right;
}
[dir=rtl] .what-about-section .cta-container .cta-button-ultra .button-text,
body.rtl .what-about-section .cta-container .cta-button-ultra .button-text {
  font-family: "Tajawal", sans-serif;
  font-weight: 600;
}
[dir=rtl] .what-about-section .statistics-container,
body.rtl .what-about-section .statistics-container {
  direction: rtl;
}
[dir=rtl] .what-about-section .statistics-container .stat-item,
body.rtl .what-about-section .statistics-container .stat-item {
  text-align: center;
}
[dir=rtl] .what-about-section .statistics-container .stat-item .stat-label,
body.rtl .what-about-section .statistics-container .stat-item .stat-label {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
[dir=rtl] .what-about-section .floating-particles .particle,
body.rtl .what-about-section .floating-particles .particle {
  animation: particleFloatRTL 15s linear infinite;
}
[dir=rtl] .what-about-section .bg-shape.bg-shape-1,
body.rtl .what-about-section .bg-shape.bg-shape-1 {
  right: auto;
  left: -400px;
}
[dir=rtl] .what-about-section .bg-shape.bg-shape-2,
body.rtl .what-about-section .bg-shape.bg-shape-2 {
  left: auto;
  right: -300px;
}
[dir=rtl] .what-about-section .point-icon::before,
body.rtl .what-about-section .point-icon::before {
  animation: shimmerRTL 3s linear infinite !important;
}

/* =============================================
   FLOATING CARDS - RTL IMMUNITY RULES
   الكاردات الطائرة - قواعد مقاومة التأثر بـ RTL
   ============================================= */
.what-about-section .floating-elements {
  direction: ltr !important;
}
.what-about-section .floating-elements .floating-card {
  direction: ltr !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  min-width: 120px !important;
  max-width: 160px !important;
  height: auto !important;
  min-height: 60px !important;
  transform: none !important;
  scale: 1 !important;
}
.what-about-section .floating-elements .floating-card.card-1 {
  top: 12% !important;
  right: -8% !important;
  left: auto !important;
}
.what-about-section .floating-elements .floating-card.card-2 {
  bottom: 35% !important;
  left: -10% !important;
  right: auto !important;
}
.what-about-section .floating-elements .floating-card.card-3 {
  bottom: 12% !important;
  right: 8% !important;
  left: auto !important;
}
.what-about-section .floating-elements .floating-card .card-content {
  direction: ltr !important;
  text-align: left !important;
}
.what-about-section .floating-elements .floating-card .card-content .card-number {
  direction: ltr !important;
  text-align: left !important;
  font-size: 1rem !important;
}
.what-about-section .floating-elements .floating-card .card-content .card-label {
  direction: ltr !important;
  text-align: left !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.7rem !important;
}
.what-about-section .floating-elements .floating-card .card-icon {
  direction: ltr !important;
  width: 32px !important;
  height: 32px !important;
}

[dir=rtl] .what-about-section .floating-elements,
body.rtl .what-about-section .floating-elements,
html[dir=rtl] .what-about-section .floating-elements {
  direction: ltr !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card,
body.rtl .what-about-section .floating-elements .floating-card,
html[dir=rtl] .what-about-section .floating-elements .floating-card {
  direction: ltr !important;
  width: auto !important;
  min-width: 120px !important;
  max-width: 160px !important;
  height: auto !important;
  min-height: 60px !important;
  transform: none !important;
  scale: 1 !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card.card-1,
body.rtl .what-about-section .floating-elements .floating-card.card-1,
html[dir=rtl] .what-about-section .floating-elements .floating-card.card-1 {
  top: 12% !important;
  right: -8% !important;
  left: auto !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card.card-2,
body.rtl .what-about-section .floating-elements .floating-card.card-2,
html[dir=rtl] .what-about-section .floating-elements .floating-card.card-2 {
  bottom: 35% !important;
  left: -10% !important;
  right: auto !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card.card-3,
body.rtl .what-about-section .floating-elements .floating-card.card-3,
html[dir=rtl] .what-about-section .floating-elements .floating-card.card-3 {
  bottom: 12% !important;
  right: 8% !important;
  left: auto !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card .card-content,
body.rtl .what-about-section .floating-elements .floating-card .card-content,
html[dir=rtl] .what-about-section .floating-elements .floating-card .card-content {
  direction: ltr !important;
  text-align: left !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card .card-content .card-number,
[dir=rtl] .what-about-section .floating-elements .floating-card .card-content .card-label,
body.rtl .what-about-section .floating-elements .floating-card .card-content .card-number,
body.rtl .what-about-section .floating-elements .floating-card .card-content .card-label,
html[dir=rtl] .what-about-section .floating-elements .floating-card .card-content .card-number,
html[dir=rtl] .what-about-section .floating-elements .floating-card .card-content .card-label {
  direction: ltr !important;
  text-align: left !important;
  font-family: "Inter", sans-serif !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card .card-content .card-number,
body.rtl .what-about-section .floating-elements .floating-card .card-content .card-number,
html[dir=rtl] .what-about-section .floating-elements .floating-card .card-content .card-number {
  font-size: 1rem !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card .card-content .card-label,
body.rtl .what-about-section .floating-elements .floating-card .card-content .card-label,
html[dir=rtl] .what-about-section .floating-elements .floating-card .card-content .card-label {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
}
[dir=rtl] .what-about-section .floating-elements .floating-card .card-icon,
body.rtl .what-about-section .floating-elements .floating-card .card-icon,
html[dir=rtl] .what-about-section .floating-elements .floating-card .card-icon {
  direction: ltr !important;
  width: 32px !important;
  height: 32px !important;
}

@keyframes particleFloat {
  0% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.1;
  }
  50% {
    transform: translateY(-50px) translateX(25px);
    opacity: 0.3;
  }
  100% {
    transform: translateY(-100px) translateX(-25px);
    opacity: 0;
  }
}
@keyframes particleFloatRTL {
  0% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.1;
  }
  50% {
    transform: translateY(-50px) translateX(-25px);
    opacity: 0.3;
  }
  100% {
    transform: translateY(-100px) translateX(25px);
    opacity: 0;
  }
}
@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmerRTL {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes pulseRing {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .what-about-section .section-title-ultra {
    font-size: 3rem;
  }
  .what-about-section .visual-wrapper {
    height: 500px;
  }
  .what-about-section .floating-elements .floating-card {
    padding: 10px 12px;
  }
  .what-about-section .floating-elements .floating-card.card-1 {
    top: 15%;
    right: -6%;
  }
  .what-about-section .floating-elements .floating-card.card-2 {
    bottom: 40%;
    left: -8%;
  }
  .what-about-section .floating-elements .floating-card .card-icon {
    width: 28px;
    height: 28px;
  }
  .what-about-section .floating-elements .floating-card .card-icon i {
    font-size: 0.75rem;
  }
  .what-about-section .floating-elements .floating-card .card-content .card-number {
    font-size: 0.9rem;
  }
  .what-about-section .floating-elements .floating-card .card-content .card-label {
    font-size: 0.65rem;
  }
}
@media (max-width: 992px) {
  .what-about-section {
    padding: 100px 0;
  }
  .what-about-section .section-title-ultra {
    font-size: 2.5rem;
    text-align: center;
  }
  .what-about-section .section-description-modern {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .what-about-section .feature-points {
    margin-top: 50px;
  }
  .what-about-section .visual-wrapper {
    height: 400px;
    margin-top: 50px;
  }
  .what-about-section .statistics-container {
    margin-top: 50px;
  }
  .what-about-section .statistics-container .stat-item {
    margin-bottom: 30px;
  }
  .what-about-section .statistics-container .stat-item .stat-number {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .what-about-section {
    padding: 80px 0;
  }
  .what-about-section .section-title-ultra {
    font-size: 2rem;
  }
  .what-about-section .section-description-modern {
    font-size: 1.1rem;
  }
  .what-about-section .feature-points .feature-point .point-icon {
    width: 50px;
    height: 50px;
  }
  .what-about-section .feature-points .feature-point .point-icon i {
    font-size: 1.1rem;
  }
  .what-about-section .feature-points .feature-point .point-content h4 {
    font-size: 1.1rem;
  }
  .what-about-section .visual-wrapper {
    height: 300px;
  }
  .what-about-section .floating-elements .floating-card {
    display: none !important;
  }
  .what-about-section .statistics-container .stat-item .stat-number {
    font-size: 2rem;
  }
  .what-about-section .statistics-container .stat-item .stat-label {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .what-about-section {
    padding: 60px 0;
  }
  .what-about-section .section-badge-modern .badge-text {
    font-size: 0.75rem;
    padding: 10px 20px;
    letter-spacing: 1px;
  }
  .what-about-section .section-title-ultra {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .what-about-section .section-title-ultra .title-gradient,
  .what-about-section .section-title-ultra .title-highlight {
    display: block;
    margin-bottom: 5px;
  }
  .what-about-section .section-description-modern {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .what-about-section .feature-points {
    margin-bottom: 30px;
  }
  .what-about-section .feature-points .feature-point {
    gap: 15px;
    margin-bottom: 25px;
  }
  .what-about-section .feature-points .feature-point .point-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
  }
  .what-about-section .feature-points .feature-point .point-icon i {
    font-size: 1rem;
  }
  .what-about-section .feature-points .feature-point .point-content h4 {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .what-about-section .feature-points .feature-point .point-content p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .what-about-section .cta-container {
    margin-bottom: 30px;
    text-align: center;
  }
  .what-about-section .cta-container .cta-button-ultra {
    padding: 15px 30px !important;
    font-size: 1rem !important;
    border-radius: 40px;
    width: 100%;
    max-width: 280px;
  }
  .what-about-section .visual-wrapper {
    height: 250px;
    margin-top: 0;
  }
  .what-about-section .visual-wrapper .main-image-container .image-frame {
    border-radius: 15px;
  }
  .what-about-section .visual-wrapper .floating-elements .floating-card {
    display: none !important;
  }
  .what-about-section .visual-wrapper .animated-elements .pulse-ring {
    display: none;
  }
  .what-about-section .statistics-container {
    padding: 25px 15px;
    margin-top: 30px;
    border-radius: 15px;
  }
  .what-about-section .statistics-container .row {
    margin: 0 -10px;
  }
  .what-about-section .statistics-container .stat-item {
    padding: 15px 10px;
    margin-bottom: 0;
  }
  .what-about-section .statistics-container .stat-item .stat-number {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .what-about-section .statistics-container .stat-item .stat-label {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
  }
  .what-about-section[dir=rtl] .feature-points .feature-point, .what-about-section.rtl .feature-points .feature-point {
    flex-direction: row-reverse;
    text-align: right;
  }
  .what-about-section[dir=rtl] .section-title-ultra,
  .what-about-section[dir=rtl] .section-description-modern, .what-about-section.rtl .section-title-ultra,
  .what-about-section.rtl .section-description-modern {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .what-about-section {
    padding: 50px 0;
  }
  .what-about-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .what-about-section .section-title-ultra {
    font-size: 1.6rem;
  }
  .what-about-section .section-title-ultra .title-gradient,
  .what-about-section .section-title-ultra .title-highlight {
    font-size: 1.6rem;
  }
  .what-about-section .section-description-modern {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  .what-about-section .feature-points .feature-point {
    gap: 12px;
    margin-bottom: 20px;
  }
  .what-about-section .feature-points .feature-point .point-icon {
    width: 40px;
    height: 40px;
  }
  .what-about-section .feature-points .feature-point .point-icon i {
    font-size: 0.9rem;
  }
  .what-about-section .feature-points .feature-point .point-content h4 {
    font-size: 0.95rem;
  }
  .what-about-section .feature-points .feature-point .point-content p {
    font-size: 0.85rem;
  }
  .what-about-section .visual-wrapper {
    height: 200px;
  }
  .what-about-section .statistics-container {
    padding: 20px 10px;
    margin-top: 25px;
  }
  .what-about-section .statistics-container .stat-item {
    padding: 12px 8px;
  }
  .what-about-section .statistics-container .stat-item .stat-number {
    font-size: 1.5rem;
  }
  .what-about-section .statistics-container .stat-item .stat-label {
    font-size: 0.75rem;
  }
}
@media (max-width: 360px) {
  .what-about-section {
    padding: 40px 0;
  }
  .what-about-section .section-badge-modern .badge-text {
    font-size: 0.7rem;
    padding: 8px 16px;
  }
  .what-about-section .section-title-ultra {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .what-about-section .section-description-modern {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  .what-about-section .feature-points .feature-point {
    gap: 10px;
    margin-bottom: 18px;
  }
  .what-about-section .feature-points .feature-point .point-icon {
    width: 35px;
    height: 35px;
  }
  .what-about-section .feature-points .feature-point .point-icon i {
    font-size: 0.8rem;
  }
  .what-about-section .feature-points .feature-point .point-content h4 {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  .what-about-section .feature-points .feature-point .point-content p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .what-about-section .cta-button-ultra {
    padding: 12px 25px !important;
    font-size: 0.9rem !important;
  }
  .what-about-section .visual-wrapper {
    height: 180px;
  }
  .what-about-section .statistics-container {
    padding: 15px 8px;
  }
  .what-about-section .statistics-container .stat-item {
    padding: 10px 5px;
  }
  .what-about-section .statistics-container .stat-item .stat-number {
    font-size: 1.3rem;
  }
  .what-about-section .statistics-container .stat-item .stat-label {
    font-size: 0.7rem;
  }
}/*# sourceMappingURL=Style2.css.map */