.elementor-4205 .elementor-element.elementor-element-f98984c{--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;overflow:visible;}@media(min-width:768px){.elementor-4205 .elementor-element.elementor-element-f98984c{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-7c2b460 */:root {
  --primary: #17a2b8;
  --primary-dark: #12879a;
  --text: #1f2933;
  --heading: #102a43;
  --muted: #64748b;
  --light: #f5fbfc;
  --border: #dceef2;
  --white: #ffffff;
  --shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.75;
  background: #ffffff;
  font-size: 16px;
  margin: 0;
}

.case-study-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1400px, 94%);
  margin-left: auto;
  margin-right: auto;
}

.section {
  width: 100%;
  padding: 82px 0;
}

.section-light,
.results,
.cta,
.hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-light > .container,
.results > .container,
.cta > .container,
.hero > .container {
  width: min(1400px, 94%);
  margin-left: auto;
  margin-right: auto;
}

.section-light {
  background: var(--light);
}

.eyebrow {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 14px;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  color: var(--heading);
  line-height: 1.25;
}

h1 {
  font-size: clamp(34px, 4.8vw, 56px);
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 22px;
}

h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

p {
  color: var(--muted);
  margin-bottom: 16px;
}

.lead {
  font-size: 17px;
  color: #e8fbfd;
  max-width: 720px;
}

.btn {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

.hero {
  background: linear-gradient(135deg, #102a43 0%, #0f4c5c 55%, #17a2b8 100%);
  color: var(--white);
  padding: 68px 0;
}

.hero h1,
.hero p {
  color: var(--white);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 42px;
  align-items: center;
}

.hero-content {
  max-width: 900px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 30px;
}

.hero-tags span {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
}

.hero-image img {
  width: 100%;
  max-height: 285px;
  object-fit: cover;
  border-radius: 16px;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: start;
}

.info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.info-list {
  list-style: none;
  margin-top: 18px;
}

.info-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.info-list li:last-child {
  border-bottom: none;
}

.info-list strong {
  color: var(--text);
}

.site-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.site-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
}

.text-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow);
  transition: 0.25s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-icon {
  width: 46px;
  height: 46px;
  background: rgba(23, 162, 184, 0.12);
  color: var(--primary);
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 18px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.check-list {
  list-style: none;
  margin-top: 22px;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  color: var(--muted);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}

.solution-list {
  margin-top: 34px;
  border-top: 1px solid var(--border);
}

.solution-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.solution-row span {
  color: var(--primary);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.solution-row h3 {
  margin-bottom: 8px;
}

.solution-row p {
  margin-bottom: 0;
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.process-step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
}

.process-number {
  color: var(--primary);
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 10px;
}

.text-columns {
  columns: 2;
  column-gap: 48px;
  margin-top: 34px;
}

.highlight-flow {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: start;
}

.highlight-intro {
  position: static;
}

.highlight-line {
  border-left: 3px solid rgba(23, 162, 184, 0.25);
  padding-left: 34px;
}

.highlight-item {
  position: relative;
  padding-bottom: 34px;
}

.highlight-item:last-child {
  padding-bottom: 0;
}

.highlight-item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 5px;
  width: 16px;
  height: 16px;
  background: var(--primary);
  border: 4px solid #e8f8fb;
  border-radius: 50%;
}

.highlight-item h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.highlight-item p {
  margin-bottom: 0;
}

.highlight-summary {
  margin-top: 28px;
  padding: 22px 0 0;
  border-top: 1px solid var(--border);
}

.highlight-summary strong {
  color: var(--heading);
}

.results {
  background: linear-gradient(135deg, #102a43, #17a2b8);
  color: var(--white);
}

.results h2,
.results h3,
.results p {
  color: var(--white);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.result-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  padding: 30px;
}

.result-card strong {
  display: block;
  font-size: 34px;
  margin-bottom: 8px;
}

.customer-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(23, 162, 184, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
}

.customer-voice-layout {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 58px;
  align-items: center;
}

.customer-content {
  max-width: 760px;
}

.quote-box {
  position: relative;
  background: var(--white);
  border-left: 6px solid var(--primary);
  border-radius: 22px;
  padding: 42px 40px 36px;
  box-shadow: var(--shadow);
  margin-top: 30px;
}

.quote-mark {
  position: absolute;
  top: -18px;
  left: 28px;
  color: rgba(23, 162, 184, 0.18);
  font-size: 96px;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 700;
}

.quote-box p {
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: var(--text);
  font-style: italic;
  margin-bottom: 18px;
}

.quote-box strong {
  color: var(--heading);
}

.customer-photo-card {
  position: relative;
  background: var(--white);
  border-radius: 26px;
  padding: 16px;
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.12);
  border: 1px solid rgba(23, 162, 184, 0.16);
}

.customer-photo-card::before {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 110px;
  height: 110px;
  border-radius: 28px;
  background: rgba(23, 162, 184, 0.12);
  z-index: -1;
}

.customer-photo-card::after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -16px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(23, 162, 184, 0.1);
  z-index: -1;
}

.customer-photo-wrap {
  overflow: hidden;
  border-radius: 20px;
}

.customer-photo-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.35s ease;
}

.customer-photo-card:hover .customer-photo-wrap img {
  transform: scale(1.04);
}

.customer-photo-info {
  padding: 22px 8px 8px;
}

.customer-photo-info span {
  display: inline-block;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.customer-photo-info h3 {
  margin-bottom: 8px;
}

.customer-photo-info p {
  margin-bottom: 0;
}

.cta {
  text-align: center;
  background: var(--light);
  padding: 86px 20px;
}

.cta p {
  max-width: 780px;
  margin: 0 auto 28px;
}

@media (max-width: 980px) {
  .container,
  .section-light > .container,
  .results > .container,
  .cta > .container,
  .hero > .container {
    width: min(1400px, 92%);
  }

  .hero-layout,
  .overview-grid,
  .two-col,
  .highlight-flow,
  .customer-voice-layout {
    grid-template-columns: 1fr;
  }

  .hero-image img {
    max-height: 360px;
  }

  .site-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-gallery img {
    height: 240px;
  }

  .card-grid,
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process {
    grid-template-columns: 1fr 1fr;
  }

  .text-columns {
    columns: 1;
  }

  .customer-content {
    max-width: 100%;
  }

  .customer-photo-wrap img {
    height: 340px;
  }
}

@media (max-width: 640px) {
  .container,
  .section-light > .container,
  .results > .container,
  .cta > .container,
  .hero > .container {
    width: 92%;
  }

  .section {
    padding: 56px 0;
  }

  .hero {
    padding: 54px 0;
  }

  h1 {
    font-size: 34px;
  }

  .lead {
    font-size: 16px;
  }

  .hero-image img {
    max-height: 250px;
  }

  .site-gallery {
    grid-template-columns: 1fr;
  }

  .site-gallery img {
    height: 240px;
  }

  .card-grid,
  .results-grid,
  .process {
    grid-template-columns: 1fr;
  }

  .solution-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quote-box {
    padding: 36px 26px 30px;
  }

  .quote-box p {
    font-size: 18px;
  }

  .customer-photo-wrap img {
    height: 260px;
  }

  .customer-photo-card::before,
  .customer-photo-card::after {
    display: none;
  }

  .hero-tags {
    gap: 8px;
  }
}/* End custom CSS */