.elementor-40 .elementor-element.elementor-element-9109621{--display:flex;--min-height:581px;}.elementor-40 .elementor-element.elementor-element-9109621:not(.elementor-motion-effects-element-type-background), .elementor-40 .elementor-element.elementor-element-9109621 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://aseergrowth.com/wp-content/uploads/2026/08/case-study.png");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-40 .elementor-element.elementor-element-a8c7477{margin:70px 1px calc(var(--kit-widget-spacing, 0px) + 1px) -176px;padding:-83px -49px -49px -49px;}.elementor-40 .elementor-element.elementor-element-19731b2{--display:flex;}.elementor-40 .elementor-element.elementor-element-e95f00f{--display:flex;}.elementor-40 .elementor-element.elementor-element-40d5781{margin:-38px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-40 .elementor-element.elementor-element-2331310{--display:flex;}.elementor-40 .elementor-element.elementor-element-735890e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a8c7477 *//* WordPress Optimized Custom Styling */
.wp-case-studies-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #ffffff;
  box-sizing: border-box;
}

/* Badge Styling */
.wp-cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(0, 212, 255, 0.4);
  background: rgba(0, 212, 255, 0.05);
  color: #00d4ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
}

.wp-cs-badge-icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00d4ff;
  box-shadow: 0 0 8px #00d4ff;
}

.wp-cs-badge:hover {
  background: rgba(0, 212, 255, 0.15);
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
  transform: translateY(-2px);
}

/* Typography Overrides for WP Themes */
.wp-case-studies-container h2.wp-cs-heading {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin: 0 0 20px 0 !important;
  letter-spacing: -0.5px !important;
  color: #ffffff !important;
}

.wp-cs-cyan {
  color: #00d4ff !important;
  text-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
}

.wp-case-studies-container p.wp-cs-description {
  color: #a0aec0 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  max-width: 600px;
  margin: 0 0 45px 0 !important;
}

/* Responsive Grid Layout */
.wp-cs-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

/* Ultra-Smooth Glassmorphism Cards */
.wp-cs-stat-card {
  background: rgba(10, 20, 38, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  
  /* GPU Hardware Acceleration for ultra-smooth rendering */
  will-change: transform, box-shadow, border-color;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              background 0.35s ease,
              border-color 0.35s ease,
              box-shadow 0.35s ease;
}

/* Hover State */
.wp-cs-stat-card:hover {
  transform: translateY(-6px) translateZ(0);
  border-color: rgba(0, 212, 255, 0.4) !important;
  background: rgba(10, 20, 38, 0.75) !important;
  box-shadow: 0 12px 30px -10px rgba(0, 212, 255, 0.25);
}

/* Animated SVG Icon Container */
.wp-cs-icon-box {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 212, 255, 0.05);
  color: #00d4ff;
  flex-shrink: 0;
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background 0.3s ease;
}

.wp-cs-stat-card:hover .wp-cs-icon-box {
  transform: scale(1.08);
  background: rgba(0, 212, 255, 0.15);
}

.wp-cs-icon-box svg {
  width: 24px;
  height: 24px;
}

/* Card Text Styling */
.wp-cs-stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}

.wp-cs-stat-label {
  color: #a0aec0;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 4px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbce4c0 *//* Container Reset & Styling */
.cs-portfolio-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.cs-portfolio-wrapper * {
  box-sizing: border-box;
}

/* Category Filter Navigation */
.cs-filter-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}

.cs-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cs-nav-btn:hover {
  color: #00d4ff;
  background: rgba(0, 212, 255, 0.05);
}

.cs-nav-btn.active {
  background: #ffffff;
  color: #0b192c;
  border-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.cs-nav-icon {
  width: 15px;
  height: 15px;
  stroke: currentColor;
}

/* Grid Layout */
.cs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 25px;
}

@media (max-width: 550px) {
  .cs-grid {
    grid-template-columns: 1fr;
  }
}

/* Card Container & Animations */
.cs-card {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px -10px rgba(0, 20, 50, 0.05);
  opacity: 1;
  transform: scale(1);
  will-change: transform, opacity, box-shadow;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), 
              opacity 0.35s ease,
              box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.cs-card.cs-hide {
  display: none !important;
  opacity: 0;
  transform: scale(0.95);
}

.cs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px -10px rgba(0, 20, 50, 0.12);
}

/* Hero Section (Dark Area) */
.cs-card-hero {
  background: linear-gradient(135deg, #030a16 0%, #08172e 100%);
  padding: 25px 25px 0 25px;
  display: flex;
  gap: 15px;
  min-height: 230px;
  position: relative;
  overflow: hidden;
}

.cs-card-text {
  flex: 1;
  z-index: 2;
  padding-bottom: 25px;
}

.cs-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: #00d4ff;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cs-card-title {
  color: #ffffff !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  margin: 0 0 8px 0 !important;
}

.cs-card-desc {
  color: #94a3b8 !important;
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* UI Mockups Base */
.cs-mockup-wrapper {
  flex: 1;
  position: relative;
  align-self: flex-end;
  height: 180px;
  transition: transform 0.4s ease;
}

.cs-card:hover .cs-mockup-wrapper {
  transform: scale(1.03) translateY(-4px);
}

/* 1. Laptop Mockup */
.mockup-laptop {
  perspective: 800px;
}
.laptop-screen {
  width: 90%;
  height: 140px;
  margin: 0 auto;
  background: #111;
  border-radius: 8px 8px 0 0;
  border: 4px solid #2d3748;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
.laptop-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fashion-badge {
  position: absolute;
  top: 15px;
  left: 10px;
  background: rgba(255,255,255,0.85);
  color: #000;
  font-size: 8px;
  font-weight: 800;
  padding: 2px 6px;
  letter-spacing: 0.5px;
}
.laptop-base {
  width: 100%;
  height: 12px;
  background: linear-gradient(to bottom, #718096, #4a5568);
  border-radius: 0 0 6px 6px;
  position: relative;
}

/* 2. Dashboard Mockup */
.dash-window {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
}
.dash-header {
  height: 18px;
  background: #edf2f7;
  display: flex;
  align-items: center;
  padding: 0 8px;
  gap: 4px;
}
.dash-header .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e0;
}
.dash-body {
  display: flex;
  flex: 1;
  padding: 8px;
  gap: 8px;
}
.dash-sidebar {
  width: 25%;
  background: #f7fafc;
  border-radius: 4px;
}
.dash-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dash-chart-line {
  height: 60px;
  background: linear-gradient(180deg, rgba(0,212,255,0.2) 0%, rgba(255,255,255,0) 100%);
  border-bottom: 2px solid #00d4ff;
  border-radius: 4px;
}
.dash-grid-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  flex: 1;
}
.dash-grid-boxes span {
  background: #edf2f7;
  border-radius: 4px;
}

/* 3. Local Business Map Mockup */
.mockup-local {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.map-card {
  width: 70%;
  height: 140px;
  background: #e2e8f0 url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=400&q=80') center/cover;
  border-radius: 8px 8px 0 0;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.map-search-bar {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 8px;
  color: #4a5568;
  font-weight: 700;
}
.phone-card {
  width: 35%;
  height: 120px;
  background: #1a202c;
  border-radius: 12px 12px 0 0;
  border: 2px solid #4a5568;
  border-bottom: none;
  margin-left: -15%;
  z-index: 2;
  box-shadow: -5px 0 15px rgba(0,0,0,0.3);
  padding: 4px;
}
.phone-screen {
  width: 100%;
  height: 100%;
  background: #edf2f7;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-pin {
  font-size: 16px;
}

/* 4. Social Feed Tiles Mockup */
.mockup-social {
  position: relative;
}
.social-tile {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  border: 2px solid #fff;
  transition: transform 0.3s ease;
}
.social-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile-1 {
  width: 110px;
  height: 120px;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.tile-2 {
  width: 100px;
  height: 110px;
  top: 40px;
  right: 80px;
  z-index: 2;
}
.tile-3 {
  width: 90px;
  height: 100px;
  top: 70px;
  right: 30px;
  z-index: 3;
}

.cs-card:hover .tile-1 { transform: translateY(-5px) rotate(2deg); }
.cs-card:hover .tile-2 { transform: translateY(-8px) rotate(-3deg); }
.cs-card:hover .tile-3 { transform: translateY(-12px); }

/* Card Metrics Footer */
.cs-card-body {
  padding: 20px 25px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.cs-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  text-align: center;
  gap: 8px;
}

.cs-metric {
  display: flex;
  flex-direction: column;
}

.cs-num {
  color: #0088ff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.cs-lbl {
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 600;
  margin-top: 2px;
}

/* View Case Study Button */
.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  background: #061121;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.cs-btn:hover {
  background: #0088ff;
  box-shadow: 0 4px 12px rgba(0, 136, 255, 0.3);
}

.cs-btn span {
  transition: transform 0.25s ease;
}

.cs-btn:hover span {
  transform: translateX(4px);
}

/* Responsive Scaling */
@media (max-width: 480px) {
  .cs-card-hero {
    flex-direction: column;
    padding: 20px;
  }
  .cs-mockup-wrapper {
    width: 100%;
    height: 140px;
  }
  .cs-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40d5781 *//* Container & Section Setup */
.bas-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.bas-section * {
  box-sizing: border-box;
}

/* Header */
.bas-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}

.bas-subtitle {
  color: #8da4be;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.bas-title {
  color: #0b192c;
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.bas-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #030d1b;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.bas-cta-btn:hover {
  background: #0088ff;
  box-shadow: 0 4px 12px rgba(0, 136, 255, 0.3);
}

.bas-cta-btn span {
  transition: transform 0.25s ease;
}

.bas-cta-btn:hover span {
  transform: translateX(4px);
}

/* Cards Grid */
.bas-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.bas-card {
  background: #ffffff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  padding: 20px 16px 12px 16px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.bas-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 20, 50, 0.08);
  border-color: #d0dbe7;
}

.bas-card-title {
  color: #0b192c;
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0 0 16px 0;
}

/* Metrics Table */
.bas-metrics {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.bas-metric-col {
  display: flex;
  flex-direction: column;
}

.bas-label {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 4px;
}

.bas-label.bas-blue {
  color: #0088ff;
}

.bas-val {
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.1;
}

.bas-val-before {
  color: #1e293b;
}

.bas-val-after {
  color: #0088ff;
}

/* Increase Tag Badge */
.bas-badge {
  display: inline-block;
  align-self: flex-start;
  color: #10b981;
  font-size: 0.68rem;
  font-weight: 700;
  margin-bottom: 12px;
}

/* SVG Line & Gradient Animations */
.bas-graph-container {
  width: 100%;
  margin-top: auto;
  overflow: visible;
}

.bas-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.bas-line {
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: basDrawLine 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.bas-line-after {
  animation-delay: 0.3s;
}

.bas-fill {
  opacity: 0;
  animation: basFadeFill 1.2s ease forwards;
  animation-delay: 1.2s;
}

.bas-dot {
  opacity: 0;
  transform-origin: center;
  animation: basPopDot 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* Staggered Dot Pop Animation */
.bas-dot-before:nth-child(3) { animation-delay: 0.2s; }
.bas-dot-before:nth-child(4) { animation-delay: 0.5s; }
.bas-dot-after:nth-child(3) { animation-delay: 0.8s; }
.bas-dot-after:nth-child(4) { animation-delay: 1.1s; }
.bas-dot-after:nth-child(5) { animation-delay: 1.3s; }
.bas-dot-after:nth-child(6) { animation-delay: 1.5s; }
.bas-dot-after:nth-child(7) { animation-delay: 1.7s; }

/* Keyframes */
@keyframes basDrawLine {
  to { stroke-dashoffset: 0; }
}

@keyframes basFadeFill {
  to { opacity: 1; }
}

@keyframes basPopDot {
  0% { opacity: 0; transform: scale(0); }
  100% { opacity: 1; transform: scale(1); }
}

/* Responsive Styles */
@media (max-width: 1100px) {
  .bas-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 650px) {
  .bas-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .bas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .bas-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a54cfeb *//* Container & Wrapper */
.tr-slider-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.tr-slider-container * {
  box-sizing: border-box;
}

/* Outer Dark Block matching your design */
.tr-wrapper {
  background: #030c1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 30px 25px 30px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Scrollable Horizontal Track */
.tr-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 0;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar */
.tr-track::-webkit-scrollbar {
  display: none;
}
.tr-track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Individual Review Box / Card */
.tr-card {
  flex: 0 0 33.333%;
  min-width: 33.333%;
  scroll-snap-align: start;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tr-card:last-child {
  border-right: none;
}

/* Avatar Image */
.tr-avatar-box {
  flex-shrink: 0;
}

.tr-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Quote Content */
.tr-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tr-quote-icon {
  color: #00d4ff;
  font-size: 2.2rem;
  line-height: 0.8;
  font-family: Georgia, serif;
  margin-bottom: 6px;
  display: block;
}

.tr-quote-text {
  color: #cbd5e1;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0 0 18px 0;
  min-height: 60px;
}

/* User Profile & Stars Footer */
.tr-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.tr-name {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.tr-role {
  color: #64748b;
  font-size: 0.72rem;
  display: block;
}

.tr-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 2px;
}

/* Pagination Dots */
.tr-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}

.tr-dot {
  width: 8px;
  height: 8px;
  background: #1e293b;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tr-dot.active {
  background: #00d4ff;
  transform: scale(1.25);
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.6);
}

/* Responsive Views */
@media (max-width: 992px) {
  .tr-card {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 640px) {
  .tr-wrapper {
    padding: 30px 15px 20px 15px;
  }
  .tr-card {
    flex: 0 0 100%;
    min-width: 100%;
    border-right: none;
    padding: 0 10px;
  }
}/* End custom CSS */