body {
  color: #373433;
  --bs-link-color: #373433;
  --bs-link-hover-color: #373433;
  font-size: 16px !important;
  line-height: 22px !important;
   overflow-x: hidden;
}

.row {
  --bs-gutter-y: 30px;
}

body p {
  font-size: 16px;
  line-height: 22px;
}

body small {
  line-height: 22px;
  font-size: 13px;
}

body main a {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: underline;
}

body .ul-border {
  padding-left: 10px;
  padding-bottom: 18px;
  margin: 0 auto;
}

body .ul-border li {
  padding: 5px 10px 5px 23px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  margin-left: 7px;
}

body h3 {
  color: #373433;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 8px;
}

.header__nav__trailing-text p a {
  font-size: 24px; line-height: 33px
}

body .block-1 {
  padding-top: 20px;
  text-align: center;
}

body .block-1 .header-1 .title {
  text-align: center;
    font-size: 28px;
    color: #373433;
    font-weight: bold;
    line-height: 30px;
}

body .block-1 h3 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 22px;
}

body .block-2 h3 {
  padding-bottom: 10px;
}

body .block-4 {
  padding: 50px 20px 50px 20px;
  border: solid 2px #2FCFA0;
}

body .block-4 h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 10px;
}

body .block-4 a {
  font-size: 36px;
  line-height: 43px;
}

body .block-6 {
  background: #D5F5EC;
  padding: 50px 20px 50px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

body .block-6 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

body .block-6 img{
  margin-bottom: 30px;
}

.hero-banner-content .block-6 {
  margin-bottom: 0;
}


@media (min-width: 768px){
  body .block-6 {
    flex-direction: row;
  }

  body .block-6 .container{
    flex-direction: row;
  }

  body .block-6 img {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

body .EPiServerForms {
  background: #fffefe;
  padding: 15px;
  padding-bottom: 32px;
  border-radius: 10px;
  position: relative;
}

@media (min-width: 576px){
  .formcontainerblock {
    width: 100%;
    padding: 0;
  }
}

body .EPiServerForms .Form__Status:has(.hide) {
  display: none;
}

body .EPiServerForms .Form__Element .Form__Element__Caption {
  min-width: 0;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 2px;
}

body .EPiServerForms .FormSubmitButton {
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  margin: 40px auto 20px !important;
  background: #373433;
  color: #fff;
  font-family: 'Just Sans Web';
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-weight: bold;

}

body .EPiServerForms .field-set-block {
  margin-bottom: 0;
}

body .EPiServerForms .field-set-block fieldset>div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

body .EPiServerForms .field-set-block fieldset>div .block {
  width: auto;
  flex: 1;
}

p:has(#emailHelp) {
  padding-right: 15px;
}

body .EPiServerForms .Form__Element {
  margin: 0 0 8px 0;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input {
  margin-top: 8px;
}

@media (min-width: 1150px) {
  .hero-section {
    min-height: 600px;
  }
}

.hero-section {
  background-color: #373433;
  padding: 20px 0px;
}
.hero-section-lower {
  background-color: #2fcfa0;
  padding: 20px 0px;
}

@media (min-width: 576px){
  .hero-section{
    background: url(/globalassets/microsite/which-dr/hero-banner-image-placeholder-no-copy.png);
    background-size: cover;
    background-position: right bottom;
  }
}

.trustpilot-widget {
  padding: 20px 0px 0px 20px !important;
}

.hero-headline {
  padding-left: 20px;
  letter-spacing: 1.11px;
  line-height: 5rem;
  
}

.EPiServerForms .Form__Element .Form__Element__ValidationError {
font-size: 13px;
margin-top: 4px;
color: #dc3545;
}

.Form__Title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-family: Just Script Web;
}


.Form__Description {
  font-size: 13px;

}

@media (min-width: 1100px){
  .section-wrapper .htmlblock{
    padding: 0;
  }
  
  .section-wrapper .formcontainerblock{
    padding: 0;
  }
}


body main .container {
  max-width: 1020px;
}


.button-primary{
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background: #373433;
  color: #fff;
  font-family: 'Just Sans Web';
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: fit-content;
  text-decoration: none;
  margin: 20px;
}

.button-primary:hover{
  color: white;
}

.button-seafoam{
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background: #2fcfa0;
  color: #fff;
  font-family: 'Just Sans Web';
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: fit-content;
  text-decoration: none;
  margin: 20px;
}

.button-seafoam:hover{
  color: white;
}

.button-secondary{
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background: #373433;
  color: #fff;
  font-family: 'Just Sans Web';
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: fit-content;
  text-decoration: none;
  margin: 0 auto;
}

.button-secondary:hover{
  color: white;
}


form .fa-info-circle{
  display: none;
}

[id^=form-anchor] {
  position: absolute;
  top: 0;
  transform: translateY(-25vh);
}


.icon-text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.icon-text-block {
  border: 2px solid #2FCFA0;
  border-radius: 35px;
  width: 250px;
  padding: 20px;
  text-align: center;
  font-family: 'Just Sans Web';
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  flex: 1 1 250px;
  overflow: hidden;
}

.icon {
  font-size: 48px;
  margin-bottom: 10px;
}

.heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.bullet-points {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.icon img {
  width: 60px; /* Adjust size as needed */
  height: auto;
  margin-bottom: 10px;
}


.icon-text-footer {
  background-color: #d5f5ec;
  padding: 16px 24px;
  margin: 24px -24px -24px; /* pulls footer full width */
}

.icon-text-footer p {
  margin: 0 0 8px;
}

.icon-text-footer p:last-child {
  margin-bottom: 0;
}


.icon-text-container-2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  overflow-x: auto;
}

.icon-text-block-2 {
  border: 2px solid #2fcfa0;
  border-radius: 35px;
  width: 230px;
  min-height: 320px;
  height: auto;
  padding: 20px;
  text-align: center;
  font-family: 'Just Sans Web';
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon-text-top-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Responsive layout for tablets and mobiles */
@media (max-width: 768px) {
  .icon-text-container-2 {
    flex-direction: column;
    align-items: center;
    overflow-x: unset;
  }

  .icon-text-block-2 {
    width: 90%; /* Full width with some margin */
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.icon-2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.heading-2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.heading-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;

  min-height: 75px; /* space for up to 3 lines */
}

.bullet-points-2 {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.icon-2 img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}


.video-block {
  border: 1px solid #2fcfa0;
  padding: 20px;
  background-color: #f1f1f1;
}
.video-block.video-block.sea-foam {
  border: 1px solid #2fcfa0;
}
.video-block.video-block.sea-foam .video-block__text-wrapper h1,
.video-block.video-block.sea-foam .video-block__text-wrapper h2,
.video-block.video-block.sea-foam .video-block__text-wrapper h3,
.video-block.video-block.sea-foam .video-block__text-wrapper h4,
.video-block.video-block.sea-foam .video-block__text-wrapper h5,
.video-block.video-block.sea-foam .video-block__text-wrapper h6,
.video-block.video-block.sea-foam .video-block__text-wrapper a {
  color: #373433;
}
.video-block.video-block.sea-foam .video-block__text-wrapper > a {
  border: 2px solid #2fcfa0;
  padding: 7px 12px;
  border-radius: 7px;
  color: #373433;
  --bs-link-hover-color: #373433;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  line-height: initial;
  background: #fff;
  transition: background 0.3s;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.video-block.video-block.sea-foam .video-block__text-wrapper > a:hover {
  background: #f1f1f1;
  color: #fff;
  text-decoration: none;
}
.video-block.video-block.sea-foam .video-block__text-wrapper ul li::marker {
  color: #2fcfa0;
}
.video-block.video-block.sea-foam .video-block__image:after {
  background-image: url("/Static/Shared/img/sea-foam/play-icon.png");
}
.video-block--top {
  display: flex;
  flex-direction: column-reverse;
}
.video-block--top .video-block__text-wrapper {
  margin-top: 0px;
}
.video-block--top .video-block__image {
  margin-top: 30px;
}
.video-block__image {
  width: 100%;
  height: auto;
  position: relative;
}
.video-block__image:after {
  content: "";
  background-image: url("/Static/Shared/img/coral/play-icon.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 107px;
  height: 100px;
  background-size: contain;
}
.video-block__image__background {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.video-block__image:hover {
  cursor: pointer;
}
.video-block__text-wrapper {
  margin-top: 30px;
}
.video-block__text-wrapper > a {
  margin-top: 20px;
  margin-left: auto;
  border: 2px solid #2fcfa0;
  padding: 7px 12px;
  border-radius: 7px;
  color: #373433;
  --bs-link-hover-color: #373433;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  line-height: initial;
  background: #fff;
  transition: background 0.3s;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.video-block__text-wrapper > a:hover {
  background: #f1f1f1;
  color: #fff;
  text-decoration: none;
}
.video-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 196px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-block .wrapper .play-button {
  width: 59px;
  height: 59px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-block .wrapper .play-button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-block #media-player {
  background-color: #373433;
  position: fixed;
  z-index: 4000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-block #media-player img {
  width: 40px;
  height: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-block #media-player .app-video-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 4200;
  cursor: pointer;
}
.video-block #media-player .app-video-close-btn:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-block #media-player .app-media-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  margin-top: 80px;
}
@media (min-width: 768px) {
  .video-block {
    display: flex;
    gap: 40px;
  }
  .video-block--left {
    flex-direction: row-reverse;
  }
  .video-block--alt {
    background-color: #2fcfa0;
  }
  .video-block--top {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .video-block--bottom {
    flex-direction: column;
    gap: 15px;
  }
  .video-block__image {
    width: 50%;
    min-width: calc(50% - 90px);
    max-height: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .video-block__text-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}



.retirement-layout {
  margin: 20px;
  font-family: Arial, sans-serif;
}

.retirement-layout .retirement-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.retirement-layout .retirement-block {
  border: 1px solid #2fcfa0;
  border-radius: 35px;
  padding: 20px;
  width: calc(50% - 10px); /* Ensures two blocks fit side-by-side with gap */
  box-sizing: border-box;
}

.retirement-layout h5 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.retirement-layout ul {
  padding-left: 20px;
  text-align: left;
}

.retirement-layout li {
  margin-bottom: 10px;
  text-align: left;
}

/* Stack blocks below 1120px */
@media (max-width: 1120px) {
  .retirement-layout .retirement-block {
    width: 100%;
  }
}

.sea-foam-light-background::after{
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #2FCFA0;
    
}

.sea-foam-light-background{
  position: relative !important;
  overflow: visible !important;
}


.image-container {
  display: flex;
  justify-content: center;;
  align-items: flex-start; /* Align tops of images */
  gap: 80px; /* Adjust spacing between images */
  width: 100%; /* Container can expand as needed */
  margin: 0 auto;
  Padding-top:20px;
  Padding-bottom: 20px;
}

.image-block {
  text-align: center;
}

.image-block img {
  display: block;
  margin: 0 auto;
}

.image-block.square img {
  width: 140px;
  height: 140px;
}

.image-block.rectangle img {
  width: 190px;
  height: 140px;
}

.image-caption {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}


.two-column-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px; /* Adjust spacing between columns */
}

.column {
  text-align: center;
}

.column img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.column p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.hero-banner {
  position: relative
}

.hero-banner__content__upper {
  background: #373433;
  padding: 2.7777777778rem 0
}

.hero-banner__content__upper .rich-text-editor,.hero-banner__content__upper .btn-wrap  {
  margin-top: 1.6666666667rem
}


.hero-banner__content__upper .trustpilot-widget
{
  margin-left: -28px;
}

.hero-banner__content__upper__title--coral-bg {
  color: #ff7d7d
}

.hero-banner__content__upper__title--seafoam-bg {
  color: #2fcfa0
}

.hero-banner__content__upper__title--lavender-bg {
  color: #c489dc
}

.hero-banner__content__upper__title--tangerine-bg {
  color: #ff9c54
}

.hero-banner__content__upper .rich-text-editor,.hero-banner__content__upper__title--mercer-bg {
  color: #fff
}

.hero-banner__content__lower {
  padding: 2.2222222222rem 0
}

.hero-banner__content__lower--coral-bg {
  background: #ff7d7d
}

.hero-banner__content__lower--seafoam-bg {
  background: #2fcfa0
}

.hero-banner__content__lower--lavender-bg {
  background: #c489dc
}

.hero-banner__content__lower--tangerine-bg {
  background: #ff9c54
}

.hero-banner__content__lower--mercer-bg {
  background: transparent linear-gradient(90deg,#009de0,#ee3d8b)
}

.hero-banner__content__lower--mercer-bg .btn {
  --bs-btn-border-color: #fff;
  --bs-btn-color: #005a8d
}

.hero-banner__content__lower--mercer-bg .rich-text-editor {
  color: #fff
}

.hero-banner__content__lower .rich-text-editor+.hero-banner__content__lower__buttons {
  margin-top: 1.6666666667rem
}

.hero-banner__image {
  display: none
}

@media (min-width: 992px) {
  .hero-banner__content__upper {
      padding: 175px 0;
      position: relative
  }

  .hero-banner__content__upper .rich-text-editor,.hero-banner__content__upper__title {
      padding-right: .8333333333rem;
      width: 50%
  }

  .hero-banner__content__lower {
      padding: 3.3333333333rem 0 5rem
  }

  .hero-banner__content__lower .rich-text-editor,.hero-banner__content__lower__buttons {
      padding-right: .8333333333rem;
      width: 50%
  }

  .hero-banner__content__lower--coral-bg {
      background: #ff7d7d
  }

  .hero-banner__content__lower--seafoam-bg {
      background: #2fcfa0
  }

  .hero-banner__content__lower--lavender-bg {
      background: #c489dc
  }

  .hero-banner__content__lower--tangerine-bg {
      background: #ff9c54
  }

  .hero-banner__content__lower--mercer-bg {
      background: transparent linear-gradient(90deg,#009de0,#ee3d8b)
  }

  .hero-banner__image {
      bottom: 0;
      display: block;
      height: 100%;
      left: calc(50% + 50px);
      max-width: 596px;
      position: absolute;
      width: calc(50% - 85px)
  }

  .hero-banner__image__curve {
      height: 100%;
      mask: url(/globalassets/microsite/which-dr/hero-banner/hero_home_image_cut.svg);
      mask-position: 0 2px;
      mask-repeat: no-repeat;
      width: 100%
  }

  .hero-banner__image__curve img {
      height: 100%;
      object-fit: cover;
      width: 100%
  }
}

main{
  overflow-x: hidden
}

.black-background::after{
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #373433;
    
}

.black-background{
  position: relative !important;
  overflow: visible !important;
}

.quote-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #373433;
  color: #ffffff;
  padding: 40px 80px; /* extra room for icons */
}

/* Quote icon images */
.quote-icon-banner {
  position: absolute;
  width: 108px;       /* slightly bigger */
  height: auto;
}

/* Left quote – higher */
.quote-icon-banner-left {
  left: 24px;
  top: 4px;
}

/* Right quote – lower */
.quote-icon-banner-right {
  right: 24px;
  bottom: 4px;
}

/* Center content */
.quote-content {
  max-width: 720px;
  text-align: center;
  z-index: 1;
}

.quote-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.quote-author {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.85;
}

/* Mobile optimization */
@media (max-width: 1024px) {
  .quote-wrapper {
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Remove absolute positioning so text can’t overlap */
  .quote-icon-banner {
    position: static;
    width: 72px;
    margin: 0;
  }

  .quote-icon-banner-left {
    margin-bottom: 14px;
  }

  .quote-icon-banner-right {
    margin-top: 14px;
  }

  .quote-content {
    max-width: 100%;
    text-align: center;
  }

  .quote-text {
    font-size: 15px;
  }
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pricing-banner {
  background-color: #dff5ef;
  padding: 60px 20px;
}

.pricing-card {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.pricing-card h3 {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 600;
}

.pricing-content {
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pricing-text {
  text-align: left;
  flex: 1;
}

.pricing-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.pricing-btn {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: bold;
}

.pricing-btn:hover {
  background: #000;
}

.pricing-note {
  display: block;
  font-size: 12px;
  color: #666;
}

/* Icon image */
.pricing-icon {
  width: 150px;
  height: auto;
  flex-shrink: 0;
  flex: 0 0 auto;
}


@media (max-width: 768px) {
  .pricing-content {
    flex-direction: column;
    text-align: center;
  }

  .pricing-text {
    text-align: center;
  }
}

.light-blue-background::after{
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #dff5ef;
    
}

.light-blue-background{
  position: relative !important;
  overflow: visible !important;
}

.article-text-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  overflow-x: auto;
}

.article-text-block {
  border: 2px solid #2fcfa0;
  border-radius: 35px;
  width: 230px;
  min-height: 320px;
  height: auto;
  padding: 20px;
  text-align: center;
  font-family: 'Just Sans Web';
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-text-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Responsive layout for tablets and mobiles */
@media (max-width: 768px) {
  .article-text-container {
    flex-direction: column;
    align-items: center;
    overflow-x: unset;
  }

  .article-text-block {
    width: 90%; /* Full width with some margin */
    max-width: 300px;
    margin-bottom: 20px;
  }
    .article-button {
    width: 100%;
    text-align: center;
  }
}

.article-icon {
  font-size: 48px;
  margin-bottom: 5px;
}

.article-icon img {
  width: 165px;
  height: auto;
}

.article-button {
  margin-top: 20px;
}


.heading-4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  min-height: 50px; /* space for up to 3 lines */
}

p.highlight-box {
  background-color: #D2F6EC;
  padding: 12px 12px;
  margin-left: -16px;
  margin-right: -16px;
}

.about-block {
  display: grid;
  grid-template-columns: 220px 1fr;   /* BIG left column */
  gap: 32px;
  max-width: 1100px;
  padding: 40px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  align-items: center;                /* centers image to text block */
}

.about-icon {
  display: flex;
  justify-content: center;
}

.about-icon img {
  width: 200px;                       /* force large size */
  max-width: none;                    /* VERY important */
  height: auto;
}

.about-content h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
}

.about-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
}

.about-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-content li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.about-content li strong {
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .about-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-icon img {
    width: 180px;
  }
}

.testimonial-section {
  text-align: center;
  padding: 40px 20px;
}

.testimonial-heading {
  margin-bottom: 40px;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.testimonial-card {
  position: relative;
  width: 260px;           /* 👈 thinner */
  min-height: 360px;      /* 👈 ensures taller feel */
  border: 1px solid #6dd5c4;
  border-radius: 14px;
  padding: 40px 20px 50px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

.testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0;
}

.testimonial-author {
  font-weight: 600;
  font-size: 14px;
  margin-top: auto;
}

/* Quote images */
.quote-icon {
  width: 26px;
  position: absolute;
}

.quote-icon.top {
  top: 18px;
  left: 18px;
}

.quote-icon.bottom {
  bottom: 18px;
  right: 18px;
}

/* Mobile stacking */
@media (max-width: 900px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    width: 90%;
    max-width: 320px;
  }
}

.testimonial-inner {
  position: relative;
}

/* Physical space for quotes */
.quote-space {
  display: block;
  height: 46px; /* matches quote size */
}

.quote-space.bottom {
  height: 46px;
}

/* Quote icons */
.testimonial-block .quote-icon {
  position: absolute;
  width: 56px;
  height: auto;
}

/* Top open quote */
.testimonial-block .quote-top {
  top: -6px;
  left: -4px;
}

/* Bottom close quote */
.testimonial-block .quote-bottom {
  bottom: -8px;
  right: -4px;
}