.elementor-7 .elementor-element.elementor-element-a956d37{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-3bcc132{--display:flex;}.elementor-7 .elementor-element.elementor-element-254d8c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-a0bf0a0{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-1a66171{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-35b4d8d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-9ae06bf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-7c32359{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-4e1f406{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cd7e674 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background: #ffffff;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* AI-Powered SEO Hero Section */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  position: relative;
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
  overflow: hidden;
}

/* Dynamic AI Background */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.2) 0%, transparent 50%);
  animation: aiPulse 8s ease-in-out infinite;
  z-index: 1;
}

/* Animated Neural Network Effect */
.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(120, 119, 198, 0.03) 2px,
      rgba(120, 119, 198, 0.03) 4px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      rgba(255, 119, 198, 0.03) 2px,
      rgba(255, 119, 198, 0.03) 4px
    );
  background-size: 60px 60px;
  animation: networkMove 15s linear infinite;
  z-index: 2;
}

@keyframes aiPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes networkMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(60px, 60px);
  }
}

.hero-section .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content {
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #7dd3fc 50%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  position: relative;
  animation: titleGlow 3s ease-in-out infinite;
}

@keyframes titleGlow {
  0%, 100% {
    filter: drop-shadow(0 0 10px rgba(125, 211, 252, 0.3));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(167, 139, 250, 0.5));
  }
}

.hero-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #10b981);
  border-radius: 2px;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 32px;
  color: #cbd5e1;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-description {
  margin-bottom: 48px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #94a3b8;
  max-width: 600px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.hero-description p {
  margin-bottom: 20px;
}

.hero-description strong {
  background: linear-gradient(135deg, #7dd3fc 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.hero-cta {
  display: flex;
  gap: 20px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.cta-primary {
  background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 50%, #45b7d1 100%);
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 10px 25px rgba(255, 107, 107, 0.3),
    0 0 20px rgba(78, 205, 196, 0.2);
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cta-primary::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  transition: all 0.6s;
  opacity: 0;
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 20px 40px rgba(255, 107, 107, 0.4),
    0 0 30px rgba(78, 205, 196, 0.3);
}

.cta-primary:hover::before {
  opacity: 1;
  left: 100%;
}

.cta-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #7dd3fc;
  border: 2px solid #7dd3fc;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(125, 211, 252, 0.2);
}

.cta-secondary:hover {
  background: rgba(125, 211, 252, 0.2);
  color: white;
  transform: translateY(-2px);
  border-color: #a78bfa;
  box-shadow: 0 12px 30px rgba(167, 139, 250, 0.3);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 500px;
}

.stat-item {
  text-align: center;
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.8s;
}

.stat-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 
    0 15px 40px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(125, 211, 252, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.stat-item:hover::before {
  left: 100%;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #7dd3fc 0%, #a78bfa 50%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(125, 211, 252, 0.5);
}

.stat-label {
  display: block;
  font-size: 0.875rem;
  color: #cbd5e1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Professional SEO Visual */
.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.seo-visual {
  position: relative;
  width: 500px;
  height: 500px;
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  grid-template-rows: 120px 1fr 120px;
  gap: 40px;
  align-items: center;
  justify-items: center;
  place-items: center;
}

/* Central SEO Hub */
.search-icon {
  grid-column: 2;
  grid-row: 2;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.6rem;
  font-weight: 800;
  box-shadow: 
    0 20px 40px rgba(102, 126, 234, 0.4),
    0 0 60px rgba(240, 147, 251, 0.3),
    inset 0 2px 10px rgba(255, 255, 255, 0.2);
  z-index: 10;
  animation: seoHubPulse 4s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  justify-self: center;
  align-self: center;
}

.search-icon::before {
  content: 'SEO';
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: 1em;
  letter-spacing: 2px;
}

.search-icon::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: rotateGlow 3s linear infinite;
}

/* AI Mode Element - Top Left */
.ai-mode {
  grid-column: 1;
  grid-row: 1;
  width: 100px;
  height: 80px;
  justify-self: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 
    0 12px 35px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(167, 139, 250, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: float 5s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ai-mode:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(167, 139, 250, 0.5);
}

.ai-mode::before {
  content: 'AI MODE';
  font-size: 0.6rem;
  font-weight: 700;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(167, 139, 250, 0.5);
}

.ai-mode::after {
  content: '🤖';
  font-size: 1.4rem;
  animation: aiPulse 2s ease-in-out infinite;
}

/* On-Page SEO Element - Top Right */
.onpage-seo {
  grid-column: 3;
  grid-row: 1;
  width: 100px;
  height: 80px;
  justify-self: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 
    0 12px 35px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(34, 211, 153, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: float 6s ease-in-out infinite reverse;
  cursor: pointer;
  transition: all 0.3s ease;
}

.onpage-seo:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(34, 211, 153, 0.5);
}

.onpage-seo::before {
  content: 'ON-PAGE';
  font-size: 0.6rem;
  font-weight: 700;
  color: #22d399;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(34, 211, 153, 0.5);
}

.onpage-seo::after {
  content: '📝';
  font-size: 1.4rem;
  animation: bounce 2s ease-in-out infinite;
}

/* Off-Page SEO Element - Bottom Left */
.offpage-seo {
  grid-column: 1;
  grid-row: 3;
  width: 100px;
  height: 80px;
  justify-self: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 
    0 12px 35px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(244, 114, 182, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: float 7s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.3s ease;
}

.offpage-seo:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(244, 114, 182, 0.5);
}

.offpage-seo::before {
  content: 'OFF-PAGE';
  font-size: 0.6rem;
  font-weight: 700;
  color: #f472b6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(244, 114, 182, 0.5);
}

.offpage-seo::after {
  content: '🔗';
  font-size: 1.4rem;
  animation: swing 2s ease-in-out infinite;
}

/* Ranking Element - Bottom Right */
.ranking-seo {
  grid-column: 3;
  grid-row: 3;
  width: 100px;
  height: 80px;
  justify-self: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 
    0 12px 35px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(251, 191, 36, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: float 4s ease-in-out infinite reverse;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ranking-seo:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(251, 191, 36, 0.5);
}

.ranking-seo::before {
  content: 'RANKING';
  font-size: 0.6rem;
  font-weight: 700;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.ranking-seo::after {
  content: '📈';
  font-size: 1.4rem;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-15deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@keyframes seoHubPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 
      0 20px 40px rgba(102, 126, 234, 0.4),
      0 0 60px rgba(240, 147, 251, 0.3),
      inset 0 2px 10px rgba(255, 255, 255, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 
      0 25px 50px rgba(102, 126, 234, 0.5),
      0 0 80px rgba(240, 147, 251, 0.4),
      inset 0 2px 15px rgba(255, 255, 255, 0.3);
  }
}

@keyframes rotateGlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* AI Analytics Dashboard - Middle Right */
.growth-chart {
  grid-column: 3;
  grid-row: 2;
  width: 100px;
  height: 80px;
  justify-self: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 
    0 12px 35px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(125, 211, 252, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: float 6s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.3s ease;
}

.growth-chart:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(125, 211, 252, 0.5);
}

.growth-chart::before {
  content: 'ANALYTICS';
  font-size: 0.6rem;
  font-weight: 700;
  color: #7dd3fc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(125, 211, 252, 0.5);
}

.growth-chart::after {
  content: '📊';
  font-size: 1.4rem;
  animation: chartGlow 3s ease-in-out infinite;
}

@keyframes chartGlow {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Dubai Digital Hub - Middle Left */
.dubai-skyline {
  grid-column: 1;
  grid-row: 2;
  width: 100px;
  height: 80px;
  justify-self: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 
    0 12px 35px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(251, 191, 36, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: float 8s ease-in-out infinite reverse;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dubai-skyline:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(251, 191, 36, 0.5);
}

.dubai-skyline::before {
  content: 'DUBAI';
  font-size: 0.6rem;
  font-weight: 700;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.dubai-skyline::after {
  content: '🏙️';
  font-size: 1.4rem;
  animation: skylineGlow 4s ease-in-out infinite;
}

@keyframes skylineGlow {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* AI-Powered Floating Elements */
.seo-visual::before {
  content: 'AI';
  position: absolute;
  top: 25%;
  left: 30%;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 50%, #ec4899 100%);
  border-radius: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.75rem;
  box-shadow: 
    0 10px 30px rgba(167, 139, 250, 0.4),
    0 0 20px rgba(236, 72, 153, 0.3);
  z-index: 3;
  animation: aiFloat 5s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.seo-visual::after {
  content: 'ROI';
  position: absolute;
  bottom: 25%;
  right: 30%;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #34d399 0%, #10b981 50%, #7dd3fc 100%);
  border-radius: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.65rem;
  box-shadow: 
    0 10px 30px rgba(52, 211, 153, 0.4),
    0 0 20px rgba(125, 211, 252, 0.3);
  z-index: 3;
  animation: roiFloat 6s ease-in-out infinite reverse;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes aiFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    box-shadow: 
      0 10px 30px rgba(167, 139, 250, 0.4),
      0 0 20px rgba(236, 72, 153, 0.3);
  }
  50% {
    transform: translateY(-15px) rotate(180deg);
    box-shadow: 
      0 15px 40px rgba(167, 139, 250, 0.6),
      0 0 30px rgba(236, 72, 153, 0.5);
  }
}

@keyframes roiFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    box-shadow: 
      0 10px 30px rgba(52, 211, 153, 0.4),
      0 0 20px rgba(125, 211, 252, 0.3);
  }
  50% {
    transform: translateY(-12px) rotate(-180deg);
    box-shadow: 
      0 15px 40px rgba(52, 211, 153, 0.6),
      0 0 30px rgba(125, 211, 252, 0.5);
  }
}

/* AI Particles Animation */
.hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, #7dd3fc, transparent),
    radial-gradient(2px 2px at 40% 70%, #a78bfa, transparent),
    radial-gradient(1px 1px at 60% 30%, #fbbf24, transparent),
    radial-gradient(1px 1px at 80% 60%, #f472b6, transparent),
    radial-gradient(2px 2px at 90% 40%, #34d399, transparent);
  background-repeat: repeat;
  background-size: 100px 100px;
  animation: particleFloat 20s linear infinite;
  opacity: 0.6;
  z-index: 1;
}

.hero-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(1px 1px at 25% 40%, #7dd3fc, transparent),
    radial-gradient(2px 2px at 70% 20%, #a78bfa, transparent),
    radial-gradient(1px 1px at 45% 80%, #fbbf24, transparent);
  background-repeat: repeat;
  background-size: 120px 120px;
  animation: particleFloat 25s linear infinite reverse;
  opacity: 0.4;
  z-index: 1;
}

@keyframes particleFloat {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-section .container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .seo-visual {
    width: 400px;
    height: 400px;
    gap: 15px;
  }
  
  .search-icon {
    width: 120px;
    height: 120px;
    font-size: 1.4rem;
  }
  
  .ai-mode, .onpage-seo, .offpage-seo, .ranking-seo, .growth-chart, .dubai-skyline {
    width: 80px;
    height: 65px;
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: 2.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-cta {
    justify-content: center;
    gap: 16px;
  }
  
  .cta-primary,
  .cta-secondary {
    padding: 14px 28px;
    font-size: 1rem;
  }
  
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .seo-visual {
    width: 320px;
    height: 320px;
    gap: 12px;
  }
  
  .search-icon {
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
  }
  
  .ai-mode, .onpage-seo, .offpage-seo, .ranking-seo, .growth-chart, .dubai-skyline {
    width: 70px;
    height: 55px;
    padding: 6px;
  }
  
  .ai-mode::before, .onpage-seo::before, .offpage-seo::before, .ranking-seo::before, .growth-chart::before, .dubai-skyline::before {
    font-size: 0.5rem;
  }
  
  .ai-mode::after, .onpage-seo::after, .offpage-seo::after, .ranking-seo::after, .growth-chart::after, .dubai-skyline::after {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-primary,
  .cta-secondary {
    width: 100%;
    max-width: 280px;
  }
  
  .seo-visual {
    width: 280px;
    height: 280px;
    gap: 10px;
  }
  
  .search-icon {
    width: 80px;
    height: 80px;
    font-size: 1rem;
  }
  
  .ai-mode, .onpage-seo, .offpage-seo, .ranking-seo, .growth-chart, .dubai-skyline {
    width: 60px;
    height: 45px;
    padding: 4px;
  }
  
  .ai-mode::before, .onpage-seo::before, .offpage-seo::before, .ranking-seo::before, .growth-chart::before, .dubai-skyline::before {
    font-size: 0.45rem;
  }
  
  .ai-mode::after, .onpage-seo::after, .offpage-seo::after, .ranking-seo::after, .growth-chart::after, .dubai-skyline::after {
    font-size: 1rem;
  }
  
  .seo-visual::before,
  .seo-visual::after {
    width: 35px;
    height: 35px;
    font-size: 0.5rem;
  }
}

/* Smooth Animations */
.hero-content > * {
  animation: fadeInUp 0.8s ease-out forwards;
}

.hero-title {
  animation-delay: 0.1s;
}

.hero-subtitle {
  animation-delay: 0.2s;
}

.hero-description {
  animation-delay: 0.3s;
}

.hero-cta {
  animation-delay: 0.4s;
}

.hero-stats {
  animation-delay: 0.5s;
}

.seo-visual {
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd5dda3 */.seo-section-full-width-bg {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
    color: #a0aec0;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}
.seo-section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 24px;
    position: relative;
}

.seo-section-heading {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 64px;
    background: linear-gradient(135deg, #a78bfa 0%, #7dd3fc 50%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (min-width: 1024px) {
    .seo-section-heading {
        font-size: 4rem;
    }
}

.seo-section-grid-layout {
    display: grid;
    /* This flexible grid will automatically create columns and align them nicely */
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-content: center;
    gap: 32px;
}

.seo-section-service-card {
    background-color: #1a202c;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #334155;
    transition: all 0.4s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.seo-section-service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.seo-section-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    padding: 1px;
    background: linear-gradient(
        45deg,
        #e879f9,
        #a855f7,
        #38bdf8,
        #a855f7,
        #e879f9
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    background-size: 300% 300%;
    animation: glowing-border 4s ease-in-out infinite;
}
.seo-section-service-card:hover::before {
    opacity: 1;
}

@keyframes glowing-border {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.seo-section-service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}
.seo-section-service-card:hover .seo-section-service-title {
    color: #a855f7;
    transform: translateY(-5px);
}

.seo-section-service-list {
    list-style: none;
    padding-left: 0;
    color: #a0aec0;
    font-size: 1rem;
}

.seo-section-service-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
}
.seo-section-service-card:hover .seo-section-service-list li {
    color: #e2e8f0;
    transform: translateX(5px);
}

.seo-section-service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #48bb78;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.seo-section-service-card:hover .seo-section-service-list li::before {
    color: #a855f7;
    transform: scale(1.1);
}

.seo-section-service-description-intro {
    color: #a0aec0;
    line-height: 1.6;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
}
.seo-section-service-card:hover .seo-section-service-description-intro {
    color: #e2e8f0;
}/* End custom CSS */