.elementor-19671 .elementor-element.elementor-element-3d8f94e{--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;}.elementor-19671 .elementor-element.elementor-element-9cf9510{--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;}.elementor-19671 .elementor-element.elementor-element-d37f0f2{--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;}.elementor-19671 .elementor-element.elementor-element-8126cef{--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;}.elementor-19671 .elementor-element.elementor-element-886fcb0{--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;}/* Start custom CSS for html, class: .elementor-element-b245f0c *//* Services Hero Section */
.services-hero-section {
  padding: 120px 20px 80px;
  background: linear-gradient(135deg, #060914 0%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.hero-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 25% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 75% 50%, rgba(0, 212, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.services-hero-section .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.services-hero-content {
  text-align: center;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 14px;
}

.breadcrumb a {
  color: #00D4FF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #00E5FF;
}

.breadcrumb .separator {
  color: #a0aec0;
}

.breadcrumb .current {
  color: #cbd5e0;
}

/* Hero Title */
.services-hero-title {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #00D4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-hero-subtitle {
  font-size: 20px;
  color: #cbd5e0;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Services Stats */
.services-stats {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  line-height: 1;
}

.stat-label {
  font-size: 15px;
  color: #a0aec0;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .services-hero-section {
    padding: 80px 20px 60px;
  }
  
  .services-hero-title {
    font-size: 36px;
  }
  
  .services-hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .services-stats {
    gap: 40px;
  }
  
  .stat-number {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c53509 *//* Core Services Section */
.core-services-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0a0e27 0%, #060914 100%);
}

.core-services-section .container {
  max-width: 1300px;
  margin: 0 auto;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 18px;
  color: #a0aec0;
  max-width: 600px;
  margin: 0 auto;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Service Card */
.service-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 212, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 212, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

/* Service Icon */
.service-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 212, 255, 0.1);
  border: 2px solid rgba(0, 212, 255, 0.3);
  border-radius: 20px;
  margin-bottom: 24px;
}

/* Service Title */
.service-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

/* Service Description */
.service-description {
  font-size: 16px;
  color: #a0aec0;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Service Features */
.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #cbd5e0;
}

.check-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

/* Service CTA */
.service-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00D4FF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.service-cta:hover {
  gap: 12px;
  color: #00E5FF;
}

/* Responsive */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .core-services-section {
    padding: 60px 20px;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .service-card {
    padding: 32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81568ec *//* How It Works Section */
.how-it-works-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #060914 0%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
}

.how-it-works-section .container {
  max-width: 1400px;
  margin: 0 auto;
}

.how-it-works-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

/* Process Steps */
.process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

/* Process Step */
.process-step {
  flex: 1;
  position: relative;
}

.step-number {
  font-size: 72px;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  line-height: 1;
  margin-bottom: 16px;
}

.step-content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s ease;
}

.step-content:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
}

.step-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 212, 255, 0.1);
  border: 2px solid rgba(0, 212, 255, 0.3);
  border-radius: 16px;
  margin-bottom: 20px;
}

.step-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.step-description {
  font-size: 15px;
  color: #a0aec0;
  line-height: 1.6;
  margin-bottom: 20px;
}

.step-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step-features li {
  font-size: 14px;
  color: #cbd5e0;
  padding-left: 20px;
  position: relative;
}

.step-features li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #00D4FF;
  font-weight: 700;
}

/* Step Connector */
.step-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  flex-shrink: 0;
}

/* Timeline Note */
.timeline-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 32px;
  background: rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 16px;
  font-size: 16px;
  color: #cbd5e0;
  max-width: 700px;
  margin: 0 auto;
}

.timeline-note svg {
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .process-steps {
    flex-direction: column;
    gap: 40px;
  }
  
  .step-connector {
    padding-top: 0;
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .how-it-works-section {
    padding: 60px 20px;
  }
  
  .step-content {
    padding: 24px;
  }
  
  .step-number {
    font-size: 56px;
  }
  
  .timeline-note {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58c6b2f *//* Why Choose Section */
.why-choose-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0a0e27 0%, #060914 100%);
}

.why-choose-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Benefit Card */
.benefit-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 212, 255, 0.1);
  border: 2px solid rgba(0, 212, 255, 0.3);
  border-radius: 16px;
  margin: 0 auto 20px;
}

.benefit-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.benefit-description {
  font-size: 15px;
  color: #a0aec0;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 20px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7183ed7 *//* Services Final CTA Section */
.services-final-cta-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #060914 0%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 212, 255, 0.2);
}

.cta-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.15) 0%, transparent 60%),
    radial-gradient(circle at 20% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.cta-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  opacity: 0.5;
}

.services-final-cta-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content {
  text-align: center;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 30px;
  color: #00D4FF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.cta-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-subtitle {
  font-size: 20px;
  color: #cbd5e0;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.cta-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #00D4FF 0%, #0099CC 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
}

.cta-primary-btn:hover {
  background: linear-gradient(135deg, #00E5FF 0%, #00B8E6 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 212, 255, 0.6);
}

.cta-secondary-btn {
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.5);
  transform: translateY(-3px);
}

.cta-features {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #cbd5e0;
}

.cta-feature svg {
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .services-final-cta-section {
    padding: 80px 20px;
  }
  
  .cta-title {
    font-size: 36px;
  }
  
  .cta-subtitle {
    font-size: 18px;
  }
  
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-primary-btn,
  .cta-secondary-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cta-features {
    flex-direction: column;
    gap: 16px;
  }
}/* End custom CSS */