.elementor-2893 .elementor-element.elementor-element-0a41aaa{--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 */.ll-case-study .ll-provider-image-center,
.ll-case-study .ll-provider-video-center {
  width: 80%;
  max-width: 1040px;
  margin: 46px auto 50px !important;
  display: block;
  float: none;
  clear: both;
}

.ll-case-study .ll-provider-image-center.ll-blog-image-frame {
  padding: 16px;
}

.ll-case-study .ll-provider-image-center .ll-image-shell {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 24px 52px rgba(22, 17, 61, 0.13);
}

.ll-case-study .ll-provider-image-center img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.ll-case-study .ll-provider-video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border: 1px solid rgba(51, 39, 200, 0.14);
  border-radius: 8px;
  background: #10121b;
  box-shadow: 0 24px 52px rgba(22, 17, 61, 0.16);
}

.ll-case-study .ll-provider-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ll-case-study .ll-provider-heading-spaced {
  margin-bottom: 34px;
}

.ll-case-study .ll-provider-section-title-left {
  max-width: 1120px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.ll-case-study .ll-provider-section-title-left h2 {
  max-width: 1120px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.24;
  text-wrap: balance;
}

.ll-case-study .ll-review-grid {
  display: grid;
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .ll-case-study .ll-review-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1025px) {
  .ll-case-study .ll-review-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ll-case-study .ll-review-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (min-width: 768px) {
  .ll-case-study .ll-review-grid-2 .ll-review-card-wide {
    grid-column: 1 / -1;
  }
}

.ll-case-study .ll-review-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px;
  color: #111827;
}

.ll-case-study .ll-review-card h4 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ll-case-study .ll-review-card h5,
.ll-case-study .ll-review-info-card h5 {
  margin: 0;
  color: var(--ll-ink, #111827);
  font-size: 16px;
  line-height: 1.32;
  font-weight: 950;
  letter-spacing: 0;
}

.ll-case-study .ll-review-info-card h5 + span {
  display: block;
  margin-top: 7px;
}

.ll-case-study .ll-review-card p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.ll-case-study .ll-review-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .ll-case-study .ll-mobile-card-table-wrap {
    overflow: visible;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .ll-case-study .ll-mobile-card-table {
    min-width: 0;
    width: 100%;
    display: block;
    border-collapse: separate;
    border-spacing: 0;
  }

  .ll-case-study .ll-mobile-card-table thead {
    display: none;
  }

  .ll-case-study .ll-mobile-card-table tbody {
    display: grid;
    gap: 16px;
  }

  .ll-case-study .ll-mobile-card-table tr {
    display: grid;
    border: 1px solid var(--ll-line, #e5e7eb);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(22, 17, 61, 0.06);
  }

  .ll-case-study .ll-mobile-card-table td {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--ll-line, #e5e7eb);
    background: #ffffff;
    color: var(--ll-body, #4b5563);
    font-size: 14px;
    line-height: 1.5;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .ll-case-study .ll-mobile-card-table td:last-child {
    border-bottom: 0;
  }

  .ll-case-study .ll-mobile-card-table td::before {
    content: attr(data-label);
    color: var(--ll-primary, #3327c8);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .ll-case-study .ll-mobile-card-table td:first-child {
    color: var(--ll-ink, #111827);
    font-weight: 950;
    background:
      linear-gradient(135deg, rgba(51, 39, 200, 0.08), rgba(112, 233, 255, 0.1)),
      #ffffff;
  }
}

.ll-case-study .ll-card-table-wrap {
  overflow: visible;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.ll-case-study .ll-card-table {
  min-width: 0;
  width: 100%;
  display: block;
  border-collapse: separate;
  border-spacing: 0;
}

.ll-case-study .ll-card-table thead {
  display: none;
}

.ll-case-study .ll-card-table tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ll-case-study .ll-card-table tr {
  display: grid;
  border: 1px solid var(--ll-line, #e5e7eb);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(22, 17, 61, 0.06);
}

.ll-case-study .ll-card-table td {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 16px;
  border-right: 0;
  border-bottom: 1px solid var(--ll-line, #e5e7eb);
  background: #ffffff;
  color: var(--ll-body, #4b5563);
  font-size: 14px;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: anywhere;
}

.ll-case-study .ll-card-table td:last-child {
  border-bottom: 0;
}

.ll-case-study .ll-card-table td::before {
  content: attr(data-label);
  color: var(--ll-primary, #3327c8);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ll-case-study .ll-card-table td:first-child {
  color: var(--ll-ink, #111827);
  font-weight: 950;
  background:
    linear-gradient(135deg, rgba(51, 39, 200, 0.08), rgba(112, 233, 255, 0.1)),
    #ffffff;
}

.ll-case-study .ll-centered-button-wrap {
  margin: 28px 0;
  text-align: center;
}

.ll-case-study .ll-centered-button-wrap .ll-btn {
  max-width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .ll-case-study .ll-provider-image-center,
  .ll-case-study .ll-provider-video-center {
    width: 80%;
    max-width: 920px;
    margin: 42px auto 46px !important;
  }

  .ll-case-study .ll-card-table tbody {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ll-case-study .ll-provider-image-center,
  .ll-case-study .ll-provider-video-center {
    width: 100%;
    max-width: 100%;
    margin: 32px auto 36px !important;
  }

  .ll-case-study .ll-provider-image-center.ll-blog-image-frame {
    padding: 12px;
  }

  .ll-case-study .ll-review-card h5,
  .ll-case-study .ll-review-info-card h5 {
    font-size: 15px;
    line-height: 1.32;
  }

  .ll-case-study .ll-card-table tbody {
    gap: 16px;
  }

  .ll-case-study .ll-card-table td {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 16px;
    font-size: 14px;
  }
}


/* 
<div style="margin: 28px 0; text-align: center;">
  <a href="https://lotusbrainsstudio.com/contact-us/" style="display: inline-flex; align-items: center; justify-content: center; max-width: 100%; min-height: 44px; padding: 12px 28px; border-radius: 999px; background: linear-gradient(135deg, #3327c8, #14cfff); color: #ffffff; font-size: clamp(14px, 3.8vw, 15px); font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; box-shadow: 0 10px 24px rgba(51, 39, 200, 0.22);">
    Get Reliable Answering Service Today
  </a>
</div>
*//* End custom CSS */