body.wp-theme-Avada .cs-content-section {
  background-color: #04061a;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    radial-gradient(circle at 12% 15%, rgba(43,87,255,0.28), transparent 40%),
    radial-gradient(circle at 88% 80%, rgba(43,87,255,0.22), transparent 45%),
    linear-gradient(180deg, #04061a 0%, #0a1440 55%, #16307a 100%);
  background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%, 100% 100%;
  background-repeat: repeat, repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed;
}
body.wp-theme-Avada .cs-content-section {
  background: linear-gradient(135deg, #0a1230 0%, #16255c 45%, #1d3aa8 100%);
}

.cs-col-text {
  background: radial-gradient(100.95% 100.77% at 0% 1.59%, rgba(0, 47, 255, 0.40) 0%, rgba(0, 47, 255, 0.00) 100%), var(--colour-background-dark, #01071F);
}

.cs-col-media {
  background: #01071f;
}

.cs-col-media .fusion-testimonials {
  background: radial-gradient(147.46% 106.2% at 127.66% 79.33%, rgba(0, 47, 255, 0.80) 0%, rgba(0, 47, 255, 0.00) 100%), var(--colour-background-dark, #01071F);
}

body.wp-theme-Avada .cs-eyebrow h5 {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #93a5cf !important;
  font-weight: 500;
}
body.wp-theme-Avada .cs-eyebrow h5::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #2b57ff;
  margin-right: 10px;
  vertical-align: middle;
}
body.wp-theme-Avada .cs-heading h2 {
  color: #ffffff !important;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.15;
}
body.wp-theme-Avada .cs-subhead h3 {
  color: #ffffff !important;
  font-size: 28px;
  font-weight: 500;
}
body.wp-theme-Avada .cs-subhead-divider::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #2b57ff;
  margin-bottom: 18px;
}
body.wp-theme-Avada .cs-para p {
  color: #aab8de;
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0;
}
body.wp-theme-Avada .cs-col-media .fusion-column-wrapper {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
body.wp-theme-Avada .cs-image {
  width: 100%;
  flex-shrink: 0;
}
body.wp-theme-Avada .cs-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
body.wp-theme-Avada .cs-quote {
  flex: 1;
  display: flex;
}
body.wp-theme-Avada .cs-quote .reviews,
body.wp-theme-Avada .cs-quote .review {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto !important;
}
body.wp-theme-Avada .cs-quote .review {
  justify-content: space-between;
  padding: 44px;
  box-sizing: border-box;
  background: transparent !important;
}
body.wp-theme-Avada .cs-quote blockquote,
body.wp-theme-Avada .cs-quote q {
  margin: 0;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
  padding: 0 !important;
  font-size: 1.5rem;
  font-style: normal;
}
body.wp-theme-Avada .cs-quote q p {
  color: #ffffff !important;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  font-style: normal;
}
body.wp-theme-Avada .cs-quote .author {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 64px;
  padding: 0 !important;
}
body.wp-theme-Avada .cs-quote .author:after {
  display: none !important;
  content: none !important;
}
body.wp-theme-Avada .cs-col-media .fusion-testimonials.classic .testimonial-thumbnail {
  padding-right: 0px;
  display: inline-flex;
  height: auto;
}
body.wp-theme-Avada .cs-quote .testimonial-thumbnail img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
  max-width: unset;
}
body.wp-theme-Avada .cs-quote .company-name {
  display: flex;
  flex-direction: column;
  color: #93a5cf !important;
  font-size:0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.wp-theme-Avada .cs-quote .company-name span {
  font-size: 11.5px;
}
body.wp-theme-Avada .cs-quote .company-name strong {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 4px;
}
@media (max-width: 800px) {
  body.wp-theme-Avada .cs-heading h2 { font-size: 34px; }
  body.wp-theme-Avada .cs-eyebrow h5 { font-size: 11px; letter-spacing: 2px; }
  body.wp-theme-Avada .cs-quote .review { padding: 30px 28px; }
  body.wp-theme-Avada .cs-quote q p { font-size: 18px; }

  .fusion-layout-column.cs-col-text > .fusion-column-wrapper {
    padding: 24px !important;
  }
}

@media (max-width: 768px) {
  body.wp-theme-Avada .cs-subhead-divider::before {
    display: none !important;
  }
}