.elementor-1200 .elementor-element.elementor-element-a8102e2{--display:flex;}.elementor-1200 .elementor-element.elementor-element-7749cbd{margin:79px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1200 .elementor-element.elementor-element-ff7deba{--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-1200 .elementor-element.elementor-element-2729937:hover{border-style:solid;border-color:#BC2E2E;}.elementor-1200 .elementor-element.elementor-element-a42ef08{--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-1200 .elementor-element.elementor-element-588b804{padding:-8px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-c4080e9{--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-1200 .elementor-element.elementor-element-4875e90{--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:-24px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1200 .elementor-element.elementor-element-f1c7a91{--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-1200 .elementor-element.elementor-element-0a7d298{margin:-9px -7px calc(var(--kit-widget-spacing, 0px) + -21px) -7px;}.elementor-1200 .elementor-element.elementor-element-f39e044{--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-1200 .elementor-element.elementor-element-69628c1{--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-1200 .elementor-element.elementor-element-3aad21a{--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;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-7749cbd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:62px 1px 0px 0px;}}@media(max-width:767px){.elementor-1200 .elementor-element.elementor-element-7749cbd{padding:0px -24px 0px 2px;}.elementor-1200 .elementor-element.elementor-element-2729937:hover{border-radius:7px 7px 7px 7px;}.elementor-1200 .elementor-element.elementor-element-a42ef08{--padding-top:-11px;--padding-bottom:3px;--padding-left:0px;--padding-right:2px;}.elementor-1200 .elementor-element.elementor-element-588b804{padding:-7px 0px 5px 1px;}.elementor-1200 .elementor-element.elementor-element-4875e90{--margin-top:-57px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1200 .elementor-element.elementor-element-0a7d298{border-radius:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-7749cbd *//* =========================
   HERO SECTION
========================= */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 8%;
  background: #050b18;
  overflow: hidden;
  color: #ffffff;
}

/* Animated Background */
.hero-overlay {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background:
    radial-gradient(circle at 30% 40%, #00d4ff25, transparent 40%),
    radial-gradient(circle at 70% 60%, #00ffa325, transparent 40%);
  animation: rotateBG 30s linear infinite;
  z-index: 1;
}

@keyframes rotateBG {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

/* Badges */
.badges {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.badges span {
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  border: 1px solid #00d4ff50;
  background: rgba(0,212,255,0.05);
  backdrop-filter: blur(6px);
  color: #cbd5e1;
  white-space: nowrap;
}

/* Heading */
.hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -1px;
}

.highlight-main {
  background: linear-gradient(90deg, #00d4ff, #00ffa3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

/* Paragraph */
.hero p {
  font-size: 18px;
  color: #cbd5e1;
  margin-bottom: 28px;
  max-width: 650px;
  line-height: 1.6;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  padding: 14px 30px;
  border-radius: 50px;
  background: linear-gradient(90deg, #00d4ff, #00ffa3);
  color: #000;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 212, 255, 0.4);
}

.btn-outline {
  padding: 14px 30px;
  border-radius: 50px;
  border: 1px solid #00d4ff;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  transform: translateY(-4px);
  background: rgba(0,212,255,0.15);
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px) {

  .hero {
    min-height: auto;
    padding: 44px 4%;
  }

  .hero-content {
    max-width: 100%;
  }

  /* Badges single line */
  .badges {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2px;
    margin-bottom: 18px;
  }

  .badges span {
    font-size: 9px;
    padding: 5px 8px;
  }

  /* Heading compact */
  .hero h1 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    
  }

  /* Description smaller */
  .hero p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  /* Buttons smaller */
  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    padding: 10px 18px;
    font-size: 13px;
    text-align: center;
  }

}@media (max-width: 768px) {

  .hero h1 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
  }

  .highlight-main {
    display: block;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2729937 */.premium-slider {
  background: linear-gradient(180deg, #061122 0%, #04101f 100%);
  padding: 20px 0; /* GAP KAM */
  overflow: hidden;
  position: relative;
}

.premium-slider h2 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  color: #b6c2d9; /* TEXT LIGHT */
  margin-bottom: 15px; /* GAP KAM */
  text-transform: uppercase;
}

.slider-wrapper {
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 45px; /* GAP CONTROL */
  width: max-content;
  animation: scroll 28s linear infinite;
}

.slider-item {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: #cbd5e1; /* LIGHT TEXT */
  transition: 0.3s ease;
}

.slider-item:hover {
  color: #00e5ff;
  transform: scale(1.05);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Mobile */
@media (max-width: 768px) {
  .slider-track {
    gap: 30px;
  }
  .slider-item {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-588b804 *//* =========================
   PERFORMANCE INFO SECTION
========================= */

.perf-info {
  background: #071427;
  padding: 100px 8%;
  color: #ffffff;
}

.perf-container {
  max-width: 1000px;
  margin: auto;
}

/* =========================
   HEADINGS
========================= */

.perf-info h2 {
  font-size: 42px;
  margin-bottom: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  background: linear-gradient(90deg, #00d4ff, #00ffa3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perf-info h3 {
  font-size: 26px;
  margin-top: 45px;
  margin-bottom: 18px;
  color: #00d4ff;
}

/* =========================
   PARAGRAPH
========================= */

.perf-info p {
  font-size: 18px;
  line-height: 1.75;
  color: #cbd5e1;
  margin-bottom: 22px;
}

/* =========================
   PREMIUM FEATURE LIST
========================= */

.feature-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.feature-list li {
  position: relative;
  padding: 16px 20px 16px 50px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0,212,255,0.18);
  border-radius: 12px;
  font-size: 17px;
  color: #cbd5e1;
  transition: all 0.3s ease;
}

/* Glowing Icon */
.feature-list li::before {
  content: "✦";
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 16px;
  color: #00d4ff;
  text-shadow:
    0 0 8px #00d4ff,
    0 0 16px #00ffa3;
}

/* Hover Effect */
.feature-list li:hover {
  transform: translateX(8px);
  background: rgba(0,212,255,0.08);
  border-color: rgba(0,212,255,0.4);
}

/* =========================
   CTA BOX
========================= */

.perf-cta {
  margin-top: 50px;
  padding: 30px;
  background: rgba(0,212,255,0.08);
  border-left: 4px solid #00ffa3;
  border-radius: 14px;
  font-size: 17px;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px) {

  .perf-info {
    padding: 60px 5%;
  }

  .perf-info h2 {
    font-size: 26px;
  }

  .perf-info h3 {
    font-size: 20px;
    margin-top: 35px;
  }

  .perf-info p {
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-list li {
    font-size: 14px;
    padding: 14px 16px 14px 45px;
  }

  .perf-cta {
    padding: 20px;
    font-size: 14px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34bcf10 *//* ==============================
   PERFORMANCE MARKETING ECOM
============================== */

.pm-ecom-section {
  padding: 120px 20px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
}

.pm-container {
  max-width: 1200px;
  margin: auto;
}

.pm-heading {
  text-align: center;
  margin-bottom: 70px;
}

.pm-heading h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.pm-heading h2 span {
  background: linear-gradient(90deg, #38bdf8, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pm-heading p {
  font-size: 18px;
  color: #cbd5e1;
  margin-top: 15px;
}

/* GRID */

.pm-ecom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */

.pm-ecom-card {
  background: rgba(255,255,255,0.05);
  padding: 40px 30px;
  border-radius: 18px;
  backdrop-filter: blur(12px);
  transition: 0.4s ease;
  border: 1px solid rgba(255,255,255,0.08);
}

.pm-ecom-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.08);
  border-color: #38bdf8;
}

.pm-icon {
  font-size: 32px;
  margin-bottom: 20px;
}

.pm-ecom-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.pm-ecom-card p {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.6;
}

/* CTA */

.pm-ecom-cta {
  text-align: center;
  margin-top: 80px;
}

.pm-ecom-cta h4 {
  font-size: 24px;
  margin-bottom: 25px;
}

.pm-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(90deg, #38bdf8, #6366f1);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s ease;
}

.pm-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 15px 40px rgba(56,189,248,0.4);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .pm-ecom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pm-heading h2 {
    font-size: 30px;
  }

  .pm-ecom-grid {
    grid-template-columns: 1fr;
  }

  .pm-ecom-section {
    padding: 80px 15px;
  }
}/* CARD HEADING FIX */

.pm-ecom-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff; /* pure white */
  font-weight: 600;
}

/* CARD PARAGRAPH FIX */

.pm-ecom-card p {
  font-size: 15px;
  color: #e2e8f0; /* light grey for readability */
  line-height: 1.6;
}

/* OPTIONAL: Slight brighter card */

.pm-ecom-card {
  background: rgba(255,255,255,0.08);
}.pm-ecom-card h3 {
  background: linear-gradient(90deg,#38bdf8,#6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62b41cb */.auto-services-section {
  background: linear-gradient(180deg, #061122, #0a1f38);
  padding: 80px 5%;
  overflow: hidden;
  color: #ffffff;
}

.auto-services-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #00d4ff, #00ffa3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SLIDER */

.slider-wrapper {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scroll 40s linear infinite;
}

/* CARD */

.service-card {
  min-width: 340px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,212,255,0.2);
  padding: 35px 28px;
  border-radius: 20px;
  flex-shrink: 0;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #00d4ff;
}

.service-card p {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.6;
}

.service-card a {
  display: inline-block;
  margin-top: 15px;
  color: #00ffa3;
  font-weight: 600;
  text-decoration: none;
}

/* CORRECT INFINITE ANIMATION */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .service-card {
    min-width: 260px;
  }

  .auto-services-heading {
    font-size: 22px;
  }
}/* ===== IMPROVED BALANCED CARD ===== */

.service-card {
  min-width: 420px;          /* width badhaya */
  max-width: 420px;
  height: 240px;             /* fixed height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,212,255,0.25);
  padding: 30px 35px;
  border-radius: 22px;
  flex-shrink: 0;
  transition: 0.3s ease;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #00d4ff;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 15px;
}

.service-card a {
  font-size: 15px;
  font-weight: 600;
  color: #00ffa3;
  text-decoration: none;
}

/* Hover Effect */

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(0,212,255,0.08);
  border-color: rgba(0,212,255,0.5);
}

/* MOBILE FIX */

@media (max-width: 768px) {

  .service-card {
    min-width: 280px;
    max-width: 280px;
    height: 220px;
    padding: 22px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43e3986 *//* ==============================
   PROCESS SECTION FINAL CLEAN
============================== */

.process-section {
  background: linear-gradient(180deg, #061122, #0a1f38);
  padding: 70px 5%; /* 👉 upar niche gap control */
  color: #fff;
  position: relative;
}

/* Title */
.process-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px; /* 👉 title niche ka gap kam */
  background: linear-gradient(90deg, #00d4ff, #00ffa3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Timeline container */
.timeline {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

/* Center vertical line */
.timeline-line {
  position: absolute;
  width: 3px;
  background: linear-gradient(#00d4ff, #00ffa3);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Step base */
.timeline-step {
  position: relative;
  width: 50%;
  padding: 15px 35px; /* 👉 height control */
  box-sizing: border-box;
}

/* Left side */
.timeline-step.left {
  left: 0;
  text-align: right;
}

/* Right side */
.timeline-step.right {
  left: 50%;
  text-align: left;
}

/* Number circle */
.step-circle {
  position: absolute;
  top: 15px; /* 👉 circle upar se tight */
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #00d4ff, #00ffa3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
  font-size: 15px;
}

/* Circle positioning */
.timeline-step.left .step-circle {
  right: -21px;
}

.timeline-step.right .step-circle {
  left: -21px;
}

/* Card */
.step-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0,212,255,0.25);
  padding: 20px; /* 👉 card height control */
  border-radius: 14px;
  transition: 0.3s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  border-color: #00ffa3;
}

.step-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #00d4ff;
}

.step-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #cbd5e1;
}

/* ==============================
   MOBILE COMPACT VERSION
============================== */

@media (max-width: 768px) {

  .process-section {
    padding: 50px 5%; /* 👉 mobile top gap kam */
  }

  .process-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .timeline-line {
    display: none; /* 👉 line hide for compact */
  }

  .timeline-step {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 12px; /* 👉 steps paas paas */
    left: 0 !important;
    text-align: left !important;
  }

  .step-circle {
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 13px;
    margin-bottom: 6px;
    left: 0 !important;
    right: auto !important;
  }

  .step-card {
    padding: 14px;
  }

  .step-card h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .step-card p {
    font-size: 13px;
    line-height: 1.4;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4578b6e */.case-section {
  background: linear-gradient(180deg, #061122, #0a1f38);
  padding: 70px 5%;
  color: #fff;
}

.case-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.case-title {
  font-size: 32px;
  margin-bottom: 45px;
  background: linear-gradient(90deg, #00d4ff, #00ffa3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.case-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0,212,255,0.25);
  padding: 25px;
  border-radius: 16px;
  transition: 0.3s ease;
}

.case-card:hover {
  transform: translateY(-6px);
  border-color: #00ffa3;
}

.case-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #00d4ff;
}

.case-metric {
  font-size: 20px;
  margin-bottom: 10px;
  color: #00ffa3;
}

.case-card p {
  font-size: 14px;
  color: #cbd5e1;
  margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 768px) {
  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-title {
    font-size: 24px;
  }

  .case-card {
    padding: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb03382 *//* ===== DARK FAQ STYLE ===== */

.faq-dark {
  background: radial-gradient(circle at top, #0a1f38, #050d1c);
  padding: 80px 5%;
  text-align: center;
}

.faq-dark-title {
  font-size: 34px;
  margin-bottom: 50px;
  color: #ffc107;
}

.faq-dark-container {
  max-width: 800px;
  margin: auto;
}

.faq-dark-item {
  margin-bottom: 18px;
}

.faq-dark-question {
  width: 100%;
  background: #071427;
  color: #fff;
  border: none;
  padding: 20px 25px;
  text-align: left;
  font-size: 16px;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
}

.faq-dark-question span {
  font-size: 22px;
  color: #ffc107;
}

.faq-dark-question:hover {
  background: #0a1f38;
}

.faq-dark-answer {
  max-height: 0;
  overflow: hidden;
  text-align: left;
  padding: 0 25px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
  transition: 0.4s ease;
}

.faq-dark-item.active .faq-dark-answer {
  max-height: 200px;
  padding: 15px 25px;
}

.faq-dark-item.active .faq-dark-question span {
  transform: rotate(45deg);
}

/* Mobile Compact */
@media (max-width:768px){
  .faq-dark {
    padding: 50px 5%;
  }

  .faq-dark-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .faq-dark-question {
    padding: 15px;
    font-size: 14px;
  }

  .faq-dark-answer {
    font-size: 13px;
  }
} .faq-dark-question {
  width: 100%;
  text-align: left;
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.4;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.faq-dark-question span {
  flex-shrink: 0;
}/* End custom CSS */