.services-info-section {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #14233c;
    color: #fff;
    padding: 0 !important;
    margin: 0 auto 0 auto !important;
    min-height: 410px;
    width: 85vw;
    max-width: 1200px;
    box-sizing: border-box;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}



.services-info-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}



.services-info-image {
    flex: 1 1 45%;
    min-width: 320px;
    background: #14233c;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}


.services-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 410px;
    max-height: 420px;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}




.services-info-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}


.services-info-image {
    flex: 1 1 45%;
    min-width: 320px;
    background: #14233c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.services-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 410px;
    max-height: 420px;
}

.services-info-content {
    flex: 1 1 55%;
    padding: 0 48px 0 32px;
    background: #14233c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 340px;
}


.services-info-content h2 {
    font-size: 1.5rem;
    color: #e2b76a;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.services-info-content h2 span {
    color: #fff;
    font-weight: 400;
}

.services-info-content hr {
    border: none;
    border-top: 2px solid #e2b76a;
    width: 60px;
    margin: 18px 0 28px 0;
}

.services-info-content p {
    color: #e3e3e3;
    font-size: 0.97rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.services-featured-bar {
    background: #17212b;
    padding: 18px 0 14px 0;
    border-top: 3px solid #fff;
    border-bottom: 1.5px solid #e2b76a;
    width: 100%;
    margin: 0 !important;
}


.services-featured-bar-inner {
    max-width: 1200px;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}




.services-featured-label {
    color: #e2b76a;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.09rem;
    margin: 0 auto !important;
    text-align: center;
    display: block;
}




.services-featured-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0;
}


}

.clinic-logo-white {
    height: 100px !important;
    max-width: 340px;
    width: 100%;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    object-fit: contain;
    padding-left: 24px;
    padding-right: 24px;
}



    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

.services-featured-list span {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 500;
    opacity: 0.93;
    letter-spacing: 0.5px;
}

@media (max-width: 700px) {
  .services-featured-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0;
}


}

.clinic-logo-white {
    height: 100px !important;
    max-width: 340px;
    width: 100%;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    object-fit: contain;
    padding-left: 24px;
    padding-right: 24px;
}



    gap: 18px;
    font-size: 0.99rem;
    flex-wrap: wrap;
  }
  .services-featured-bar-inner {
    padding: 0 8px;
  }
}

.gold-highlight {
  color: #e2b76a;
  font-weight: 500;
}

.hero-gradient-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(200, 164, 93, 0.85) 0%,   /* Gold at bottom */
    rgba(20, 35, 60, 0.70) 40%,    /* Deep blue blend */
    rgba(20, 35, 60, 0.15) 75%,    /* Blue fading */
    rgba(20, 35, 60, 0.00) 100%    /* Transparent at top */
  );
}

.services-screenshots-section {
  width: 85vw;
  max-width: 1200px;
  margin: 48px auto;
}

.screenshot-row {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}

.screenshot-row .screenshot-image {
  flex: 1 1 0;
  max-width: 49%;
  min-width: 0;
  margin-bottom: 16px;
}

.screenshot-image-wide {
  width: 85vw;
  max-width: 1200px;
  margin: 16px auto 32px auto;
  display: block;
}


.screenshot-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.13);
  margin: 0 auto;
  display: block;
}

.screenshot-image-wide {
  width: 85vw;
  max-width: 1200px;
  margin: 0 auto 32px auto;
  display: block;
}

@media (max-width: 900px) {
  .services-info-section {
    flex-direction: column;
    min-height: unset;
  }
  .services-info-image, .services-info-content {
    min-width: 0;
    max-width: 100%;
    padding: 0;
  }
  .services-info-content {
    padding: 32px 18px 32px 18px;
  }
  .services-info-image img {
    min-height: 210px;
    max-height: 260px;
  }
}
