.elementor-2014 .elementor-element.elementor-element-b9fcacd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2014 .elementor-element.elementor-element-b9fcacd:not(.elementor-motion-effects-element-type-background), .elementor-2014 .elementor-element.elementor-element-b9fcacd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ef9a968 );}.elementor-2014 .elementor-element.elementor-element-2441008{--display:flex;}.elementor-2014 .elementor-element.elementor-element-fffa7c9{--display:flex;}.elementor-2014 .elementor-element.elementor-element-5c4c29e{--display:flex;}.elementor-2014 .elementor-element.elementor-element-5c4c29e:not(.elementor-motion-effects-element-type-background), .elementor-2014 .elementor-element.elementor-element-5c4c29e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a983356 );}.elementor-2014 .elementor-element.elementor-element-07cb096{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2014 .elementor-element.elementor-element-07cb096:not(.elementor-motion-effects-element-type-background), .elementor-2014 .elementor-element.elementor-element-07cb096 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2014 .elementor-element.elementor-element-570b619{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2014 .elementor-element.elementor-element-61547fc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-02ec4ff */html, body,
section.case-study,
section.case-study * {
  background-color: #FFFFFF !important;
  color: #E23125 !important;
}

section.case-study {
  width: 100%;
  padding: 5rem 1rem;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}

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

.case-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.case-text {
  flex: 1 1 500px;
  min-width: 300px;
  padding-right: 2rem;
  padding-top: 180px;
}

.case-text h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.case-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.image-top-right {
  flex: 1 1 400px;
  min-width: 300px;
  max-width: 500px;
  width: 100%;
  height: 840px;
  transform: translateY(50px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.image-top-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  display: block;
}

.image-bottom-left {
  display: flex;
  justify-content: flex-start;
  margin-top: -180px;
}

.image-bottom-left > div {
  flex: 1 1 400px;
  min-width: 300px;
  max-width: 500px;
  height: 1450px; /* add fixed height */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.image-bottom-left img {
  width: 100%;
  height: 100%;  /* fill container */
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  display: block;
}

@media (max-width: 768px) {
  .case-row {
    flex-direction: column;
    align-items: center;
  }

  .case-text {
    padding-top: 2rem;
    padding-right: 0;
    text-align: center;
    margin-left: -10px;
  }

  .case-text h2 {
    font-size: 28px !important;
    letter-spacing: 0.03em !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem;
  }

  .case-text p {
    font-size: 16px !important;
    line-height: 1.4 !important;
    padding: 0 1rem;
  }

  .image-top-right {
    transform: none !important;
    height: auto !important;
    max-height: 750px !important; /* max height on mobile */
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin-top: -6.5rem;
    margin-left: -1px;
  }

  .image-top-right img {
    height: 100% !important;
    max-height: 550px !important; /* max height on mobile */
  }

  .image-bottom-left > div {
    max-width: 100% !important;
    margin-top: 13.5rem;
    margin-left: -1px;
    max-height: 750px !important;  /* max height on mobile */
    height: auto !important;
  }

  .image-bottom-left img {
    height: 100% !important;
    max-height: 750px !important; /* max height on mobile */
  }
}/* End custom CSS */