/* HERO */

.hero{
  background:var(--navy);
  padding:70px 0 40px;
  position:relative;
  overflow:hidden;
}


.hero-eye{
  color:#0f7bc2;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:14px;
  font-weight:600;
}

.hero h1{
  font-size:52px;
  line-height:1.15;
  color:#fff;
  margin-bottom:18px;
  font-weight:500;
}

.hero h1 strong{
  font-style:normal;
  font-weight:700;
}

.hero p{
  color:#fff;
  font-size:16px;
  line-height:1.8;
  max-width:540px;
  margin-bottom:30px;
}

.hero-btns{
  gap:14px;
  margin-bottom:26px;
}

.btn-gold{
  background:#0f7bc2;
  border:none;
  color:#fff;
  padding:13px 24px;
  border-radius:8px;
  font-size:15px;
  font-weight:500;
}

.btn-outline-light-custom{
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  background:transparent;
  padding:13px 24px;
  border-radius:20px;
  font-size:15px;
}

.hero-trust{
  gap:24px;
  flex-wrap:wrap;
  padding-bottom:50px;
}

.hero-trust span{
  color:rgba(255,255,255,.6);
  font-size:14px;
  position:relative;
  padding-left:14px;
}

.hero-trust span::before{
  content:'';
  width:5px;
  height:5px;
  border-radius:50%;
  background:#0f7bc2;
  position:absolute;
  left:0;
  top:6px;
}

.stat-card{
  background:#fff;
  border-radius:18px 18px 0 0;
  padding:28px;
  box-shadow:0 -4px 16px rgba(0,0,0,.08);
}

.stat-label{
  font-size:11px;
  letter-spacing:1px;
  color:#0f7bc2;
  text-transform:uppercase;
  font-weight:600;
}

.stat-value{
  font-size:43px;
  font-weight:700;
  margin-top:2px;
}

.stat-sub{
  font-size:13px;
  color:#000;
}

.stat-divider{
  height:1px;
  background:#dbe6f4;
  margin:18px 0;
}

.mini-number{
  font-size:23px;
  font-weight:700;
}

.mini-number em{
  font-style:normal;
  color:#0f7bc2;
}

.mini-label{
  font-size:12px;
  color:#000;
}

/* FILTER */

.page-section{
  padding:60px 0;
}

.filter-bar{
  gap:10px;
  margin-bottom:34px;
  flex-wrap:wrap;
}

.filter-label{
  font-size:14px;
  color:var(--muted);
  font-weight:600;
}

.pill{
  border:.5px solid var(--border);
  border-radius:100px;
  background:#fff;
  padding:8px 16px;
  font-size:13px;
  color:#000;
}

.pill.active{
  background:var(--navy);
  color:#fff;
}

/* FEATURED */

.featured{
  border:.5px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  margin-bottom:50px;
}

.featured-left{
  background:linear-gradient(135deg,#0d1f33 0%,#183b68 100%);
  padding:34px;
  min-height:100%;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:end;
}

.featured-left::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
  linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:28px 28px;
}

.featured-badge{
  position:absolute;
  top:24px;
  left:24px;
  background:#0f7bc2;
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding:5px 10px;
  border-radius:5px;
  z-index:2;
}

.featured-read{
  position:absolute;
  top:24px;
  right:24px;
  color:rgba(255,255,255,.7);
  font-size:12px;
  border:1px solid rgba(255,255,255,.15);
  padding:5px 10px;
  border-radius:5px;
}

.featured-category{
  color:rgba(255,255,255,.45);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  margin-bottom:14px;
  position:relative;
  z-index:2;
}

.featured-title{
  font-size:35px;
  line-height:1.35;
  color:#fff;
  font-family:Georgia,serif;
  font-style:italic;
  margin-bottom:22px;
  position:relative;
  z-index:2;
}

.featured-title strong{
  font-style:normal;
}

.author-wrap{
  position:relative;
  z-index:2;
}

.author-circle{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(200,134,10,.2);
  border:1px solid rgba(200,134,10,.4);
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.author-name{
  color:#fff;
  font-size:14px;
}

.author-role{
  color:rgba(255,255,255,.45);
  font-size:13px;
}

.featured-right{
  padding:36px;
}

.small-eye{
  color:#0f7bc2;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-size:13px;
  font-weight:700;
  margin-bottom:12px;
}

.featured-right h2{
  font-size:29px;
  line-height:1.4;
  font-family:Georgia,serif;
  font-style:italic;
  margin-bottom:18px;
}

.featured-right h2 strong{
  font-style:normal;
}

.featured-right p{
  color:#000;
  font-size:16px;
  line-height:1.8;
}

.related-box{
  background:var(--gray);
  border:.5px solid var(--border);
  border-radius:10px;
  padding:16px;
  margin:24px 0;
}

.related-eye{
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:10px;
  color:#7c7c7c;;
  font-weight: 500;
}

.tag-links{
  gap:8px;
  flex-wrap:wrap;
}

.tag-links a{
  text-decoration:none;
  font-size:15px;
  padding:6px 12px;
  border-radius:6px;
  border:.5px solid var(--border);
}

.tag-add{
  background:var(--gold-light);
  color:#0f7bc2;
}

.tag-treat{
  background:#fff;
  color:var(--navy);
}

.read-btn{
  width:100%;
  background:var(--navy);
  color:#fff;
  border:none;
  border-radius:8px;
  padding:14px;
  font-size:15px;
  font-weight:600;
}

/* SECTION HEAD */

.section-head{
  margin-bottom:24px;
}

.section-title{
  font-size:20px;
  font-weight:600;
}

.count-badge{
  background:var(--gray);
  border:.5px solid var(--border);
  border-radius:100px;
  padding:4px 10px;
  font-size:14px;
  color:var(--muted);
}

/* ARTICLE CARDS */

.article-card{
  border:.5px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  transition:var(--transition);
  height:100%;
  background:#fff;
}

.article-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 20px rgba(0,0,0,.05);
}

.article-thumb{
  padding:14px;
  position:relative;
  display:flex;
  align-items:flex-end;
}

.thumb-gold{background:linear-gradient(135deg,#5c3500,#c8860a);}
.thumb-purple{background:linear-gradient(135deg,#26215c,#534ab7);}
.thumb-rose{background:linear-gradient(135deg,#4a1528,#993556);}
.thumb-blue{background:linear-gradient(135deg,#0d1f33,#1a4a8a);}
.thumb-green{background:linear-gradient(135deg,#0a3d2b,#1d9e75);}
.thumb-slate{background:linear-gradient(135deg,#1e293b,#475569);}
.thumb-coral{background:linear-gradient(135deg,#4a1b0c,#d85a30);}

.article-badge{
  font-size:10px;
  border-radius:5px;
  padding:3px 8px;
}

.badge-add{background:var(--gold-light);color:#0f7bc2;}
.badge-mh{background:var(--blue-light);color:#1056a0;}
.badge-fam{background:#fbeaf0;color:#993556;}
.badge-clinical{background:#eeedfe;color:#534ab7;}
.badge-res{background:#e1f5ee;color:#0f6e56;}

.article-body{
  padding:18px;
}

.article-title{
  font-size:17px;
  font-weight:600;
  line-height:1.5;
  margin-bottom:10px;
}

.article-excerpt{
  color:#000;
  font-size:16px;
  line-height:1.7;
  margin-bottom:14px;
}

.card-tags{
  gap:6px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

.card-tags a{
  text-decoration:none;
  font-size:12px;
  padding:5px 10px;
  border-radius:5px;
  border:.5px solid var(--border);
}

.article-meta{
  border-top:.5px solid var(--border);
  padding-top:14px;
}

.meta-avatar{
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--gray);
  font-size:11px;
  font-weight:700;
}

.meta-author{
  font-size:13px;
  color:#000;
}

.meta-time{
  font-size:13px;
  color:#000;
}

/* CONDITION SECTION */

.quick-nav-line{
  align-items:center;
  gap:14px;
  margin:20px 35px;
}


.quick-nav-line span{
  font-size:12px;
  font-weight:600;
  letter-spacing:2px;
  color:#000;
  text-transform:uppercase;
  position:relative;
}

.quick-nav-line span::before{
  content:"";
  width:22px;
  height:2px;
  background:#0f7bc2;
  position:absolute;
  left:-34px;
  top:50%;
  transform:translateY(-50%);
}

.interlink-box{
  background:var(--gray);
  border:.5px solid var(--border);
  border-radius:16px;
  padding:30px;
  margin-top:10px;
}

.interlink-row{
  margin-bottom:22px;
}

.interlink-label{
  font-size:15px;
  font-weight:700;
  min-width:120px;
}

.interlink-tags{
  gap:8px;
  flex-wrap:wrap;
}

.interlink-tags a{
  text-decoration:none;
  font-size:14px;
  padding:7px 14px;
  border-radius:6px;
  border:.5px solid var(--border);
}

/* TOPIC BOXES */

.topic-card{
  border:.5px solid var(--border);
  border-radius:14px;
  padding:18px;
  transition:var(--transition);
  background:#fff;
}

.topic-card:hover{
  background:var(--blue-light);
}

.topic-icon{
  width:48px;
  height:48px;
  border-radius:12px;
  flex-shrink:0;
}

.topic-title{
  font-size:17px;
  font-weight:700;
  margin-bottom:4px;
}

.topic-sub{
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
}

.topic-count{
  background:var(--gray);
  border:.5px solid var(--border);
  border-radius:100px;
  font-size:13px;
  padding:4px 10px;
}

/* CLINICAL TEAM */

.team-section{
  background:var(--navy);
  border-radius:18px;
  padding:40px;
}

.team-eye{
  color:#0f7bc2;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  margin-bottom:12px;
}

.team-heading{
  color:#fff;
  font-size:36px;
  font-family:Georgia,serif;
  font-style:italic;
  margin-bottom:16px;
}

.team-text{
  color:#fff;
  line-height:1.8;
  font-size:16px;
  margin-bottom:24px;
}

.team-btn{
  background:#0f7bc2;
  color:#fff;
  border:none;
  border-radius:8px;
  padding:13px 22px;
  font-size:16px;
}

.team-member{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  padding:14px;
  margin-bottom:12px;
}

.team-avatar{
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgb(15 123 194 / 18%);
  color:#fff;
  font-size:15px;
  font-weight:700;
}

.team-name{
  color:#fff;
  font-size:16px;
  font-weight:600;
}

.team-role{
  color:#fff;
  font-size:13px;
}

.team-articles{
  color:#0f7bc2;;
  font-size:13px;
}

.resource-nav-wrap{
  background:#f7f7f7;
  border-top:1px solid #dfe3e8;
  border-bottom:1px solid #dfe3e8;
}


/* TABS */

.resource-tabs{
  display:flex;
  align-items:center;
  gap:8px;
  overflow-x:auto;
  white-space:nowrap;
  scrollbar-width:none;
}

.resource-tabs::-webkit-scrollbar{
  display:none;
}

.resource-tabs a{
  position:relative;
  text-decoration:none;
  color:#526274;
  font-size:15px;
  font-weight:500;
  padding:16px 18px;
  transition:.2s ease;
  flex-shrink:0;
}

.resource-tabs a:hover{
  color:#0d1f33;
}

.resource-tabs a.active{
  color:#0d1f33;
  font-weight:700;
}

.resource-tabs a.active::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:#000;
}

/* RESPONSIVE */

@media(max-width:991px){

.resource-tabs a{
  font-size:14px;
  padding:14px 16px;
}

}

@media(max-width:767px){

.resource-breadcrumb{
  gap:8px;
  padding:12px 0;
}

.resource-breadcrumb a,
.active-page{
  font-size:12px;
}

.resource-tabs a{
  font-size:13px;
  padding:13px 14px;
}

}

/* NEWSLETTER */

.newsletter{
  border:.5px solid var(--border);
  border-radius:16px;
  padding:30px;
}

.news-eye{
  color:#0f7bc2;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:1.4px;
  margin-bottom:8px;
  font-weight:700;
}

.news-title{
  font-size:30px;
  font-family:Georgia,serif;
  font-style:italic;
  margin-bottom:8px;
}

.news-sub{
  color:var(--muted);
  font-size:15px;
}

.news-input{
  height:50px;
  border-radius:8px;
  border:.5px solid var(--border);
  font-size:16px;
}

.news-btn{
  height:50px;
  border:none;
  background:var(--navy);
  color:#fff;
  border-radius:8px;
  padding:0 24px;
  font-size:16px;
  font-weight:600;
}

@media(max-width:991px){

.hero h1{
  font-size:42px;
}

.featured-title{
  font-size:30px;
}

.team-heading{
  font-size:30px;
}

}

@media(max-width:767px){

.hero{
  padding-top:50px;
}

.hero h1{
  font-size:36px;
}

.featured-left,
.featured-right{
  padding:24px;
}

.featured-title{
  font-size:26px;
}

.featured-right h2{
  font-size:24px;
}

.team-section{
  padding:24px;
}

.newsletter{
  padding:22px;
}

}
