/* =========================
   MEDICAL TEAM CATEGORY + DOCTOR CV
========================= */
.medical-team-category,
.doctor-cv{
  --mt-blue:#81C3D7;
  --mt-dark:#112646;
  --mt-green:#B3BD2D;
  --mt-card-bg:#28526d;
  background:#fff;
  color:var(--mt-dark);
  font-family:"Sofia Pro",sans-serif;
}

.medical-team-category * ,
.doctor-cv *{box-sizing:border-box;}

/* =========================
   CATEGORY
========================= */
.medical-team-category__head{
  min-height:224px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--mt-blue);
  padding:50px 20px;
}

.medical-team-category__title{
  margin:0;
  color:var(--mt-dark);
  text-align:center;
  font-family:"Sofia Pro",sans-serif;
  font-size:40px;
  font-style:normal;
  font-weight:700;
  line-height:normal;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.medical-team-category__inner{
  width:min(1650px,calc(100% - 120px));
  margin:0 auto;
  padding:40px 0 96px;
}

.medical-team-category__quote{
  color:var(--mt-dark);
  text-align:center;
  font-family:"Sofia Pro",sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:35px;
  letter-spacing:.2px;
  font-style:italic;
}

.medical-team-category__quote--top{margin:0 0 46px;}
.medical-team-category__quote--bottom{margin:34px 0 0;}

.medical-team-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:30px;
  row-gap:58px;
}

.medical-team-card__link{
  display:block;
  text-decoration:none!important;
  color:inherit;
  outline:none;
}

.medical-team-card__link:focus-visible{
  outline:3px solid var(--mt-green);
  outline-offset:6px;
}

.medical-team-card__image-wrap{
  width:100%;
  aspect-ratio:547 / 327;
  background:var(--mt-card-bg);
  overflow:hidden;
}

.medical-team-card__image{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center bottom;
  transition:transform .28s ease;
}

.medical-team-card__placeholder{
  width:100%;
  height:100%;
  background:var(--mt-card-bg);
}

.medical-team-card__link:hover .medical-team-card__image{
  transform:scale(1.035);
}

.medical-team-card__body{
  padding:14px 8px 0;
  text-align:center;
}

.medical-team-card__name{
  margin:0 0 5px;
  color:var(--mt-dark);
  text-align:center;
  font-family:"Sofia Pro",sans-serif;
  font-size:25px;
  font-style:normal;
  font-weight:700;
  line-height:normal;
  letter-spacing:.25px;
}

.medical-team-card__specialty{
  color:var(--mt-dark);
  text-align:center;
  font-family:"Sofia Pro",sans-serif;
  font-size:22px;
  font-style:normal;
  font-weight:700;
  line-height:normal;
  letter-spacing:.22px;
}

.medical-team-card__rank{
  margin-top:4px;
  color:var(--mt-dark);
  text-align:center;
  font-family:"Sofia Pro",sans-serif;
  font-size:20px;
  font-style:normal;
  font-weight:500;
  line-height:1.2;
  letter-spacing:.2px;
}

.medical-team-category__empty{
  text-align:center;
  margin:40px 0;
  color:var(--mt-dark);
}

.medical-team-pagination{
  margin-top:60px;
  display:flex;
  justify-content:center;
}

.medical-team-pagination nav,
.medical-team-pagination .pagination__wrapper{width:100%;}

.medical-team-pagination ul.pagination{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

.medical-team-pagination .page-link{
  display:block!important;
  width:25px!important;
  height:25px!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--mt-blue)!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  text-indent:-9999px!important;
  overflow:hidden!important;
  box-shadow:none!important;
}

.medical-team-pagination .page-item.active .page-link,
.medical-team-pagination li.active .page-link{
  width:30px!important;
  height:30px!important;
  background:var(--mt-green)!important;
}

.medical-team-pagination li.disabled{display:none!important;}
.medical-team-pagination .page-link [class^="icon-"],
.medical-team-pagination .page-link [class*=" icon-"]{display:none!important;}

/* =========================
   DOCTOR CV ARTICLE
========================= */
.doctor-cv-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  min-height:560px;
  background:var(--mt-blue);
}

.doctor-cv-hero__image-col{
  background:var(--mt-card-bg);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
}

.doctor-cv-hero__image{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center bottom;
}

.doctor-cv-hero__placeholder{
  width:100%;
  height:100%;
  background:var(--mt-card-bg);
}

.doctor-cv-hero__info-col{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:60px 40px;
}

.doctor-cv-hero__name{
  margin:0 0 22px;
  color:var(--mt-dark);
  font-family:"Sofia Pro",sans-serif;
  font-size:40px;
  font-style:normal;
  font-weight:700;
  line-height:normal;
  letter-spacing:.4px;
}

.doctor-cv-hero__specialty{
  color:var(--mt-dark);
  font-family:"Sofia Pro",sans-serif;
  font-size:30px;
  font-style:normal;
  font-weight:700;
  line-height:normal;
  letter-spacing:.3px;
}

.doctor-cv-hero__rank{
  margin-top:22px;
  color:var(--mt-dark);
  font-family:"Sofia Pro",sans-serif;
  font-size:25px;
  font-style:normal;
  font-weight:500;
  line-height:normal;
  letter-spacing:.25px;
}

.doctor-cv-content{
  width:min(1119px,calc(100% - 80px));
  margin:0 auto;
  padding:70px 0 48px;
  color:var(--mt-dark);
  font-family:"Sofia Pro",sans-serif;
  font-size:20px;
  font-style:normal;
  font-weight:400;
  line-height:35px;
  letter-spacing:.2px;
}

.doctor-cv-content p{margin:0 0 1.2em;}
.doctor-cv-content p:last-child{margin-bottom:0;}

.doctor-cv-faq{
  width:min(1320px,calc(100% - 80px));
  margin:0 auto;
  padding:0 0 90px;
}

.doctor-cv-faq__item + .doctor-cv-faq__item{margin-top:18px;}
.doctor-cv-faq__heading{margin:0;}

.doctor-cv-faq__button{
  width:100%;
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 40px 18px 64px;
  border:0;
  background:var(--mt-green);
  color:var(--mt-dark);
  text-align:left;
  font-family:"Sofia Pro",sans-serif;
  font-size:20px;
  font-style:normal;
  font-weight:700;
  line-height:35px;
  letter-spacing:.2px;
  cursor:pointer;
}

.doctor-cv-faq__button:focus-visible{
  outline:3px solid var(--mt-dark);
  outline-offset:3px;
}

.doctor-cv-faq__question{display:block;}
.doctor-cv-faq__icon{width:58px;height:58px;flex:0 0 58px;display:block;transition:transform .25s ease;}
.doctor-cv-faq__icon svg{display:block;width:58px;height:58px;}
.doctor-cv-faq__button[aria-expanded="true"] .doctor-cv-faq__icon{transform:rotate(-90deg);}

.doctor-cv-faq__panel{
  background:rgba(129,195,215,.2);
}

.doctor-cv-faq__answer{
  padding:48px 120px 54px 166px;
  color:var(--mt-dark);
  font-family:"Sofia Pro",sans-serif;
  font-size:20px;
  font-style:normal;
  font-weight:400;
  line-height:35px;
  letter-spacing:.2px;
}

.doctor-cv-faq__heading { padding-top: unset; }
.medical-team-card__name { padding-top: unset; }
.medical-team-category__title { padding-top: unset; }
.doctor-cv-faq__answer p{margin:0 0 1.2em;}
.doctor-cv-faq__answer p:last-child{margin-bottom:0;}

/* =========================
   RESPONSIVE
========================= */
@media (max-width:1439.98px){
  .medical-team-category__inner{width:min(1200px,calc(100% - 80px));}
  .medical-team-card__name{font-size:22px;}
  .medical-team-card__specialty{font-size:19px;}
  .medical-team-card__rank{font-size:17px;}
  .doctor-cv-hero{min-height:440px;}
}

@media (max-width:1199.98px){
  .medical-team-category__head{min-height:180px;}
  .medical-team-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .doctor-cv-hero{grid-template-columns:1fr;}
  .doctor-cv-hero__image-col{min-height:440px;}
  .doctor-cv-hero__info-col{min-height:300px;}
}

@media (max-width:991.98px){
  .medical-team-category__inner,
  .doctor-cv-content,
  .doctor-cv-faq{width:calc(100% - 40px);}
  .medical-team-category__title{font-size:32px;}
  .doctor-cv-hero__name{font-size:26px;}
  .doctor-cv-hero__specialty{font-size:24px;}
  .doctor-cv-hero__rank{font-size:20px;}
  .doctor-cv-content,
  .doctor-cv-faq__answer{font-size:18px;line-height:31px;}
  .doctor-cv-faq__button{padding-left:28px;padding-right:28px;}
  .doctor-cv-faq__answer{padding:34px 42px;}
}

@media (max-width:767.98px){
  .medical-team-category__head{min-height:140px;padding:36px 20px;}
  .medical-team-category__inner{padding:26px 0 54px;}
  .medical-team-grid{grid-template-columns:1fr;row-gap:36px;}
  .medical-team-category__quote{font-size:17px;line-height:28px;}
  .medical-team-card__name{font-size:22px;}
  .doctor-cv-hero__name{font-size:22px;}
  .doctor-cv-hero__specialty{font-size:20px;}
  .medical-team-card__specialty{font-size:18px;}
  .medical-team-card__rank{font-size:16px;}
  .doctor-cv-hero__image-col{min-height:360px;}
  .doctor-cv-hero__info-col{padding:42px 20px;}
  .doctor-cv-content{padding:42px 0 34px;}
  .doctor-cv-faq{padding-bottom:58px;}
  .doctor-cv-faq__button{min-height:76px;font-size:18px;line-height:28px;padding:14px 18px;}
  .doctor-cv-faq__icon,
  .doctor-cv-faq__icon svg{width:46px;height:46px;}
  .doctor-cv-faq__icon{flex-basis:46px;}
  .doctor-cv-faq__answer{padding:26px 22px;font-size:17px;line-height:29px;}
  .medical-team-category__quote--top{margin:0 0 38px !important;}
  .medical-team-pagination{ margin-top:60px; }
}

@media (max-width:479.98px){
  .medical-team-category__title{font-size:26px;}
  .doctor-cv-hero__name{font-size:20px;}
  .medical-team-card__name{font-size:20px;}
  .doctor-cv-hero__specialty{font-size:18px;}
  .doctor-cv-hero__rank{font-size:18px;}
}


/* Header color fix for Medical Team menu item */
body.itemid-387 header.header,body.itemid-387 .header,body.itemid-387 .header-row{background:#fff!important;}
body.itemid-387 #menutop ul li a,body.itemid-387 .navbar-nav .nav-link{color:#112646!important;}
body.itemid-387 .logo .img-logo{content:url("/images/landing/svg/actino-logo.svg");filter:none!important;opacity:1!important;}
body.itemid-387 .custom-112 .coords-logo{content:url("/images/landing/svg/location.svg")!important;width:44px!important;height:44px!important;filter:none!important;opacity:1!important;}
body.itemid-387 .custom-112 .phone-logo{content:url("/images/landing/svg/actino-phone.svg")!important;width:44px!important;height:44px!important;filter:none!important;opacity:1!important;}

body.itemid-388 header.header,body.itemid-387 .header,body.itemid-387 .header-row{background:#fff!important;}
body.itemid-388 #menutop ul li a,body.itemid-387 .navbar-nav .nav-link{color:#112646!important;}
body.itemid-388 .logo .img-logo{content:url("/images/landing/svg/actino-logo.svg");filter:none!important;opacity:1!important;}
body.itemid-388 .custom-112 .coords-logo{content:url("/images/landing/svg/location.svg")!important;width:44px!important;height:44px!important;filter:none!important;opacity:1!important;}
body.itemid-388 .custom-112 .phone-logo{content:url("/images/landing/svg/actino-phone.svg")!important;width:44px!important;height:44px!important;filter:none!important;opacity:1!important;}

/* =========================
   MEDICAL TEAM FIXES 2026-05-22
   Scope: spacing, FAQ arrow direction, FAQ text formatting, mobile CV layout
========================= */
.medical-team-category__quote--top{
  margin:0 0 58px;
}

.medical-team-category__quote--bottom{
  margin:42px 0 0;
}

.doctor-cv-faq__button[aria-expanded="true"] .doctor-cv-faq__icon{
  transform:rotate(90deg);
}

.doctor-cv-faq__answer{
  white-space:normal;
}

.doctor-cv-faq__answer ul,
.doctor-cv-faq__answer ol{
  margin:0 0 1.25em 1.2em;
  padding-left:1.1em;
}

.doctor-cv-faq__answer li{
  margin:0 0 .35em;
}

.doctor-cv-faq__answer br{
  display:block;
  content:"";
}

@media (max-width:767.98px){
  .doctor-cv-hero{
    display:flex;
    flex-direction:column;
    min-height:0;
  }

  .doctor-cv-hero__image-col{
    min-height:0;
    height:230px;
    align-items:flex-end;
    justify-content:center;
    background:var(--mt-card-bg);
  }

  .doctor-cv-hero__image{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center bottom;
  }

  .doctor-cv-hero__info-col{
    min-height:0;
    padding:30px 24px 32px;
  }

  .doctor-cv-hero__name{
    margin-bottom:18px;
    line-height:1.05;
    text-transform:uppercase;
  }

  .doctor-cv-content{
    width:calc(100% - 40px);
    padding:36px 0 44px;
    font-size:18px;
    line-height:30px;
    text-align:left;
  }

  .doctor-cv-faq{
    width:calc(100% - 30px);
    padding-bottom:64px;
  }

  .doctor-cv-faq__item + .doctor-cv-faq__item{
    margin-top:18px;
  }

  .doctor-cv-faq__button{
    min-height:72px;
    align-items:center;
    padding:16px 14px 16px 18px;
    gap:14px;
  }

  .doctor-cv-faq__question{
    max-width:calc(100% - 58px);
  }

  .doctor-cv-faq__answer{
    padding:24px 22px;
    font-size:16px;
    line-height:28px;
  }
}

@media (max-width:479.98px){
  .doctor-cv-hero__image-col{
    height:220px;
  }

  .doctor-cv-faq__button{
    font-size:16px;
    line-height:24px;
  }
}
