/* ============================================
   Topçu Hukuk Bürosu — Professional Override
   ============================================ */

:root {
  --th-navy: #1c2e4a;
  --th-navy-dark: #141f33;
  --th-gold: #b89058;
  --th-gold-light: #d4b896;
  --th-gold-hover: #a07a48;
  --th-text: #1a1a2e;
  --th-text-muted: #6b6b6b;
  --th-bg: #f7f6f3;
  --th-bg-alt: #f0eee9;
  --th-white: #ffffff;
  --th-border: #e5e1db;
  --th-font-heading: 'Playfair Display', 'Lora', Georgia, serif;
  --th-font-body: 'Inter', 'Exo', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ---- Reset template noise ---- */
.egns-preloader { display: none !important; }
.marquee { display: none !important; }
.banner-social-area-light { display: none !important; }
.banner3-vector { display: none !important; }
.banner3-bg { display: none !important; }
.section-bg1 { display: none !important; }
.slider-arrows.banner3-arrows { display: none !important; }

/* ---- Global ---- */
body {
  font-family: var(--th-font-body) !important;
  color: var(--th-text);
  background: var(--th-white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--th-font-heading) !important;
  color: var(--th-text);
}

::selection {
  background: var(--th-navy);
  color: var(--th-white);
}

a { transition: color 0.2s ease; }

/* ---- TOP BAR ---- */
.th-topbar {
  background: var(--th-navy);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.th-topbar-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.th-topbar-info li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--th-font-body);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.7);
}

.th-topbar-info li i {
  font-size: 0.8rem;
  color: var(--th-gold-light);
}

.th-topbar-info li a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.th-topbar-info li a:hover {
  color: var(--th-gold-light);
}

.th-topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}

.th-topbar-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.th-topbar-social a {
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  padding: 0.2rem 0.4rem;
  transition: color 0.2s ease;
  text-decoration: none;
}

.th-topbar-social a:hover {
  color: var(--th-gold-light);
}

.th-topbar-lang {
  display: flex;
  gap: 0.1rem;
  border-left: 1px solid rgba(255,255,255,0.12);
  padding-left: 1rem;
}

.th-topbar-lang a {
  font-family: var(--th-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  padding: 0.2rem 0.45rem;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.th-topbar-lang a.active,
.th-topbar-lang a:hover {
  color: var(--th-white);
  background: rgba(255,255,255,0.08);
}

/* ---- HEADER ---- */
.th-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: var(--th-white);
  border-bottom: 1px solid var(--th-border);
  transition: box-shadow 0.3s ease;
}

.th-header.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,0.07);
}

.th-header .navbar {
  padding: 0;
  min-height: 76px;
}

.th-header .navbar-brand {
  padding: 0.6rem 0;
  margin-right: 2.5rem;
}

.th-header .navbar-brand img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.th-logo-text {
  display: flex;
  flex-direction: column;
  font-family: var(--th-font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--th-navy);
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  border-left: 3px solid var(--th-gold);
  padding-left: 0.7rem;
}

.th-logo-text small {
  font-family: var(--th-font-body);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--th-text-muted);
  margin-top: 2px;
}

@media (min-width: 992px) {
  nav.th-header .offcanvas,
  nav.th-header .offcanvas-body {
    flex-grow: 1 !important;
  }

  nav.th-header .navbar-nav {
    flex: 1 1 auto !important;
    justify-content: center !important;
  }
}

nav.th-header .navbar-expand-lg .navbar-nav,
nav.th-header .navbar-nav {
  gap: 0.5rem !important;
}

nav.th-header .navbar-nav .nav-item .nav-link,
nav.th-header .navbar .navbar-nav .nav-link {
  font-family: var(--th-font-body) !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  color: var(--th-text) !important;
  padding: 1.6rem 1rem !important;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
  position: relative;
  white-space: nowrap;
}

nav.th-header .navbar-nav .nav-link:hover,
nav.th-header .navbar-nav .nav-link:focus {
  color: var(--th-gold) !important;
}

nav.th-header .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: var(--th-gold);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

nav.th-header .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

nav.th-header .dropdown-toggle::after {
  border: none !important;
  content: '\F282' !important;
  font-family: 'bootstrap-icons' !important;
  font-size: 0.6rem !important;
  vertical-align: middle !important;
  margin-left: 0.35rem !important;
}

.th-header .dropdown-menu {
  border: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  padding: 0.6rem 0;
  margin-top: 0;
  min-width: 220px;
  border-top: 2px solid var(--th-gold);
}

.th-header .dropdown-item {
  font-family: var(--th-font-body);
  font-size: 0.86rem;
  font-weight: 400;
  color: var(--th-text);
  padding: 0.6rem 1.4rem;
  transition: all 0.15s ease;
}

.th-header .dropdown-item:hover {
  background: var(--th-bg);
  color: var(--th-gold);
  padding-left: 1.7rem;
}

/* Header actions */
.th-header-actions {
  gap: 1.2rem;
  border-left: 1px solid var(--th-border);
  padding-left: 1.5rem;
  margin-left: auto !important;
  flex-shrink: 0;
}

.th-header-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--th-navy);
  font-family: var(--th-font-body);
  font-size: 0.85rem;
  font-weight: 600;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.th-header-phone i {
  font-size: 0.9rem;
  color: var(--th-gold);
}

.th-header-phone:hover {
  color: var(--th-gold);
}

.th-btn-cta {
  display: inline-block;
  background: var(--th-gold);
  color: var(--th-white) !important;
  font-family: var(--th-font-body);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.7rem 1.6rem;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  border: none;
  white-space: nowrap;
}

.th-btn-cta:hover {
  background: var(--th-gold-hover);
  color: var(--th-white) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(184,144,88,0.3);
}

/* Hamburger */
.th-hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
  cursor: pointer;
}

.th-hamburger span {
  display: block;
  height: 2px;
  background: var(--th-navy);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.th-hamburger span:nth-child(2) {
  width: 16px;
}

/* Mobile toggler */
.th-header .navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.th-header .navbar-toggler:focus {
  box-shadow: none;
}

/* Offcanvas */
.th-header .offcanvas {
  max-width: 340px;
}

.th-header .offcanvas-header {
  border-bottom: 1px solid var(--th-border);
  padding: 1.2rem 1.5rem;
}

.th-offcanvas-brand img {
  height: 42px;
  object-fit: contain;
}

.th-header .offcanvas-body {
  padding: 1rem 1.5rem;
}

@media (max-width: 991.98px) {
  nav.th-header .offcanvas-body .navbar-nav {
    gap: 0 !important;
  }

  nav.th-header .offcanvas-body .navbar-nav .nav-link,
  nav.th-header .offcanvas-body .navbar-nav .nav-item .nav-link {
    padding: 0.85rem 0 !important;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem !important;
  }

  nav.th-header .offcanvas-body .navbar-nav .nav-link::after {
    display: none !important;
  }
}

.th-mobile-bottom {
  border-top: 1px solid var(--th-border);
  padding-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.th-mobile-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--th-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--th-navy);
  text-decoration: none;
  padding: 0.6rem;
  border: 1px solid var(--th-border);
  border-radius: 4px;
  transition: all 0.2s ease;
}

.th-mobile-phone:hover {
  border-color: var(--th-gold);
  color: var(--th-gold);
}

/* ---- HERO ---- */
.th-hero {
  position: relative;
  overflow: hidden;
}

.th-hero-swiper {
  width: 100%;
}

.th-hero-slide {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.th-hero-bg img,
.th-hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.th-hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.th-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28,46,74,0.88) 0%, rgba(20,31,51,0.75) 100%);
  z-index: 1;
}

.th-hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 3rem 0;
}

.th-hero-pagination {
  position: absolute;
  bottom: 2rem !important;
  z-index: 10;
  text-align: center;
}

.th-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  opacity: 1;
}

.th-hero-pagination .swiper-pagination-bullet-active {
  background: var(--th-gold);
  transform: scale(1.2);
}

.th-hero-label {
  display: inline-block;
  font-family: var(--th-font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--th-gold-light);
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 3rem;
}

.th-hero-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2rem;
  height: 1px;
  background: var(--th-gold);
}

.th-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: var(--th-white);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.th-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.th-btn-hero {
  display: inline-block;
  background: var(--th-gold);
  color: var(--th-white) !important;
  font-family: var(--th-font-body);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.9rem 2.2rem;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.th-btn-hero:hover {
  background: var(--th-gold-hover);
  transform: translateY(-1px);
}

/* ---- SECTION COMMON ---- */
.th-section {
  padding: 5rem 0;
}

.th-section-lg {
  padding: 6rem 0;
}

.th-section-alt {
  background: var(--th-bg);
}

.th-section-dark {
  background: var(--th-navy);
}

.th-label {
  display: inline-block;
  font-family: var(--th-font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--th-gold);
  margin-bottom: 0.8rem;
}

.th-section-dark .th-label {
  color: var(--th-gold-light);
}

.th-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: var(--th-text);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.th-section-dark .th-title {
  color: var(--th-white);
}

.th-subtitle {
  font-size: 1rem;
  color: var(--th-text-muted);
  line-height: 1.7;
  max-width: 560px;
}

.th-section-dark .th-subtitle {
  color: rgba(255,255,255,0.6);
}

.th-divider {
  width: 50px;
  height: 2px;
  background: var(--th-gold);
  margin: 1.2rem 0;
}

.th-divider-center {
  margin-left: auto;
  margin-right: auto;
}

/* ---- ABOUT ---- */
.th-about-img {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.th-about-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.th-about-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to top, rgba(28,46,74,0.12), transparent);
}

.th-about-text {
  font-size: 1rem;
  color: var(--th-text-muted);
  line-height: 1.8;
}

.th-about-text p + p {
  margin-top: 1rem;
}

/* ---- STATS ---- */
.th-stats {
  background: var(--th-navy);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.th-stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--th-gold), var(--th-gold-light), var(--th-gold));
}

.th-stat-item {
  text-align: center;
  padding: 1rem 0;
}

.th-stat-number {
  font-family: var(--th-font-heading);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--th-white);
  line-height: 1;
}

.th-stat-plus {
  font-family: var(--th-font-heading);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--th-gold);
}

.th-stat-item p {
  font-family: var(--th-font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0.7rem 0 0;
}

@media (max-width: 767px) {
  .th-stats {
    padding: 2.5rem 0;
  }

  .th-stat-item {
    padding: 0.8rem 0;
  }
}

/* ---- ABOUT QUOTE ---- */
.th-about-quote {
  margin-top: 2rem;
  padding: 1.5rem 1.8rem;
  border-left: 3px solid var(--th-gold);
  background: var(--th-bg);
  border-radius: 0 6px 6px 0;
}

.th-about-quote.text-center {
  border-left: none;
  border-top: 3px solid var(--th-gold);
  border-radius: 6px 6px 0 0;
  padding: 2rem;
}

.th-about-quote.text-center h6 {
  justify-content: center;
}

.th-about-quote p {
  font-size: 0.95rem;
  font-style: italic;
  color: var(--th-text);
  line-height: 1.7;
  margin-bottom: 0.8rem;
}

.th-about-quote h6 {
  font-family: var(--th-font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--th-gold);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ---- PAGE SUBTITLE ---- */
.th-page-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0.5rem auto 0;
  line-height: 1.6;
}

/* ---- ABOUT CARDS ---- */
.th-about-card {
  background: var(--th-white);
  border: 1px solid var(--th-border);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.th-about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.th-about-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.th-about-card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.th-about-card-icon i {
  font-size: 2rem;
  color: var(--th-gold);
}

.th-about-card h5 {
  font-family: var(--th-font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--th-text);
  margin-bottom: 0.5rem;
}

.th-about-card p {
  font-size: 0.9rem;
  color: var(--th-text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.th-about-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--th-gold);
  text-decoration: none;
  transition: color 0.2s;
}

.th-about-card-link:hover {
  color: var(--th-gold-hover);
}

/* ---- PRACTICE CARDS ---- */
.th-practice-card {
  background: var(--th-white);
  border: 1px solid var(--th-border);
  border-radius: 6px;
  padding: 2.2rem 1.8rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.th-practice-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--th-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.th-practice-card:hover {
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

.th-practice-card:hover::before {
  transform: scaleX(1);
}

.th-practice-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--th-gold);
  border-radius: 6px 0 0 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.th-practice-card:hover::after {
  opacity: 1;
}

.th-practice-icon {
  width: 64px;
  height: 64px;
  background: rgba(184,144,88,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  transition: all 0.35s ease;
  border: 1px solid rgba(184,144,88,0.15);
}

.th-practice-icon i {
  font-size: 1.6rem;
  color: var(--th-gold);
  transition: all 0.35s ease;
}

.th-practice-card:hover .th-practice-icon {
  background: var(--th-navy);
  border-color: var(--th-navy);
  transform: scale(1.08);
}

.th-practice-card:hover .th-practice-icon i {
  color: var(--th-gold-light);
}

.th-practice-card h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1.35;
}

.th-practice-card p {
  font-size: 0.9rem;
  color: var(--th-text-muted);
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.th-practice-link {
  font-family: var(--th-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--th-gold);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s ease;
}

.th-practice-link:hover {
  color: var(--th-gold-hover);
  gap: 0.7rem;
}

/* ---- BLOG CARDS ---- */
.th-blog-card {
  background: var(--th-white);
  border: 1px solid var(--th-border);
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

.th-blog-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

.th-blog-card .card-img {
  height: 220px;
  overflow: hidden;
}

.th-blog-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.th-blog-card:hover .card-img img {
  transform: scale(1.04);
}

.th-blog-card .card-body {
  padding: 1.5rem;
}

.th-blog-badge {
  display: inline-block;
  font-family: var(--th-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--th-gold);
  background: rgba(184,144,88,0.1);
  padding: 0.25rem 0.7rem;
  border-radius: 3px;
  margin-bottom: 0.8rem;
}

.th-blog-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.7rem;
}

.th-blog-card h5 a {
  color: var(--th-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.th-blog-card h5 a:hover {
  color: var(--th-gold);
}

.th-blog-card .excerpt {
  font-size: 0.88rem;
  color: var(--th-text-muted);
  line-height: 1.6;
}

/* ---- PRACTICE DETAIL (faaliyetler page) ---- */
.th-practice-detail-card {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--th-white);
  border: 1px solid var(--th-border);
  border-radius: 6px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  height: 100%;
  position: relative;
}

.th-practice-detail-card:hover {
  border-color: var(--th-gold);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.th-practice-detail-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--th-gold);
  border-radius: 6px 0 0 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.th-practice-detail-card:hover::after {
  opacity: 1;
}

.th-practice-detail-card-v2 {
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.th-practice-detail-card-v2 .th-practice-detail-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  margin-bottom: 0.5rem;
}

.th-practice-detail-card-v2 h3 {
  font-family: var(--th-font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--th-text);
  margin-bottom: 0.6rem;
}

.th-practice-detail-card-v2 .th-practice-detail-text {
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.th-practice-detail-card-v2::after {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: 3px;
  border-radius: 0 0 6px 6px;
}

.th-practice-detail-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: rgba(184,144,88,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.th-practice-detail-icon i {
  font-size: 1.4rem;
  color: var(--th-gold);
}

.th-practice-detail-body h3 {
  font-family: var(--th-font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--th-heading);
  margin-bottom: 0.6rem;
}

.th-practice-detail-text {
  font-size: 0.9rem;
  color: var(--th-text-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.th-practice-detail-text p {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .th-practice-detail-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
  }
  .th-practice-detail-card-v2 {
    align-items: center;
  }
}

/* ---- TEXT CLAMP (2 lines) ---- */
.th-text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- MODAL ---- */
.th-modal {
  z-index: 1060 !important;
}

.modal-backdrop {
  z-index: 1050 !important;
}

.th-modal .modal-dialog {
  margin: 1.75rem auto;
  max-height: calc(100vh - 3.5rem);
}

.th-modal.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

@media (max-width: 767px) {
  .th-modal .modal-dialog {
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }

  .th-modal .modal-dialog-centered {
    min-height: calc(100% - 2rem);
    align-items: center;
  }
}

.th-modal .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.th-modal .modal-header {
  border-bottom: 1px solid var(--th-border);
  padding: 1.5rem 2rem;
}

.th-modal .modal-header .modal-title {
  font-family: var(--th-font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--th-heading);
  margin: 0;
}

.th-modal .modal-body {
  padding: 2rem;
  font-size: 0.95rem;
  color: var(--th-text);
  line-height: 1.8;
}

.th-modal .modal-body p {
  margin-bottom: 1rem;
}

.th-modal .modal-body p:last-child {
  margin-bottom: 0;
}

.th-modal .modal-footer {
  border-top: 1px solid var(--th-border);
  padding: 1.2rem 2rem;
  gap: 0.75rem;
}

.th-modal .modal-footer .th-btn-hero {
  font-size: 0.8rem;
  padding: 0.7rem 1.8rem;
}

.th-btn-modal-close {
  display: inline-block;
  font-family: var(--th-font-body);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.7rem 1.8rem;
  background: transparent;
  color: var(--th-text-muted);
  border: 2px solid var(--th-border);
  border-radius: 3px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}

.th-btn-modal-close:hover {
  border-color: var(--th-text-muted);
  color: var(--th-text);
}

/* ---- OUTLINE BUTTON ---- */
.th-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--th-font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--th-gold);
  border: 2px solid var(--th-gold);
  padding: 0.8rem 2rem;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.th-btn-outline:hover {
  background: var(--th-gold);
  color: var(--th-white);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(184,144,88,0.25);
}

.th-btn-outline i {
  transition: transform 0.2s ease;
}

.th-btn-outline:hover i {
  transform: translateX(3px);
}

/* ---- FREE CONSULT BADGE ---- */
.th-free-consult {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(184,144,88,0.15);
  border: 1px solid rgba(184,144,88,0.3);
  border-radius: 4px;
  padding: 0.75rem 1.2rem;
  margin-bottom: 1.5rem;
}

.th-free-consult i {
  color: var(--th-gold-light);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.th-free-consult span {
  font-family: var(--th-font-body);
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

/* ---- SCROLL ANIMATIONS ---- */
.th-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.th-animate.th-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- CONTACT ---- */
/* -- Contact form (light bg: iletisim page) -- */
.th-contact-form .form-control {
  font-family: var(--th-font-body);
  font-size: 0.9rem;
  padding: 0.95rem 1.2rem;
  border: 2px solid #c5bfb5;
  border-radius: 4px;
  background: var(--th-white);
  color: var(--th-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.th-contact-form .form-control::placeholder {
  color: #888;
  font-weight: 400;
}

.th-contact-form .form-control:focus {
  border-color: var(--th-gold);
  box-shadow: 0 0 0 3px rgba(184,144,88,0.15);
  outline: none;
}

.th-contact-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

/* -- Contact form on dark bg (homepage) -- */
.th-section-dark .th-contact-form .form-control {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.2);
  color: #fff;
}

.th-section-dark .th-contact-form .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}

.th-section-dark .th-contact-form .form-control:focus {
  border-color: var(--th-gold);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 0 0 3px rgba(184,144,88,0.2);
}

/* -- Submit button -- */
.th-btn-submit {
  display: inline-block;
  background: var(--th-gold);
  color: var(--th-white) !important;
  font-family: var(--th-font-body);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.95rem 2.8rem;
  border: 2px solid var(--th-gold);
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}

.th-btn-submit:hover {
  background: var(--th-gold-hover);
  border-color: var(--th-gold-hover);
  transform: translateY(-1px);
}

/* -- Contact info -- */
.th-contact-info h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.th-contact-info p,
.th-contact-info a {
  font-size: 0.9rem;
  color: var(--th-text-muted);
  text-decoration: none;
  line-height: 1.6;
}

.th-contact-info a:hover {
  color: var(--th-gold);
}

.th-contact-icon {
  width: 48px;
  height: 48px;
  background: rgba(184,144,88,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.th-section-dark .th-contact-icon {
  background: rgba(184,144,88,0.2);
}

.th-contact-icon i {
  font-size: 1.2rem;
  color: var(--th-gold);
}

/* -- Contact page specific -- */
.th-contact-page-header {
  background: var(--th-navy);
  padding: 4rem 0 3rem;
  text-align: center;
}

.th-contact-page-header h1 {
  color: var(--th-white);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.th-contact-page-header .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

.th-contact-page-header .breadcrumb-item,
.th-contact-page-header .breadcrumb-item a {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  text-decoration: none;
}

.th-contact-page-header .breadcrumb-item.active {
  color: var(--th-gold-light);
}

.th-contact-page-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.4);
}

.th-contact-address-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.th-contact-address-list li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.th-contact-address-list h4 {
  font-family: var(--th-font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--th-heading);
  margin-bottom: 0.25rem;
}

.th-contact-address-list p,
.th-contact-address-list a {
  font-size: 0.9rem;
  color: var(--th-text-muted);
  text-decoration: none;
  line-height: 1.6;
}

.th-contact-address-list a:hover {
  color: var(--th-gold);
}

.th-map-section {
  margin-top: -1px;
}

.th-map-section iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

/* ---- FOOTER ---- */
.th-footer {
  background: var(--th-navy-dark);
  color: rgba(255,255,255,0.7);
}

.th-footer-main {
  padding: 4rem 0 3rem;
}

.th-footer .footer-logo img {
  height: 55px;
  width: auto;
  object-fit: contain;
  margin-bottom: 1.2rem;
  filter: brightness(0) invert(1);
}

.th-footer .footer-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.5rem;
}

.th-footer .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.8rem;
}

.th-footer .social-links a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  transition: all 0.25s ease;
  text-decoration: none;
}

.th-footer .social-links a:hover {
  border-color: var(--th-gold);
  color: var(--th-gold);
  background: rgba(184,144,88,0.1);
}

.th-footer h6 {
  font-family: var(--th-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--th-white);
  margin-bottom: 1.5rem;
}

.th-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.th-footer .footer-links li {
  margin-bottom: 0.6rem;
}

.th-footer .footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.th-footer .footer-links a:hover {
  color: var(--th-gold-light);
}

.th-footer .footer-contact li {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
}

.th-footer .footer-contact li i {
  color: var(--th-gold);
  font-size: 1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.th-footer .footer-contact a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.th-footer .footer-contact a:hover {
  color: var(--th-gold-light);
}

.th-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.3rem 0;
}

.th-footer-bottom p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  margin: 0;
}

.th-footer-bottom a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.th-footer-bottom a:hover {
  color: var(--th-gold-light);
}

/* ---- WhatsApp float (keep but refine) ---- */
.th-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 52px;
  height: 52px;
  background: #25d366;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(37,211,102,0.3);
  z-index: 1000;
  transition: transform 0.2s ease;
  text-decoration: none;
}

.th-whatsapp:hover {
  transform: scale(1.08);
  color: #fff !important;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .th-hero-slide {
    min-height: 70vh;
  }

  .th-hero h1 {
    font-size: 2rem;
  }

  .th-section {
    padding: 3.5rem 0;
  }

  .th-section-lg {
    padding: 4rem 0;
  }

  .th-about-img img {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .th-hero-slide {
    min-height: 60vh;
  }

  .th-hero-content {
    padding: 2rem 0;
  }

  .th-title {
    font-size: 1.6rem;
  }

  .th-footer-main {
    padding: 3rem 0 2rem;
  }

  .th-whatsapp {
    bottom: 1.2rem;
    right: 1.2rem;
    width: 46px;
    height: 46px;
    font-size: 1.3rem;
  }
}

/* ---- BLOG LIST PAGE ---- */
.th-blog-list-card {
  background: var(--th-white);
  border: 1px solid var(--th-border);
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.th-blog-list-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

.th-blog-list-img {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.th-blog-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.th-blog-list-card:hover .th-blog-list-img img {
  transform: scale(1.04);
}

.th-blog-list-placeholder {
  width: 100%;
  height: 100%;
  background: var(--th-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--th-border);
  font-size: 2.5rem;
}

.th-blog-list-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: inline-block;
  font-family: var(--th-font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--th-white);
  background: var(--th-navy);
  padding: 0.25rem 0.65rem;
  border-radius: 3px;
}

.th-blog-list-body {
  padding: 1.3rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.th-blog-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.th-blog-list-meta span {
  font-family: var(--th-font-body);
  font-size: 0.76rem;
  color: var(--th-text-muted);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.th-blog-list-meta span i {
  font-size: 0.8rem;
  color: var(--th-gold);
}

.th-blog-list-body h3 {
  font-family: var(--th-font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}

.th-blog-list-body h3 a {
  color: var(--th-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.th-blog-list-body h3 a:hover {
  color: var(--th-gold);
}

.th-blog-list-body p {
  font-size: 0.88rem;
  color: var(--th-text-muted);
  line-height: 1.65;
  margin-bottom: 1rem;
  flex: 1;
}

.th-blog-list-link {
  font-family: var(--th-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--th-gold);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s ease;
  margin-top: auto;
}

.th-blog-list-link:hover {
  color: var(--th-gold-hover);
  gap: 0.7rem;
}

/* -- Blog Sidebar -- */
.th-blog-sidebar {
  position: sticky;
  top: 100px;
}

.th-sidebar-widget {
  background: var(--th-white);
  border: 1px solid var(--th-border);
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.th-sidebar-search {
  position: relative;
}

.th-sidebar-search .form-control {
  font-family: var(--th-font-body);
  font-size: 0.9rem;
  padding: 0.85rem 3rem 0.85rem 1rem;
  border: 2px solid var(--th-border);
  border-radius: 4px;
  background: var(--th-white);
  color: var(--th-text);
  transition: border-color 0.2s ease;
}

.th-sidebar-search .form-control:focus {
  border-color: var(--th-gold);
  box-shadow: 0 0 0 3px rgba(184,144,88,0.1);
  outline: none;
}

.th-sidebar-search button {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--th-gold);
  font-size: 1rem;
  cursor: pointer;
  padding: 0.3rem;
}

.th-sidebar-title {
  font-family: var(--th-font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--th-text);
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--th-gold);
}

.th-sidebar-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.th-sidebar-categories li {
  border-bottom: 1px solid var(--th-bg-alt);
}

.th-sidebar-categories li:last-child {
  border-bottom: none;
}

.th-sidebar-categories a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
  font-family: var(--th-font-body);
  font-size: 0.9rem;
  color: var(--th-text);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.th-sidebar-categories a:hover {
  color: var(--th-gold);
  padding-left: 0.4rem;
}

.th-sidebar-cat-count {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--th-text-muted);
  background: var(--th-bg);
  padding: 0.15rem 0.55rem;
  border-radius: 10px;
}

.th-sidebar-cta {
  background: var(--th-navy);
  border-color: var(--th-navy);
  text-align: center;
  padding: 2rem 1.5rem;
}

.th-sidebar-cta i {
  font-size: 2rem;
  color: var(--th-gold-light);
  margin-bottom: 0.8rem;
  display: block;
}

.th-sidebar-cta h5 {
  font-family: var(--th-font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--th-white);
  margin-bottom: 0.5rem;
}

.th-sidebar-cta p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

.th-sidebar-cta .th-btn-hero {
  font-size: 0.78rem;
  padding: 0.7rem 1.6rem;
}

/* -- Blog Pagination -- */
.th-blog-pagination .pagination {
  gap: 0.4rem;
}

.th-blog-pagination .page-link {
  font-family: var(--th-font-body);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--th-text);
  border: 1px solid var(--th-border);
  border-radius: 4px;
  padding: 0.5rem 0.85rem;
  transition: all 0.2s ease;
}

.th-blog-pagination .page-link:hover {
  background: var(--th-gold);
  border-color: var(--th-gold);
  color: var(--th-white);
}

.th-blog-pagination .page-item.active .page-link {
  background: var(--th-gold);
  border-color: var(--th-gold);
  color: var(--th-white);
}

.th-blog-pagination .page-item.disabled .page-link {
  color: var(--th-border);
  border-color: var(--th-border);
}

/* ---- CONTACT PAGE ---- */
.th-contact-card {
  background: var(--th-white);
  border: 1px solid var(--th-border);
  border-radius: 6px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.th-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.th-contact-card-icon {
  width: 64px;
  height: 64px;
  background: rgba(184,144,88,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.th-contact-card-icon i {
  font-size: 1.5rem;
  color: var(--th-gold);
}

.th-contact-card h4 {
  font-family: var(--th-font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--th-text);
  margin-bottom: 0.5rem;
}

.th-contact-card p {
  font-size: 0.9rem;
  color: var(--th-text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.th-contact-card a {
  font-size: 0.9rem;
  color: var(--th-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.th-contact-card a:hover {
  color: var(--th-gold);
}

/* -- Contact Sidebar -- */
.th-contact-sidebar {
  position: sticky;
  top: 100px;
}

.th-contact-hours {
  background: var(--th-white);
  border: 1px solid var(--th-border);
  border-radius: 6px;
  padding: 1.8rem;
  margin-bottom: 1.5rem;
}

.th-contact-hours h4 {
  font-family: var(--th-font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--th-text);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.th-contact-hours h4 i {
  color: var(--th-gold);
}

.th-contact-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.th-contact-hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--th-bg-alt);
  font-family: var(--th-font-body);
  font-size: 0.88rem;
  color: var(--th-text);
}

.th-contact-hours li:last-child {
  border-bottom: none;
}

.th-contact-hours li span:last-child {
  font-weight: 600;
  color: var(--th-gold);
}

.th-contact-cta-box {
  background: var(--th-navy);
  border-radius: 6px;
  padding: 2rem 1.8rem;
  text-align: center;
}

.th-contact-cta-box > i {
  font-size: 2.2rem;
  color: var(--th-gold-light);
  margin-bottom: 0.8rem;
  display: block;
}

.th-contact-cta-box h5 {
  font-family: var(--th-font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--th-white);
  margin-bottom: 0.5rem;
}

.th-contact-cta-box p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

.th-contact-cta-box .th-btn-hero {
  font-size: 0.82rem;
  padding: 0.8rem 1.8rem;
}

/* ---- BLOG HERO HEADER ---- */
.th-blog-hero {
  background: var(--th-navy-dark);
  padding: 3.5rem 0 3rem;
  text-align: center;
}

.th-blog-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 1.2rem;
}

.th-blog-hero .breadcrumb-item,
.th-blog-hero .breadcrumb-item a {
  color: rgba(255,255,255,0.5);
  font-family: var(--th-font-body);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.th-blog-hero .breadcrumb-item a:hover {
  color: var(--th-gold-light);
}

.th-blog-hero .breadcrumb-item.active {
  color: rgba(255,255,255,0.7);
}

.th-blog-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.3);
}

.th-blog-hero-badge {
  display: inline-block;
  font-family: var(--th-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--th-gold);
  background: rgba(184,144,88,0.15);
  border: 1px solid rgba(184,144,88,0.3);
  padding: 0.3rem 0.9rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.th-blog-hero h1 {
  font-family: var(--th-font-heading);
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--th-white);
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.th-blog-hero-phone {
  color: var(--th-gold-light) !important;
  font-weight: 600;
  text-decoration: none;
}

.th-blog-hero-phone:hover {
  color: var(--th-gold) !important;
  text-decoration: underline;
}

.th-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--th-gold);
  color: var(--th-white) !important;
  font-family: var(--th-font-body);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  border: none;
}

.th-btn-call:hover {
  background: var(--th-gold-hover);
  color: var(--th-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(184,144,88,0.35);
}

.th-btn-call i {
  font-size: 1rem;
  animation: th-ring 1.5s ease-in-out infinite;
}

@keyframes th-ring {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(14deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(8deg); }
  40% { transform: rotate(-5deg); }
  50%, 100% { transform: rotate(0deg); }
}

@media (max-width: 767px) {
  .th-blog-hero {
    padding: 2.5rem 0 2rem;
  }

  .th-blog-hero h1 {
    font-size: 1.4rem;
  }

  .th-btn-call {
    font-size: 0.82rem;
    padding: 0.75rem 1.5rem;
  }
}

/* ---- Hide old template header/footer ---- */
header.header-area { display: none !important; }
footer.footer-section { display: none !important; }
