/* General Section Styling */
section {
  padding: 1rem;
  margin-bottom: 12rem;
  box-sizing: border-box;
  box-shadow: 2px 2px 20px 0px #3e17451a;

  margin: var(--font-16);
  border-radius: var(--font-24);
}
@media screen and (min-width: 768px) {
  section{
    margin:.4rem 1.88rem;
  }
}
@media screen and (min-width: 768px) {
  .clinical-outcomes__head-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.section-subtitle {
  color: #eb88a3;
  font-weight: 500;
  font-size: var(--font-14);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 0.301rem;
  }
}

.section-title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--brandClr);
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 0.83rem;
  }
}

.section-description {
  font-size: var(--font-16);
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section-description {
    width: 13.301rem;
    font-size: var(--font-lg-24);
  }
}

/* --------------------------------- */
/* Cover Image */
.cover-image {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #f3f3f3; /* Placeholder */
  /* background-image: url("../assets/banner.webp"); */
}

.cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/* --------------------------------- */
/* Clinical Outcomes Section */
.clinical-outcomes .outcomes-icons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .clinical-outcomes .outcomes-icons {
    flex-direction: row;
    justify-content: space-evenly;
  }
}

.outcome-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .outcome-box {
    flex-direction: column;
    align-items: center;
  }
}

.outcome-box img {
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .outcome-box img {
    height: 2.67rem;
    width: 2.67rem;
  }
}

.outcome-box p {
  margin: 0;
  font-size: 0.818rem;
  line-height: 1.2;
  color: #333;
  width: 9.09rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .outcome-box p {
    font-size: var(--font-lg-24);
    width: 3.4rem;
    text-align: center;
  }
}

/* --------------------------------- */
/* Awards Section */
.awards-section {
  background: #fff;
  box-shadow: none;
  padding: 0;
}

.awards-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .awards-list {
    flex-direction: row;
    gap: .2rem;
  }
}

.award-card {
  display: flex;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .award-card {
    position: relative;
    overflow: initial;
  }
}

.award-image-container {
  position: relative;
  width: 4.9rem;
  height: 5.727rem;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .award-image-container {
    width: 10.56rem;
    height: 6.79rem;
  }
}

.award-image-container img {
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .award-image-container img {
    width: 100%;
    height: auto;
  }
}

.award-date {
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #eb88a3;
  color: white;
  width: 2.59rem;
  height: 1.105rem;
  font-size: 0.31rem;
  text-align: center;
  line-height: 1.2;
  display: flex;
  padding: 0.2rem;
}

.award-date strong {
  font-size: 0.552rem;
}

.award-content {
  /* padding: 1rem; */
  background: #fff;
  width: 9.9rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .award-content {
    position: absolute;
    width: calc(480rem / 53);
    height: calc(140rem / 53);
    display: flex;
    flex-direction: column;
    padding: 0.25rem;
    bottom: -1rem;
    left: -.5rem;
    box-shadow: 2px 2px 4px 0px #00000014;

  }
}

.award-title {
  font-weight: 600;
  color: #6b2472;
  margin-bottom: 0.5rem;
  font-size: 0.727rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .award-title {
    font-size: var(--font-lg-24);
    font-weight: 600;
    margin-bottom: 0;
  }
}

.award-desc {
  font-size: 0.5rem;
  color: #444;
}
@media screen and (min-width: 768px) {
  .award-desc {
    font-size: 0.339rem;
  }
}

/* --------------------------------- */
/* Challenging Cases Section */
.challenge-section {
  background-color: #5f1c6b;
  color: #fff;
  padding: 0.727rem;
  border-radius: 0 1.1rem 0 1.1rem;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width:768px) {
  .challenge-section{
    width: 30.56rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.challenge-content {
  display: flex;
  flex-direction: column;
}

.challenge-content h2 {
  font-size: 0.909rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .challenge-content h2 {
    font-size: .754rem;
    width: 13.49rem;
    height: 1.56rem;
    background-color: white;
    color: var(--brandClr);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
  }
  .challenge-title__line-break{
    display: none;
  }
}

.subtitle {
  font-size: var(--font-16);
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .subtitle {
    display: none;
  }
}

.description {
  font-size: var(--font-16);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 13.2rem;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .description {
    font-size: var(--font-lg-24);
    font-weight: 300 !important;
    width: 26.71rem;
  }
}


.highlight-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  gap: 0.75rem;
  align-items: flex-start;
  text-align: left;
  /* width: 9.09rem;
  border: 1px solid white; */
}
@media screen and (min-width: 768px) {
  .highlight {
    display: flex;
    flex-direction: row;
  }
  .highlight-item{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.icon {
  width: 2.9rem;
  height: 2.9rem;
  flex-shrink: 0;
  background-color: #864ea6;
  border-radius: 50%;
}
@media screen {
  .icon {
    width: 2.83rem;
    height: 2.83rem;
  }
}
/* Optional: You can use background-images/icons */

.highlight-item-content {
  width: 9.6rem;
}

.highlight-item h4 {
  margin: 0;
  font-size: var(--font-16);
  font-weight: 600;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .highlight-item h4 {
    font-size: var(--font-lg-24);
  }
}


.highlight-item p {
  margin: 0.1rem 0 0;
  font-size: var(--font-14);
  color: #e2d4ee;
}
@media screen and (min-width: 768px) {
  .highlight-item p {
    font-size: .301rem;

  }
}

.contact-btn {
  display: block;
  /* margin: 1.5rem auto 0;
  padding: 0.65rem 1.5rem; */
  width: 6.72rem;
  height: 2.18rem;
  background-color: #fff;
  color: var(--brandClr);
  font-size: var(--font-16);
  border: none;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    width: 4.07rem;
    height: 1.2rem;
    font-size: .337rem;
  }
}

.contact-btn:hover {
  background-color: #e6d6f0;
}
