/*
Theme Name:  Dr. Anil R. Jain
Theme URI:   https://draniljain.in
Author:      Brand Core Media
Author URI:  https://brandcoremedia.com
Description: Custom WordPress theme for Dr. Anil R. Jain — Cardiothoracic Surgeon, Ahmedabad. Built by Brand Core Media.
Version:     1.18.4
Text Domain: dr-anil-jain
Tags:        medical, healthcare, custom-logo, full-width-template
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
	--drj-navy:      #0C1E33;
	--drj-navy-dark: #0C2A44;
	--drj-blue:      #1E5F9E;
	--drj-blue-dark: #123A5E;
	--drj-gold:      #C8A96E;
	--drj-gold-lt:   #EAD6AC;
	--drj-cream:     #F5F2EC;
	--drj-cream-lt:  #FBFAF7;
	--drj-white:     #FFFFFF;
	--drj-muted:     #6E7480;
	--drj-border:    rgba(20,22,28,.12);
	--drj-shadow:    0 14px 40px -18px rgba(12,30,51,.35);
	--drj-radius:    16px;
	--drj-radius-sm: 8px;
	--drj-font-serif: 'Playfair Display', Georgia, serif;
	--drj-font-sans:  'DM Sans', system-ui, sans-serif;
	--drj-font-mono:  'Space Mono', monospace;
	--drj-max:        1160px;
	--drj-nav-h:      80px;
}

/* ============================================================
   RESET + BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
	font-family: var(--drj-font-sans);
	background: var(--drj-cream);
	color: var(--drj-navy);
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--drj-blue); text-decoration: none; transition: color .25s; }
a:hover { color: var(--drj-blue-dark); }
ul, ol { padding-left: 1.4em; }
button { cursor: pointer; font-family: inherit; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--drj-font-serif);
	font-weight: 500;
	line-height: 1.12;
	color: var(--drj-navy);
	letter-spacing: -.4px;
}
h1 { font-size: clamp(32px, 4.5vw, 54px); }
h2 { font-size: clamp(26px, 3.2vw, 40px); }
h3 { font-size: clamp(20px, 2.4vw, 28px); }
h4 { font-size: clamp(17px, 1.8vw, 22px); }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p { margin-top: 1em; line-height: 1.78; color: #3A4A56; }
p:first-child { margin-top: 0; }

.drj-kick {
	font-family: var(--drj-font-mono);
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--drj-blue);
	display: block;
	margin-bottom: 14px;
}
.drj-sub {
	font-family: var(--drj-font-sans);
	font-weight: 500;
	font-size: clamp(16px, 1.5vw, 20px);
	color: var(--drj-muted);
	margin-top: 12px;
}
.ital { font-style: italic; }

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.drj-container {
	max-width: var(--drj-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.drj-sec {
	padding: 90px 24px;
	max-width: var(--drj-max);
	margin: 0 auto;
}
.drj-sec-full {
	padding: 90px 24px;
}
.drj-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.drj-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.drj-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.drj-flex   { display: flex; gap: 24px; flex-wrap: wrap; }
.drj-center { text-align: center; }
.drj-eq { display: flex; flex-wrap: wrap; }
.drj-eq > .wpb_column { float: none !important; display: flex !important; }
.drj-eq > .wpb_column > .vc_column-inner { display: flex; flex-direction: column; width: 100%; }
.drj-eq > .wpb_column > .vc_column-inner > .wpb_wrapper { display: flex; flex-direction: column; flex: 1; }

/* ============================================================
   TOPBAR + NAVIGATION (exact original: light sticky nav)
   ============================================================ */
#drj-topbar {
	position: sticky; top: 0; z-index: 901;
	display: flex; align-items: center; justify-content: space-between;
	min-height: 38px;
	padding: 8px 44px; background: #0C1E33; color: #FFFFFF;
	font-family: var(--drj-font-mono); font-size: 13px; font-weight: 700; letter-spacing: 1px;
	gap: 14px; flex-wrap: wrap;
}
#drj-topbar a { color: #FFFFFF; text-decoration: none; }
#drj-nav {
	position: sticky; top: 38px; z-index: 900;
	display: flex; align-items: center; justify-content: space-between;
	padding: 20px 44px;
	background: rgba(245,242,236,.86);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(20,22,28,.12);
	gap: 18px;
}
.drj-brand { display: flex; flex-direction: column; gap: 3px; text-decoration: none; flex-shrink: 0; }
.drj-brand .logo-img { height: 44px; width: auto; }
.drj-brand .logo-txt .nm {
	font-family: var(--drj-font-serif); font-weight: 700; font-size: 27px;
	color: #0C1E33; letter-spacing: .3px; line-height: 1; white-space: nowrap;
	display: block;
}
.drj-brand .logo-txt .tg {
	font-family: var(--drj-font-mono); font-size: 12px; font-weight: 700;
	letter-spacing: 3px; color: #3A3F4A; text-transform: uppercase;
	display: block; margin-top: 4px;
}
.drj-nav-right { display: flex; align-items: center; gap: 14px; min-width: 0; }
.drj-nav-links { display: flex; align-items: center; gap: 2px; flex-wrap: nowrap; min-width: 0; flex: 1 1 auto; }
.drj-nav-links a {
	font-family: var(--drj-font-mono); font-size: 13px; font-weight: 700;
	letter-spacing: .6px; color: #0C1E33; text-decoration: none; text-transform: uppercase;
	padding: 6px 11px; border-radius: 7px; transition: all .25s;
	line-height: 1.15; text-align: center; white-space: nowrap;
}
.drj-nav-links a:hover { background: #1E5F9E; color: #FFFFFF; }
.drj-btn-book {
	font-family: var(--drj-font-mono); font-size: 12px; letter-spacing: .8px; font-weight: 700;
	text-transform: uppercase; color: #F5F2EC; background: #1E5F9E;
	padding: 12px 20px; border-radius: 7px; border: none; cursor: pointer;
	white-space: nowrap; transition: all .25s; flex-shrink: 0;
}
.drj-btn-book:hover { background: #123A5E; color: #F5F2EC; }
.drj-nav-emg { display: none; }

/* Burger + drawer */
.drj-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; }
.drj-burger span { display: block; width: 24px; height: 2px; background: #0C1E33; border-radius: 2px; transition: all .3s; }
#drj-drawer {
	display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	background: var(--drj-navy); padding: 90px 24px 24px; z-index: 890;
	flex-direction: column; gap: 8px; overflow-y: auto;
}
#drj-drawer.open { display: flex; }
#drj-drawer a {
	font-family: var(--drj-font-mono); font-size: 13px; font-weight: 700;
	letter-spacing: 1px; text-transform: uppercase; color: #D6E3E8;
	padding: 13px 16px; border-radius: 8px; border-bottom: 1px solid rgba(255,255,255,.06);
	text-decoration: none;
}
#drj-drawer a:hover { background: var(--drj-blue); color: #FFF; }
#drj-drawer .book-mobile { margin-top: 8px; background: var(--drj-blue); color: #FFF; text-align: center; border-radius: 7px; padding: 14px; }
@media (max-width: 1240px) { .drj-nav-links { display: none; } .drj-burger { display: flex; } }
@media (max-width: 768px) { #drj-topbar { position: static; padding: 8px 18px; font-size: 11px; } #drj-nav { top: 0; padding: 14px 18px; } }

/* ============================================================
   HERO (home page)
   ============================================================ */
.drj-hero {
	min-height: 100vh;
	padding-top: var(--drj-nav-h);
	background: linear-gradient(155deg, #0C2A44 0%, #0C1E33 55%, #091628 100%);
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 55% 45%;
	align-items: center;
	padding-left: 56px;
	padding-right: 40px;
	gap: 32px;
}
.drj-hero::before {
	content: '';
	position: absolute;
	top: -180px; right: -80px;
	width: 560px; height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(30,95,158,.45), transparent 64%);
	pointer-events: none;
}
.drj-hero-id {
	display: flex;
	align-items: flex-end;
	gap: 26px;
	margin-bottom: 28px;
}
.drj-hero-photo {
	flex: 0 0 210px;
	width: 210px;
	aspect-ratio: 3/4;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(160deg, #253E52, #1A2E3E);
	border: 1px solid rgba(200,169,110,.2);
	box-shadow: 0 28px 56px -24px rgba(0,0,0,.6);
}
.drj-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.drj-id-text { padding-bottom: 8px; }
.drj-id-text .nm {
	font-family: var(--drj-font-serif);
	font-size: 36px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.08;
}
.drj-id-text .ql {
	font-family: var(--drj-font-mono);
	font-size: 12px;
	letter-spacing: 1px;
	color: #9FB7C0;
	margin-top: 8px;
}
.drj-id-text .ql .gold { color: var(--drj-gold-lt); }
.drj-id-text .rl {
	font-family: var(--drj-font-sans);
	font-size: 14.5px;
	color: #C5D5DC;
	margin-top: 10px;
	font-weight: 400;
	line-height: 1.55;
}
.drj-hero-h1 {
	font-family: var(--drj-font-serif);
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 500;
	color: #FFF;
	line-height: 1.06;
	letter-spacing: -.8px;
}
.drj-hero-h1 .ital { color: #C5D5DC; font-style: italic; }
.drj-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.drj-chip {
	display: flex;
	flex-direction: column;
	gap: 3px;
	background: rgba(74,107,124,.32);
	border: 1px solid rgba(110,147,164,.4);
	border-top: 2px solid rgba(110,147,164,.6);
	padding: 14px 18px;
	border-radius: 14px;
	backdrop-filter: blur(10px);
}
.drj-chip.gold { border-top-color: var(--drj-gold); background: rgba(200,169,110,.14); }
.drj-chip b {
	font-family: var(--drj-font-serif);
	font-size: 26px;
	font-weight: 400;
	color: #F4F7F9;
	line-height: 1;
}
.drj-chip.gold b { color: var(--drj-gold-lt); }
.drj-chip span {
	font-family: var(--drj-font-mono);
	font-size: 9.5px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #8AA5B0;
}
.drj-hero-cta {
	display: flex;
	gap: 14px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.drj-hero-art {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.drj-hero-art img { width: 420px; max-width: 100%; filter: drop-shadow(0 24px 48px rgba(0,0,0,.45)); }
.drj-hero-art .art-caption {
	font-family: var(--drj-font-serif);
	font-style: italic;
	color: #8AA5B0;
	font-size: 15px;
	margin-top: 18px;
	text-align: center;
}

/* Ticker */
.drj-ticker-wrap {
	background: var(--drj-navy);
	border-top: 1px solid rgba(200,169,110,.25);
	border-bottom: 1px solid rgba(200,169,110,.25);
	padding: 12px 0;
	overflow: hidden;
	white-space: nowrap;
}
.drj-ticker-inner {
	display: inline-block;
	animation: drjtick 38s linear infinite;
}
.drj-ticker-inner span {
	font-family: var(--drj-font-mono);
	font-size: 12px;
	letter-spacing: 2px;
	color: #9FB7C0;
	padding: 0 48px;
}
.drj-ticker-inner span::before { content: '✦'; color: var(--drj-gold); margin-right: 20px; }
@keyframes drjtick { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============================================================
   SECTION: ABOUT
   ============================================================ */
.drj-about { background: var(--drj-cream); }
.drj-about-grid {
	display: grid;
	grid-template-columns: 42% 58%;
	gap: 56px;
	align-items: start;
}
.drj-about-img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--drj-shadow);
	background: #DCEAF1;
	aspect-ratio: 4/5;
}
.drj-about-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.drj-quote-card {
	position: absolute;
	bottom: -24px; right: -24px;
	background: #3D6070;
	border-radius: 18px;
	padding: 28px 30px;
	max-width: 340px;
	box-shadow: 0 18px 40px -18px rgba(28,43,53,.55);
}
.drj-quote-card .q {
	font-family: var(--drj-font-serif);
	font-style: italic;
	font-size: 17px;
	line-height: 1.55;
	color: #DCEAF1;
}
.drj-quote-card .a {
	font-family: var(--drj-font-mono);
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #9FB7C0;
	margin-top: 14px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.drj-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--drj-font-mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 26px;
	border-radius: 8px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all .25s;
	text-decoration: none;
}
.drj-btn-primary { background: var(--drj-blue); color: #FFF; border-color: var(--drj-blue); }
.drj-btn-primary:hover { background: var(--drj-blue-dark); border-color: var(--drj-blue-dark); color: #FFF; }
.drj-btn-ghost { background: transparent; color: #C5D5DC; border-color: rgba(197,213,220,.5); }
.drj-btn-ghost:hover { background: rgba(197,213,220,.1); color: #FFF; }
.drj-btn-gold { background: var(--drj-gold); color: var(--drj-navy); border-color: var(--drj-gold); }
.drj-btn-gold:hover { background: var(--drj-gold-lt); color: var(--drj-navy); }
.drj-btn-wa { background: #25D366; color: #FFF; border-color: #25D366; }
.drj-btn-wa:hover { background: #1DAE57; border-color: #1DAE57; color: #FFF; }

/* ============================================================
   CARDS
   ============================================================ */
.drj-card {
	background: #FFF;
	border: 1px solid var(--drj-border);
	border-radius: var(--drj-radius);
	padding: 32px 28px;
	box-shadow: var(--drj-shadow);
	transition: transform .3s, box-shadow .3s;
}
.drj-card:hover { transform: translateY(-4px); box-shadow: 0 24px 52px -22px rgba(12,30,51,.45); }
.drj-card-lt {
	background: linear-gradient(155deg, #DCEAF1 0%, #BFD4E0 100%);
	border-radius: var(--drj-radius);
	padding: 30px 26px;
	box-shadow: 0 14px 34px -26px rgba(28,43,53,.4);
	height: 100%;
}
.drj-card-dark {
	background: rgba(197,213,220,.05);
	border: 1px solid rgba(197,213,220,.12);
	border-radius: var(--drj-radius);
	padding: 28px 24px;
	transition: border-color .3s, background .3s;
	height: 100%;
}
.drj-card-dark:hover { border-color: rgba(200,169,110,.45); background: rgba(197,213,220,.09); }

/* Education cards */
.drj-edu-card {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: 30px 28px 34px;
	background: linear-gradient(155deg, #DCEAF1 0%, #BFD4E0 100%);
	box-shadow: 0 14px 34px -24px rgba(28,43,53,.4);
	height: 100%;
}
.drj-edu-card.featured { background: linear-gradient(155deg, #3D6070 0%, #2A4A5A 100%); }
.drj-edu-card .num {
	position: absolute; top: -20px; right: 6px;
	font-family: var(--drj-font-serif);
	font-size: 110px; font-weight: 600;
	color: rgba(255,255,255,.1);
	line-height: 1; pointer-events: none;
}
.drj-edu-card .tag {
	font-family: var(--drj-font-mono);
	font-size: 10px; letter-spacing: 1.5px;
	text-transform: uppercase;
	background: rgba(200,169,110,.28);
	border: 1px solid rgba(200,169,110,.5);
	color: #9E7A3F;
	padding: 6px 14px;
	border-radius: 999px;
	display: inline-block;
}
.drj-edu-card.featured .tag { background: rgba(200,169,110,.22); color: var(--drj-gold-lt); }
.drj-edu-card .deg {
	font-family: var(--drj-font-serif);
	font-size: 34px; font-weight: 500;
	color: var(--drj-navy); margin-top: 20px;
}
.drj-edu-card.featured .deg { color: #FFF; }
.drj-edu-card .yr {
	font-family: var(--drj-font-mono);
	font-size: 11px; letter-spacing: 1px;
	color: #4A6B7C; margin-top: 8px;
}
.drj-edu-card.featured .yr { color: #9FB7C0; }
.drj-edu-card p { font-size: 14px; color: #3D5666; margin-top: 10px; }
.drj-edu-card.featured p { color: #C5D5DC; }

/* Career cards */
.drj-cj-card {
	background: linear-gradient(155deg, #DCEAF1 0%, #BFD4E0 100%);
	border-radius: 16px; padding: 30px 28px;
	box-shadow: 0 14px 30px -24px rgba(28,43,53,.35);
	margin-bottom: 28px;
}
.drj-cj-card.current { background: linear-gradient(155deg, #1B3A52 0%, #0E2536 100%); }
.drj-cj-card .yr {
	font-family: var(--drj-font-mono);
	font-size: 11.5px; letter-spacing: 1px;
	color: #4A6B7C; margin-bottom: 10px;
	display: flex; align-items: center; gap: 12px;
}
.drj-cj-card.current .yr { color: #8AA5B0; }
.drj-cj-card .live {
	font-size: 10px; color: #5BD98C;
	background: rgba(91,217,140,.15);
	border: 1px solid rgba(91,217,140,.4);
	padding: 3px 10px; border-radius: 999px;
}
.drj-cj-card h3 { font-size: 20px; color: var(--drj-navy); }
.drj-cj-card.current h3 { color: #F4F7F9; }
.drj-cj-card .org {
	font-family: var(--drj-font-mono);
	font-size: 10px; letter-spacing: 1.5px;
	text-transform: uppercase; color: #4A6B7C;
	margin-top: 8px;
}
.drj-cj-card.current .org { color: #6E93A4; }
.drj-cj-card .tx { font-size: 14px; color: #3D5666; margin-top: 12px; line-height: 1.7; }
.drj-cj-card.current .tx { color: #9FB7C0; }

/* Doctor cards */
.drj-doc-card {
	background: linear-gradient(155deg, #DCEAF1 0%, #BFD4E0 100%);
	border-radius: 16px; padding: 24px 18px;
	text-align: center;
	box-shadow: 0 12px 26px -22px rgba(28,43,53,.4);
	height: 100%;
}
.drj-doc-photo {
	width: 90px; height: 90px;
	border-radius: 50%;
	margin: 0 auto 14px;
	overflow: hidden;
	background: rgba(74,107,124,.3);
	border: 2px solid rgba(74,107,124,.4);
	display: flex; align-items: center; justify-content: center;
}
.drj-doc-photo img { width: 100%; height: 100%; object-fit: cover; }
.drj-doc-initials {
	font-family: var(--drj-font-serif);
	font-size: 26px; color: #4A6B7C;
}
.drj-doc-card .nm { font-family: var(--drj-font-sans); font-weight: 600; font-size: 15px; color: var(--drj-navy); }
.drj-doc-card .ql { font-family: var(--drj-font-mono); font-size: 10.5px; letter-spacing: 1px; color: #5B7A89; margin-top: 4px; }
.drj-doc-card .rl { font-family: var(--drj-font-mono); font-size: 9.5px; letter-spacing: 1px; text-transform: uppercase; color: #5B7A89; margin-top: 4px; }

/* Award cards */
.drj-award-card {
	background: linear-gradient(155deg, #DCEAF1 0%, #BFD4E0 100%);
	border-radius: 14px; padding: 24px;
	box-shadow: 0 12px 26px -24px rgba(28,43,53,.4);
	border-top: 2px solid #4A6B7C;
	height: 100%;
}
.drj-award-card .hd { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.drj-award-card .tr { font-size: 13px; font-weight: 600; color: var(--drj-navy); display: flex; align-items: center; gap: 6px; }
.drj-award-card .tr::before { content: '●'; color: var(--drj-blue); font-size: 9px; }
.drj-award-card .org-tag {
	font-family: var(--drj-font-mono); font-size: 10px;
	letter-spacing: 1px; color: #6E93A4;
	background: rgba(74,107,124,.15); padding: 5px 10px; border-radius: 999px;
}
.drj-award-card p { font-size: 13.5px; color: #3D5666; margin-top: 10px; line-height: 1.65; }

/* Rec / Recognition cards */
.drj-rec-card {
	border: 1px solid rgba(200,169,110,.25);
	border-radius: 18px; padding: 32px 28px;
	background: rgba(255,255,255,.6);
	transition: all .3s; height: 100%;
}
.drj-rec-card:hover { border-color: rgba(200,169,110,.6); background: #FFF; }
.drj-rec-card .ic { font-size: 32px; display: block; margin-bottom: 14px; }
.drj-rec-card h3 { font-size: 19px; color: var(--drj-navy); }
.drj-rec-card p { font-size: 14px; color: var(--drj-muted); margin-top: 8px; }
.drj-rec-card .yr { font-family: var(--drj-font-mono); font-size: 11px; color: #8AA5B0; margin-top: 10px; }

/* Testimonial feature */
.drj-tst-feat {
	background: var(--drj-navy);
	border-radius: 24px; padding: 56px;
	display: grid; grid-template-columns: 2fr 1fr;
	gap: 48px; align-items: center;
	box-shadow: 0 30px 60px -30px rgba(12,30,51,.6);
}
.drj-tst-feat .qm { font-family: var(--drj-font-serif); font-size: 64px; color: #4A6B7C; line-height: .5; display: block; margin-bottom: 22px; }
.drj-tst-feat .q { font-family: var(--drj-font-serif); font-style: italic; font-size: clamp(20px,2.4vw,28px); line-height: 1.55; color: #F4F7F9; }
.drj-tst-feat .who { margin-top: 30px; display: flex; align-items: center; gap: 14px; }
.drj-tst-feat .av { width: 48px; height: 48px; border-radius: 50%; background: #3D6070; display: flex; align-items: center; justify-content: center; font-family: var(--drj-font-mono); font-size: 14px; font-weight: 700; color: #9FB7C0; }
.drj-tst-feat .nm { font-size: 15px; font-weight: 600; color: #F4F7F9; }
.drj-tst-feat .mt { font-size: 13px; color: #8AA5B0; margin-top: 2px; }
.drj-tst-video {
	aspect-ratio: 4/3; border-radius: 16px; overflow: hidden;
	background: repeating-linear-gradient(135deg, rgba(197,213,220,.12) 0 12px, rgba(197,213,220,.04) 12px 24px);
	border: 1px solid rgba(197,213,220,.2); position: relative;
}
.drj-tst-video video, .drj-tst-video iframe { width: 100%; height: 100%; object-fit: cover; border: 0; }

/* Tst mini cards */
.drj-tst-card { background: linear-gradient(155deg, #DCEAF1 0%, #BFD4E0 100%); border-radius: 16px; padding: 24px; height: 100%; }
.drj-tst-card .st { color: #C8A96E; font-size: 14px; margin-bottom: 10px; }
.drj-tst-card p { font-size: 14.5px; color: #3D5666; line-height: 1.65; }
.drj-tst-card .who { margin-top: 16px; display: flex; align-items: center; gap: 10px; }
.drj-tst-card .av { width: 38px; height: 38px; border-radius: 50%; background: #3D6070; display: flex; align-items: center; justify-content: center; font-family: var(--drj-font-mono); font-size: 11px; font-weight: 700; color: #9FB7C0; flex-shrink: 0; }
.drj-tst-card .nm { font-size: 13.5px; font-weight: 600; color: var(--drj-navy); }
.drj-tst-card .mt { font-size: 12px; color: var(--drj-muted); }

/* ============================================================
   EXPERTISE TABS (shortcode)
   ============================================================ */
.drj-exp-wrap { display: grid; grid-template-columns: 42% 58%; gap: 32px; align-items: start; }
.drj-exp-list { display: flex; flex-direction: column; gap: 10px; }
.drj-exp-btn {
	display: flex; align-items: center; gap: 14px;
	padding: 18px 20px; border-radius: 14px;
	background: rgba(197,213,220,.06);
	border: 1px solid rgba(197,213,220,.12);
	cursor: pointer; transition: all .3s;
	text-align: left;
}
.drj-exp-btn:hover, .drj-exp-btn.active {
	background: rgba(30,95,158,.12);
	border-color: rgba(30,95,158,.4);
}
.drj-exp-btn .ico {
	width: 40px; height: 40px; border-radius: 10px;
	background: rgba(197,213,220,.12);
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.drj-exp-btn .ico svg { stroke: #8AA5B0; width: 20px; height: 20px; }
.drj-exp-btn.active .ico { background: rgba(30,95,158,.2); }
.drj-exp-btn.active .ico svg { stroke: #7EB3E6; }
.drj-exp-btn .label { font-family: var(--drj-font-sans); font-weight: 600; font-size: 15px; color: #C5D5DC; line-height: 1.35; }
.drj-exp-btn .count { font-family: var(--drj-font-mono); font-size: 10.5px; color: #6E93A4; margin-top: 2px; letter-spacing: 1px; }
.drj-exp-btn .arr { margin-left: auto; color: #6E93A4; font-size: 18px; }
.drj-exp-panel { display: none; }
.drj-exp-panel.active { display: block; }
.drj-exp-detail {
	background: rgba(197,213,220,.05);
	border: 1px solid rgba(197,213,220,.15);
	border-radius: 20px; padding: 36px;
}
.drj-exp-detail .sp-num {
	font-family: var(--drj-font-mono);
	font-size: 10px; letter-spacing: 2px;
	text-transform: uppercase; color: var(--drj-gold);
	margin-bottom: 14px;
}
.drj-exp-detail h3 { font-size: 28px; color: #F4F7F9; }
.drj-exp-detail .sp-desc { font-size: 15px; color: #9FB7C0; margin-top: 12px; font-style: italic; line-height: 1.65; }
.drj-exp-detail hr { border: none; border-top: 1px solid rgba(197,213,220,.18); margin: 22px 0; }
.drj-procs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.drj-proc-item { display: flex; align-items: flex-start; gap: 10px; }
.drj-proc-item::before { content: '●'; color: var(--drj-gold); font-size: 9px; margin-top: 6px; flex-shrink: 0; }
.drj-proc-item span { font-size: 14px; color: #C5D5DC; line-height: 1.5; }

/* ============================================================
   VIDEO MODAL
   ============================================================ */
.drj-vid-card {
	background: var(--drj-cream-lt);
	border: 1px solid var(--drj-border);
	border-radius: 18px; overflow: hidden;
	box-shadow: var(--drj-shadow); cursor: pointer;
	transition: transform .3s, box-shadow .3s;
}
.drj-vid-card:hover { transform: translateY(-4px); box-shadow: 0 24px 52px -22px rgba(12,30,51,.45); }
.drj-vid-thumb {
	position: relative; aspect-ratio: 16/9;
	background: #DCEAF1; overflow: hidden;
}
.drj-vid-thumb img { width: 100%; height: 100%; object-fit: cover; }
.drj-vid-thumb .play {
	position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
	background: rgba(12,30,51,.2);
}
.drj-vid-thumb .play-btn {
	width: 52px; height: 52px; border-radius: 50%;
	background: rgba(255,255,255,.92);
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,.5);
	transition: transform .25s;
}
.drj-vid-card:hover .play-btn { transform: scale(1.1); }
.drj-vid-thumb .play-btn svg { width: 20px; height: 20px; fill: var(--drj-blue); margin-left: 3px; }
.drj-vid-info { padding: 18px 20px; }
.drj-vid-info h4 { font-size: 16px; color: var(--drj-navy); }
.drj-vid-info .meta { font-family: var(--drj-font-mono); font-size: 10.5px; letter-spacing: 1px; color: var(--drj-muted); margin-top: 6px; }

#drj-vidmodal {
	display: none; position: fixed; inset: 0;
	z-index: 1100; background: rgba(8,14,20,.9);
	align-items: center; justify-content: center;
	padding: 24px;
}
#drj-vidmodal.open { display: flex; }
#drj-vidmodal .modal-inner {
	position: relative; width: 100%; max-width: 900px;
}
#drj-vidmodal .modal-close {
	position: absolute; top: -48px; right: 0;
	width: 38px; height: 38px; border-radius: 50%;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.3);
	color: #FFF; font-size: 20px;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer; transition: background .25s;
}
#drj-vidmodal .modal-close:hover { background: rgba(255,255,255,.24); }
#drj-vidmodal .vid-box {
	position: relative; aspect-ratio: 16/9;
	background: #000; border-radius: 10px; overflow: hidden;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.drj-contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 48px; align-items: start; }
.drj-c-card {
	display: flex; align-items: center; gap: 16px;
	background: var(--drj-cream-lt);
	border: 1px solid var(--drj-border);
	border-radius: 14px; padding: 18px 20px;
	margin-bottom: 12px; text-decoration: none;
	transition: border-color .25s, background .25s;
}
.drj-c-card:hover { border-color: var(--drj-blue); background: #EEF4FB; }
.drj-c-card .ic { font-size: 22px; width: 44px; height: 44px; border-radius: 12px; background: rgba(30,95,158,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.drj-c-card .lb { font-size: 12px; font-weight: 600; color: var(--drj-muted); text-transform: uppercase; letter-spacing: .5px; }
.drj-c-card .vl { font-size: 15.5px; font-weight: 500; color: var(--drj-navy); margin-top: 2px; }
.drj-c-addr { background: var(--drj-cream-lt); border: 1px solid var(--drj-border); border-radius: 14px; padding: 20px; }
.drj-c-addr .lb { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--drj-muted); margin-bottom: 6px; }
.drj-c-addr .nm { font-weight: 600; font-size: 16px; color: var(--drj-navy); }
.drj-c-addr p { font-size: 14px; color: var(--drj-muted); margin-top: 6px; }

/* OPD band */
.drj-opd-band {
	background: var(--drj-navy); border-radius: 20px;
	padding: 32px 36px;
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px; flex-wrap: wrap;
	margin-bottom: 56px;
}
.drj-opd-band .lb { font-family: var(--drj-font-mono); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--drj-gold-lt); }
.drj-opd-band .dy { font-family: var(--drj-font-serif); font-size: 22px; color: #F4F7F9; margin-top: 4px; }
.drj-opd-slots { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.drj-slot { text-align: center; }
.drj-slot .tm { font-family: var(--drj-font-mono); font-size: 14px; color: #C5D5DC; font-weight: 700; }
.drj-slot .pd { font-family: var(--drj-font-mono); font-size: 9.5px; letter-spacing: 1.5px; text-transform: uppercase; color: #8AA5B0; margin-top: 4px; }
.drj-slot-div { width: 1px; height: 36px; background: rgba(197,213,220,.2); }

/* CF7 form styling */
.drj-form .wpcf7-form { display: flex; flex-direction: column; gap: 16px; }
.drj-form label { font-family: var(--drj-font-mono); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--drj-muted); display: block; margin-bottom: 6px; }
.drj-form input[type="text"],
.drj-form input[type="email"],
.drj-form input[type="tel"],
.drj-form input[type="date"],
.drj-form select,
.drj-form textarea {
	width: 100%;
	background: #FBFAF7;
	border: 1px solid rgba(20,22,28,.18);
	border-radius: 6px;
	padding: 12px 14px;
	font-family: var(--drj-font-sans);
	font-size: 14.5px;
	color: var(--drj-navy);
	outline: none;
	transition: border-color .25s;
}
.drj-form input:focus, .drj-form textarea:focus, .drj-form select:focus { border-color: var(--drj-blue); }
.drj-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.drj-form input[type="submit"] {
	background: var(--drj-blue); color: #FFF;
	font-family: var(--drj-font-mono); font-weight: 700;
	font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
	padding: 15px; border: none; border-radius: 6px;
	cursor: pointer; transition: background .25s; margin-top: 4px;
}
.drj-form input[type="submit"]:hover { background: var(--drj-blue-dark); }

/* ============================================================
   SERVICE PAGE TEMPLATE
   ============================================================ */
.drj-pg-head {
	background: linear-gradient(155deg, #0C2A44 0%, #0C1E33 60%);
	padding: calc(var(--drj-nav-h) + 60px) 24px 70px;
	position: relative; overflow: hidden;
}
.drj-pg-head::before {
	content: '';
	position: absolute; top: -120px; right: -60px;
	width: 400px; height: 400px; border-radius: 50%;
	background: radial-gradient(circle, rgba(30,95,158,.4), transparent 64%);
	pointer-events: none;
}
.drj-pg-head .in { max-width: var(--drj-max); margin: 0 auto; position: relative; z-index: 2; }
.drj-pg-head h1 { color: #FFF; font-size: clamp(30px,4.2vw,50px); }
.drj-pg-head .chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.drj-pg-head .chip-sm {
	font-family: var(--drj-font-mono); font-size: 11px; letter-spacing: 1px;
	color: #C5D5DC; background: rgba(197,213,220,.1);
	border: 1px solid rgba(197,213,220,.2);
	padding: 8px 16px; border-radius: 999px;
}
.drj-svc-body { max-width: var(--drj-max); margin: 0 auto; padding: 60px 24px 80px; }
.drj-svc-layout { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.drj-svc-content {}
.drj-svc-content p { font-size: 16px; line-height: 1.82; color: #384854; }
.drj-svc-content h2 { margin-top: 40px; margin-bottom: 16px; }
.drj-svc-content h3 { margin-top: 30px; margin-bottom: 12px; font-size: 22px; }
.drj-svc-content ul, .drj-svc-content ol { margin-top: 14px; }
.drj-svc-content li { margin-bottom: 8px; font-size: 15.5px; color: #384854; line-height: 1.7; }
.drj-svc-content strong { color: var(--drj-navy); font-weight: 600; }
.drj-read-more-wrap .drj-rm-toggle { display: none; }
.drj-rm-content { display: none; }
.drj-rm-content.open { display: block; }
.drj-rm-btn {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--drj-font-mono); font-size: 12px;
	font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
	color: var(--drj-blue); cursor: pointer; background: none; border: none;
	margin-top: 16px; padding: 0; transition: color .25s;
}
.drj-rm-btn:hover { color: var(--drj-blue-dark); }

/* Accordions */
.drj-accordion { border: 1px solid var(--drj-border); border-radius: 14px; overflow: hidden; margin-top: 30px; }
.drj-acc-item { border-bottom: 1px solid var(--drj-border); }
.drj-acc-item:last-child { border-bottom: none; }
.drj-acc-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 18px 22px; cursor: pointer; background: #FFF;
	font-weight: 600; font-size: 16px; color: var(--drj-navy);
	transition: background .25s;
}
.drj-acc-head:hover { background: #F4F7FB; }
.drj-acc-head.open { background: #EEF4FB; color: var(--drj-blue); }
.drj-acc-icon { font-size: 20px; color: var(--drj-blue); transition: transform .3s; }
.drj-acc-head.open .drj-acc-icon { transform: rotate(45deg); }
.drj-acc-body { display: none; padding: 16px 22px 20px; background: #FFF; border-top: 1px solid var(--drj-border); }
.drj-acc-body p, .drj-acc-body li { font-size: 14.5px; color: #3A4A56; line-height: 1.75; }

/* Sidebar */
.drj-svc-sidebar {}
.drj-sidebar-card { position: sticky; top: calc(var(--drj-nav-h) + 24px); }
.drj-sidebar-book {
	background: var(--drj-navy); border-radius: 18px;
	padding: 28px 24px; margin-bottom: 16px;
}
.drj-sidebar-book h4 { color: #FFF; font-size: 20px; }
.drj-sidebar-book p { font-size: 14px; color: #9FB7C0; margin-top: 8px; }
.drj-sidebar-book .drj-form { margin-top: 18px; }
.drj-sidebar-book label { color: #8AA5B0; }
.drj-sidebar-book input, .drj-sidebar-book select, .drj-sidebar-book textarea {
	background: rgba(255,255,255,.08) !important;
	border-color: rgba(197,213,220,.2) !important;
	color: #F4F7F9 !important;
}
.drj-sidebar-book input::placeholder { color: #6E93A4 !important; }
.drj-sidebar-cta { background: var(--drj-cream-lt); border: 1px solid var(--drj-border); border-radius: 18px; padding: 24px; }
.drj-sidebar-cta h5 { font-size: 16px; }
.drj-sidebar-cta .cta-links { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.drj-sidebar-cta .cta-links a {
	display: flex; align-items: center; gap: 12px;
	padding: 12px 14px; border-radius: 10px;
	background: #FFF; border: 1px solid var(--drj-border);
	font-size: 14px; font-weight: 500; color: var(--drj-navy);
	transition: border-color .25s;
}
.drj-sidebar-cta .cta-links a:hover { border-color: var(--drj-blue); }
.drj-related { margin-top: 60px; padding-top: 48px; border-top: 1px solid var(--drj-border); }
.drj-related h3 { font-size: 24px; margin-bottom: 24px; }

/* ============================================================
   FOOTER
   ============================================================ */
.drj-footer {
	background: var(--drj-navy);
	border-top: 1px solid rgba(200,169,110,.2);
	padding: 60px 24px 28px;
}
.drj-footer-grid {
	max-width: var(--drj-max); margin: 0 auto;
	display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
	gap: 48px; margin-bottom: 48px;
}
.drj-footer-brand img { height: 44px; width: auto; filter: brightness(0) invert(1); }
.drj-footer-brand p { font-size: 14px; color: #8AA5B0; margin-top: 14px; line-height: 1.7; }
.drj-footer-social { display: flex; gap: 10px; margin-top: 20px; }
.drj-footer-social a {
	width: 36px; height: 36px; border-radius: 8px;
	background: rgba(197,213,220,.08);
	border: 1px solid rgba(197,213,220,.16);
	display: flex; align-items: center; justify-content: center;
	color: #9FB7C0; font-size: 15px; transition: all .25s;
}
.drj-footer-social a:hover { background: var(--drj-blue); border-color: var(--drj-blue); color: #FFF; }
.drj-footer-col h5 { font-family: var(--drj-font-mono); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--drj-gold-lt); margin-bottom: 18px; }
.drj-footer-col ul { list-style: none; padding: 0; }
.drj-footer-col ul li { margin-bottom: 10px; }
.drj-footer-col ul li a { font-size: 14px; color: #8AA5B0; transition: color .25s; }
.drj-footer-col ul li a:hover { color: #C5D5DC; }
.drj-footer-contact p { font-size: 14px; color: #8AA5B0; margin-bottom: 10px; display: flex; gap: 10px; align-items: flex-start; }
.drj-footer-contact p strong { color: #C5D5DC; font-weight: 500; }
.drj-footer-bottom {
	max-width: var(--drj-max); margin: 0 auto;
	border-top: 1px solid rgba(197,213,220,.1);
	padding-top: 24px;
	display: flex; align-items: center; justify-content: space-between;
	flex-wrap: wrap; gap: 12px;
}
.drj-footer-bottom p { font-size: 13px; color: #5B7280; margin: 0; }
.drj-footer-bottom a { color: #5B7280; }
.drj-footer-bottom a:hover { color: #8AA5B0; }

/* Floating CTA */
.drj-float-btns {
	position: fixed; right: 26px; bottom: 30px;
	display: flex; flex-direction: column; gap: 12px;
	z-index: 100;
}
.drj-float-btns a {
	position: relative;
	width: 54px; height: 54px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	text-decoration: none;
	transition: transform .25s;
}
.drj-float-btns a:hover { transform: scale(1.08); }
.drj-float-call { background: #1E5F9E; color: #F5F2EC; font-size: 22px; box-shadow: 0 12px 28px -8px rgba(20,22,28,.6); }
.drj-float-wa { background: #25D366; box-shadow: 0 12px 28px -8px rgba(37,211,102,.6); }
.drj-float-wa .wapulse { position: absolute; inset: 0; border-radius: 50%; background: #25D366; animation: drjwapulse 2s ease-out infinite; z-index: -1; }
@keyframes drjwapulse { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(1.65); opacity: 0; } }

/* ============================================================
   APPOINTMENT MODAL
   ============================================================ */
#drj-appt-modal {
	display: none; position: fixed; inset: 0;
	z-index: 1100; background: rgba(12,30,51,.8);
	backdrop-filter: blur(8px);
	align-items: center; justify-content: center;
	padding: 20px; overflow-y: auto;
}
#drj-appt-modal.open { display: flex; }
#drj-appt-modal .modal-box {
	background: var(--drj-cream); border-radius: 16px;
	max-width: 580px; width: 100%; padding: 36px 32px;
	position: relative; margin: auto;
}
#drj-appt-modal .modal-close {
	position: absolute; top: 14px; right: 14px;
	background: none; border: none; font-size: 26px;
	color: var(--drj-muted); cursor: pointer; line-height: 1;
}
#drj-appt-modal .modal-close:hover { color: var(--drj-navy); }
#drj-appt-modal h3 { font-size: 26px; }
#drj-appt-modal p.sub { font-size: 14px; color: var(--drj-muted); margin-top: 6px; }
.drj-conf { font-size: 12.5px; color: var(--drj-muted); margin-top: 12px; display: block; }

/* ============================================================
   WPBAKERY OVERRIDES
   ============================================================ */
.wpb_content_element { margin-bottom: 0 !important; }
.drj-eq > .wpb_column > .vc_column-inner { display: flex; flex-direction: column; height: 100%; }
.vc_tta-tabs .vc_tta-tab > a { font-family: var(--drj-font-mono) !important; font-size: 11.5px !important; letter-spacing: 1px !important; text-transform: uppercase !important; font-weight: 700 !important; }
.vc_tta-tabs.drj-tabs .vc_tta-tab > a { border: 1px solid rgba(30,95,158,.3) !important; border-radius: 999px !important; background: transparent !important; color: var(--drj-muted) !important; padding: 10px 22px !important; }
.vc_tta-tabs.drj-tabs .vc_tta-tab.vc_active > a { background: var(--drj-blue) !important; color: #FFF !important; border-color: var(--drj-blue) !important; }
.vc_tta-panels { background: transparent !important; border: none !important; }
.vc_tta-panel-body { padding: 28px 0 0 !important; border: none !important; background: transparent !important; }
.vc_tta-panel-heading { display: none !important; }
@media (max-width:767px) { .vc_tta-panel-heading { display: block !important; } }

/* Blog */
.drj-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.drj-post-card { background: #FFF; border: 1px solid var(--drj-border); border-radius: 16px; overflow: hidden; box-shadow: var(--drj-shadow); transition: transform .3s; }
.drj-post-card:hover { transform: translateY(-4px); }
.drj-post-thumb { aspect-ratio: 16/9; overflow: hidden; background: #DCEAF1; }
.drj-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.drj-post-card:hover .drj-post-thumb img { transform: scale(1.05); }
.drj-post-body { padding: 22px 22px 26px; }
.drj-post-meta { font-family: var(--drj-font-mono); font-size: 10.5px; letter-spacing: 1px; color: var(--drj-muted); text-transform: uppercase; margin-bottom: 10px; }
.drj-post-body h3 { font-size: 20px; }
.drj-post-body p { font-size: 14px; color: var(--drj-muted); margin-top: 8px; }
.drj-post-body a { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--drj-blue); margin-top: 14px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1100px) {
	.drj-footer-grid { grid-template-columns: 1fr 1fr; }
	.drj-svc-layout { grid-template-columns: 1fr; }
	.drj-sidebar-card { position: static; }
}
@media (max-width:900px) {
	.drj-nav-links { display: none; }
	.drj-nav-emg { display: none !important; }
	.drj-burger { display: flex; }
	.drj-hero { grid-template-columns: 1fr !important; padding: calc(var(--drj-nav-h) + 40px) 22px 60px; }
	.drj-hero-art { display: none; }
	.drj-about-grid { grid-template-columns: 1fr; }
	.drj-tst-feat { grid-template-columns: 1fr; padding: 32px 24px; }
	.drj-tst-video { display: none; }
	.drj-contact-grid { grid-template-columns: 1fr; }
	.drj-exp-wrap { grid-template-columns: 1fr; }
	.drj-blog-grid { grid-template-columns: 1fr 1fr; }
	.drj-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width:640px) {
	:root { --drj-nav-h: 68px; }
	#drj-nav { padding: 0 18px; }
	.drj-sec { padding: 56px 18px; }
	.drj-hero-id { flex-direction: column; align-items: flex-start; gap: 16px; }
	.drj-hero-photo { width: 180px; }
	.drj-chips { gap: 8px; }
	.drj-chip { padding: 11px 14px; }
	.drj-chip b { font-size: 22px; }
	.drj-hero-cta { flex-direction: column; }
	.drj-hero-cta .drj-btn { text-align: center; justify-content: center; }
	.drj-procs { grid-template-columns: 1fr; }
	.drj-grid-2, .drj-grid-3, .drj-grid-4 { grid-template-columns: 1fr; }
	.drj-tst-feat { padding: 24px 18px; }
	.drj-form .form-row { grid-template-columns: 1fr; }
	.drj-blog-grid { grid-template-columns: 1fr; }
	#drj-appt-modal .modal-box { padding: 24px 18px; }
}


/* ============================================================
   V2 — BOXED LAYOUT SYSTEM (matches original design exactly)
   Every top-level row gets el_class="drjS" (+ optional narrow/wide)
   Content is boxed with side gutters like the original site.
   ============================================================ */
.vc_row.drjS {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: max(44px, calc((100% - 1288px) / 2)) !important;
	padding-right: max(44px, calc((100% - 1288px) / 2)) !important;
}
.vc_row.drjS.narrow {
	padding-left: max(44px, calc((100% - 1028px) / 2)) !important;
	padding-right: max(44px, calc((100% - 1028px) / 2)) !important;
}
.vc_row.drjS.wide {
	padding-left: max(40px, calc((100% - 1528px) / 2)) !important;
	padding-right: max(40px, calc((100% - 1528px) / 2)) !important;
}
.vc_row.drjS .vc_row.vc_inner { margin-left: -15px !important; margin-right: -15px !important; }
@media (max-width: 768px) {
	.vc_row.drjS, .vc_row.drjS.narrow, .vc_row.drjS.wide {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/* ---- Section headings ---- */
h1.drj-h2x, h2.drj-h2x, h3.drj-h2x, .drj-h2x, .drj-h2x h1, .drj-h2x h2, .drj-h2x h3 {
	font-family: 'Playfair Display', serif !important;
	font-weight: 600 !important;
	font-size: clamp(32px, 3.8vw, 48px);
	letter-spacing: -.3px !important;
	color: #1C1A16;
	line-height: 1.1;
}
@media (max-width: 640px) { h1.drj-h2x, h2.drj-h2x, .drj-h2x { font-size: 32px !important; } }
h2.drj-h2x.blue, .drj-h2x.blue h2, .drj-h2x.blue { color: #1E5F9E; }
h1.drj-h2x.white, h2.drj-h2x.white, .drj-h2x.white h2, .drj-h2x.white h1 { color: #F4F7F9 !important; }
.drj-kick2 {
	font-family: 'Space Mono', monospace;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #1E5F9E;
	display: block;
	margin-bottom: 12px;
}

/* ---- HERO v2 (matches original) ---- */
.drj-heroS { background-color: #0F1820 !important; background-image: radial-gradient(120% 90% at 70% 10%, #21333F 0%, #16242F 45%, #0F1820 100%) !important; }
.drj-heroS .drj-hero-photo2 img {
	width: 100%; max-width: 248px; aspect-ratio: 248/316;
	object-fit: cover; object-position: top center;
	border-radius: 22px; border: 1px solid rgba(197,213,220,.18);
	box-shadow: 0 34px 64px -30px rgba(0,0,0,.65);
	background: radial-gradient(120% 95% at 50% 0%, #34505E 0%, #1C2E39 60%, #16242F 100%);
	display: block;
}
.drj-hero-id2 .nm { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 500; color: #F4F7F9; line-height: 1.08; letter-spacing: -.4px; }
.drj-hero-id2 .ql { font-family: 'Space Mono', monospace; font-size: 13.5px; letter-spacing: 1.2px; color: #9FB7C0; margin-top: 10px; line-height: 1.65; }
.drj-hero-id2 .ql .gold { color: #EAD6AC; }
.drj-hero-id2 .rl { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #C5D5DC; margin-top: 12px; line-height: 1.6; }
h1.drj-hero-h1x, .drj-hero-h1x h1 {
	font-family: 'Playfair Display', serif !important;
	font-size: clamp(38px, 5vw, 64px) !important;
	font-weight: 500 !important;
	color: #F4F7F9 !important;
	line-height: 1.06 !important;
	letter-spacing: -.8px !important;
}
h1.drj-hero-h1x em, .drj-hero-h1x h1 em { color: #C5D5DC; font-style: italic; }
.drj-heart-wrap { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 520px; }
.drj-heart-wrap::before {
	content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%;
	background: radial-gradient(circle, rgba(74,107,124,.6) 0%, rgba(74,107,124,.18) 45%, transparent 70%);
	filter: blur(8px); animation: drjglow 1s ease-in-out infinite;
}
.drj-heart-wrap img.drj-heart {
	position: relative; z-index: 4; width: 100%; max-width: 400px; max-height: 420px; height: auto; object-fit: contain;
	transform-origin: 50% 46%; animation: drjbeat 1s ease-in-out infinite;
	filter: drop-shadow(0 22px 28px rgba(8,14,20,.55));
}
.drj-heart-caption { margin-top: 14px; text-align: center; font-family: 'Playfair Display', serif; font-style: italic; font-size: 21px; color: #C5D5DC; position: relative; z-index: 4; }
.drj-ecg { position: relative; width: 380px; max-width: 100%; height: 60px; margin: 6px auto 0; overflow: hidden; z-index: 4; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.drj-ecg svg { width: 200%; height: 100%; animation: drjecg 2.6s linear infinite; display: block; }
@keyframes drjecg { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
@keyframes drjbeat { 0%,100% { transform: scale(1); } 14% { transform: scale(1.07); } 28% { transform: scale(1); } 42% { transform: scale(1.05); } 60% { transform: scale(1); } }
@keyframes drjglow { 0%,100% { opacity: .7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }
@media (max-width: 900px) { .drj-heart-wrap { min-height: 380px; } .drj-heart-wrap img.drj-heart { max-width: 300px; } }

/* ---- Hero pill CTAs (exact original) ---- */
.drj-pill-book {
	display: inline-flex; align-items: center; gap: 8px;
	background: linear-gradient(135deg, #5A7E90, #4A6B7C);
	color: #F4F7F9 !important; font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 14px;
	padding: 14px 26px; border-radius: 999px; text-decoration: none;
	box-shadow: 0 14px 30px -12px rgba(74,107,124,.8);
	transition: transform .3s, box-shadow .3s;
}
.drj-pill-book:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -12px rgba(74,107,124,.95); color: #FFFFFF !important; }
.drj-pill-ghost {
	display: inline-flex; align-items: center; gap: 8px;
	color: #C5D5DC !important; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 14px;
	padding: 14px 26px; border-radius: 999px; text-decoration: none;
	border: 1px solid rgba(197,213,220,.3);
	transition: border-color .3s, color .3s;
}
.drj-pill-ghost:hover { border-color: rgba(197,213,220,.7); color: #FFFFFF !important; }
.drj-pill-wa {
	display: inline-flex; align-items: center; gap: 8px;
	background: #25D366; color: #0A2818 !important; font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 14px;
	padding: 14px 26px; border-radius: 999px; text-decoration: none;
	transition: transform .3s;
}
.drj-pill-wa:hover { transform: translateY(-2px); color: #0A2818 !important; }

.drj-hero-idrow { display: flex !important; flex-wrap: wrap; align-items: flex-end; }
.drj-hero-idrow > .wpb_column { float: none !important; }

/* ---- Qualification cards (matches .qual) ---- */
.drj-qual { position: relative; overflow: hidden; border-radius: 20px; padding: 34px 30px; height: 100%; background: #FFFFFF; box-shadow: 0 16px 38px -26px rgba(20,34,44,.5); transition: background .4s, transform .35s; }
.drj-qual:hover { background: linear-gradient(155deg, #0C2A44 0%, #123A5E 100%); transform: translateY(-5px); }
.drj-qual .qnum { position: absolute; top: -28px; right: -4px; font-family: 'Playfair Display', serif; font-size: 120px; font-weight: 600; line-height: 1; pointer-events: none; transition: color .4s; }
.drj-qual.q1 .qnum { color: rgba(240,195,107,.22); }
.drj-qual.q2 .qnum, .drj-qual.q3 .qnum { color: rgba(20,96,143,.09); }
.drj-qual:hover .qnum { color: #FFFFFF; }
.drj-qual .qdeg { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 600; color: #14222C; margin-top: 18px; transition: color .4s; }
.drj-qual:hover .qdeg { color: #FFFFFF; }
.drj-qual .qyr { font-family: 'Space Mono', monospace; font-size: 12px; color: #14608F; margin-top: 8px; transition: color .4s; }
.drj-qual:hover .qyr { color: #C5D5DC; }
.drj-qual p { font-size: 15px; color: #33414B; margin-top: 12px; line-height: 1.55; transition: color .4s; }
.drj-qual:hover p { color: #FFFFFF; }

/* ---- Career Journey timeline (matches original) ---- */
.drj-tl { position: relative; }
.drj-tl::before { content: ''; position: absolute; left: 11px; top: 12px; bottom: 34px; width: 3px; background: linear-gradient(#C8A96E, #1E5F9E); }
.drj-tl-item { position: relative; padding-left: 46px; margin-bottom: 20px; }
.drj-tl-item::before { content: ''; position: absolute; left: 3px; top: 26px; width: 18px; height: 18px; border-radius: 50%; background: #F4F1EA; border: 3px solid #1E5F9E; box-shadow: 0 0 0 4px rgba(30,95,158,.14); box-sizing: border-box; }
.drj-tl-card { background: #FFFFFF; border: 1px solid rgba(12,30,51,.08); border-radius: 8px; padding: 24px 28px; box-shadow: 0 18px 44px -32px rgba(12,30,51,.55); display: flex; gap: 26px; align-items: baseline; flex-wrap: wrap; transition: border-color .3s, transform .3s; }
.drj-tl-card:hover { border-color: rgba(30,95,158,.4); transform: translateX(4px); }
.drj-tl-card .yr { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 600; color: #1E5F9E; line-height: 1; min-width: 130px; }
.drj-tl-card .ttl { font-family: 'Playfair Display', serif; font-size: 23px; font-weight: 500; color: #0C1E33; line-height: 1.25; }
.drj-tl-card .org { font-family: 'Space Mono', monospace; font-size: 13.5px; font-weight: 700; letter-spacing: .5px; color: #1E5F9E; margin-top: 8px; text-transform: uppercase; }
.drj-tl-card.cur { background: linear-gradient(150deg, #123A5E, #0C2A44); border-color: transparent; box-shadow: 0 24px 54px -30px rgba(12,30,51,.7); }
.drj-tl-card.cur .yr { color: #C8A96E; }
.drj-tl-card.cur .ttl { color: #F4F7FB; font-size: 25px; margin-top: 8px; }
.drj-tl-card.cur .org { color: #1E5F9E; }
.drj-tl-badge { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 1px; color: #8CD6A8; display: inline-flex; align-items: center; gap: 6px; text-transform: uppercase; }
.drj-tl-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #5BD98C; box-shadow: 0 0 8px #5BD98C; }
.drj-tl-item.cur::before { width: 22px; height: 22px; left: 1px; background: #1E5F9E; border: 4px solid #F4F1EA; box-shadow: 0 0 0 3px #1E5F9E, 0 0 18px rgba(30,95,158,.6); }

/* ---- Expertise image cards (native columns) ---- */
.drj-expc > .vc_column-inner { padding-top: 0; padding-bottom: 0; }
.drj-expc > .vc_column-inner > .wpb_wrapper { background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 6px; overflow: hidden; height: 100%; transition: border-color .35s, box-shadow .35s, transform .5s; }
.drj-expc:hover > .vc_column-inner > .wpb_wrapper { border-color: #C8A96E; box-shadow: 0 20px 44px -26px rgba(20,34,44,.35); transform: translateY(-4px); }
#expertise { counter-reset: drjexp; }
.drj-expc { counter-increment: drjexp; }
.drj-expc .wpb_single_image { margin: 0 !important; position: relative; }
.drj-expc .wpb_single_image::after { content: "0" counter(drjexp); position: absolute; top: 12px; left: 14px; font-family: 'Space Mono', monospace; font-size: 12px; color: #C8A96E; z-index: 2; }
.drj-expc .wpb_single_image .vc_single_image-wrapper, .drj-expc .wpb_single_image img { width: 100%; display: block; }
.drj-expc .wpb_single_image img { aspect-ratio: 1/1; object-fit: cover; border-bottom: 1px solid rgba(20,22,28,.1); }
.drj-expc .drj-exp-t { margin: 24px 26px 0 !important; }
.drj-expc h3.drj-exp-t, .drj-expc .drj-exp-t h3 { font-family: 'Playfair Display', serif !important; font-size: 23px; font-weight: 500 !important; color: #1C1A16; line-height: 1.2; }
.drj-expc .drj-exp-d { margin: 10px 26px 0 !important; }
.drj-expc .drj-exp-d p { font-size: 14px; color: #4A4A44; line-height: 1.6; }
.drj-expc .drj-exp-l { margin: 16px 26px 28px !important; }
.drj-expc .drj-exp-l a { display: inline-flex; align-items: center; gap: 6px; font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #1E5F9E; }
.drj-expc .drj-exp-l a:hover { color: #123A5E; }

/* ---- Team section (matches original: light bg, navy doc cards) ---- */
.drj-team-feat { background: #FFFFFF; border: 1px solid rgba(20,22,28,.14); border-radius: 10px; padding: 30px; display: flex; gap: 30px; align-items: center; flex-wrap: wrap; box-shadow: 0 22px 50px -28px rgba(20,34,44,.35); }
.drj-team-feat .ph { width: 150px; height: 180px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: #DBE3EE; box-shadow: 0 16px 34px -18px rgba(0,0,0,.6); }
.drj-team-feat .ph img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.drj-team-feat .badge { font-family: 'Space Mono', monospace; font-size: 9.5px; letter-spacing: 1.5px; color: #1A1405; background: #C8A96E; padding: 6px 13px; border-radius: 999px; font-weight: 700; display: inline-block; }
.drj-team-feat h3 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 600; color: #1E5F9E; margin-top: 14px; }
.drj-team-feat .qual { font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; letter-spacing: .5px; color: #000000; margin-top: 10px; }
.drj-team-feat .bio { font-size: 15.5px; color: #4A4A44; margin-top: 12px; line-height: 1.6; max-width: 520px; }
.drj-team-label { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #1C1A16; }
.drj-tdoc > .vc_column-inner { padding-top: 0; padding-bottom: 0; }
.drj-tdoc > .vc_column-inner > .wpb_wrapper { background: #0C2A44; border: 1px solid rgba(12,42,68,.6); border-radius: 3px; padding: 18px; text-align: center; height: 100%; }
.drj-tdoc .wpb_single_image { margin: 0 !important; }
.drj-tdoc .wpb_single_image img { width: 84px !important; height: 84px !important; border-radius: 50%; object-fit: cover; object-position: top center; border: 1px solid rgba(255,255,255,.3); background: #1E5F9E; }
.drj-tdoc .dnm { font-family: 'DM Sans', sans-serif; font-size: 15.5px; font-weight: 700; color: #FFFFFF; margin-top: 14px; line-height: 1.3; }
.drj-tdoc .dql { font-family: 'DM Sans', sans-serif; font-size: 13.5px; font-weight: 500; color: #EAF1F8; margin-top: 3px; letter-spacing: .2px; }

/* ---- Pioneer cards (exact original + navy hover) ---- */
.drj-pio { position: relative; overflow: hidden; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 10px; padding: 38px 34px; height: 100%; transition: background .35s, border-color .35s, box-shadow .35s, transform .5s; }
.drj-pio .pnum { position: absolute; top: -10px; right: 14px; font-family: 'Playfair Display', serif; font-size: 120px; font-weight: 700; color: rgba(200,169,110,.07); line-height: 1; pointer-events: none; transition: color .35s; }
.drj-pio h3 { font-family: 'Playfair Display', serif; font-size: 27px; font-weight: 500; color: #1C1A16; margin-top: 18px; line-height: 1.2; position: relative; transition: color .35s; }
.drj-pio p { font-size: 14.5px; color: #4A4A44; margin-top: 12px; line-height: 1.7; text-align: justify; position: relative; transition: color .35s; }
.drj-pio:hover { background: #0C2A44; border-color: #0C2A44; box-shadow: 0 22px 50px -26px rgba(12,42,68,.5); }
.drj-pio:hover h3 { color: #F4F7F9; }
.drj-pio:hover p { color: #C5D5DC; }
.drj-pio:hover .pnum { color: rgba(244,247,249,.08); }

/* ---- Award cards ---- */
.drj-awc { background: #FFFFFF; border: 1px solid rgba(20,22,28,.12); border-radius: 3px; padding: 32px 28px; height: 100%; transition: border-color .3s, transform .3s; }
.drj-awc:hover { border-color: rgba(30,95,158,.4); transform: translateY(-3px); }
.drj-awc h3 { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 700; color: #0C1E33; margin-top: 16px; line-height: 1.35; }
.drj-awc .sub { font-size: 16px; color: #000000; margin-top: 8px; line-height: 1.6; }
.drj-awc .ayr { font-family: 'Space Mono', monospace; font-size: 13px; color: #000000; margin-top: 12px; }

/* ---- Testimonial cards ---- */
.drj-tsc { background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 3px; padding: 26px; height: 100%; transition: border-color .3s, transform .3s; }
.drj-tsc:hover { border-color: rgba(184,121,31,.4); transform: translateY(-3px); }
.drj-tsc .st { color: #B8791F; letter-spacing: 2px; }
.drj-tsc p.tx { font-size: 14.5px; color: #33414B; margin-top: 12px; line-height: 1.7; text-align: justify; }
.drj-tsc .who { font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; color: #000000; margin-top: 14px; }

/* ---- Video / Knowledge cards ---- */
.drj-vc > .vc_column-inner { padding-top: 0; padding-bottom: 0; }
.drj-vc > .vc_column-inner > .wpb_wrapper { background: #FFFFFF; border-radius: 8px; overflow: hidden; height: 100%; transition: transform .3s, box-shadow .3s; }
.drj-vc:hover > .vc_column-inner > .wpb_wrapper { transform: translateY(-4px); box-shadow: 0 22px 44px -22px rgba(20,34,44,.35); }
.drj-vc.gold > .vc_column-inner > .wpb_wrapper { border: 2px solid #C8A96E; }
.drj-vc.blue > .vc_column-inner > .wpb_wrapper { border: 2px solid #1E5F9E; }
.drj-vc.green > .vc_column-inner > .wpb_wrapper { border: 2px solid #1B6B44; }
.drj-vc .drj-vc-head { margin: 0 !important; padding: 12px 22px; }
.drj-vc.gold .drj-vc-head { background: #C8A96E; }
.drj-vc.blue .drj-vc-head { background: #1E5F9E; }
.drj-vc.green .drj-vc-head { background: #1B6B44; }
.drj-vc .drj-vc-head p { margin: 0; font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: 1px; }
.drj-vc.gold .drj-vc-head p { color: #1A1405; }
.drj-vc.blue .drj-vc-head p, .drj-vc.green .drj-vc-head p { color: #FFFFFF; }
.drj-vc .wpb_single_image { margin: 0 !important; position: relative; }
.drj-vc .wpb_single_image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.drj-vc .drj-vc-t { margin: 26px 26px 0 !important; }
.drj-vc h3.drj-vc-t, .drj-vc .drj-vc-t h3 { font-family: 'Playfair Display', serif !important; font-size: 22px; font-weight: 500 !important; color: #1C1A16; line-height: 1.25; }
.drj-vc .drj-vc-d { margin: 10px 26px 0 !important; }
.drj-vc .drj-vc-d p { font-size: 14px; color: #33414B; line-height: 1.65; }
.drj-vc .drj-vc-b { margin: 18px 26px 30px !important; }
.drj-vc .drj-vc-b a { display: inline-flex; align-items: center; gap: 8px; font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 11px 20px; border-radius: 7px; text-decoration: none; }
.drj-vc.gold .drj-vc-b a { color: #1A1405; background: #C8A96E; }
.drj-vc.blue .drj-vc-b a { color: #FFFFFF; background: #1E5F9E; }
.drj-vc.green .drj-vc-b a { color: #FFFFFF; background: #1B6B44; }
.drj-vc .drj-vc-b a:hover { opacity: .88; }

/* ---- Contact rows (matches original) ---- */
.drj-crow { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(20,22,28,.15); text-decoration: none; color: #0C1E33; }
.drj-crow:last-child { border-bottom: 1px solid rgba(20,22,28,.15); }
.drj-crow .clb { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 1px; color: #6E7480; }
.drj-crow .cvl { font-weight: 700; color: #0C1E33; }
.drj-crow.addr { align-items: flex-start; }
.drj-crow.addr .cvl { text-align: right; font-size: 14px; font-weight: 400; line-height: 1.5; max-width: 280px; }
a.drj-crow:hover .cvl { color: #1E5F9E; }
.drj-contact-card { background: #FFFFFF; border: 1px solid rgba(20,22,28,.12); border-radius: 3px; padding: 40px; }
.drj-contact-card h3 { font-family: 'Playfair Display', serif; font-weight: 500; font-size: 26px; color: #0C1E33; }
@media (max-width: 640px) { .drj-contact-card { padding: 24px 18px; } }

/* ---- About row: equal-height + vertical center ---- */
.drj-about-row { display: flex !important; flex-wrap: wrap; align-items: center; }
.drj-about-row > .wpb_column { float: none !important; display: flex; }
.drj-about-row > .wpb_column > .vc_column-inner { display: flex; flex-direction: column; justify-content: center; width: 100%; }
.drj-about-left > .vc_column-inner { position: relative; }
.drj-about-left .drj-about-img2 { margin-bottom: 0 !important; }
.drj-about-left .drj-about-img2 .vc_single_image-wrapper {
	display: block; aspect-ratio: 4/5; border-radius: 22px; overflow: hidden;
	background: #E7F0F7; box-shadow: 0 30px 60px -30px rgba(20,34,44,.5);
}
.drj-about-left .drj-about-img2 img {
	width: 100% !important; height: 100% !important; object-fit: cover; object-position: top center; display: block;
}
.drj-about-quote-wrap {
	position: absolute; z-index: 2; right: -14px; bottom: -56px;
	max-width: 290px; background: #3C5A67; border-radius: 18px;
	padding: 26px 28px; box-shadow: 0 26px 54px -26px rgba(20,34,44,.7);
}
.drj-about-quote-wrap .q {
	font-family: 'Playfair Display', serif; font-style: italic;
	font-size: 19px; line-height: 1.5; color: #EDF3F6; margin: 0;
}
.drj-about-quote-wrap .a {
	font-family: 'Space Mono', monospace; font-size: 11px;
	letter-spacing: 1.5px; color: #AEC2CB; margin-top: 16px; text-transform: uppercase;
}
@media (max-width: 768px) {
	.drj-about-quote-wrap { position: relative; right: auto; bottom: auto; margin-top: 20px; max-width: 100%; }
}

/* ---- Equal height columns helper (v2) ---- */
.drj-eq2 { display: flex; flex-wrap: wrap; }
.drj-eq2 > .wpb_column { display: flex; }
.drj-eq2 > .wpb_column > .vc_column-inner { display: flex; flex-direction: column; width: 100%; }
.drj-eq2 > .wpb_column > .vc_column-inner > .wpb_wrapper { display: flex; flex-direction: column; flex: 1; }
.drj-eq2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:only-child,
.drj-eq2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:only-child > .wpb_wrapper,
.drj-eq2 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:only-child > .wpb_wrapper > div { height: 100%; }

/* ---- Column stacking gap on mobile ---- */
@media (max-width: 768px) {
	.vc_row .wpb_column { margin-bottom: 20px; }
	.vc_row .wpb_column:last-child { margin-bottom: 0; }
}

/* ============================================================
   ABOUT PAGE — EDITORIAL DESIGN SYSTEM (drj-ab-*)
   ============================================================ */

/* ---- Kickers ---- */
.drj-ab-kick, .drj-ab-kick p { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: #C8A96E; margin: 0; }
.drj-ab-kick.blue, .drj-ab-kick.blue p { color: #1E5F9E; letter-spacing: 3.5px; font-size: 11px; }
.drj-ab-kick.center, .drj-ab-kick.center p { text-align: center; }

/* ---- Page hero (dark) ---- */
.drj-abhero { position: relative; overflow: hidden; }
.drj-abhero .drj-ab-ghost { position: absolute; top: -30px; right: 24px; font-family: 'Playfair Display', serif; font-size: clamp(140px, 22vw, 300px); font-weight: 700; color: rgba(200,169,110,.06); line-height: 1; pointer-events: none; user-select: none; z-index: 0; }
.drj-abhero .wpb_column { position: relative; z-index: 1; }
.drj-ab-rule { width: 72px; height: 2px; background: #C8A96E; margin-top: 28px; }
.drj-ab-creds, .drj-ab-creds p { font-family: 'Space Mono', monospace; font-size: 14px; letter-spacing: 1.5px; color: #9FB7C0; margin: 0; }
.drj-ab-creds .gold { color: #EAD6AC; }
.drj-ab-creds .desig { display: block; font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(19px, 2.2vw, 24px); color: #C5D5DC; letter-spacing: 0; margin-top: 14px; }

/* ---- Photo gold frame + award badge ---- */
.drj-ab-frame .vc_single_image-wrapper { position: relative; }
.drj-ab-frame .vc_single_image-wrapper::after { content: ''; position: absolute; top: 22px; left: -18px; right: 22px; bottom: -22px; border: 1px solid #C8A96E; border-radius: 24px; pointer-events: none; }
.drj-ab-badge { position: relative; z-index: 2; width: max-content; max-width: 92%; margin: -58px 0 0 -12px !important; background: #0C1E33; border-radius: 14px; padding: 18px 24px; box-shadow: 0 26px 54px -26px rgba(12,30,51,.8); }
.drj-ab-badge .aw { display: flex; align-items: center; gap: 10px; }
.drj-ab-badge .aw .ico { color: #EAD6AC; font-size: 19px; line-height: 1; }
.drj-ab-badge .aw .lb { font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 2px; color: #C8A96E; text-transform: uppercase; }
.drj-ab-badge .tl { font-family: 'Playfair Display', serif; font-size: 21px; color: #F4F7F9; line-height: 1.2; margin-top: 8px; }
@media (max-width: 768px) { .drj-ab-badge { margin: -40px auto 0 !important; } .drj-ab-frame .vc_single_image-wrapper::after { display: none; } }

/* ---- Body copy + drop cap ---- */
.drj-ab-body p { font-size: 16.5px; line-height: 1.8; color: #000000; text-align: justify; margin-top: 18px; }
.drj-ab-body p:first-child { margin-top: 0; }
.drj-ab-body.dropcap p:first-child::first-letter { font-family: 'Playfair Display', serif; font-size: 64px; font-weight: 600; color: #1E5F9E; float: left; line-height: .82; margin: 6px 12px 0 0; }

/* ---- Stats ledger band ---- */
.drj-statband { background-color: #0C1E33 !important; }
.drj-statrow { border-left: 1px solid rgba(200,169,110,.25); }
.drj-stat > .vc_column-inner { padding-top: 52px !important; padding-bottom: 52px !important; border-right: 1px solid rgba(200,169,110,.25); text-align: center; }
.drj-stat b { display: block; font-family: 'Playfair Display', serif; font-size: clamp(34px, 3.6vw, 52px); font-weight: 500; color: #F4F7F9; line-height: 1; }
.drj-stat.gold b { color: #EAD6AC; }
.drj-stat span { display: block; font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 2.5px; color: #8AA5B0; text-transform: uppercase; margin-top: 12px; }
@media (max-width: 768px) { .drj-statrow { border-left: 0; } .drj-stat > .vc_column-inner { border-right: 0; border-bottom: 1px solid rgba(200,169,110,.25); padding-top: 30px !important; padding-bottom: 30px !important; } .drj-stat:last-child > .vc_column-inner { border-bottom: 0; } }

/* ---- Pull quote band ---- */
.drj-pullquote { max-width: 900px; margin: 0 auto !important; text-align: center; position: relative; }
.drj-pullquote::before { content: '\201C'; display: block; font-family: 'Playfair Display', serif; font-size: 160px; font-weight: 700; color: rgba(200,169,110,.18); line-height: .5; height: 58px; user-select: none; }
.drj-pullquote p.q { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(24px, 3.2vw, 36px); font-weight: 500; color: #0C1E33; line-height: 1.45; margin: 0; text-align: center; }
.drj-pullquote p.who { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: 3px; color: #6E7480; text-transform: uppercase; margin-top: 20px; text-align: center; }
.drj-pullquote p.who::before { content: ''; display: block; width: 56px; height: 2px; background: #C8A96E; margin: 0 auto 18px; }

/* ---- Education ledger rows ---- */
.drj-edu { border-top: 1px solid rgba(20,22,28,.12); }
.drj-edu.last { border-bottom: 1px solid rgba(20,22,28,.12); }
.drj-edu > .wpb_column > .vc_column-inner { padding-top: 44px !important; padding-bottom: 44px !important; }
.drj-edu .yr { font-family: 'Playfair Display', serif; font-size: clamp(42px, 5vw, 58px); font-weight: 600; color: rgba(200,169,110,.85); line-height: 1; }
.drj-edu .yr span { font-size: .52em; color: rgba(20,22,28,.35); }
.drj-edu.c2 .yr { color: rgba(30,95,158,.85); }
.drj-edu.c3 .yr { color: rgba(12,42,68,.9); }
.drj-edu h3 { font-family: 'Playfair Display', serif; font-size: 31px; font-weight: 500; color: #0C1E33; margin: 0; }
.drj-edu h3 em { font-size: 20px; color: #6E7480; font-style: italic; margin-left: 6px; }
.drj-edu h3 .gm { display: inline-block; vertical-align: middle; font-family: 'Space Mono', monospace; font-size: 9.5px; letter-spacing: 1.5px; color: #1A1405; background: linear-gradient(135deg, #EAD6AC, #C8A96E); padding: 6px 14px; border-radius: 999px; font-weight: 700; text-transform: uppercase; margin-left: 14px; }
.drj-edu p { font-size: 15.5px; color: #3A4A56; line-height: 1.7; margin-top: 12px; text-align: left; }
.drj-edu p.mrc { font-family: 'Space Mono', monospace; font-size: 11.5px; letter-spacing: 1px; color: #6E7480; margin-top: 10px; }

/* ---- Memberships ledger ---- */
ol.drj-mem { list-style: none; counter-reset: drjmem; padding: 0; margin: 0 auto; max-width: 1020px; columns: 2; column-gap: 80px; }
ol.drj-mem li { counter-increment: drjmem; display: flex; gap: 22px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid rgba(20,22,28,.15); break-inside: avoid; font-family: 'Playfair Display', serif; font-size: 21px; color: #0C1E33; line-height: 1.35; }
ol.drj-mem li::before { content: '0' counter(drjmem); font-family: 'Space Mono', monospace; font-size: 13px; font-weight: 700; color: #C8A96E; flex-shrink: 0; }
ol.drj-mem li .tag { display: inline-block; vertical-align: middle; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 1.5px; color: #1E5F9E; border: 1px solid rgba(30,95,158,.4); border-radius: 999px; padding: 3px 10px; margin-left: 12px; text-transform: uppercase; white-space: nowrap; }
ol.drj-mem li .tag.green { color: #1B6B44; border-color: rgba(27,107,68,.4); }
@media (max-width: 860px) { ol.drj-mem { columns: 1; } }

/* ---- World / international section ---- */
.drj-worldS { background-color: #0C1E33 !important; }
h2.drj-world-h, .drj-world-h h2 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 500; color: #F4F7F9; line-height: 1.15; text-align: center; }
h2.drj-world-h em, .drj-world-h h2 em { color: #EAD6AC; font-style: italic; }
.drj-world-sub p { font-size: 16.5px; color: #9FB7C0; line-height: 1.7; text-align: center; max-width: 680px; margin: 0 auto; }
ul.drj-world { list-style: none; padding: 0; margin: 0 auto; max-width: 920px; text-align: center; line-height: 2.6; }
ul.drj-world li { display: inline-block; font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.6vw, 29px); color: #E4EDF1; white-space: nowrap; }
ul.drj-world li::after { content: '\2726'; color: #C8A96E; font-size: 14px; margin: 0 20px; vertical-align: middle; }
ul.drj-world li:last-child::after { content: none; }
.drj-dign { max-width: 760px; margin: 0 auto !important; border-top: 1px solid rgba(200,169,110,.3); padding-top: 32px; }
.drj-dign p { font-family: 'Playfair Display', serif; font-style: italic; font-size: 18.5px; color: #C5D5DC; line-height: 1.65; text-align: center; margin: 0; }

/* ---- CTA card ---- */
.drj-ctacard { max-width: 860px; margin: 0 auto !important; text-align: center; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-top: 3px solid #C8A96E; border-radius: 20px; padding: 64px 48px; box-shadow: 0 30px 60px -35px rgba(12,30,51,.35); }
.drj-ctacard .kick { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #1E5F9E; margin: 0; }
.drj-ctacard h2 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.6vw, 42px); font-weight: 500; color: #0C1E33; line-height: 1.15; margin-top: 18px; }
.drj-ctacard p.sub { font-size: 16px; color: #3A4A56; line-height: 1.7; max-width: 520px; margin: 16px auto 0; }
.drj-ctacard .btn-wrap { margin-top: 32px; }
.drj-ctacard a.drj-pill-book { background: linear-gradient(135deg, #1E5F9E, #123A5E); box-shadow: 0 14px 30px -12px rgba(30,95,158,.7); }
@media (max-width: 640px) { .drj-ctacard { padding: 40px 22px; } }

/* ============================================================
   MOTION & GRAPHICS LAYER (v1.2)
   ============================================================ */

/* ---- Scroll reveal system ---- */
.drj-rv { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); will-change: opacity, transform; }
.drj-rv.drj-rv-l { transform: translateX(-40px); }
.drj-rv.drj-rv-r { transform: translateX(40px); }
.drj-rv.drj-rv-z { transform: scale(.94); }
.drj-rv.in { opacity: 1; transform: none; }
.drj-d1 { transition-delay: .12s; } .drj-d2 { transition-delay: .24s; } .drj-d3 { transition-delay: .36s; } .drj-d4 { transition-delay: .48s; } .drj-d5 { transition-delay: .6s; }
@media (prefers-reduced-motion: reduce) { .drj-rv { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ---- Hero: floating gradient orbs + ghost drift ---- */
.drj-abhero::before {
	content: ''; position: absolute; top: -160px; right: 8%;
	width: 480px; height: 480px; border-radius: 50%;
	background: radial-gradient(circle, rgba(30,95,158,.35), transparent 65%);
	filter: blur(10px); pointer-events: none; z-index: 0;
	animation: drjfloat 9s ease-in-out infinite alternate;
}
.drj-abhero::after {
	content: ''; position: absolute; bottom: -200px; left: -6%;
	width: 420px; height: 420px; border-radius: 50%;
	background: radial-gradient(circle, rgba(200,169,110,.14), transparent 62%);
	filter: blur(12px); pointer-events: none; z-index: 0;
	animation: drjfloat 11s ease-in-out infinite alternate-reverse;
}
@keyframes drjfloat { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-34px, 26px) scale(1.08); } }
.drj-abhero .drj-ab-ghost { animation: drjghost 12s ease-in-out infinite alternate; }
@keyframes drjghost { 0% { transform: translateY(0); } 100% { transform: translateY(22px); } }

/* ---- Gold rule shimmer ---- */
.drj-ab-rule { position: relative; overflow: hidden; }
.drj-ab-rule::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent); transform: translateX(-110%); animation: drjshimmer 3.4s ease-in-out infinite; }
@keyframes drjshimmer { 0%, 55% { transform: translateX(-110%); } 85%, 100% { transform: translateX(110%); } }

/* ---- Hero ECG placement ---- */
.drj-ab-ecg { max-width: 380px; }
.drj-ab-ecg .drj-ecg { margin: 0; width: 100%; }

/* ---- ECG gold divider (pull-quote etc.) ---- */
.drj-ecg-mid { max-width: 440px; margin-left: auto !important; margin-right: auto !important; }
.drj-ecg-mid .drj-ecg { margin: 0 auto; }

/* ---- Photo: dot-grid accent + hover lift + frame ---- */
.drj-ab-frame .vc_figure { position: relative; }
.drj-ab-frame .vc_figure::before {
	content: ''; position: absolute; top: -34px; right: -26px;
	width: 150px; height: 150px; z-index: 0; pointer-events: none;
	background-image: radial-gradient(rgba(200,169,110,.55) 1.6px, transparent 1.6px);
	background-size: 17px 17px;
	-webkit-mask-image: radial-gradient(circle at 70% 30%, #000 40%, transparent 78%);
	mask-image: radial-gradient(circle at 70% 30%, #000 40%, transparent 78%);
}
.drj-ab-frame .vc_single_image-wrapper { transition: transform .6s cubic-bezier(.16,1,.3,1), box-shadow .6s; }
.drj-ab-frame:hover .vc_single_image-wrapper { transform: translateY(-6px); }
.drj-ab-frame .vc_single_image-wrapper::after { transition: transform .6s cubic-bezier(.16,1,.3,1); }
.drj-ab-frame:hover .vc_single_image-wrapper::after { transform: translate(6px, 6px); }

/* ---- Award badge: trophy pulse + gold edge glow ---- */
.drj-ab-badge { border: 1px solid rgba(200,169,110,.35); }
.drj-ab-badge .aw .ico { animation: drjbeat 1.6s ease-in-out infinite; transform-origin: 50% 60%; }
.drj-ab-badge::after { content: ''; position: absolute; inset: -1px; border-radius: 14px; border: 1px solid rgba(200,169,110,.0); animation: drjglowring 3s ease-in-out infinite; pointer-events: none; }
@keyframes drjglowring { 0%, 100% { border-color: rgba(200,169,110,0); box-shadow: 0 0 0 rgba(200,169,110,0); } 50% { border-color: rgba(200,169,110,.5); box-shadow: 0 0 18px -4px rgba(200,169,110,.45); } }
.drj-ab-badge { position: relative; }

/* ---- Stats: hover heartbeat underline ---- */
.drj-stat b { position: relative; display: inline-block; }
.drj-stat b::after { content: ''; position: absolute; left: 50%; bottom: -10px; width: 0; height: 2px; background: #C8A96E; transform: translateX(-50%); transition: width .45s cubic-bezier(.16,1,.3,1); }
.drj-stat:hover b::after { width: 70%; }

/* ---- Education rows: hover sweep + timeline nodes ---- */
.drj-edu { position: relative; transition: background .45s; }
.drj-edu:hover { background: linear-gradient(90deg, rgba(200,169,110,.07), transparent 60%); }
.drj-edu .yr { position: relative; padding-left: 26px; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.drj-edu:hover .yr { transform: translateX(6px); }
.drj-edu .yr::before { content: ''; position: absolute; left: 0; top: 14px; width: 11px; height: 11px; border-radius: 50%; background: #C8A96E; box-shadow: 0 0 0 4px rgba(200,169,110,.2); }
.drj-edu.c2 .yr::before { background: #1E5F9E; box-shadow: 0 0 0 4px rgba(30,95,158,.18); }
.drj-edu.c3 .yr::before { background: #0C2A44; box-shadow: 0 0 0 4px rgba(12,42,68,.18); }
.drj-edu .yr::after { content: ''; position: absolute; left: 5px; top: 32px; bottom: -56px; width: 1px; background: linear-gradient(180deg, rgba(200,169,110,.5), rgba(200,169,110,.08)); }
.drj-edu.last .yr::after { display: none; }

/* ---- Membership rows: hover gold slide ---- */
ol.drj-mem li { transition: transform .4s cubic-bezier(.16,1,.3,1), border-color .4s; }
ol.drj-mem li:hover { transform: translateX(8px); border-bottom-color: rgba(200,169,110,.6); }

/* ---- World marquee ---- */
.drj-worldmq { overflow: hidden; white-space: nowrap; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.drj-worldmq .mq { display: inline-block; animation: drjtick 44s linear infinite; }
.drj-worldmq:hover .mq { animation-play-state: paused; }
.drj-worldmq ul.drj-world { display: inline-block; max-width: none; line-height: 1; padding: 8px 0; }
.drj-worldmq ul.drj-world li::after { margin: 0 34px; }
.drj-worldmq ul.drj-world li:last-child::after { content: '\2726'; }

/* ---- CTA: beating heart + card glow ---- */
.drj-ctaheart { display: inline-block; font-size: 30px; color: #C8A96E; line-height: 1; animation: drjbeat 1.3s ease-in-out infinite; transform-origin: 50% 60%; }
.drj-ctacard { transition: box-shadow .5s, transform .5s; }
.drj-ctacard:hover { box-shadow: 0 40px 80px -40px rgba(12,30,51,.5), 0 0 0 1px rgba(200,169,110,.25); transform: translateY(-4px); }

/* ============================================================
   v1.4 — WORLD MAP + MEMBERSHIP CARDS
   ============================================================ */

/* ---- Dotted world map with pulsing markers ---- */
.drj-map { position: relative; max-width: 1040px; margin: 0 auto !important; }
.drj-map img { width: 100%; height: auto; display: block; opacity: .9; }
.drj-map .mp { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #EAD6AC; transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(234,214,172,.8); }
.drj-map .mp::after { content: ''; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid rgba(234,214,172,.7); animation: drjping 2.4s cubic-bezier(0,.55,.45,1) infinite; }
.drj-map .mp.home { width: 15px; height: 15px; background: #FFFFFF; border: 3px solid #C8A96E; box-shadow: 0 0 16px rgba(200,169,110,.95); z-index: 2; }
.drj-map .mp.home::after { inset: -9px; border-color: rgba(200,169,110,.85); animation-duration: 1.7s; }
.drj-map .mp.home::before { content: 'AHMEDABAD'; position: absolute; left: 50%; top: -26px; transform: translateX(-50%); font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 2px; color: #EAD6AC; white-space: nowrap; }
@keyframes drjping { 0% { transform: scale(.6); opacity: 1; } 80%, 100% { transform: scale(2.4); opacity: 0; } }
.drj-map .mp:nth-child(odd)::after { animation-delay: .7s; }
.drj-map .mp:nth-child(3n)::after { animation-delay: 1.3s; }
@media (max-width: 640px) { .drj-map .mp { width: 6px; height: 6px; } .drj-map .mp.home { width: 11px; height: 11px; border-width: 2px; } .drj-map .mp.home::before { display: none; } }

/* ---- Country pills under map ---- */
/* (pills v1 removed — replaced by ul.drj-cpills v2.1 below) */

/* ---- Membership cards (home-style hover: white → navy fill) ---- */
.drj-memgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; max-width: 1100px; margin: 0 auto !important; }
.drj-memc { position: relative; overflow: hidden; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 12px; padding: 34px 30px 30px; min-height: 148px; transition: background .4s, border-color .4s, box-shadow .4s, transform .5s cubic-bezier(.16,1,.3,1); }
.drj-memc .mnum { position: absolute; top: -14px; right: 10px; font-family: 'Playfair Display', serif; font-size: 84px; font-weight: 700; color: rgba(200,169,110,.13); line-height: 1; pointer-events: none; transition: color .4s; }
.drj-memc .mname { position: relative; font-family: 'Playfair Display', serif; font-size: 21px; color: #0C1E33; line-height: 1.35; transition: color .4s; }
.drj-memc .mreg { position: relative; display: inline-block; font-family: 'Space Mono', monospace; font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: #1E5F9E; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(20,22,28,.12); transition: color .4s, border-color .4s; }
.drj-memc:hover { background: #0C2A44; border-color: #0C2A44; box-shadow: 0 24px 50px -26px rgba(12,42,68,.55); transform: translateY(-5px); }
.drj-memc:hover .mname { color: #F4F7F9; }
.drj-memc:hover .mnum { color: rgba(200,169,110,.22); }
.drj-memc:hover .mreg { color: #EAD6AC; border-top-color: rgba(200,169,110,.4); }

/* ============================================================
   v1.5 — EDUCATION SHOWCASE BOX + CARDS, COUNTRY PILLS v2
   ============================================================ */

/* ---- "The Making of a Surgeon" showcase box (on column) ---- */
.drj-edubox > .vc_column-inner {
	position: relative; overflow: hidden;
	background: linear-gradient(150deg, #123A5E 0%, #0C2A44 55%, #0C1E33 100%);
	border: 1px solid rgba(200,169,110,.28);
	border-top: 3px solid #C8A96E;
	border-radius: 26px;
	padding: 72px 58px 64px !important;
	box-shadow: 0 44px 90px -46px rgba(12,30,51,.75);
}
.drj-edubox > .vc_column-inner::before {
	content: 'M.D.'; position: absolute; top: -34px; right: 22px;
	font-family: 'Playfair Display', serif; font-size: 200px; font-weight: 700;
	color: rgba(200,169,110,.05); line-height: 1; pointer-events: none; user-select: none;
}
.drj-edubox > .vc_column-inner::after {
	content: ''; position: absolute; bottom: -20px; left: -20px;
	width: 190px; height: 190px; pointer-events: none;
	background-image: radial-gradient(rgba(200,169,110,.4) 1.5px, transparent 1.5px);
	background-size: 17px 17px;
	-webkit-mask-image: radial-gradient(circle at 30% 70%, #000 35%, transparent 75%);
	mask-image: radial-gradient(circle at 30% 70%, #000 35%, transparent 75%);
}
.drj-edubox .wpb_wrapper { position: relative; z-index: 1; }
@media (max-width: 768px) { .drj-edubox > .vc_column-inner { padding: 44px 22px 40px !important; border-radius: 18px; } }

/* ---- Education cards: glass → white-fill hover (inverse of memberships) ---- */
.drj-edugrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.drj-educ {
	position: relative; overflow: hidden;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(197,213,220,.16);
	border-radius: 14px; padding: 34px 30px 30px;
	transition: background .45s, border-color .45s, box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1);
}
.drj-educ .eyr { font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 600; color: #EAD6AC; line-height: 1; transition: color .45s; }
.drj-educ .eyr span { font-size: .56em; color: rgba(197,213,220,.5); transition: color .45s; }
.drj-educ h3 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 500; color: #F4F7F9; margin: 18px 0 0; line-height: 1.2; transition: color .45s; }
.drj-educ h3 em { display: block; font-size: 16px; color: #8AA5B0; font-style: italic; font-family: 'Playfair Display', serif; margin-top: 6px; transition: color .45s; }
.drj-educ h3 .gm { display: inline-block; vertical-align: middle; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 1.5px; color: #1A1405; background: linear-gradient(135deg, #EAD6AC, #C8A96E); padding: 5px 12px; border-radius: 999px; font-weight: 700; text-transform: uppercase; margin-left: 12px; }
.drj-educ p.inst { font-size: 14.5px; color: #C5D5DC; line-height: 1.65; margin-top: 14px; text-align: left; transition: color .45s; }
.drj-educ p.mrc { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 1px; color: #8AA5B0; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(197,213,220,.14); transition: color .45s, border-color .45s; }
.drj-educ:hover {
	background: #FBFAF7; border-color: transparent;
	box-shadow: 0 26px 54px -24px rgba(0,0,0,.55), 0 0 0 1px rgba(200,169,110,.5);
	transform: translateY(-6px);
}
.drj-educ:hover .eyr { color: #C8A96E; }
.drj-educ:hover .eyr span { color: rgba(20,22,28,.4); }
.drj-educ:hover h3 { color: #0C1E33; }
.drj-educ:hover h3 em { color: #6E7480; }
.drj-educ:hover p.inst { color: #3A4A56; }
.drj-educ:hover p.mrc { color: #6E7480; border-top-color: rgba(20,22,28,.15); }

/* ---- Country pills v2.1: ul/li, larger serif, gold highlighted ---- */
ul.drj-cpills {
	list-style: none; padding: 0;
	display: flex; flex-wrap: wrap; justify-content: center;
	gap: 16px 14px; max-width: 1000px;
	margin: 0 auto;
}
ul.drj-cpills li {
	white-space: nowrap;
	font-family: 'Playfair Display', serif; font-size: clamp(16px, 1.6vw, 19px);
	font-weight: 500; letter-spacing: .3px;
	color: #F4F7F9; background: rgba(200,169,110,.08);
	border: 1px solid rgba(200,169,110,.42); border-radius: 999px;
	padding: 13px 30px; margin: 0;
	transition: color .35s, border-color .35s, transform .35s, background .35s, box-shadow .35s;
	cursor: default;
}
ul.drj-cpills li:hover {
	color: #0C1E33; background: linear-gradient(135deg, #EAD6AC, #C8A96E);
	border-color: transparent; transform: translateY(-4px);
	box-shadow: 0 16px 32px -14px rgba(200,169,110,.75);
}
@media (max-width: 640px) { ul.drj-cpills li { font-size: 14px; padding: 10px 20px; } ul.drj-cpills { gap: 10px 8px; } }

/* ============================================================
   v1.6 — CAREER JOURNEY PAGE (drj-jr*)
   ============================================================ */

/* ---- Timeline rail on the column ---- */
.drj-jrline > .vc_column-inner { position: relative; padding-left: 44px !important; }
.drj-jrline > .vc_column-inner::before { content: ''; position: absolute; left: 9px; top: 30px; bottom: 30px; width: 2px; background: linear-gradient(180deg, rgba(200,169,110,.15), rgba(200,169,110,.65) 12%, rgba(200,169,110,.65) 88%, rgba(200,169,110,.15)); }
@media (max-width: 768px) { .drj-jrline > .vc_column-inner { padding-left: 30px !important; } .drj-jrline > .vc_column-inner::before { left: 4px; } }

/* ---- Era cards ---- */
.drj-jrc { position: relative; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-left: 4px solid transparent; border-radius: 16px; padding: 46px 48px 42px; margin-bottom: 28px !important; box-shadow: 0 18px 44px -30px rgba(12,30,51,.35); transition: border-color .45s, box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1); overflow: hidden; }
.drj-jrc::before { content: ''; position: absolute; left: -44px; top: 58px; width: 14px; height: 14px; border-radius: 50%; background: #C8A96E; box-shadow: 0 0 0 5px rgba(200,169,110,.22), 0 0 14px rgba(200,169,110,.6); }
.drj-jrc .jnum { position: absolute; top: -22px; right: 14px; font-family: 'Playfair Display', serif; font-size: 130px; font-weight: 700; color: rgba(200,169,110,.09); line-height: 1; pointer-events: none; transition: color .45s; }
.drj-jrc .jyr { font-family: 'Playfair Display', serif; font-size: clamp(38px, 4.4vw, 58px); font-weight: 600; color: #1E5F9E; line-height: 1; }
.drj-jrc .jyr em { font-style: normal; font-size: .5em; color: rgba(20,22,28,.4); }
.drj-jrc h3 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 2.6vw, 32px); font-weight: 500; color: #0C1E33; line-height: 1.22; margin: 16px 0 0; position: relative; }
.drj-jrc .jorg { font-family: 'Space Mono', monospace; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #C8A96E; margin-top: 12px; }
.drj-jrc p.jtx { font-size: 17px; color: #33414B; line-height: 1.85; margin-top: 20px; text-align: left; max-width: 820px; }
.drj-jrc:hover { border-left-color: #C8A96E; box-shadow: 0 30px 64px -30px rgba(12,30,51,.5); transform: translateX(10px); }
.drj-jrc:hover .jnum { color: rgba(200,169,110,.16); }
@media (max-width: 768px) { .drj-jrc { padding: 30px 22px 28px; } .drj-jrc::before { left: -30px; width: 11px; height: 11px; } .drj-jrc:hover { transform: none; } }

/* ---- Gold milestone note inside a card ---- */
.drj-jrc .jnote { margin-top: 22px; background: linear-gradient(135deg, rgba(234,214,172,.28), rgba(200,169,110,.14)); border-left: 3px solid #C8A96E; border-radius: 10px; padding: 18px 24px; }
.drj-jrc .jnote p { font-family: 'Playfair Display', serif; font-style: italic; font-size: 17.5px; color: #0C1E33; line-height: 1.6; margin: 0; }

/* ---- Current era card (EPIC) ---- */
.drj-jrc.cur { background: linear-gradient(150deg, #123A5E 0%, #0C2A44 55%, #0C1E33 100%); border-color: transparent; border-left: 4px solid #C8A96E; box-shadow: 0 34px 70px -34px rgba(12,30,51,.8); }
.drj-jrc.cur::before { background: #FFFFFF; border: 3px solid #C8A96E; width: 16px; height: 16px; left: -45px; box-shadow: 0 0 0 5px rgba(200,169,110,.3), 0 0 18px rgba(200,169,110,.85); }
.drj-jrc.cur .jyr { color: #EAD6AC; }
.drj-jrc.cur .jyr em { color: rgba(197,213,220,.5); }
.drj-jrc.cur h3 { color: #F4F7F9; }
.drj-jrc.cur .jorg { color: #C8A96E; }
.drj-jrc.cur p.jtx { color: #C5D5DC; }
.drj-jrc.cur .jnum { color: rgba(200,169,110,.12); }
.drj-jrc.cur:hover { transform: translateX(10px); box-shadow: 0 40px 84px -36px rgba(12,30,51,.95); }
.drj-jrc .jbadge { display: inline-flex; align-items: center; gap: 8px; font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #8CD6A8; text-transform: uppercase; margin-bottom: 14px; }
.drj-jrc .jbadge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #5BD98C; box-shadow: 0 0 10px #5BD98C; animation: drjglow 1.4s ease-in-out infinite; }

/* ---- Visiting consultant cards ---- */
.drj-vcgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; max-width: 1100px; margin: 0 auto !important; }
.drj-vcc { position: relative; overflow: hidden; background: #FFFFFF; border: 1.5px solid rgba(12,30,51,.22); border-radius: 12px; padding: 32px 30px 28px; box-shadow: 0 12px 30px -22px rgba(12,30,51,.3); transition: background .45s, border-color .45s, box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1); }
.drj-vcc .vyr { font-family: 'Space Mono', monospace; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; color: #C8A96E; transition: color .45s; }
.drj-vcc .vname { font-family: 'Playfair Display', serif; font-size: 22px; color: #0C1E33; line-height: 1.3; margin-top: 12px; transition: color .45s; }
.drj-vcc .vrole { font-size: 16px; color: #4A5560; font-weight: 500; margin-top: 12px; padding-top: 14px; border-top: 1px solid rgba(20,22,28,.14); transition: color .45s, border-color .45s; }
.drj-vcc .vtag { position: absolute; top: 22px; right: 22px; font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 1.5px; color: #1E5F9E; border: 1px solid rgba(30,95,158,.4); border-radius: 999px; padding: 4px 12px; text-transform: uppercase; transition: color .45s, border-color .45s; }
.drj-vcc:hover { background: #0C2A44; border-color: #0C2A44; box-shadow: 0 24px 50px -26px rgba(12,42,68,.55); transform: translateY(-5px); }
.drj-vcc:hover .vyr { color: #EAD6AC; }
.drj-vcc:hover .vname { color: #F4F7F9; }
.drj-vcc:hover .vrole { color: #C5D5DC; border-top-color: rgba(197,213,220,.2); }
.drj-vcc:hover .vtag { color: #EAD6AC; border-color: rgba(200,169,110,.6); }

/* ---- Beyond the OR: glass feature cards on navy ---- */
.drj-beyond { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 26px; max-width: 1000px; margin: 0 auto !important; }
.drj-byc { position: relative; overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid rgba(197,213,220,.16); border-radius: 16px; padding: 42px 40px 38px; transition: background .45s, border-color .45s, box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1); }
.drj-byc .bico { font-size: 34px; line-height: 1; }
.drj-byc .bnum { font-family: 'Playfair Display', serif; font-size: 50px; font-weight: 500; color: #EAD6AC; line-height: 1; margin-top: 18px; transition: color .45s; }
.drj-byc h3 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 500; color: #F4F7F9; margin: 12px 0 0; transition: color .45s; }
.drj-byc p { font-size: 17.5px; color: #C5D5DC; line-height: 1.8; margin-top: 16px; text-align: left; transition: color .45s; }
.drj-byc:hover { background: #FBFAF7; border-color: transparent; box-shadow: 0 26px 54px -24px rgba(0,0,0,.55), 0 0 0 1px rgba(200,169,110,.5); transform: translateY(-6px); }
.drj-byc:hover .bnum { color: #C8A96E; }
.drj-byc:hover h3 { color: #0C1E33; }
.drj-byc:hover p { color: #3A4A56; }

/* ============================================================
   v1.7 — EXPERTISE PAGE (drj-ex*) — all styling via el_class,
   page code stays 100% native WPBakery elements
   ============================================================ */

/* ---- Alternating specialty rows: vertical centering ---- */
.drj-exrow { display: flex !important; flex-wrap: wrap; align-items: center; }
.drj-exrow > .wpb_column { float: none !important; display: flex; }
.drj-exrow > .wpb_column > .vc_column-inner { display: flex; flex-direction: column; justify-content: center; width: 100%; }

/* ---- Specialty image (vc_single_image) ---- */
.drj-eximg { margin-bottom: 0 !important; }
.drj-eximg .vc_figure, .drj-eximg .vc_single_image-wrapper { display: block; width: 100%; }
.drj-eximg .vc_single_image-wrapper { position: relative; aspect-ratio: 1/1; border-radius: 20px; overflow: hidden; background: #0C1E33; box-shadow: 0 34px 68px -34px rgba(12,30,51,.6); }
.drj-eximg img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.drj-eximg:hover img { transform: scale(1.045); }
.drj-eximg .vc_single_image-wrapper::after { content: ''; position: absolute; inset: 0; border-radius: 20px; border: 1px solid rgba(200,169,110,.35); pointer-events: none; }
/* gold offset frame */
.drj-exframe { position: relative; }
.drj-exframe .vc_figure { position: relative; }
.drj-exframe .vc_figure::after { content: ''; position: absolute; top: 20px; left: -16px; right: 20px; bottom: -20px; border: 1px solid rgba(200,169,110,.55); border-radius: 24px; pointer-events: none; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.drj-exframe.alt .vc_figure::after { left: 20px; right: -16px; }
.drj-exframe:hover .vc_figure::after { transform: translate(5px, 5px); }
@media (max-width: 768px) { .drj-exframe .vc_figure::after { display: none; } }

/* ---- Specialty number chip (kicker line handles it as text) ---- */
.drj-exnum, .drj-exnum p { font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #C8A96E; margin: 0; }
.drj-exnum .n, .drj-exnum p .n { color: #1E5F9E; }

/* ---- Specialty description ---- */
.drj-exdesc p { font-size: 17px; color: #33414B; line-height: 1.85; text-align: left; margin-top: 0; }

/* ---- Procedure checklist (plain ul in vc_column_text) ---- */
.drj-proclist ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 12px 26px; }
.drj-proclist ul li { position: relative; padding: 13px 16px 13px 44px; font-size: 15.5px; font-weight: 500; color: #0C1E33; line-height: 1.5; background: rgba(200,169,110,.07); border: 1px solid rgba(200,169,110,.22); border-radius: 10px; transition: background .35s, border-color .35s, transform .35s, box-shadow .35s; }
.drj-proclist ul li::before { content: '✚'; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #C8A96E; font-size: 14px; font-weight: 700; transition: color .35s; }
.drj-proclist ul li:hover { background: #0C2A44; border-color: #0C2A44; color: #F4F7F9; transform: translateX(6px); box-shadow: 0 14px 30px -16px rgba(12,42,68,.6); }
.drj-proclist ul li:hover::before { color: #EAD6AC; }

/* ---- Learn-more link line (matches home drj-exp-l) ---- */
.drj-exlink a { display: inline-flex; align-items: center; gap: 8px; font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #1E5F9E; border-bottom: 2px solid rgba(30,95,158,.3); padding-bottom: 6px; transition: color .3s, border-color .3s, gap .3s; }
.drj-exlink a:hover { color: #0C1E33; border-color: #C8A96E; gap: 14px; }

/* ---- Dark intro band count strip reuse: .drj-stat works ---- */

/* ============================================================
   v1.8 — PIONEER WORK PAGE + HERO BREADCRUMB
   ============================================================ */

/* ---- Hero breadcrumb (Rank Math) ---- */
.drj-bcrumb, .drj-bcrumb p, .drj-bcrumb .rank-math-breadcrumb, .drj-bcrumb .rank-math-breadcrumb p { font-family: 'Space Mono', monospace; font-size: 10.5px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(159,183,192,.65); margin: 0 0 26px; }
.drj-bcrumb a { color: rgba(159,183,192,.65); text-decoration: none; transition: color .3s; }
.drj-bcrumb a:hover { color: #EAD6AC; }
.drj-bcrumb .separator { margin: 0 10px; color: rgba(200,169,110,.55); }
.drj-bcrumb .last { color: #C8A96E; }

/* ---- India-First flagship panels (on vc_column_inner) ---- */
.drj-pioflag > .vc_column-inner { position: relative; overflow: hidden; background: linear-gradient(150deg, #123A5E 0%, #0C2A44 55%, #0C1E33 100%); border: 1px solid rgba(200,169,110,.3); border-top: 3px solid #C8A96E; border-radius: 20px; padding: 52px 46px 46px !important; height: 100%; box-shadow: 0 34px 70px -38px rgba(12,30,51,.7); transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s; }
.drj-pioflag:hover > .vc_column-inner { transform: translateY(-7px); box-shadow: 0 46px 90px -42px rgba(12,30,51,.9), 0 0 0 1px rgba(200,169,110,.45); }
.drj-pioflag > .vc_column-inner::before { content: '1st'; position: absolute; top: -26px; right: 8px; font-family: 'Playfair Display', serif; font-size: 150px; font-weight: 700; font-style: italic; color: rgba(200,169,110,.07); line-height: 1; pointer-events: none; }
.drj-pioflag .drj-fbadge { background: none; padding: 0; margin: 0; position: relative; }
.drj-pioflag .drj-fbadge p, .drj-pioflag .drj-fbadge > .wpb_wrapper { display: inline-block; font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; color: #1A1405; background: linear-gradient(135deg, #EAD6AC, #C8A96E); padding: 8px 18px; border-radius: 999px; text-transform: uppercase; margin: 0; box-shadow: 0 8px 20px -8px rgba(200,169,110,.7); }
.drj-pioflag .drj-fbadge > .wpb_wrapper p { display: inline; background: none; padding: 0; box-shadow: none; }
.drj-pioflag h2, .drj-pioflag h3 { position: relative; }
.drj-pioflag .drj-fdesc, .drj-pioflag .drj-fdesc p { font-size: 16.5px; color: #D9E3E9; line-height: 1.8; text-align: left; margin-top: 0; position: relative; }

/* ---- Regional-first cards (on vc_column_inner, white → navy hover) ---- */
#regional-firsts { counter-reset: drjpg; }
.drj-piog { counter-increment: drjpg; }
.drj-piog > .vc_column-inner { position: relative; overflow: hidden; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 14px; padding: 38px 32px 34px !important; height: 100%; transition: background .45s, border-color .45s, box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1); }
.drj-piog:hover > .vc_column-inner { background: #0C2A44; border-color: #0C2A44; box-shadow: 0 26px 54px -28px rgba(12,42,68,.6); transform: translateY(-6px); }
.drj-piog > .vc_column-inner::before { content: '0' counter(drjpg); position: absolute; top: -16px; right: 12px; font-family: 'Playfair Display', serif; font-size: 96px; font-weight: 700; color: rgba(200,169,110,.12); line-height: 1; pointer-events: none; transition: color .45s; }
.drj-piog:hover > .vc_column-inner::before { color: rgba(200,169,110,.2); }
.drj-piog .drj-gbadge { border: none; padding: 0; margin: 0; position: relative; }
.drj-piog .drj-gbadge p, .drj-piog .drj-gbadge > .wpb_wrapper { display: inline-block; font-family: 'Space Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: 2px; color: #1E5F9E; border: 1px solid rgba(30,95,158,.4); border-radius: 999px; padding: 5px 13px; text-transform: uppercase; margin: 0; transition: color .45s, border-color .45s; }
.drj-piog .drj-gbadge > .wpb_wrapper p { display: inline; border: none; padding: 0; }
.drj-piog:hover .drj-gbadge p, .drj-piog:hover .drj-gbadge > .wpb_wrapper { color: #EAD6AC; border-color: rgba(200,169,110,.6); }
.drj-piog h3, .drj-piog h4 { transition: color .45s; position: relative; }
.drj-piog:hover h3, .drj-piog:hover h4 { color: #F4F7F9 !important; }
.drj-piog .drj-gdesc, .drj-piog .drj-gdesc p { font-size: 14.5px; color: #4A4A44; line-height: 1.7; text-align: left; margin-top: 0; transition: color .45s; position: relative; }
.drj-piog:hover .drj-gdesc, .drj-piog:hover .drj-gdesc p { color: #C5D5DC; }

/* ---- Ten-highlights legacy ledger ---- */
ol.drj-tenlist { list-style: none; counter-reset: drjten; padding: 0; margin: 0 auto; max-width: 940px; }
ol.drj-tenlist li { counter-increment: drjten; position: relative; padding: 26px 20px 26px 84px; border-bottom: 1px solid rgba(20,22,28,.13); font-size: 16px; color: #3A4A56; line-height: 1.75; transition: background .4s, transform .4s cubic-bezier(.16,1,.3,1), border-color .4s; }
ol.drj-tenlist li::before { content: counter(drjten, decimal-leading-zero); position: absolute; left: 12px; top: 24px; font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 600; color: #C8A96E; line-height: 1; }
ol.drj-tenlist li strong { display: block; font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 500; color: #0C1E33; line-height: 1.3; margin-bottom: 6px; }
ol.drj-tenlist li { border-radius: 12px; }
ol.drj-tenlist li::before { transition: color .4s; }
ol.drj-tenlist li strong { transition: color .4s; }
ol.drj-tenlist li:hover { background: #0C2A44; color: #C5D5DC; transform: translateX(10px); border-bottom-color: transparent; box-shadow: 0 22px 46px -24px rgba(12,42,68,.6); }
ol.drj-tenlist li:hover::before { color: #EAD6AC; }
ol.drj-tenlist li:hover strong { color: #F4F7F9; }
@media (max-width: 640px) { ol.drj-tenlist li { padding-left: 58px; } ol.drj-tenlist li::before { font-size: 22px; left: 6px; } }


/* ---- Auto breadcrumb bar (theme-emitted, all inner pages) ---- */
.drj-crumbbar { background: #0F1820; }
.drj-crumbbar .in { max-width: 1160px; margin: 0 auto; padding: 18px 48px 0; }
.drj-crumbbar .drj-bcrumb, .drj-crumbbar .drj-bcrumb p { margin: 0; }
@media (max-width: 768px) { .drj-crumbbar .in { padding: 14px 22px 0; } }

/* ---- Auto page hero (theme-rendered, v1.9.1) ---- */
.drj-pagehero { position: relative; overflow: hidden; padding: 46px max(44px, calc((100% - 1288px) / 2)) 74px; }
.drj-pagehero::before { content: ''; position: absolute; top: -160px; right: 8%; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(30,95,158,.35), transparent 65%); filter: blur(10px); pointer-events: none; animation: drjfloat 9s ease-in-out infinite alternate; }
.drj-pagehero .ph-in { position: relative; z-index: 1; }
.drj-pagehero .drj-bcrumb { margin-bottom: 40px; }
.drj-pagehero .drj-bcrumb p { margin: 0; }
.drj-pagehero .ph-title { font-family: 'Playfair Display', serif; font-size: clamp(46px, 6.4vw, 80px); font-weight: 500; color: #F4F7F9; line-height: 1.04; letter-spacing: -1px; margin: 0; }
.drj-pagehero .ph-rule { width: 72px; height: 2px; background: #C8A96E; margin-top: 30px; position: relative; overflow: hidden; }
.drj-pagehero .ph-rule::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent); transform: translateX(-110%); animation: drjshimmer 3.4s ease-in-out infinite; }
.drj-pagehero .ph-sub { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(18px, 2.1vw, 23px); color: #C5D5DC; line-height: 1.55; margin: 24px 0 0; max-width: 780px; }
.drj-pagehero .ph-ecg { max-width: 380px; margin: 38px 0 0; }
@media (max-width: 768px) { .drj-pagehero { padding: 28px 20px 54px; } .drj-pagehero .drj-bcrumb { margin-bottom: 26px; } }

/* ============================================================
   v1.9.2 — AWARDS & RECOGNITION PAGE
   ============================================================ */

/* Times flagship: pioflag variant with 2025 ghost + trophy */
.drj-pioflag.times > .vc_column-inner::before { content: '2025'; font-style: normal; font-size: 170px; }
.drj-pioflag.times > .vc_column-inner { padding: 58px 54px 52px !important; }

/* Glass recognition cards on navy band (columns) */
.drj-glassc > .vc_column-inner { position: relative; overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid rgba(197,213,220,.16); border-radius: 16px; padding: 40px 38px 36px !important; height: 100%; transition: background .45s, border-color .45s, box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1); }
.drj-glassc:hover > .vc_column-inner { background: #FBFAF7; border-color: transparent; box-shadow: 0 26px 54px -24px rgba(0,0,0,.55), 0 0 0 1px rgba(200,169,110,.5); transform: translateY(-6px); }
.drj-glassc .drj-grank, .drj-glassc .drj-grank p { font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 500; color: #EAD6AC; line-height: 1; margin: 0; transition: color .45s; }
.drj-glassc:hover .drj-grank, .drj-glassc:hover .drj-grank p { color: #C8A96E; }
.drj-glassc h3, .drj-glassc h4 { transition: color .45s; }
.drj-glassc:hover h3, .drj-glassc:hover h4 { color: #0C1E33 !important; }
.drj-glassc .drj-gorg, .drj-glassc .drj-gorg p { font-family: 'Space Mono', monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: #C8A96E; margin: 0; transition: color .45s; }
.drj-glassc:hover .drj-gorg, .drj-glassc:hover .drj-gorg p { color: #8A6D3B; }
.drj-glassc .drj-gtxt, .drj-glassc .drj-gtxt p { font-size: 15px; color: #C5D5DC; line-height: 1.75; text-align: left; margin: 0; transition: color .45s; }
.drj-glassc:hover .drj-gtxt, .drj-glassc:hover .drj-gtxt p { color: #3A4A56; }

/* ---- v1.9.3: ACTIVE badge on piog cards (Research page) ---- */
.drj-piog .jbadge { display: inline-flex; align-items: center; gap: 8px; font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #1B6B44; text-transform: uppercase; margin-bottom: 12px; }
.drj-piog .jbadge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #2FA96C; box-shadow: 0 0 10px #2FA96C; animation: drjglow 1.4s ease-in-out infinite; }
.drj-piog:hover .jbadge { color: #8CD6A8; }

/* ============================================================
   v1.10 — EPIC HOSPITAL PAGE (drj-ep*)
   ============================================================ */

/* ---- Specialty cards (icon slot + name + services) ---- */
.drj-spc > .vc_column-inner { position: relative; overflow: hidden; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 14px; padding: 30px 24px 26px !important; height: 100%; text-align: center; transition: background .45s, border-color .45s, box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1); }
.drj-spc:hover > .vc_column-inner { background: #0C2A44; border-color: #0C2A44; box-shadow: 0 24px 50px -26px rgba(12,42,68,.55); transform: translateY(-6px); }
.drj-spc .drj-spico, .drj-spc .drj-spico p { font-size: 34px; line-height: 1; margin: 0; }
.drj-spc .drj-spico svg { width: 40px; height: 40px; stroke: #C8A96E; fill: none; transition: stroke .45s; display: block; }
.drj-spc:hover .drj-spico svg { stroke: #EAD6AC; }
.drj-spc .drj-spico { width: 76px; height: 76px; margin: 0 auto !important; display: flex; align-items: center; justify-content: center; border: 1.5px solid rgba(200,169,110,.5); border-radius: 50%; background: rgba(200,169,110,.08); transition: border-color .45s, background .45s, transform .5s; }
.drj-spc:hover .drj-spico { border-color: #EAD6AC; background: rgba(200,169,110,.15); transform: scale(1.08); }
/* icon can be replaced by an image: */
.drj-spc .drj-spico img, .drj-spc .wpb_single_image.drj-spico img { width: 42px !important; height: 42px !important; object-fit: contain; }
.drj-spc .wpb_single_image.drj-spico { width: 76px; height: 76px; margin: 0 auto !important; display: flex; align-items: center; justify-content: center; border: 1.5px solid rgba(200,169,110,.5); border-radius: 50%; background: rgba(200,169,110,.08); }
.drj-spc h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: #0C1E33; line-height: 1.25; margin: 18px 0 0; transition: color .45s; }
.drj-spc:hover h4 { color: #F4F7F9 !important; }
.drj-spc .drj-spsvc, .drj-spc .drj-spsvc p { font-size: 13px; color: #6E7480; line-height: 1.6; margin: 10px 0 0; transition: color .45s; }
.drj-spc:hover .drj-spsvc, .drj-spc:hover .drj-spsvc p { color: #C5D5DC; }

/* ---- Hospital photo treatment ---- */
.drj-epimg { margin-bottom: 0 !important; }
.drj-epimg .vc_single_image-wrapper { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 3 / 2; box-shadow: 0 40px 80px -40px rgba(12,30,51,.55); }
.drj-epimg img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.drj-epimg:hover img { transform: scale(1.035); }
.drj-epimg .vc_single_image-wrapper::after { content: ''; position: absolute; inset: 0; border-radius: 20px; border: 1px solid rgba(200,169,110,.35); pointer-events: none; }

/* ---- 24x7 strip ---- */
.drj-247, .drj-247 p { font-family: 'Space Mono', monospace; font-size: 13px; font-weight: 700; letter-spacing: 2px; color: #EAD6AC; text-transform: uppercase; text-align: center; margin: 0; line-height: 2.2; }

/* ============================================================
   v1.11 — TREATMENT PAGES: FAQ accordion (native <details>)
   ============================================================ */
.drj-faq details { background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 12px; margin-bottom: 14px; overflow: hidden; transition: box-shadow .35s, border-color .35s; }
.drj-faq details[open] { border-color: rgba(200,169,110,.55); box-shadow: 0 18px 40px -24px rgba(12,30,51,.35); }
.drj-faq summary { list-style: none; cursor: pointer; padding: 22px 56px 22px 26px; font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 500; color: #0C1E33; line-height: 1.4; position: relative; transition: color .3s; }
.drj-faq summary::-webkit-details-marker { display: none; }
.drj-faq summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-family: 'Space Mono', monospace; font-size: 22px; color: #C8A96E; transition: transform .35s; }
.drj-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.drj-faq details[open] summary { color: #1E5F9E; }
.drj-faq details p { padding: 0 26px 22px; font-size: 15.5px; color: #3A4A56; line-height: 1.75; margin: 0; text-align: left; }
.drj-faq summary:hover { color: #1E5F9E; }


/* ============================================================
   v1.12 — DESKTOP DROPDOWN SUBMENUS + STICKY TOPBAR
   ============================================================ */
.drj-nav-links .drj-nav-item { position: relative; display: inline-flex; }
.drj-nav-links .drj-nav-item > a .drj-caret { display: inline-block; margin-left: 6px; font-size: 8px; color: #C8A96E; transition: transform .3s; vertical-align: middle; }
.drj-nav-links .drj-nav-item:hover > a .drj-caret { transform: rotate(180deg); }
.drj-sub {
	position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
	min-width: 288px; padding: 8px;
	background: linear-gradient(180deg, #123A5E, #0C1E33 60%); border: 1px solid rgba(200,169,110,.35); border-top: 2px solid #C8A96E;
	border-radius: 14px; box-shadow: 0 34px 70px -28px rgba(12,30,51,.85);
	opacity: 0; visibility: hidden; transform: translateX(-50%) translateY(8px);
	transition: opacity .3s, transform .3s, visibility .3s;
	z-index: 950; list-style: none; margin: 0;
}
.drj-nav-links .drj-nav-item:hover > .drj-sub,
.drj-nav-links .drj-nav-item:focus-within > .drj-sub {
	opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.drj-sub::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.drj-sub li { margin: 0; position: relative; }
.drj-sub li + li { border-top: 1px solid rgba(200,169,110,.1); }
.drj-sub li a {
	display: flex; align-items: center; gap: 12px; position: relative;
	padding: 14px 18px 14px 16px; border-radius: 9px;
	font-family: var(--drj-font-mono); font-size: 11.5px; font-weight: 700;
	letter-spacing: 1.3px; text-transform: uppercase; color: #C5D5DC !important;
	white-space: nowrap; text-align: left; transition: background .3s, color .3s, padding .3s;
}
.drj-sub li a::before {
	content: ''; flex-shrink: 0; width: 7px; height: 7px; border-radius: 50%;
	background: rgba(200,169,110,.35); transition: background .3s, box-shadow .3s, transform .3s;
}
.drj-sub li a::after {
	content: '\2192'; margin-left: auto; font-family: 'DM Sans', sans-serif; font-size: 15px;
	color: #C8A96E; opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .3s;
}
.drj-sub li a:hover {
	background: rgba(200,169,110,.12); color: #EAD6AC !important; padding-left: 20px;
}
.drj-sub li a:hover::before { background: #EAD6AC; box-shadow: 0 0 10px rgba(234,214,172,.8); transform: scale(1.15); }
.drj-sub li a:hover::after { opacity: 1; transform: translateX(0); }

/* ---- Active page highlight ---- */
.drj-nav-links > a.active,
.drj-nav-links .drj-nav-item.active > a { color: #1E5F9E; }
.drj-nav-links > a.active::after,
.drj-nav-links .drj-nav-item.active > a::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
	background: #C8A96E; border-radius: 2px;
}
.drj-nav-links > a, .drj-nav-links .drj-nav-item > a { position: relative; }
.drj-sub li a.active { background: rgba(200,169,110,.14); color: #EAD6AC !important; }
.drj-sub li a.active::before { background: #EAD6AC; box-shadow: 0 0 10px rgba(234,214,172,.8); }
/* mobile active */
.drj-drawer a.active { color: #EAD6AC !important; }
.drj-drawer .drj-sub-m a.active { color: #EAD6AC !important; }

/* Mobile drawer: indented sub-items */
.drj-drawer .drj-sub-m { padding-left: 18px; border-left: 1px solid rgba(200,169,110,.35); margin: 4px 0 8px 8px; }
.drj-drawer .drj-sub-m a { font-size: 13px; opacity: .85; }

/* ============================================================
   v1.13 — HEALTH TALKS VIDEO CARDS
   ============================================================ */
.drj-vidc > .vc_column-inner { background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 16px; padding: 14px 14px 22px !important; height: 100%; transition: box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1), border-color .45s; }
.drj-vidc:hover > .vc_column-inner { transform: translateY(-6px); border-color: rgba(200,169,110,.5); box-shadow: 0 30px 60px -30px rgba(12,30,51,.45); }
.drj-vidc .wpb_video_widget { margin-bottom: 0 !important; }
.drj-vidc .wpb_video_wrapper { border-radius: 11px; overflow: hidden; background: #0C1E33; position: relative; padding-top: 56.25%; }
.drj-vidc .wpb_video_wrapper iframe { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
.drj-vidc h4 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 500; color: #0C1E33; line-height: 1.35; margin: 16px 6px 0; transition: color .35s; }
.drj-vidc:hover h4 { color: #1E5F9E; }
.drj-vidc .drj-vidm, .drj-vidc .drj-vidm p { font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #C8A96E; margin: 10px 6px 0; }
.drj-vidc .drj-vidm .lang { color: #1E5F9E; border: 1px solid rgba(30,95,158,.4); border-radius: 999px; padding: 2px 10px; margin-left: 8px; }

/* ============================================================
   v1.14 — BLOG: single post editorial body + directory cards
   ============================================================ */

/* ---- Post hero (extends pagehero; adds category + byline + featured img) ---- */
.drj-posthero .drj-pcat, .drj-posthero .drj-pcat a { font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #C8A96E; text-decoration: none; }
.drj-posthero .drj-pcat a:hover { color: #EAD6AC; }
.drj-posthero .ph-title { max-width: 900px; }
.drj-posthero .ph-title em { color: #EAD6AC; font-style: italic; }
.drj-posthero .drj-pmeta { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: 1px; color: #9FB7C0; margin-top: 18px; }
.drj-postfeat { max-width: 1000px; margin: -60px auto 0; padding: 0 24px; position: relative; z-index: 5; }
.drj-postfeat .in { border-radius: 18px; overflow: hidden; box-shadow: 0 44px 90px -44px rgba(12,30,51,.7); border: 1px solid rgba(200,169,110,.25); }
.drj-postfeat img { width: 100%; height: auto; display: block; }
@media (max-width: 768px) { .drj-postfeat { margin-top: -30px; } }

/* ---- Post body: editorial typography ---- */
.drj-postwrap { max-width: 760px; margin: 0 auto; padding: 72px 24px 40px; }
.drj-postbody { font-size: 17px; line-height: 1.85; color: #2A343C; }
.drj-postbody > p { margin: 0 0 22px; }
.drj-postbody > p:first-of-type::first-letter { font-family: 'Playfair Display', serif; font-size: 66px; font-weight: 600; color: #1E5F9E; float: left; line-height: .8; margin: 8px 14px 0 0; }
.drj-postbody h2 { font-family: 'Playfair Display', serif; font-size: 31px; font-weight: 500; color: #0C1E33; line-height: 1.25; margin: 52px 0 8px; padding-bottom: 14px; position: relative; }
.drj-postbody h2::after { content: ''; position: absolute; left: 0; bottom: 0; width: 48px; height: 2px; background: #C8A96E; }
.drj-postbody h3 { font-family: 'Playfair Display', serif; font-size: 23px; font-weight: 500; color: #0C1E33; margin: 38px 0 6px; }
.drj-postbody h4 { font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700; color: #0C1E33; margin: 26px 0 6px; }
.drj-postbody a { color: #1E5F9E; text-decoration: underline; text-underline-offset: 3px; }
.drj-postbody strong { color: #0C1E33; }
.drj-postbody ul, .drj-postbody ol { margin: 0 0 22px; padding: 0; list-style: none; }
.drj-postbody ul li, .drj-postbody ol li { position: relative; padding: 0 0 12px 30px; }
.drj-postbody ul li::before { content: ''; position: absolute; left: 4px; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: #C8A96E; }
.drj-postbody ol { counter-reset: pli; }
.drj-postbody ol li { counter-increment: pli; }
.drj-postbody ol li::before { content: counter(pli); position: absolute; left: 0; top: 0; font-family: 'Space Mono', monospace; font-size: 13px; font-weight: 700; color: #C8A96E; }
.drj-postbody blockquote { margin: 30px 0; padding: 8px 0 8px 28px; border-left: 3px solid #C8A96E; font-family: 'Playfair Display', serif; font-style: italic; font-size: 22px; line-height: 1.5; color: #0C1E33; }
.drj-postbody img { max-width: 100%; height: auto; border-radius: 12px; margin: 30px 0; }
.drj-postbody hr { border: none; border-top: 1px solid rgba(20,22,28,.12); margin: 40px 0; }

/* ---- Author bio box ---- */
.drj-postauthor { max-width: 760px; margin: 12px auto 0; padding: 0 24px; }
.drj-postauthor .in { display: flex; gap: 22px; align-items: flex-start; background: #F4F1EA; border: 1px solid rgba(200,169,110,.3); border-left: 3px solid #C8A96E; border-radius: 14px; padding: 28px 30px; }
.drj-postauthor img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top center; flex-shrink: 0; border: 2px solid #C8A96E; }
.drj-postauthor .nm { font-family: 'Playfair Display', serif; font-size: 20px; color: #0C1E33; }
.drj-postauthor .bio { font-size: 14px; color: #4A4A44; line-height: 1.7; margin-top: 6px; }
@media (max-width: 560px) { .drj-postauthor .in { flex-direction: column; gap: 14px; } }

/* ---- Post CTA + disclaimer ---- */
.drj-postcta { max-width: 760px; margin: 40px auto 0; padding: 0 24px; }
.drj-postdisc { max-width: 760px; margin: 30px auto 0; padding: 0 24px 80px; }
.drj-postdisc p { font-size: 12.5px; color: #8A8A82; line-height: 1.6; text-align: center; font-style: italic; margin: 0; }

/* ---- Blog directory: image cards ---- */
.drj-bloggrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 30px; }
.drj-blogcard { display: flex; flex-direction: column; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 16px; overflow: hidden; transition: box-shadow .45s, transform .5s cubic-bezier(.16,1,.3,1), border-color .45s; }
.drj-blogcard:hover { transform: translateY(-7px); border-color: rgba(200,169,110,.5); box-shadow: 0 34px 68px -34px rgba(12,30,51,.45); }
.drj-blogcard .thumb { display: block; aspect-ratio: 16/10; overflow: hidden; background: #0C1E33; }
.drj-blogcard .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.16,1,.3,1); }
.drj-blogcard:hover .thumb img { transform: scale(1.06); }
.drj-blogcard .thumb.noimg { display: flex; align-items: center; justify-content: center; }
.drj-blogcard .thumb.noimg::after { content: '\2665'; font-size: 44px; color: rgba(200,169,110,.4); }
.drj-blogcard .body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.drj-blogcard .cat { font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #C8A96E; }
.drj-blogcard h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 500; color: #0C1E33; line-height: 1.3; margin: 12px 0 0; transition: color .35s; }
.drj-blogcard:hover h3 { color: #1E5F9E; }
.drj-blogcard .exc { font-size: 14.5px; color: #4A4A44; line-height: 1.65; margin: 12px 0 0; }
.drj-blogcard .meta { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .5px; color: #8A8A82; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(20,22,28,.1); }
.drj-blogcard a.cover { position: absolute; inset: 0; }

/* ---- Pagination ---- */
.drj-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 56px; flex-wrap: wrap; }
.drj-pagination a, .drj-pagination span { font-family: 'Space Mono', monospace; font-size: 13px; font-weight: 700; color: #0C1E33; padding: 10px 16px; border: 1px solid rgba(20,22,28,.15); border-radius: 8px; text-decoration: none; transition: all .3s; }
.drj-pagination a:hover { border-color: #C8A96E; color: #1E5F9E; }
.drj-pagination .current { background: #0C1E33; color: #F4F7F9; border-color: #0C1E33; }

/* ============================================================
   v1.15 — TREATMENT PAGES: image-forward hero + interactive
   ============================================================ */
/* Split hero with anatomical image */
.drj-txhero { align-items: center; }
.drj-txhero .drj-txhero-img { margin-bottom: 0 !important; }
.drj-txhero .drj-txhero-img .vc_single_image-wrapper { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 1/1; background: #0C1E33; box-shadow: 0 40px 80px -40px rgba(12,30,51,.6); }
.drj-txhero .drj-txhero-img img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform 1.3s cubic-bezier(.16,1,.3,1); }
.drj-txhero .drj-txhero-img:hover img { transform: scale(1.05); }
.drj-txhero .drj-txhero-img .vc_single_image-wrapper::after { content: ''; position: absolute; inset: 0; border-radius: 22px; border: 1px solid rgba(200,169,110,.4); pointer-events: none; }
/* floating stat chips over image */
.drj-txchip, .drj-txchip p { display: inline-flex; align-items: baseline; gap: 8px; font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #C8A96E; background: rgba(12,30,51,.06); border: 1px solid rgba(200,169,110,.35); border-radius: 999px; padding: 8px 18px; margin: 0 8px 8px 0; }
.drj-txchip b { font-family: 'Playfair Display', serif; font-size: 20px; color: #1E5F9E; }

/* Symptom chips (indications) — interactive */
.drj-symptoms ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; max-width: 940px; margin: 0 auto; }
.drj-symptoms ul li { position: relative; padding: 15px 26px 15px 46px; font-size: 15px; font-weight: 500; color: #0C1E33; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-radius: 12px; transition: background .35s, border-color .35s, transform .35s, box-shadow .35s, color .35s; cursor: default; }
.drj-symptoms ul li::before { content: '\2295'; position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #C8A96E; font-size: 17px; transition: color .35s, transform .35s; }
.drj-symptoms ul li:hover { background: #0C2A44; border-color: #0C2A44; color: #F4F7F9; transform: translateY(-4px); box-shadow: 0 18px 36px -18px rgba(12,42,68,.6); }
.drj-symptoms ul li:hover::before { color: #EAD6AC; transform: translateY(-50%) rotate(90deg); }
.drj-txchips { display: flex; flex-wrap: wrap; gap: 10px; }

/* ============================================================
   v1.16 — EXPERTISE SHOWCASE (drj-xp) — "the sexy one"
   ============================================================ */
.drj-xpsec { position: relative; overflow: hidden; }
.drj-xpsec.dark { background: linear-gradient(155deg, #123A5E 0%, #0C1E33 55%, #0A1626 100%); }
.drj-xpsec.light { background: #F5F1E8; }
.drj-xpsec.white { background: #FFFFFF; }
/* faint giant ECG texture on dark */
.drj-xpsec.dark::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 20%, rgba(30,95,158,.25), transparent 45%); pointer-events: none; }

.drj-xprow { display: flex !important; flex-wrap: wrap; align-items: center; }
.drj-xprow > .wpb_column { float: none; }

/* ---- Image column ---- */
.drj-xpimgcol > .vc_column-inner { position: relative; }
.drj-xpimgcol > .vc_column-inner::before { content: ''; position: absolute; z-index: 0; width: 82%; padding-bottom: 82%; border-radius: 50%; top: 6%; left: 8%; background: radial-gradient(circle, rgba(30,95,158,.4), transparent 68%); filter: blur(28px); pointer-events: none; }
.drj-xpsec.light .drj-xpimgcol > .vc_column-inner::before, .drj-xpsec.white .drj-xpimgcol > .vc_column-inner::before { background: radial-gradient(circle, rgba(200,169,110,.22), transparent 66%); }
.drj-xpimg { position: relative; z-index: 1; margin-bottom: 0 !important; }
.drj-xpimg .vc_figure { position: relative; margin: 0; }
.drj-xpimg .vc_single_image-wrapper { position: relative; display: block; border-radius: 26px; overflow: hidden; aspect-ratio: 4/5; background: #0C1E33; box-shadow: 0 50px 100px -44px rgba(0,0,0,.65); }
.drj-xpimg img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform 1.4s cubic-bezier(.16,1,.3,1); }
.drj-xpimg:hover img { transform: scale(1.06); }
.drj-xpimg .vc_figure::after { content: ''; position: absolute; inset: 0; border-radius: 26px; pointer-events: none; border: 1px solid rgba(200,169,110,.6); transform: translate(20px, 20px); transition: transform .7s cubic-bezier(.16,1,.3,1); }
.drj-xpimg:hover .vc_figure::after { transform: translate(11px, 11px); }
/* floating credential badge */
.drj-xpchip { position: absolute; z-index: 4; top: 22px; left: 22px; margin: 0 !important; }
.drj-xpchip p { display: inline-block; margin: 0; font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #1A1405; background: linear-gradient(135deg, #EAD6AC, #C8A96E); padding: 9px 18px; border-radius: 999px; box-shadow: 0 14px 30px -10px rgba(200,169,110,.85); }

/* ---- Content column ---- */
.drj-xptext > .vc_column-inner { position: relative; z-index: 2; }
.drj-xpnum { margin: 0 !important; line-height: .8; }
.drj-xpnum p { margin: 0 0 -14px; font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(84px, 11vw, 158px); line-height: .8; color: transparent; -webkit-text-stroke: 1.6px rgba(200,169,110,.5); }
.drj-xpsec.dark .drj-xpnum p { -webkit-text-stroke-color: rgba(234,214,172,.42); }
.drj-xpkick { margin-top: 4px !important; }
.drj-xpkick, .drj-xpkick p { font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #C8A96E; margin: 0; }
.drj-xptitle { margin-top: 8px; }
.drj-xptitle h2 { font-family: 'Playfair Display', serif; font-weight: 500; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.08; color: #0C1E33; margin: 0; }
.drj-xptitle em { font-style: italic; color: #C8A96E; }
.drj-xpsec.dark .drj-xptitle h2 { color: #F4F7F9; }
.drj-xpsec.dark .drj-xptitle em { color: #EAD6AC; }
.drj-xpdesc { margin-top: 18px; }
.drj-xpdesc p { font-size: 17px; line-height: 1.8; color: #3A4A56; margin: 0; max-width: 560px; }
.drj-xpsec.dark .drj-xpdesc p { color: #C5D5DC; }
.drj-xptags { margin-top: 24px; }
.drj-xptags ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.drj-xptags li { font-family: 'Space Mono', monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #1E5F9E; border: 1px solid rgba(30,95,158,.35); border-radius: 999px; padding: 8px 16px; transition: all .3s; }
.drj-xptags li:hover { background: rgba(200,169,110,.12); border-color: #C8A96E; color: #0C1E33; }
.drj-xpsec.dark .drj-xptags li { color: #EAD6AC; border-color: rgba(200,169,110,.4); }
.drj-xpsec.dark .drj-xptags li:hover { background: rgba(200,169,110,.15); color: #FFFFFF; }
.drj-xplink { margin-top: 28px; }
.drj-xplink a { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #0C1E33; border-bottom: 2px solid rgba(200,169,110,.5); padding-bottom: 8px; transition: gap .3s, color .3s, border-color .3s; }
.drj-xplink a::after { content: '\2192'; font-family: 'DM Sans', sans-serif; font-size: 16px; color: #C8A96E; }
.drj-xplink a:hover { gap: 18px; color: #1E5F9E; border-color: #C8A96E; }
.drj-xpsec.dark .drj-xplink a { color: #F4F7F9; }
.drj-xpsec.dark .drj-xplink a:hover { color: #EAD6AC; }

@media (min-width: 993px) {
	.drj-xprow.imgleft .drj-xptext > .vc_column-inner { padding-left: 46px; }
	.drj-xprow.imgright .drj-xptext > .vc_column-inner { padding-right: 46px; }
}
@media (max-width: 992px) {
	.drj-xpimg .vc_single_image-wrapper { aspect-ratio: 16/11; }
	.drj-xpimg .vc_figure::after { display: none; }
	.drj-xpnum p { font-size: 90px; }
}

/* ---- Intro statement ---- */
.drj-xpintro-h h2 { font-family: 'Playfair Display', serif; font-weight: 500; font-size: clamp(38px, 5.2vw, 66px); line-height: 1.06; color: #0C1E33; margin: 0; }
.drj-xpintro-h em { font-style: italic; color: #C8A96E; }

/* ============================================================
   v1.17 — AWARD PHOTO GALLERY (masonry) + LIGHTBOX + LOUD ACTIVE
   ============================================================ */
/* Uniform 4-per-row FRAMED grid — equal gaps, matted photographs */
.drj-galgrid { display: flex !important; flex-wrap: wrap; justify-content: center; align-items: stretch; }
.drj-galgrid > .wpb_column { width: 25%; padding: 13px !important; margin: 0 !important; box-sizing: border-box; }
.drj-galcol > .vc_column-inner { padding: 0 !important; }
.drj-galimg { margin: 0 !important; cursor: zoom-in; }
.drj-galimg .vc_figure { margin: 0; display: block; }
/* the frame + mat */
.drj-galimg .vc_single_image-wrapper { position: relative; display: block; background: linear-gradient(#FFFFFF, #FBF9F4); padding: 11px; border: 1px solid rgba(200,169,110,.45); border-radius: 3px; box-shadow: 0 16px 34px -20px rgba(12,30,51,.4); transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s, border-color .5s; }
.drj-galimg:hover .vc_single_image-wrapper { transform: translateY(-7px); border-color: #C8A96E; box-shadow: 0 34px 60px -26px rgba(12,30,51,.6), 0 0 0 1px rgba(200,169,110,.5); }
/* uniform square photo */
.drj-galimg img { width: 100% !important; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; display: block; border-radius: 1px; }
/* crisp inner frame line around the photo */
.drj-galimg .vc_single_image-wrapper::after { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(20,22,28,.14); pointer-events: none; z-index: 2; }
/* magnify badge on hover */
.drj-galimg .vc_single_image-wrapper::before { content: '\2922'; position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(.5); width: 48px; height: 48px; line-height: 46px; text-align: center; font-size: 19px; color: #0C1E33; background: linear-gradient(135deg, #EAD6AC, #C8A96E); border-radius: 50%; opacity: 0; transition: opacity .4s, transform .4s; pointer-events: none; box-shadow: 0 12px 26px -8px rgba(200,169,110,.8); }
.drj-galimg:hover .vc_single_image-wrapper::before { opacity: 1; transform: translate(-50%,-50%) scale(1); }
@media (max-width: 900px) { .drj-galgrid > .wpb_column { width: 50%; padding: 9px !important; } }
@media (max-width: 480px) { .drj-galgrid > .wpb_column { width: 100%; } }

/* ---- Lightbox ---- */
.drj-lightbox { position: fixed; inset: 0; background: rgba(8,16,26,.95); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 40px; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.drj-lightbox.open { opacity: 1; visibility: visible; }
.drj-lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 50px 120px rgba(0,0,0,.7); border: 1px solid rgba(200,169,110,.45); }
.drj-lb-close { position: absolute; top: 22px; right: 34px; color: #EAD6AC; font-size: 42px; line-height: 1; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: transform .3s, color .3s; }
.drj-lb-close:hover { color: #FFFFFF; transform: rotate(90deg); }
.drj-lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(200,169,110,.5); color: #EAD6AC; background: rgba(12,30,51,.6); font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .3s, border-color .3s; }
.drj-lb-nav:hover { background: rgba(200,169,110,.2); border-color: #C8A96E; }
.drj-lb-prev { left: 30px; } .drj-lb-next { right: 30px; }
@media (max-width: 640px) { .drj-lb-nav { display: none; } }

/* ============================================================
   LOUD ACTIVE — reverse-color filled pill (overrides v1.15)
   ============================================================ */
.drj-nav-links > a, .drj-nav-links .drj-nav-item > a { padding: 9px 15px; border-radius: 9px; transition: background .3s, color .3s; }
/* kill the old underline treatment */
.drj-nav-links > a.active::after,
.drj-nav-links .drj-nav-item.active > a::after { display: none !important; }
/* filled pill */
.drj-nav-links > a.active,
.drj-nav-links .drj-nav-item.active > a {
	background: #0C1E33 !important; color: #F5F2EC !important;
	box-shadow: 0 10px 24px -10px rgba(12,30,51,.6);
}
.drj-nav-links .drj-nav-item.active > a .drj-caret { color: #EAD6AC; }
/* dropdown active child — loud gold fill */
.drj-sub li a.active { background: linear-gradient(135deg, #EAD6AC, #C8A96E) !important; color: #0C1E33 !important; }
.drj-sub li a.active::before { background: #0C1E33 !important; box-shadow: none !important; }
.drj-sub li a.active::after { opacity: 1; transform: none; color: #0C1E33; }
/* mobile drawer active — filled */
.drj-drawer a.active { background: #C8A96E !important; color: #0C1E33 !important; border-radius: 8px; padding: 8px 12px; }


/* ============================================================
   GLOBAL — 20px column gap + BULLETPROOF content containment
   ============================================================ */
/* (1) 20px gap on the OUTER column (.wpb_column) so each card's own
   inner padding (.vc_column-inner) is never touched. 10px each side +
   -10px row pullback = exactly 20px between card boxes, edges aligned. */
.vc_row.drjS .vc_row.vc_inner { margin-left: -10px !important; margin-right: -10px !important; }
.vc_row.vc_inner > .wpb_column { padding-left: 10px !important; padding-right: 10px !important; }

/* (2) SAFETY NET — no matter what happens to the row (stretched, full-width,
   overridden gutter, cache, anything), the CONTENT of every boxed section is
   hard-capped at 1288px and centered. It physically cannot run edge-to-edge. */
.vc_row.drjS > .wpb_column > .vc_column-inner > .wpb_wrapper {
	max-width: 1288px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}
.vc_row.drjS.narrow > .wpb_column > .vc_column-inner > .wpb_wrapper { max-width: 1028px !important; }
.vc_row.drjS.wide > .wpb_column > .vc_column-inner > .wpb_wrapper { max-width: 1528px !important; }
/* guarantee a minimum side breathing space at every width */
.vc_row.drjS > .wpb_column > .vc_column-inner { padding-left: 20px !important; padding-right: 20px !important; }


/* ============================================================
   v1.18 — WHY PATIENTS CHOOSE EPIC — refined cards
   ============================================================ */
.drj-whyc > .vc_column-inner { position: relative; background: #FFFFFF; border: 1px solid rgba(20,22,28,.1); border-top: 3px solid #C8A96E; border-radius: 14px; padding: 34px 28px 30px !important; height: 100%; transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .45s, border-color .45s; }
.drj-whyc:hover > .vc_column-inner { transform: translateY(-7px); box-shadow: 0 30px 60px -30px rgba(12,30,51,.45); }
.drj-whyc .whyico { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border: 1.5px solid rgba(200,169,110,.5); border-radius: 50%; background: rgba(200,169,110,.08); margin: 0 0 18px !important; transition: background .45s, transform .5s; }
.drj-whyc:hover .whyico { background: rgba(200,169,110,.16); transform: scale(1.06); }
.drj-whyc .whyico svg { width: 30px; height: 30px; stroke: #C8A96E; fill: none; }
.drj-whyc .whynum, .drj-whyc .whynum p { font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; color: #C8A96E; margin: 0; }
.drj-whyc h4 { font-family: 'Playfair Display', serif; font-size: 23px; font-weight: 500; color: #0C1E33; line-height: 1.25; margin: 8px 0 0; }
.drj-whyc .whydesc, .drj-whyc .whydesc p { font-size: 15px; color: #4A4A44; line-height: 1.7; margin: 12px 0 0; }
