/* Case Study Banner Section Starts */
.caption-tittle .case-study-header {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 28px;
}

.caption-tittle .case-study-subheader {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}

.case-study-banner::after {
  background: none !important;
}

/* Case Study Banner Section Ends */

/* Case Study Content Section Starts */
.medic-case-study-title {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px !important;
  line-height: 32px !important;
  color: #f04d23 !important;
  margin-bottom: 7px;
}

p.medic-case-study-description {
  font-family: Arial;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 24px;
  letter-spacing: 0%;
  color: #353535 !important;
  margin-bottom: 24px !important;
}

p.medic-case-study-description:last-child {
  margin-bottom: 0 !important;
}

.see-carehudl-btn {
  border-radius: 30px;
  font-family: Arial;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4f5151 !important;
  text-decoration: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #7bf2e6db;
  width: fit-content;
  padding: 10px 20px;
}

.case-study-bottom {
  margin-bottom: 70px;
}

ul.medic-casestudy-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

ul.medic-casestudy-list > li {
  font-family: Arial;
  position: relative;
  padding-left: 15px;
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 30px;
  color: #353535;
}

ul.medic-casestudy-list.tick-list > li:before {
  position: absolute;
  left: 0;
  top: 9px;
  /* adjust vertical alignment */
  width: 14px;
  /* adjust based on your tick image */
  height: 14px;
  background-image: url("images/tick-icon.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
}

ul.medic-casestudy-list.tick-list > li {
  position: relative;
  padding-left: 28px;
  margin: 0px;
  font-size: 13px;
  line-height: 30px;
  color: #717078;
}

ul.medic-casestudy-list > li:before {
  content: "";
  left: 0;
  top: 12px;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #00b6b8 !important;
  border-radius: 100%;
}

@media (min-width: 1024px) {
  .pr-40 {
    padding-right: 40px;
  }

  .pl-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 70% !important;
  }
}

.eventworks-different-section {
  background: #f8f7fb !important;
  padding: 75px 0 95px 0 !important;
}

.eventworks-different-section .section-title h2:after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 48px !important;
  height: 3px !important;
  background-color: #000 !important;
}

/* Cards grid */
.ew-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* Make the centered card occupy both columns visually by keeping its max-width and centering */
.ew-card--center {
  grid-column: 1 / -1;
}

/* Card appearance */
.ew-card {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px #0000000f;
  padding: 20px;
  border-radius: 2px;
}

.ew-inner-card {
  border-left: 3px solid #00b6b8;
  padding-left: 18px;
}

/* Head of card: number + title */

.ew-card-title {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  font-family: Arial;
  line-height: 24px;
}

/* Body text */
.ew-card-body {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #353535;
}

/* Centered / full-width small card styling (5th card) */
.ew-card--center {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(27, 27, 27, 0.04);
  padding: 18px 20px;
}

/* Responsive breakpoints */
@media (max-width: 740px) {
  .ew-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1280px) {
  .full-bg-sec .people-sec {
    padding: 75px 0;
    padding-right: 40px;
  }
}

.medic-case-study-subtitle {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 32px;
  color: #000 !important;
  margin-bottom: 4px;
}

.full-bg-sec {
  background: #eaeaec !important;
}

.full-bg-sec .full-bg-inner {
  width: 85%;
}

.full-bg-sec .people-sec {
  padding: 75px 0;
  padding-right: 40px;
}

.full-bg-sec .people-img {
  height: 100%;
}

.full-bg-sec .bottom-line-sec {
  padding: 75px 0;
  padding-left: 40px;
}

.ready-text {
  font-family: Arial;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 0 !important;
}

.visit-text {
  font-family: Arial;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 24px;
  letter-spacing: 0%;
  color: #717078 !important;
  margin-bottom: 0 !important;
}

.visit-text a {
  color: #00b6b8 !important;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .full-bg-sec .full-bg-inner {
    width: 97%;
  }
}

@media (max-width: 990px) {
  .caption-tittle .case-study-header {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 28px;
  }
}

@media (min-width: 800px) and (max-width: 990px) {
  .full-bg-sec .people-img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 800px) {
  .full-bg-sec .full-bg-inner {
    width: 100%;
    margin-left: 0px !important;
  }

  .order-1,
  .order-2 {
    order: unset !important;
  }

  .event-img img,
  .full-img-col img,
  .img-radius,
  .team-wrap .media {
    border-radius: 10px !important;
    margin: 0 auto !important;
  }
  .people-img-sec {
    margin-bottom: 20px;
  }
  .people-img {
    border-radius: 10px !important;
  }
  .breakdown-img {
    width: auto !important;
  }
}

@media (max-width: 600px) {
  .comp_col {
    margin-top: 20px;
  }

  .ew-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .caption-tittle .case-study-header {
    font-size: 20px;
    line-height: 24px;
  }
}

/* Case Study Content Section Ends */
