/* ══════════════════════════════════════════════════════
   LUXURY DESIGN SYSTEM  –  Δρ. Ανδρουλής
   header · footer · homepage · single pages
══════════════════════════════════════════════════════ */


/* ══════════════════════════════════════
   HEADER — fixed + transparent over hero
══════════════════════════════════════ */

header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
}

header,
header::before,
header::after,
header .main-header,
section.main-header,
.main-header,
.main-header::before,
.main-header::after,
.main-header.scrolled {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.main-header .main-header-bg,
.main-header-bg {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Other pages: clean white */
.main-header.theme-header-white-bg {
  background: #ffffff !important;
  box-shadow: 0 2px 16px rgba(0,33,102,0.08) !important;
  border-bottom: 1px solid rgba(0,33,102,0.06) !important;
}

.main-header.theme-header-white-bg.scrolled {
  background: #ffffff !important;
  backdrop-filter: none !important;
}

/* Nav links: white on hero, navy on white pages */
.main-header:not(.theme-header-white-bg) .menu-item a,
.main-header:not(.theme-header-white-bg) .menu-item > a {
  color: rgba(255,255,255,0.90) !important;
}

.main-header:not(.theme-header-white-bg) .menu-item:hover > a,
.main-header:not(.theme-header-white-bg) .current-menu-item > a,
.main-header:not(.theme-header-white-bg) .current-menu-ancestor > a {
  color: #D4A843 !important;
}

.main-header.theme-header-white-bg .menu-item a,
.main-header.theme-header-white-bg .menu-item > a {
  color: #002166 !important;
}

.main-header.theme-header-white-bg .menu-item:hover > a,
.main-header.theme-header-white-bg .current-menu-item > a {
  color: #A8781E !important;
}

/* Dropdown submenus */
.main-header:not(.theme-header-white-bg) .sub-menu {
  background: rgba(0,21,66,0.97) !important;
  border: 1px solid rgba(168,120,30,0.25) !important;
  border-radius: 10px !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35) !important;
}

.main-header:not(.theme-header-white-bg) .sub-menu .menu-item a {
  color: rgba(255,255,255,0.85) !important;
}

.main-header:not(.theme-header-white-bg) .sub-menu .menu-item:hover a {
  color: #D4A843 !important;
}

/* "Δεύτερη Γνώμη" button → gold */
.main-header .btn-type-two {
  background: linear-gradient(135deg,#A8781E,#D4A843) !important;
  border: none !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 16px rgba(168,120,30,0.30) !important;
  transition: filter 0.25s, transform 0.25s !important;
  align-self: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.main-header .btn-type-two .txt {
  color: #060d14 !important;
  font-weight: 700 !important;
}

.main-header .btn-type-two .arrow-group {
  background: rgba(0,0,0,0.12) !important;
  border-radius: 50% !important;
}

.main-header .btn-type-two .arrow-group img {
  filter: brightness(0) !important;
}

.main-header .btn-type-two:hover {
  filter: brightness(1.1) !important;
  transform: translateY(-1px) !important;
}

/* ══════════════════════════════════════
   MOBILE MENU
══════════════════════════════════════ */

/* Submenu title (was #BD2754 red) */
[data-mobile-submenu] .title,
.mobile-submenu .title {
  color: #002166 !important;
}

/* BACK button text */
.btn-type-back .txt {
  color: #002166 !important;
}

/* Menu items in mobile submenu */
[data-mobile-submenu] .menu-item a,
.mobile-submenu .menu-item a {
  color: #002166 !important;
}

[data-mobile-submenu] .menu-item a:hover,
.mobile-submenu .menu-item a:hover {
  color: #A8781E !important;
}

/* ══════════════════════════════════════
   LOGO
══════════════════════════════════════ */

/* Logo: white on dark bg, coloured on white pages */
.main-header:not(.theme-header-white-bg) .logo-white { display: block !important; }
.main-header:not(.theme-header-white-bg) .custom-logo-link { display: none !important; }
.main-header.theme-header-white-bg .logo-white { display: none !important; }
.main-header.theme-header-white-bg .custom-logo-link { display: block !important; }


/* ══════════════════════════════════════
   FOOTER — above-footer navy/gold
══════════════════════════════════════ */

section.above-footer {
  background: #f4f7fb !important;
  border-top: 3px solid #A8781E !important;
  padding: 80px 0 !important;
  position: relative;
}

section.above-footer::before {
  display: none !important;
}

section.above-footer .section-title-small {
  font-size: 11px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #A8781E !important;
  font-family: 'Product Sans', 'Roboto', sans-serif !important;
  margin-bottom: 12px !important;
}

section.above-footer .section-title {
  font-family: 'Product Sans', 'Roboto', sans-serif !important;
  font-size: clamp(32px, 3.5vw, 52px) !important;
  font-weight: 700 !important;
  color: #002166 !important;
  line-height: 1.15 !important;
  margin-bottom: 32px !important;
}

section.above-footer .wpcf7-form input[type="text"],
section.above-footer .wpcf7-form input[type="email"],
section.above-footer .wpcf7-form textarea {
  background: #ffffff !important;
  border: 1.5px solid rgba(0,33,102,0.15) !important;
  color: #0d1e35 !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
}

section.above-footer .wpcf7-form input::placeholder,
section.above-footer .wpcf7-form textarea::placeholder {
  color: rgba(13,30,53,0.40) !important;
}

section.above-footer .wpcf7-form input[type="submit"],
section.above-footer .wpcf7-form .wpcf7-submit {
  background: linear-gradient(135deg, #A8781E, #D4A843) !important;
  color: #060d14 !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 36px !important;
  font-weight: 700 !important;
  font-family: 'Product Sans', 'Roboto', sans-serif !important;
  cursor: pointer !important;
  transition: filter 0.3s !important;
}

section.above-footer .wpcf7-form input[type="submit"]:hover {
  filter: brightness(1.1) !important;
}

section.above-footer .wpcf7-form .wpcf7-acceptance label,
section.above-footer .wpcf7-form label {
  color: #4a5a72 !important;
  font-size: 13px !important;
}

section.above-footer .right-col .img-wrap img {
  border-radius: 16px !important;
  opacity: 0.90 !important;
  filter: none !important;
  border: 1px solid rgba(0,33,102,0.10) !important;
  box-shadow: 0 12px 40px rgba(0,33,102,0.10) !important;
}


/* ══════════════════════════════════════
   FOOTER — navy / gold
══════════════════════════════════════ */

footer {
  background: #060e1c !important;
  border-top: 3px solid #A8781E !important;
}

.footer-top {
  padding: 64px 0 !important;
}

.footer-top .page-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 48px !important;
}

/* Address block */
.footer-top .left-area .text {
  color: rgba(255,255,255,0.45) !important;
  font-size: 11px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

.footer-top .left-area .item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.footer-top .left-area .item .icon img {
  width: 18px !important;
  filter: brightness(0) saturate(100%) invert(65%) sepia(40%) saturate(600%) hue-rotate(10deg) brightness(90%) !important;
  opacity: 0.8 !important;
  margin-top: 2px !important;
}

.footer-top .left-area .item a,
.footer-top .left-area .item .text {
  color: rgba(255,255,255,0.75) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.footer-top .left-area .item a:hover {
  color: #D4A843 !important;
}

/* Nav menus */
.footer-top .right-area {
  display: flex !important;
  gap: 48px !important;
}

#menu-footer-menu-1,
#menu-footer-menu-2 {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 160px !important;
}

#menu-footer-menu-1 li,
#menu-footer-menu-2 li {
  margin-bottom: 12px !important;
  font-size: 15px !important;
}

#menu-footer-menu-1 li a,
#menu-footer-menu-2 li a {
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  line-height: 1.5 !important;
}

#menu-footer-menu-1 li a:hover,
#menu-footer-menu-2 li a:hover {
  color: #D4A843 !important;
}

/* Scroll-to-top button */
.scroll-to-top-btn {
  opacity: 0.85 !important;
  cursor: pointer !important;
  transition: opacity 0.2s, transform 0.2s !important;
  filter: sepia(1) saturate(3) hue-rotate(5deg) brightness(0.85) !important;
  width: 48px !important;
  height: 48px !important;
}

.scroll-to-top-btn:hover {
  opacity: 1 !important;
  transform: translateY(-2px) !important;
}

/* Footer bottom bar */
.footer-bottom {
  padding-bottom: 32px !important;
}

.footer-bottom .footer-bottom-wrap {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255,255,255,0.10) !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.footer-copyright-details {
  color: rgba(255,255,255,0.30) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.footer-copyright-details a {
  color: rgba(255,255,255,0.30) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.footer-copyright-details a:hover {
  color: #D4A843 !important;
}

/* Footer copyright menu */
.footer-bottom #menu-copyright-menu {
  display: flex !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-bottom #menu-copyright-menu li a {
  color: rgba(255,255,255,0.30) !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.footer-bottom #menu-copyright-menu li a:hover {
  color: #D4A843 !important;
}

@media (max-width: 768px) {
  .footer-top .page-wrapper {
    flex-direction: column !important;
    gap: 40px !important;
  }
  .footer-top .right-area {
    flex-direction: column !important;
    gap: 32px !important;
  }
  .footer-bottom .footer-bottom-wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}


/* ══════════════════════════════════════
   HOMEPAGE SECTIONS
══════════════════════════════════════ */

:root {
  --bg-deep: #EEF3F9;
  --bg-mid: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-card2: rgba(0,33,102,0.04);
  --navy: #002166;
  --navy-lt: #1a3d8a;
  --gold: #A8781E;
  --gold-lt: #D4A843;
  --gold-grd: linear-gradient(135deg,#A8781E,#D4A843);
  --red: #AE3655;
  --text: #0d1e35;
  --text-mid: #4a5a72;
  --text-muted: rgba(13,30,53,0.45);
  --border: rgba(0,33,102,0.10);
  --border-gold: rgba(168,120,30,0.30);
  --white: #ffffff;
  --white70: rgba(255,255,255,0.80);
  --white40: rgba(255,255,255,0.50);
  --white10: rgba(255,255,255,0.10);
  --gold10: rgba(168,120,30,0.12);
  --gold30: rgba(168,120,30,0.32);
  --radius: 16px;
  --radius-lg: 28px;
  --transition: 0.4s cubic-bezier(0.25,0.8,0.25,1);
}

html,
html.wp-toolbar {
  margin: 0 !important;
  padding: 0 !important;
  background: #05101d !important;
  border: none !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  background: #05101d !important;
  border: none !important;
}

/* Global reset for this page */
.lx-page {
  font-family: 'Roboto', sans-serif;
  background: var(--bg-deep);
  color: var(--text);
  overflow-x: hidden;
}

.lx-page *,
.lx-page *::before,
.lx-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.lx-page a {
  text-decoration: none;
  color: inherit;
}

.lx-page img {
  display: block;
  max-width: 100%;
}

.lx-page .lx-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

/* Animate-in on scroll */
.lx-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.lx-reveal.lx-visible {
  opacity: 1;
  transform: translateY(0);
}

.lx-reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.lx-reveal-left.lx-visible {
  opacity: 1;
  transform: translateX(0);
}

.lx-reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.lx-reveal-right.lx-visible {
  opacity: 1;
  transform: translateX(0);
}

.lx-d1 { transition-delay: 0.1s; }
.lx-d2 { transition-delay: 0.2s; }
.lx-d3 { transition-delay: 0.3s; }
.lx-d4 { transition-delay: 0.45s; }

/* Typography helpers */
.lx-overline {
  display: inline-block;
  font-family: 'Product Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.lx-title {
  font-family: 'Product Sans', sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--navy);
}

.lx-subtitle {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--text-mid);
  margin-top: 16px;
}

/* Gold divider */
.lx-divider {
  width: 56px;
  height: 3px;
  background: var(--gold-grd);
  border-radius: 2px;
  margin: 20px 0 32px;
}

/* Buttons */
.lx-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 34px;
  border-radius: 50px;
  font-family: 'Product Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.lx-btn-gold {
  background: var(--gold-grd);
  color: #060d14;
}

.lx-btn-gold:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201,168,76,0.35);
}

.lx-btn-outline {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--navy);
}

.lx-btn-outline:hover {
  border-color: var(--navy);
  background: rgba(0,33,102,0.06);
  transform: translateY(-2px);
}

/* Hero-only outline stays white */
.lx-hero .lx-btn-outline {
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}

.lx-hero .lx-btn-outline:hover {
  border-color: var(--gold);
  background: rgba(168,120,30,0.15);
}

/* Section spacing */
.lx-section {
  padding: 100px 0;
}


/* ═══════════════════════════════
   1. HERO  (fullscreen photo)
═══════════════════════════════ */

.lx-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.lx-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 25%;
  z-index: 0;
  transform: scale(1.04);
  transition: transform 8s ease;
}

.lx-hero:hover .lx-hero-bg {
  transform: scale(1);
}

.lx-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right,
      rgba(0,21,66,0.95) 0%,
      rgba(0,21,66,0.82) 40%,
      rgba(0,21,66,0.55) 65%,
      rgba(0,21,66,0.25) 100%),
    linear-gradient(to top, rgba(0,10,30,0.5) 0%, transparent 40%);
}

.lx-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  padding: 120px 64px 100px;
  max-width: 1340px;
  margin: 0 auto;
}

.lx-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(168,120,30,0.15);
  border: 1px solid var(--gold30);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 30px;
}

.lx-hero-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-lt);
  display: block;
  animation: lx-pulse 2s ease infinite;
}

@keyframes lx-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}

.lx-hero-h1 {
  font-family: 'Product Sans', sans-serif;
  font-size: clamp(48px, 5.8vw, 82px);
  font-weight: 800;
  line-height: 1.02;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 2px 24px rgba(0,10,40,0.4);
}

.lx-hero-h2 {
  font-family: 'Product Sans', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  line-height: 1.45;
  background: var(--gold-grd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.lx-hero-line {
  width: 48px;
  height: 2px;
  background: var(--gold-grd);
  border-radius: 2px;
  margin: 16px 0 36px;
}

.lx-hero-list {
  list-style: none;
  margin-bottom: 48px;
}

.lx-hero-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lx-hero-list li:last-child {
  border-bottom: none;
}

.lx-hero-list .icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(168,120,30,0.18);
  border: 1px solid var(--gold30);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-lt);
  font-size: 13px;
}

.lx-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Right: doctor portrait */
.lx-hero-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lx-hero-portrait-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #0a1628;
  border-radius: var(--radius-lg);
}

.lx-hero-portrait-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1.5px solid rgba(212,168,67,0.45);
  border-radius: var(--radius-lg);
  z-index: 0;
}

.lx-hero-portrait-wrap::after {
  content: '';
  position: absolute;
  inset: -30px;
  border-radius: var(--radius-lg);
  background: radial-gradient(ellipse at center, rgba(168,120,30,0.20) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.lx-hero-portrait {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius-lg);
  display: block;
  box-shadow: 0 40px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06);
}

/* Credential card */
.lx-hero-cred-card {
  position: absolute;
  bottom: 28px;
  left: -36px;
  z-index: 3;
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(212,168,67,0.4);
  border-radius: 14px;
  padding: 16px 20px;
  min-width: 210px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.25);
  backdrop-filter: blur(8px);
}

.lx-cred-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.lx-cred-name {
  font-family: 'Product Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.lx-cred-title {
  font-size: 12px;
  color: var(--gold);
  line-height: 1.5;
}

/* Experience badge */
.lx-hero-exp-badge {
  position: absolute;
  top: 28px;
  right: -28px;
  z-index: 3;
  background: var(--navy);
  border: 1px solid var(--gold30);
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

.lx-exp-num {
  font-family: 'Product Sans', sans-serif;
  font-size: 28px;
  font-weight: 800;
  background: var(--gold-grd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.lx-exp-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

/* Scroll indicator */
.lx-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 3;
  opacity: 0.6;
}

.lx-scroll-hint span {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.lx-scroll-arrow {
  width: 22px;
  height: 38px;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  position: relative;
}

.lx-scroll-arrow::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 7px;
  background: var(--gold);
  border-radius: 2px;
  animation: lx-scroll 1.8s ease infinite;
}

@keyframes lx-scroll {
  0%   { opacity: 1; transform: translateX(-50%) translateY(0); }
  100% { opacity: 0; transform: translateX(-50%) translateY(14px); }
}

@media (max-width: 768px) {
  .lx-scroll-hint { display: none !important; }
}


/* ═══════════════════════════════
   2. STATS STRIP
═══════════════════════════════ */

.lx-stats {
  background: var(--navy);
  border-top: none;
  padding: 60px 0;
}

.lx-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.lx-stat {
  text-align: center;
  padding: 24px 20px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.lx-stat:last-child {
  border-right: none;
}

.lx-stat-num {
  font-family: 'Product Sans', sans-serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  background: var(--gold-grd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
}

.lx-stat-label {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.60);
}


/* ═══════════════════════════════
   3. SPECIALIZATIONS
═══════════════════════════════ */

.lx-specs {
  background: var(--bg-deep);
}

.lx-specs-header {
  text-align: center;
  margin-bottom: 64px;
}

.lx-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.lx-spec-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 3/4;
  cursor: default;
  transition: transform var(--transition), box-shadow var(--transition);
}

.lx-spec-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(0,0,0,0.6), 0 0 0 1px var(--gold30);
}

.lx-spec-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.lx-spec-card:hover img {
  transform: scale(1.06);
}

.lx-spec-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,13,20,0.1) 0%, rgba(6,13,20,0.5) 40%, rgba(6,13,20,0.96) 100%);
}

.lx-spec-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
}

.lx-spec-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--gold10);
  border: 1px solid var(--gold30);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
  transition: background var(--transition);
}

.lx-spec-card:hover .lx-spec-icon {
  background: var(--gold);
  border-color: var(--gold);
}

.lx-spec-card:hover .lx-spec-icon i {
  color: #060d14;
}

.lx-spec-icon i {
  color: var(--gold);
}

.lx-spec-title {
  font-family: 'Product Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.lx-spec-desc {
  font-size: 13px;
  color: var(--white70);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin 0.4s ease;
}

.lx-spec-card:hover .lx-spec-desc {
  max-height: 100px;
  margin-top: 4px;
}

.lx-spec-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-top: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lx-spec-card:hover .lx-spec-link {
  opacity: 1;
}


/* ═══════════════════════════════
   4. DOCTOR BIO
═══════════════════════════════ */

.lx-bio {
  background: var(--bg-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.lx-bio-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: center;
}

.lx-bio-photo-wrap {
  position: relative;
}

.lx-bio-photo-frame {
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid var(--gold30);
  border-radius: var(--radius-lg);
  pointer-events: none;
  z-index: 0;
}

.lx-bio-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius-lg);
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top center;
  display: block;
  box-shadow: 0 24px 60px rgba(0,33,102,0.18);
}

.lx-bio-quote {
  font-family: 'Product Sans', sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
  color: var(--text-mid);
  border-left: 3px solid var(--gold);
  padding-left: 24px;
  margin: 20px 0 20px !important;
  line-height: 1.6;
}

.lx-bio-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-mid);
  margin: 0 0 14px 0 !important;
}

.lx-bio-credentials {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.lx-bio-cred {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color 0.3s;
}

.lx-bio-cred:hover {
  border-color: var(--gold30);
}

.lx-bio-cred-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--gold10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 16px;
}

.lx-bio-cred-text strong {
  display: block;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 2px;
}

.lx-bio-cred-text span {
  font-size: 13px;
  color: var(--text-muted);
}


/* ═══════════════════════════════
   5. WHY CHOOSE
═══════════════════════════════ */

.lx-why {
  background: var(--bg-deep);
}

.lx-why-header {
  text-align: center;
  margin-bottom: 60px;
}

.lx-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.lx-why-card {
  padding: 36px 30px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition), transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.lx-why-card:hover {
  border-color: var(--gold30);
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,33,102,0.10);
}

.lx-why-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--gold10);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 22px;
  transition: background 0.3s;
}

.lx-why-card:hover .lx-why-icon {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.lx-why-title {
  font-family: 'Product Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}

.lx-why-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-mid);
}


/* ═══════════════════════════════
   6. CTA BANNER (unused — kept for reference)
═══════════════════════════════ */

.lx-cta-banner {
  background: linear-gradient(135deg, #0d1e2d 0%, #060d14 50%, #0d1218 100%);
  border-top: 1px solid var(--gold30);
  padding: 90px 0;
  text-align: center;
}

.lx-cta-banner .lx-title { margin-bottom: 16px; color: var(--white); }
.lx-cta-banner .lx-subtitle { margin: 0 auto 40px; max-width: 600px; color: var(--white70); }

.lx-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.lx-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Product Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  margin: 0 auto 40px;
  transition: opacity 0.3s;
}

.lx-phone-link:hover { opacity: 0.8; }


/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */

@media (max-width: 1024px) {
  .lx-specs-grid       { grid-template-columns: repeat(2, 1fr); }
  .lx-stats-grid       { grid-template-columns: repeat(3, 1fr); }
  .lx-bio-grid         { grid-template-columns: 1fr; gap: 48px; }
  .lx-bio-photo-wrap   { max-width: 360px; margin: 0 auto; }
  .lx-why-grid         { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .lx-page .lx-wrap    { padding: 0 24px; }
  .lx-section          { padding: 70px 0; }
  .lx-hero-inner       { grid-template-columns: 1fr; padding: 100px 24px 80px; gap: 40px; }
  .lx-hero-right       { display: none; }
  .lx-hero-portrait-wrap { max-width: 280px; margin: 0 auto; }
  .lx-hero-cred-card   { bottom: 16px; left: 0; min-width: 180px; }
  .lx-hero-exp-badge   { top: 16px; right: -12px; }
  .lx-hero-h1          { font-size: clamp(38px, 9vw, 56px); }
  .lx-specs-grid       { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lx-spec-card        { aspect-ratio: 1/1.2; }
  .lx-stats-grid       { grid-template-columns: repeat(2, 1fr); }
  .lx-why-grid         { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .lx-specs-grid       { grid-template-columns: 1fr; }
  .lx-hero-ctas        { flex-direction: column; }
  .lx-hero-ctas .lx-btn { text-align: center; justify-content: center; }
}


/* ══════════════════════════════════════
   SINGLE PAGES — header-section hero
══════════════════════════════════════ */

/* Top margin to clear our fixed header */
.mt-bellow-header {
  margin-top: 80px !important;
}

/* Base hero banner for all single pages */
.header-section {
  height: 480px !important;
  background: linear-gradient(135deg, #001542 0%, #002166 60%, #0a2a7a 100%) !important;
  border-bottom: 3px solid #A8781E !important;
  color: #fff !important;
  overflow: hidden !important;
  position: relative !important;
}

/* Subtle gold shimmer overlay */
.header-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 300px at 30% 50%, rgba(168,120,30,0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Override old red theme — all single pages use navy/gold */
.header-section.-theme-red {
  background: linear-gradient(135deg, #001542 0%, #002166 60%, #0a2a7a 100%) !important;
}

.header-section.-theme-red .img-wrap {
  background: linear-gradient(135deg, #001542 0%, #002166 100%) !important;
}

/* Category label (subtitle) */
.header-section .subtitle {
  font-size: 11px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #D4A843 !important;
  font-family: 'Product Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 18px !important;
  position: relative;
  z-index: 1;
}

/* Post / page title */
.header-section .title,
.header-section h1.title {
  font-family: 'Product Sans', sans-serif !important;
  font-size: clamp(26px, 3vw, 44px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #ffffff !important;
  max-width: 560px !important;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

/* Breadcrumbs */
.header-section .breadcrumb-wrap {
  margin-top: 24px !important;
  position: relative;
  z-index: 1;
}

.header-section .breadcrumb-ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.header-section .breadcrumb-ul .item-anc a,
.header-section .breadcrumb-ul .item-anc {
  font-size: 13px !important;
  color: rgba(255,255,255,0.55) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.header-section .breadcrumb-ul .item-anc a:hover {
  color: #D4A843 !important;
}

.header-section .breadcrumb-ul .item-anc.active,
.header-section .breadcrumb-ul .item-anc.active a {
  color: rgba(255,255,255,0.85) !important;
}

.header-section .breadcrumb-ul .sep {
  list-style: none !important;
  color: rgba(255,255,255,0.25) !important;
  font-size: 13px !important;
}

/* Share area */
.header-section .share-area {
  margin-top: 32px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  position: relative;
  z-index: 1;
}

.header-section .share-area .title {
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.45) !important;
  margin: 0 !important;
}

.header-section .share-area .icon img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.55 !important;
  transition: opacity 0.2s !important;
}

.header-section .share-area .icon:hover img {
  opacity: 1 !important;
}

/* Featured image column */
.header-section .img-wrap img {
  filter: brightness(0.85) !important;
}

/* Left col content alignment */
.header-section .page-wrapper-half-col {
  position: relative;
  z-index: 1;
}


/* ══════════════════════════════════════
   SINGLE PAGES — post body
══════════════════════════════════════ */

.post-section {
  background: #f4f7fb !important;
  padding: 64px 0 80px !important;
}

/* Main article text */
.main-text-body {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  color: #2a3a50 !important;
}

.main-text-body > :first-child { margin-top: 0 !important; }

.main-text-body h1,
.main-text-body h2 {
  font-family: 'Product Sans', sans-serif !important;
  font-size: clamp(22px, 2.4vw, 34px) !important;
  line-height: 1.3 !important;
  color: #002166 !important;
  margin: 48px 0 16px !important;
  font-weight: 700 !important;
}

.main-text-body h3,
.main-text-body h4,
.main-text-body h5,
.main-text-body h6 {
  font-family: 'Product Sans', sans-serif !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  line-height: 1.4 !important;
  color: #002166 !important;
  margin: 36px 0 12px !important;
  font-weight: 700 !important;
}

.main-text-body p,
.main-text-body ul,
.main-text-body ol {
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #4a5a72 !important;
  margin: 0 0 20px !important;
}

.main-text-body ul,
.main-text-body ol {
  padding-left: 24px !important;
}

.main-text-body ul li,
.main-text-body ol li {
  margin-bottom: 8px !important;
}

.main-text-body ol li::marker {
  color: #A8781E !important;
  font-weight: 700 !important;
}

.main-text-body ul li::marker {
  color: #A8781E !important;
}

.main-text-body em {
  font-style: normal !important;
  color: #002166 !important;
  font-weight: 600 !important;
}

.main-text-body a {
  color: #A8781E !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s !important;
}

.main-text-body a:hover {
  color: #002166 !important;
}

.main-text-body strong {
  color: #002166 !important;
  font-weight: 700 !important;
}

.main-text-body img {
  border-radius: 12px !important;
  max-width: 100% !important;
  margin: 24px 0 !important;
  box-shadow: 0 8px 32px rgba(0,33,102,0.10) !important;
}

/* Related articles */
.similar-posts-area {
  border-top: 2px solid rgba(0,33,102,0.08) !important;
  margin-top: 48px !important;
  padding-top: 40px !important;
}

.similar-posts-area .subtitle {
  font-size: 11px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #A8781E !important;
  margin-bottom: 8px !important;
}

.similar-posts-area .title {
  font-family: 'Product Sans', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #002166 !important;
  margin-bottom: 24px !important;
}

.similar-posts-area .post-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.similar-posts-area .post-links a {
  display: block !important;
  padding: 14px 18px !important;
  background: rgba(0,33,102,0.04) !important;
  border: 1px solid rgba(0,33,102,0.10) !important;
  border-radius: 10px !important;
  color: #002166 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s, transform 0.2s !important;
}

.similar-posts-area .post-links a:hover {
  background: rgba(168,120,30,0.08) !important;
  border-color: rgba(168,120,30,0.30) !important;
  transform: translateX(4px) !important;
  color: #A8781E !important;
}

/* TOC sidebar */
.post-content-headings {
  position: sticky !important;
  top: 100px !important;
  align-self: flex-start !important;
}

.post-content-headings .ez-toc-container,
.post-content-headings #ez-toc-container {
  background: #ffffff !important;
  border: 1px solid rgba(0,33,102,0.10) !important;
  border-radius: 14px !important;
  padding: 24px !important;
  box-shadow: 0 2px 16px rgba(0,33,102,0.06) !important;
  border-top: 3px solid #A8781E !important;
}

.post-content-headings .ez-toc-title,
.post-content-headings #ez-toc-container .ez-toc-title {
  font-family: 'Product Sans', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #A8781E !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}

.post-content-headings #ez-toc-container ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.post-content-headings #ez-toc-container ul li {
  border-bottom: 1px solid rgba(0,33,102,0.06) !important;
  padding: 6px 0 !important;
}

.post-content-headings #ez-toc-container ul li:last-child {
  border-bottom: none !important;
}

.post-content-headings #ez-toc-container ul li a {
  font-size: 14px !important;
  color: #4a5a72 !important;
  text-decoration: none !important;
  line-height: 1.5 !important;
  display: block !important;
  transition: color 0.2s !important;
  padding: 2px 0 !important;
}

.post-content-headings #ez-toc-container ul li a:hover {
  color: #A8781E !important;
}

/* ── Responsive ── */
@media (max-width: 992px) {
  .header-section { height: auto !important; min-height: 360px !important; }
  .main-text-body { padding: 32px !important; }
  .post-content-headings { position: static !important; margin-top: 32px !important; }
}

@media (max-width: 768px) {
  .mt-bellow-header { margin-top: 80px !important; }
  .header-section { min-height: 300px !important; }
  .header-section .title, .header-section h1.title { font-size: 24px !important; }
  .main-text-body { padding: 24px !important; border-radius: 10px !important; }
  .post-section { padding: 32px 0 60px !important; }
}


/* ══════════════════════════════════════
   BTN-TYPE-TWO — gold CTA button (all pages)
══════════════════════════════════════ */

.btn-type-two {
  background: linear-gradient(135deg, #A8781E, #D4A843) !important;
  border-radius: 50px !important;
  padding: 0 28px !important;
  height: 52px !important;
  line-height: 52px !important;
  display: inline-block !important;
  transition: filter 0.25s, transform 0.25s !important;
  margin-top: 32px !important;
  text-decoration: none !important;
}

.btn-type-two .wrap {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  gap: 12px !important;
}

.btn-type-two .txt {
  font-size: 15px !important;
  color: #060d14 !important;
  font-weight: 700 !important;
  font-family: 'Product Sans', sans-serif !important;
  margin-right: 0 !important;
}

.btn-type-two .arrow-group {
  width: 26px !important;
  height: 26px !important;
  background: rgba(0,0,0,0.12) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.btn-type-two .arrow-group img {
  filter: brightness(0) !important;
  width: 7px !important;
}

.btn-type-two:hover {
  filter: brightness(1.1) !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}


/* ══════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════ */

.contact-section {
  background: #f4f7fb !important;
  padding: 72px 0 100px !important;
}

.contact-section .section-title {
  font-family: 'Product Sans', sans-serif !important;
  font-size: clamp(22px, 2.5vw, 32px) !important;
  font-weight: 700 !important;
  color: #002166 !important;
  margin-bottom: 32px !important;
  padding-bottom: 16px !important;
  border-bottom: 2px solid rgba(168,120,30,0.25) !important;
}

/* CF7 inputs */
.contact-section .wpcf7-form input[type="text"],
.contact-section .wpcf7-form input[type="email"],
.contact-section .wpcf7-form input[type="tel"],
.contact-section .wpcf7-form textarea {
  background: #ffffff !important;
  border: 1.5px solid rgba(0,33,102,0.15) !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  color: #0d1e35 !important;
  font-size: 15px !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
}

.contact-section .wpcf7-form input:focus,
.contact-section .wpcf7-form textarea:focus {
  border-color: #A8781E !important;
  outline: none !important;
}

.contact-section .wpcf7-form input[type="submit"],
.contact-section .wpcf7-form .wpcf7-submit {
  background: linear-gradient(135deg, #A8781E, #D4A843) !important;
  color: #060d14 !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 36px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: 'Product Sans', sans-serif !important;
  cursor: pointer !important;
  transition: filter 0.25s !important;
  margin-top: 8px !important;
}

.contact-section .wpcf7-form input[type="submit"]:hover {
  filter: brightness(1.1) !important;
}

.contact-section .wpcf7-form label {
  font-size: 13px !important;
  color: #4a5a72 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.contact-section .line {
  display: none !important;
}

/* Right: contact details */
.contact-section .contact-details {
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 32px !important;
  border: 1px solid rgba(0,33,102,0.10) !important;
  border-top: 3px solid #A8781E !important;
  box-shadow: 0 2px 20px rgba(0,33,102,0.06) !important;
}

.contact-section .contact-details p,
.contact-section .contact-details div {
  color: #4a5a72 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.contact-section .contact-details strong,
.contact-section .contact-details b {
  color: #002166 !important;
}

.contact-section .contact-details a {
  color: #A8781E !important;
  text-decoration: none !important;
}

.contact-section .contact-details a:hover {
  color: #002166 !important;
}


/* ══════════════════════════════════════
   CV PAGE
══════════════════════════════════════ */

.cv-section {
  background: #f4f7fb !important;
  padding: 72px 0 100px !important;
}

.cv-section h2 {
  font-family: 'Product Sans', sans-serif !important;
  font-size: clamp(24px, 2.8vw, 38px) !important;
  font-weight: 700 !important;
  color: #002166 !important;
  margin-bottom: 40px !important;
  padding-bottom: 16px !important;
  border-bottom: 2px solid rgba(168,120,30,0.25) !important;
}

.cv-section .cv-details {
  color: #4a5a72 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}

.cv-section .cv-details h3,
.cv-section .cv-details h4 {
  font-family: 'Product Sans', sans-serif !important;
  color: #002166 !important;
  font-size: 20px !important;
  margin: 32px 0 10px !important;
}

.cv-section .cv-details p { margin-bottom: 16px !important; }

.cv-section .cv-details ul {
  padding-left: 20px !important;
  margin-bottom: 16px !important;
}

.cv-section .cv-details ul li {
  margin-bottom: 6px !important;
  color: #4a5a72 !important;
}

.cv-section .cv-details ul li::marker { color: #A8781E !important; }


/* ══════════════════════════════════════
   SECOND OPINION PAGE
══════════════════════════════════════ */

.second-opinion-section {
  background: #f4f7fb !important;
  padding: 72px 0 100px !important;
}

.second-opinion-section.main-text-body {
  background: #f4f7fb !important;
  padding: 72px 48px 100px !important;
}


/* ══════════════════════════════════════
   OUR TEAM PAGE
══════════════════════════════════════ */

.team-section {
  background: #f4f7fb !important;
  padding: 72px 0 100px !important;
  overflow: hidden !important;
}

.team-section .box {
  background: #ffffff !important;
  border: 1px solid rgba(0,33,102,0.10) !important;
  border-radius: 16px !important;
  padding: 36px 40px !important;
  display: flex !important;
  justify-content: space-between !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
  overflow: hidden !important;
}

.team-section .box:hover {
  border-color: rgba(168,120,30,0.30) !important;
  box-shadow: 0 16px 48px rgba(0,33,102,0.10) !important;
}

.team-section .box .name {
  font-family: 'Product Sans', sans-serif !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 700 !important;
  color: #002166 !important;
  line-height: 1.3 !important;
}

.team-section .box .title {
  font-size: 14px !important;
  color: #A8781E !important;
  margin-top: 10px !important;
  font-weight: 500 !important;
}

.team-section .box .img-wrap {
  background: rgba(0,33,102,0.06) !important;
  border-radius: 10px !important;
}

.team-section .box .img-wrap img {
  border-radius: 10px !important;
  object-fit: cover !important;
}

.team-section .box .social-area a img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(10%) saturate(800%) hue-rotate(180deg) !important;
  opacity: 0.5 !important;
  transition: opacity 0.2s !important;
}

.team-section .box .social-area a:hover img {
  opacity: 1 !important;
  filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(500%) hue-rotate(10deg) brightness(90%) !important;
}

@media (max-width: 768px) {
  .contact-section { padding: 48px 0 72px !important; }
  .cv-section,
  .second-opinion-section,
  .team-section { padding: 48px 0 72px !important; }
  .second-opinion-section.main-text-body { padding: 48px 24px 72px !important; }
  .team-section .box { flex-direction: column-reverse !important; gap: 24px !important; }
  .team-section .box .right-area { width: 100% !important; }
}


/* ══════════════════════════════════════
   CATEGORY / PATHISEIS ARCHIVE
══════════════════════════════════════ */

.pathiseis-archive,
.category-archive {
  background: #f4f7fb !important;
  padding: 72px 0 100px !important;
}

/* Description text at top */
.pathiseis-archive .pathisi-search-text {
  color: #002166 !important;
  font-size: clamp(18px, 2vw, 26px) !important;
  line-height: 1.6 !important;
  margin-bottom: 40px !important;
  font-weight: 400 !important;
  border-left: 3px solid #A8781E;
  padding-left: 20px;
}

/* Search bar */
.search-bar {
  background: #ffffff !important;
  border-radius: 12px !important;
  border: 1.5px solid rgba(0,33,102,0.12) !important;
  margin-bottom: 40px !important;
  overflow: visible !important;
}

.search-bar .search-input input {
  min-height: 58px !important;
  border: none !important;
  background: transparent !important;
  font-size: 15px !important;
  color: #0d1e35 !important;
  padding: 0 16px !important;
  border-radius: 12px !important;
}

.search-bar .search-input input:focus-visible {
  border: none !important;
  outline: none !important;
  color: #002166 !important;
}

/* Alphabet dropdown */
.search-bar .active_letters_list {
  background: #ffffff !important;
  border: 1.5px solid rgba(0,33,102,0.12) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(0,33,102,0.12) !important;
}

.search-bar .active_letters_list .first_letters p span {
  color: #002166 !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

.search-bar .active_letters_list .first_letters img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(83%) saturate(1600%) hue-rotate(214deg) brightness(85%) !important;
}

.search-bar .active_letters_list .other_letters p {
  color: #4a5a72 !important;
  opacity: 1 !important;
  font-size: 15px !important;
}

.search-bar .active_letters_list .other_letters p:hover,
.search-bar .active_letters_list .other_letters p.active {
  color: #A8781E !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

/* Post cards */
.post_box {
  background: #ffffff !important;
  border: 1px solid rgba(0,33,102,0.09) !important;
  border-radius: 12px !important;
  padding: 28px 32px !important;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s !important;
}

.post_box-a-wrap:hover .post_box {
  border-color: rgba(168,120,30,0.30) !important;
  box-shadow: 0 12px 40px rgba(0,33,102,0.10) !important;
  transform: translateY(-3px) !important;
}

.post_box-a-wrap {
  text-decoration: none !important;
  display: block !important;
}

.post_box h2,
.posts_loop .post_box h2,
.first_posts .post_box h2,
.other_posts .post_box h2,
a.post_box-a-wrap .post_box h2 {
  font-family: 'Product Sans', sans-serif !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #002166 !important;
  margin: 0 0 12px !important;
}

.post_box .content p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #4a5a72 !important;
  margin: 0 !important;
}

/* "Μάθετε Περισσότερα" link */
.post_box span.learn-more-link,
.posts_loop .post_box span.learn-more-link {
  color: #A8781E !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.post_box span.learn-more-link .line,
.posts_loop .post_box span.learn-more-link .line {
  background: #A8781E !important;
  height: 1.5px !important;
}

/* "Δείτε Περισσότερα" load more button */
.load_more {
  background: transparent !important;
  border: 1.5px solid rgba(0,33,102,0.20) !important;
  border-radius: 50px !important;
  color: #002166 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 12px 32px !important;
  transition: background 0.25s, color 0.25s, border-color 0.25s !important;
  cursor: pointer !important;
}

.load_more:hover {
  background: linear-gradient(135deg, #A8781E, #D4A843) !important;
  color: #060d14 !important;
  border-color: transparent !important;
}
