.elementor-19681 .elementor-element.elementor-element-4930972{--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-19681 .elementor-element.elementor-element-5058e42{--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-19681 .elementor-element.elementor-element-b0fbd6d{--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-19681 .elementor-element.elementor-element-d6d9d3e{--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-6a22f0f *//* Case Studies Hero Section */
.case-studies-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;
}

.case-studies-hero-section .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.case-studies-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 */
.case-studies-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;
}

.case-studies-hero-subtitle {
  font-size: 20px;
  color: #cbd5e0;
  margin-bottom: 50px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Results Stats */
.results-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) {
  .case-studies-hero-section {
    padding: 80px 20px 60px;
  }
  
  .case-studies-hero-title {
    font-size: 36px;
  }
  
  .case-studies-hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .results-stats {
    gap: 40px;
  }
  
  .stat-number {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-861f084 *//* Featured Case Study Section */
.featured-case-study-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0a0e27 0%, #060914 100%);
}

.featured-case-study-section .container {
  max-width: 1300px;
  margin: 0 auto;
}

/* Featured Badge */
.featured-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: 40px;
}

/* Case Study Grid */
.case-study-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
}

/* Case Study Content */
.case-study-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.case-study-header {
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(0, 212, 255, 0.2);
}

.case-study-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.case-study-industry {
  font-size: 16px;
  color: #00D4FF;
  font-weight: 600;
  margin: 0;
}

.section-heading {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.case-study-challenge p,
.case-study-solution p {
  font-size: 16px;
  color: #cbd5e0;
  line-height: 1.7;
  margin-bottom: 16px;
}

.solution-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solution-list li {
  font-size: 16px;
  color: #cbd5e0;
  padding-left: 28px;
  position: relative;
}

.solution-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #00D4FF;
  font-weight: 700;
  font-size: 18px;
}

/* Results Grid */
.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.result-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.result-item:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-3px);
}

.result-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.result-number {
  font-size: 36px;
  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;
}

.result-label {
  font-size: 14px;
  color: #a0aec0;
  line-height: 1.4;
}

/* Testimonial */
.case-study-testimonial {
  background: rgba(0, 212, 255, 0.05);
  border: 2px solid rgba(0, 212, 255, 0.2);
  border-radius: 20px;
  padding: 40px;
}

.testimonial-quote {
  position: relative;
}

.quote-icon {
  margin-bottom: 20px;
  opacity: 0.5;
}

.quote-text {
  font-size: 18px;
  color: #cbd5e0;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 24px;
}

.quote-author {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.author-name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.author-title {
  font-size: 14px;
  color: #a0aec0;
}

/* Case Study CTA */
.case-study-cta {
  text-align: center;
  padding-top: 20px;
}

.case-study-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);
}

.case-study-btn:hover {
  background: linear-gradient(135deg, #00E5FF 0%, #00B8E6 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 212, 255, 0.6);
}

/* Sidebar */
.case-study-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(10px);
}

.sidebar-card.highlight {
  background: rgba(139, 92, 246, 0.05);
  border: 2px solid rgba(139, 92, 246, 0.3);
}

.sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

/* Overview Items */
.overview-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.overview-item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.overview-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.overview-label {
  font-size: 13px;
  color: #a0aec0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.overview-value {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
}

/* Tech Tags */
.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-tag {
  display: inline-block;
  padding: 8px 14px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 20px;
  color: #00D4FF;
  font-size: 13px;
  font-weight: 600;
}

/* Sidebar Text & Button */
.sidebar-text {
  font-size: 15px;
  color: #cbd5e0;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sidebar-btn {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.sidebar-btn:hover {
  background: linear-gradient(135deg, #9F7AEA 0%, #7C3AED 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(139, 92, 246, 0.5);
}

/* Responsive */
@media (max-width: 1024px) {
  .case-study-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .results-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .featured-case-study-section {
    padding: 60px 20px;
  }
  
  .case-study-title {
    font-size: 32px;
  }
  
  .section-heading {
    font-size: 22px;
  }
  
  .case-study-testimonial {
    padding: 32px 24px;
  }
  
  .sidebar-card {
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8a6bae *//* More Case Studies Section */
.more-case-studies-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #060914 0%, #0a0e27 100%);
}

.more-case-studies-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.more-case-studies-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.more-case-studies-section .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.more-case-studies-section .section-subtitle {
  font-size: 18px;
  color: #a0aec0;
}

/* Case Studies Grid */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 50px;
}

/* Case Study Card */
.case-study-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.case-study-card:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 212, 255, 0.15);
}

.card-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  color: #8B5CF6;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  align-self: flex-start;
}

.card-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.card-industry {
  font-size: 14px;
  color: #00D4FF;
  font-weight: 600;
  margin-bottom: 16px;
}

.card-description {
  font-size: 15px;
  color: #cbd5e0;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

/* Card Metrics */
.card-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.metric-item {
  text-align: center;
}

.metric-value {
  font-size: 28px;
  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: 6px;
  line-height: 1;
}

.metric-label {
  font-size: 12px;
  color: #a0aec0;
  line-height: 1.3;
}

/* Card Footer */
.card-footer {
  display: flex;
  justify-content: center;
}

.coming-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  color: #8B5CF6;
  font-size: 13px;
  font-weight: 600;
}

.coming-soon-badge svg {
  flex-shrink: 0;
}

/* Case Studies Note */
.case-studies-note {
  text-align: center;
  padding: 24px;
  background: rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 16px;
}

.case-studies-note p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  color: #cbd5e0;
  margin: 0;
}

.case-studies-note svg {
  flex-shrink: 0;
}

.case-studies-note a {
  color: #00D4FF;
  text-decoration: none;
  font-weight: 600;
}

.case-studies-note a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .more-case-studies-section {
    padding: 60px 20px;
  }
  
  .more-case-studies-section .section-title {
    font-size: 32px;
  }
  
  .case-study-card {
    padding: 24px;
  }
  
  .card-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .case-studies-note p {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-baa4d92 *//* Case Studies Final CTA Section */
.case-studies-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;
}

.case-studies-final-cta-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content {
  text-align: center;
}

.cta-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.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;
  margin-bottom: 50px;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #cbd5e0;
}

.cta-feature svg {
  flex-shrink: 0;
}

/* Social Proof */
.cta-social-proof {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.proof-stat {
  text-align: center;
}

.proof-number {
  font-size: 36px;
  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: 6px;
  line-height: 1;
}

.proof-label {
  font-size: 14px;
  color: #a0aec0;
  font-weight: 500;
}

.proof-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}

/* Responsive */
@media (max-width: 768px) {
  .case-studies-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;
  }
  
  .proof-stats {
    gap: 24px;
  }
  
  .proof-divider {
    display: none;
  }
  
  .proof-number {
    font-size: 28px;
  }
}/* End custom CSS */