@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap");

:root {
  --bg-base: #f6f2eb;
  --bg-soft: #f0ece5;
  --bg-alt: #ece8df;
  --surface: #fffdfa;
  --surface-strong: #ffffff;
  --surface-muted: #f8f5ef;
  --ink-900: #28322f;
  --ink-800: #38433f;
  --ink-700: #49534f;
  --ink-600: #5c6762;
  --ink-500: #79827d;
  --line-soft: #ded8ce;
  --line-strong: #cfc6bb;
  --accent-500: #8eab9d;
  --accent-600: #7b988a;
  --accent-700: #6a8679;
  --accent-800: #5a7669;
  --warm-500: #cba786;
  --warm-600: #bb9676;
  --danger-500: #c26d60;
  --white: #ffffff;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-heading: "Cormorant Garamond", "Times New Roman", serif;
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --shadow-soft: 0 12px 28px rgba(45, 56, 51, 0.08);
  --shadow-card: 0 18px 42px rgba(45, 56, 51, 0.12);
  --shadow-header: 0 10px 32px rgba(31, 39, 36, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-700);
  background: linear-gradient(180deg, var(--bg-base) 0%, #f8f5ef 54%, #f4f1ea 100%);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: -180px auto auto -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle at center, rgba(142, 171, 157, 0.24), transparent 72%);
  pointer-events: none;
  z-index: -1;
}

a {
  color: var(--accent-700);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
  color: var(--accent-800);
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1.15rem;
}


p {
  font-size: 1.0625rem;
  line-height: 1.85;
}

ul,
ol {
  padding-left: 1.25rem;
}

blockquote {
  margin: 2rem 0;
  padding: 1.1rem 1.3rem;
  border-left: 4px solid var(--accent-500);
  border-radius: 0 var(--radius-xs) var(--radius-xs) 0;
  color: var(--ink-700);
  background: linear-gradient(90deg, rgba(142, 171, 157, 0.2), rgba(255, 253, 250, 0.95));
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: var(--ink-900);
  font-family: var(--font-heading);
  line-height: 1.18;
  letter-spacing: 0.01em;
  font-weight: 600;
}

h1,
.h1 {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
}

h2,
.h2 {
  font-size: clamp(1.6rem, 3.3vw, 2.35rem);
}

h3,
.h3 {
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
}

h4,
.h4 {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  margin: 2.4rem 0;
  border: 0;
  border-top: 1px solid var(--line-soft);
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  padding: 0;
}

.topspace {
  margin-top: 0;
}

#header {
  position: relative;
}

#head {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 5.25rem 0 4.3rem;
  color: var(--white);
  background: #d9d7d2 url("../images/WGPsychology-7b31.jpg") center center/cover no-repeat;
}

#head::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(35, 49, 44, 0.64), rgba(42, 57, 50, 0.35)),
    radial-gradient(circle at 15% 30%, rgba(203, 167, 134, 0.22), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(142, 171, 157, 0.24), transparent 50%);
}

#head::after {
  content: "";
  position: absolute;
  inset: auto 8% 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
}

#logo {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 1.7rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(24, 34, 31, 0.28);
  box-shadow: var(--shadow-header);
  backdrop-filter: blur(3px);
}

#head .title {
  display: block;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.55rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 24px rgba(17, 26, 22, 0.4);
}

#head .title a,
.hero-title-link {
  color: var(--white) !important;
}

#head h1,
#head h2,
#head h3,
#head #logo,
#head #logo a {
  color: var(--white);
  text-shadow: 0 4px 24px rgba(17, 26, 22, 0.4);
}

#head .tagline {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.87);
  font-size: 1rem;
  letter-spacing: 0.03em;
}

#head .tagline b {
  font-weight: 600;
}

#head img.img-circle {
  display: block;
  width: clamp(146px, 18vw, 196px);
  height: clamp(146px, 18vw, 196px);
  margin: 0 auto 1.4rem;
  border: 3px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 36px rgba(18, 29, 25, 0.35);
}

body:not(.home) #head {
  min-height: 248px;
  padding: 3.35rem 0 2.25rem;
}

body:not(.home) #logo {
  max-width: 780px;
  padding: 1rem 1.25rem;
}

body:not(.home) #head .title {
  font-size: clamp(1.55rem, 3.6vw, 2.5rem);
}

.home #head {
  min-height: 620px;
  padding: 6.4rem 0 5.2rem;
}

.home #logo {
  max-width: 980px;
}

.image-container {
  position: relative;
  width: clamp(146px, 18vw, 196px);
  height: clamp(146px, 18vw, 196px);
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  overflow: hidden;
}

.img-circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.front {
  z-index: 2;
}

.back {
  display: none;
}

@media (min-width: 992px) {
  .image-container:hover .front {
    transform: scale(1.04);
  }
}

.hero-action-group {
  margin-top: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  flex-wrap: wrap;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
  padding: 0.64rem 1.28rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  color: var(--white) !important;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(15, 23, 20, 0.25);
}

.hero-pill i {
  font-size: 1.05rem;
}

.hero-contact-btn {
  background: linear-gradient(135deg, #2fa56a, #238456);
}

.hero-social-btn {
  background: linear-gradient(120deg, #445edb, #9632aa, #df4f7c);
}

.hero-pill:hover,
.hero-pill:focus {
  color: var(--white);
  transform: translateY(-1px);
}

.navbar {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 253, 249, 0.95);
  box-shadow: 0 8px 22px rgba(43, 54, 49, 0.12);
  backdrop-filter: blur(8px);
}

.navbar.is-scrolled {
  box-shadow: 0 10px 26px rgba(32, 42, 38, 0.18);
}

.navbar .container-fluid {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 0;
}

.navbar-collapse {
  border: 0;
}

.navbar-collapse .navbar-nav {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin: 0;
}

.navbar-collapse .navbar-nav>li {
  float: none;
}

.navbar-default .navbar-nav>li>a {
  display: block;
  margin: 0.25rem 0.1rem;
  padding: 0.82rem 1.08rem;
  border-radius: var(--radius-pill);
  color: var(--ink-700);
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: none;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: var(--ink-900);
  background: rgba(142, 171, 157, 0.24);
}


.navbar-default .navbar-toggle {
  margin: 0.8rem 0.1rem;
  padding: 9px 10px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xs);
  background: var(--surface);
}

.navbar-default .navbar-toggle .icon-bar {
  background: var(--ink-700);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: var(--surface-muted);
}

#main {
  padding: clamp(2.5rem, 4.5vw, 4.4rem) 0 4.4rem;
}

.section {
  margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
}

.section-title,
.entry-title {
  display: block;
  margin: 0 0 2rem;
  text-align: center;
  text-transform: none;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.18;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.section-title span,
.entry-title span {
  position: relative;
  display: inline-block;
  padding: 0 0.9rem;
}

.section-title span::before,
.section-title span::after,
.entry-title span::before,
.entry-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 90px;
  border-top: 1px solid var(--line-strong);
}

.section-title span::before,
.entry-title span::before {
  right: calc(100% + 0.45rem);
}

.section-title span::after,
.entry-title span::after {
  left: calc(100% + 0.45rem);
}

.btn {
  border: 0;
  border-radius: var(--radius-pill);
  padding: 0.65rem 1.25rem;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: none;
  text-shadow: none;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--accent-700), var(--accent-500));
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: var(--white);
  background: linear-gradient(135deg, var(--accent-800), var(--accent-600));
}

.btn-lg {
  padding: 0.82rem 1.6rem;
  font-size: 0.92rem;
}

.cta-whatsapp-btn,
a[href^="https://wa.me"][style*="background:#21b156"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  margin-top: 0.4rem;
  padding: 0.72rem 1.32rem;
  border-radius: var(--radius-pill);
  color: var(--white) !important;
  background: linear-gradient(135deg, #2ea86c, #238457) !important;
  box-shadow: 0 10px 22px rgba(28, 82, 56, 0.24);
  font-size: 0.95rem;
  font-weight: 700;
}

.cta-whatsapp-btn:hover,
.cta-whatsapp-btn:focus,
a[href^="https://wa.me"][style*="background:#21b156"]:hover,
a[href^="https://wa.me"][style*="background:#21b156"]:focus {
  color: var(--white) !important;
  transform: translateY(-1px);
}

#therapyInfo>.container>div {
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(1.7rem, 4vw, 2.55rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(248, 245, 239, 0.95));
  box-shadow: var(--shadow-soft);
}

#therapyInfo {
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

#gallery {
  margin-top: clamp(1.2rem, 2.4vw, 2rem);
}

#therapyInfo .therapy-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.35rem;
}

#therapyInfo .therapy-highlight-card {
  padding: 0.95rem 0.9rem 0.82rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(246, 242, 234, 0.96));
  box-shadow: 0 8px 20px rgba(42, 54, 49, 0.08);
}

#therapyInfo .therapy-highlight-card h3 {
  margin: 0 0 0.5rem;
  color: var(--ink-900);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

#therapyInfo .therapy-highlight-card ul {
  margin: 0;
  padding-left: 1rem;
}

#therapyInfo .therapy-highlight-card li {
  margin-bottom: 0.34rem;
  color: var(--ink-700);
  font-size: 0.9rem;
  line-height: 1.5;
}

#therapyInfo p:last-child {
  margin-bottom: 0;
}

.thumbnails {
  padding: 0;
}

#texts .thumbnails.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

#texts .thumbnails.row .blog-item {
  display: flex;
  margin-bottom: 1.35rem;
  padding-left: 10px;
  padding-right: 10px;
}

#texts .thumbnails.row .blog-item .thumbnail {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin: 0.55rem 0 1.25rem;
}

.blog-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.blog-filter-btn {
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--ink-700);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.blog-filter-btn:hover {
  background: var(--accent-500);
  border-color: var(--accent-500);
  color: var(--white);
}

.blog-filter-btn.active {
  background: var(--accent-700);
  border-color: var(--accent-700);
  color: var(--white);
}

.blog-search-wrapper {
  width: min(100%, 320px);
}

.blog-search-wrapper .form-control {
  height: 40px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  box-shadow: none;
}

.blog-search-wrapper .form-control:focus {
  border-color: var(--accent-700);
  box-shadow: 0 0 0 3px rgba(61, 93, 80, 0.15);
}

.blog-empty-state {
  display: none;
  margin: 0.9rem 0 0;
  text-align: center;
  color: var(--ink-600);
  font-weight: 600;
}

.thumbnail {
  position: relative;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  color: inherit;
  overflow: hidden;
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}

.thumbnail:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

.thumbnail .img {
  position: relative;
  display: block;
  height: 215px;
  margin: 0;
  overflow: hidden;
}

.thumbnail img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 0.45s ease;
}

.thumbnail:hover img {
  transform: scale(1.06);
}

.thumbnail .title {
  display: block;
  margin: 0;
  padding: 1rem 1.05rem 1.15rem;
  min-height: 86px;
  font-size: 0.97rem;
  line-height: 1.45;
  text-transform: none;
  font-weight: 600;
  color: var(--ink-900);
}

.thumbnail .cover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(0deg, rgba(17, 24, 22, 0.55), rgba(17, 24, 22, 0.05));
}

.thumbnail .cover .more {
  margin: 0 0.78rem 0.72rem 0;
  padding: 0.32rem 0.66rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-900);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.thumbnail:hover .cover {
  opacity: 1;
}

.featured {
  font-size: 1rem;
}

.featured h3 {
  margin-bottom: 0.85rem;
  text-transform: none;
}

#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.blog-pagination {
  margin-top: 0.8rem;
}

.page-btn {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink-700);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.page-btn:hover {
  background: var(--accent-500);
  color: var(--white);
}

.page-btn.active {
  background: var(--accent-700);
  border-color: var(--accent-700);
  color: var(--white);
}

.slide-left {
  animation: slideLeftOut 0.3s ease forwards;
}

.slide-right {
  animation: slideRightOut 0.3s ease forwards;
}

.blog-fade-out {
  animation: blogFadeOut 0.22s ease forwards;
}

@keyframes slideLeftOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-12px);
  }
}

@keyframes slideRightOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(12px);
  }
}

@keyframes blogFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.gallery-wrapper {
  position: relative;
  margin-top: 1rem;
}

.gallery-track {
  display: flex;
  gap: 14px;
  padding: 0.2rem 0.15rem 0.8rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
  user-select: none;
  -webkit-user-select: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-track.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.gallery-item {
  flex: 0 0 auto;
}

.gallery-item img {
  width: clamp(220px, 32vw, 330px);
  height: clamp(160px, 21vw, 232px);
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: 0 11px 22px rgba(38, 48, 43, 0.18);
}

.gallery-arrow,
.gallery-nav {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line-soft);
  box-shadow: 0 8px 20px rgba(28, 36, 33, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 30;
}

.gallery-arrow:hover,
.gallery-nav:hover {
  color: var(--ink-900);
  background: var(--surface);
}

.gallery-arrow.prev,
.gallery-nav.prev {
  left: 8px;
}

.gallery-arrow.next,
.gallery-nav.next {
  right: 8px;
}

#modalImage {
  display: block;
  margin: 0 auto;
  width: min(100%, 880px);
  max-height: 78vh;
  border-radius: var(--radius-sm);
  object-fit: contain;
  box-shadow: 0 14px 36px rgba(8, 11, 10, 0.45);
  transition: opacity 0.42s ease;
  opacity: 1;
}

#modalImage.fade-out {
  opacity: 0;
}

.modal {
  text-align: center;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 18px auto;
}

.modal-content {
  border: 0;
  border-radius: var(--radius-sm);
  box-shadow: 0 22px 52px rgba(20, 28, 25, 0.24);
}

.modal-header {
  position: relative;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, #f9f7f2, #f6f2ea);
}

.modal-title {
  margin: 0;
  padding-right: 1.4rem;
  text-align: center;
  font-size: 1.35rem;
}

.modal-body {
  padding: 1.35rem 1.3rem 1.4rem;
}

.close {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  margin: 0;
  color: var(--ink-700);
  opacity: 0.78;
  text-shadow: none;
}

.close:hover {
  opacity: 1;
}

.therapy-modal {
  text-align: initial;
}

.therapy-modal::before {
  display: none !important;
}

.therapy-modal .modal-dialog {
  display: block !important;
  width: min(980px, calc(100% - 1.8rem));
  margin: 24px auto !important;
}

.panel-group .panel {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  box-shadow: none;
  overflow: hidden;
  margin-bottom: 0.9rem;
  background: var(--surface);
}

.panel-default>.panel-heading {
  border: 0;
  padding: 0;
  background: linear-gradient(90deg, rgba(142, 171, 157, 0.2), rgba(248, 245, 239, 0.95));
}

.panel-title {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
}

.panel-title>a {
  display: block;
  padding: 0.88rem 1.1rem;
  color: var(--ink-800);
}

.panel-title>a:hover,
.panel-title>a:focus {
  color: var(--ink-900);
}

.panel-body {
  color: var(--ink-700);
  font-size: 0.97rem;
  line-height: 1.75;
}

#bdt,
#emdr,
#mindfulness,
#oyun-terapisi,
#act {
  margin-top: 2rem !important;
  margin-bottom: 2.4rem;
  padding: clamp(1.35rem, 3.4vw, 2.2rem);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(248, 245, 239, 0.95));
  box-shadow: var(--shadow-soft);
}

.post {
  padding: clamp(1.35rem, 3.4vw, 2.65rem);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 242, 0.96));
  box-shadow: var(--shadow-soft);
}

@media (min-width: 768px) {
  .has-post-layout .col-sm-8.col-sm-offset-2 {
    width: min(84%, 1040px);
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

.entry-header .entry-meta {
  margin-bottom: 0.9rem;
  color: var(--ink-500);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.entry-header .entry-meta a {
  color: inherit;
}

.entry-content {
  margin: 0;
}

.entry-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  padding-top: 0;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
}

.entry-content h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.6rem;
}

.entry-content h4 {
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.entry-content p,
.entry-content li {
  color: var(--ink-700);
  font-size: 1.01rem;
  line-height: 1.8;
}

.entry-content img,
.maincontent img,
.modal-body img {
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 20px rgba(35, 45, 41, 0.16);
}

.has-post-layout .entry-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.maincontent,
.sidebar .widget,
.work-experience,
.references {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.maincontent {
  padding: clamp(1.15rem, 2.9vw, 2rem);
}

.sidebar .widget {
  padding: 0.9rem;
}

.work-experience,
.references {
  margin-top: 1.6rem;
  padding: clamp(1.15rem, 3vw, 2rem);
}

.work-experience h2,
.references h2 {
  margin-bottom: 0.9rem;
}

.work-experience h4 {
  margin-top: 1.15rem;
  margin-bottom: 0.35rem;
  font-family: var(--font-body);
  font-size: 1.03rem;
  font-weight: 700;
}

.work-experience .meta {
  margin-bottom: 0.6rem;
  color: var(--ink-500);
  font-size: 0.9rem;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1rem;
  padding: 0;
}

.card {
  margin: 0;
  padding: 1.15rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 236, 0.95));
  box-shadow: var(--shadow-soft);
}

.card h3 {
  margin-bottom: 0.7rem;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.35;
}

.card h3 a {
  color: var(--ink-900);
}

.card ul {
  margin-bottom: 0;
  padding-left: 1rem;
}

.card li {
  margin-bottom: 0.34rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.team-page {
  margin-bottom: 2.3rem;
}

.team-overview-intro {
  margin-bottom: 0.75rem;
}

.team-overview-title {
  margin: 0 0 0.8rem;
  color: var(--ink-900);
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}

.team-overview-intro p {
  margin-bottom: 0.86rem;
}

.team-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.team-overview-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: linear-gradient(164deg, rgba(255, 255, 255, 0.97), rgba(247, 242, 234, 0.95));
  box-shadow: var(--shadow-soft);
  overflow: clip;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-overview-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

.team-overview-media {
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(165deg, rgba(250, 247, 241, 0.9), rgba(239, 233, 222, 0.7));
}

.team-overview-media img {
  display: block;
  width: 100%;
  height: clamp(220px, 27vw, 260px);
  object-fit: cover;
  object-position: center 22%;
}

#ela-nur-oksuzer .team-overview-media img {
  object-position: center 2%;
}

#kubra-isik-korkmaz .team-overview-media img {
  object-position: center 35%;
}

.team-overview-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem 1rem 1.08rem;
}

.team-overview-content h2 {
  margin: 0 0 0.36rem;
  font-family: var(--font-body);
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--ink-900);
}

.team-overview-role {
  margin: 0 0 0.72rem;
  color: var(--ink-700);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.5;
}

.team-overview-summary {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.98rem;
  line-height: 1.72;
}

.team-overview-actions {
  margin: 1rem 0 0;
}

.team-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  padding: 0.76rem 1.18rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(59, 89, 77, 0.12);
  color: var(--white) !important;
  background: linear-gradient(135deg, var(--accent-700), var(--accent-500));
  box-shadow: 0 12px 24px rgba(52, 78, 68, 0.22);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.team-cta-btn:hover,
.team-cta-btn:focus {
  color: var(--white) !important;
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--accent-800), var(--accent-600));
  box-shadow: 0 14px 26px rgba(45, 69, 61, 0.26);
}

.team-cta-btn:focus-visible {
  outline: 3px solid rgba(61, 93, 80, 0.35);
  outline-offset: 2px;
}

.team-cta-secondary {
  background: linear-gradient(135deg, #5d7c70, #47665a);
}

.team-cta-secondary:hover,
.team-cta-secondary:focus {
  background: linear-gradient(135deg, #4f6d62, #3f5b51);
}

.team-overview-content .team-overview-actions {
  margin-top: auto;
  margin-bottom: 0;
}

.kubra-profile-page {
  margin-bottom: 2.2rem;
}

.kubra-profile-article {
  padding: 1.3rem 1.2rem 1.55rem;
}

.kubra-profile-modern {
  border: 1px solid rgba(153, 127, 89, 0.26);
  background:
    radial-gradient(circle at 92% 8%, rgba(184, 152, 102, 0.17), rgba(184, 152, 102, 0) 30%),
    linear-gradient(170deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 234, 0.96));
  box-shadow: 0 16px 38px rgba(43, 54, 49, 0.14);
}

.kubra-panel {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(42, 52, 47, 0.08);
  padding: 1.05rem 1.05rem 1.1rem;
}

.kubra-hero {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 1.2rem;
  align-items: start;
  margin-bottom: 1.15rem;
}

.kubra-hero-card {
  border: 1px solid rgba(153, 127, 89, 0.24);
  border-radius: var(--radius-md);
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.95), rgba(244, 238, 228, 0.95));
  box-shadow: 0 12px 28px rgba(44, 54, 49, 0.1);
  padding: 1.15rem;
}

.kubra-photo-wrap img {
  width: 175px;
  height: 220px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(33, 42, 38, 0.22);
}

.kubra-identity h1 {
  margin: 0 0 0.32rem;
  color: var(--ink-900);
  font-family: var(--font-body);
  font-size: 2.05rem;
  line-height: 1.2;
  font-weight: 900;
}

.kubra-title {
  margin: 0 0 0.18rem;
  color: var(--ink-600);
  font-size: 1.02rem;
  font-weight: 600;
}

.kubra-location {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.96rem;
}

.kubra-location i {
  color: #567f6e;
}

.kubra-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.kubra-hero-badges li {
  padding: 0.34rem 0.74rem;
  border: 1px solid rgba(80, 107, 95, 0.22);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink-700);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.kubra-bio p {
  margin-bottom: 0.88rem;
  font-size: 1rem;
  line-height: 1.72;
}

.kubra-bio h2 {
  margin: 0 0 0.8rem;
  color: var(--ink-900);
  font-family: var(--font-body);
  font-size: 1.55rem;
  font-weight: 800;
}

.kubra-panels-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.kubra-section {
  margin-top: 1rem;
}

.kubra-section h2 {
  margin: 0 0 0.7rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(153, 127, 89, 0.26);
  color: var(--ink-900);
  font-family: var(--font-body);
  font-size: 1.45rem;
  font-weight: 800;
}

.kubra-tag-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kubra-tag-list li {
  padding: 0.52rem 0.6rem;
  border: 1px solid rgba(80, 107, 95, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
}

.kubra-cert-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem 0.85rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.kubra-cert-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.46rem;
  font-size: 0.96rem;
  line-height: 1.52;
}

.kubra-cert-list i {
  margin-top: 0.08rem;
  color: #6e8a7f;
}

.kubra-education-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 0.8rem;
  align-items: start;
}

.kubra-education-panel {
  margin-top: 1rem;
}

.kubra-education-year {
  margin: 0.12rem 0 0;
  font-weight: 800;
  color: var(--ink-900);
  font-size: 0.93rem;
  letter-spacing: 0.02em;
}

.kubra-education-school {
  margin: 0;
  color: var(--ink-900);
  font-weight: 800;
  font-size: 1rem;
}

.kubra-education-program {
  margin: 0.15rem 0 0;
  color: var(--ink-700);
  font-size: 0.95rem;
}

#contacts {
  margin-top: 1.9rem;
}

#contacts .contacts-heading-row {
  margin-bottom: 0.95rem;
}

#contacts .contacts-heading-row .section-title {
  margin-bottom: 0;
}

#contacts .contact-panel {
  padding: clamp(1.5rem, 3vw, 2.2rem) 0;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(245, 240, 232, 0.95));
  box-shadow: var(--shadow-soft);
}

#contacts .container {
  width: min(1000px, calc(100% - 2.2rem));
}

#contacts .map-container {
  position: relative;
  height: 100%;
  padding: clamp(1.2rem, 2.1vw, 1.6rem);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 232, 0.9));
  box-shadow: var(--shadow-soft);
}

#contacts .location-section {
  display: flex;
  flex-direction: column;
}

#contacts .location-title {
  margin: 0 0 0.85rem;
  color: var(--ink-900);
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 700;
}

#contacts .location-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 auto;
}

#contacts .map-preview-link {
  position: relative;
  min-height: 235px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(154, 128, 90, 0.3);
  background:
    radial-gradient(circle at 18% 20%, rgba(193, 165, 121, 0.25), rgba(193, 165, 121, 0) 45%),
    radial-gradient(circle at 85% 78%, rgba(110, 127, 112, 0.22), rgba(110, 127, 112, 0) 42%),
    linear-gradient(145deg, #f6f1e8, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink-900);
  text-align: center;
  padding: 1.1rem;
  overflow: hidden;
}

#contacts .map-preview-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.48;
  pointer-events: none;
}

#contacts .map-preview-link:hover,
#contacts .map-preview-link:focus-visible {
  border-color: rgba(154, 128, 90, 0.55);
  box-shadow: 0 0 0 3px rgba(154, 128, 90, 0.15);
  outline: none;
}

#contacts .map-preview-icon {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(154, 128, 90, 0.18);
  color: var(--accent-700);
  font-size: 1.32rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

#contacts .map-preview-text {
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}

#contacts .location-address {
  margin: 0;
  color: var(--ink-700);
  font-style: normal;
  line-height: 1.7;
}

#contacts .map-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 152px;
  border-radius: 999px;
  background-color: var(--accent-700);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0.62rem 1.15rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#contacts .map-link-button:hover,
#contacts .map-link-button:focus-visible {
  background-color: var(--accent-800);
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}

#contacts .contact-info {
  padding-left: 2.4rem;
}

#contacts .contact-info .d-flex {
  margin-bottom: 1.25rem;
}

#contacts .contact-info h5 {
  margin-bottom: 0.2rem;
  color: var(--ink-900) !important;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
}

#contacts .contact-info i {
  min-width: 36px;
  margin-top: 0.15rem;
  text-align: center;
  font-size: 1.1rem;
}

#contacts .contact-icon {
  width: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-700);
}

.text-primary {
  color: var(--accent-700) !important;
}

.text-muted {
  color: var(--ink-600);
}

.bg-white {
  background-color: var(--surface);
}

.bg-white:hover {
  transform: none;
}

.site-footer {
  margin-top: 3rem;
  padding: 2.1rem 1.25rem 1.35rem;
  color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(145deg, rgba(50, 65, 60, 0.98), rgba(37, 48, 44, 0.98)),
    radial-gradient(circle at 15% 10%, rgba(203, 167, 134, 0.18), transparent 56%);
}

.footer-container {
  width: min(1120px, calc(100% - 1.2rem));
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-about,
.footer-links,
.footer-contact {
  flex: 1 1 240px;
  min-width: 0;
}

.site-footer h4 {
  margin-bottom: 0.42rem;
  color: #fff7ef;
  font-family: var(--font-heading);
  font-size: 1.4rem;
}

.footer-links a {
  display: block;
  width: fit-content;
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid transparent;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.footer-contact p {
  margin-bottom: 0.3rem;
}

.footer-copy {
  width: min(1120px, calc(100% - 1.2rem));
  margin: 1.25rem auto 0;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

#footer,
#underfooter {
  display: none;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.g-5 {
  row-gap: 1.8rem;
}

.rounded-3 {
  border-radius: var(--radius-sm) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.shadow-lg {
  box-shadow: var(--shadow-soft) !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.position-relative {
  position: relative !important;
}

.border-0 {
  border: 0 !important;
}

.bg-transparent {
  background: transparent !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.ps-lg-5 {
  padding-left: 3rem;
}

.appointment-consent {
  margin: 1.15rem 0 0.5rem;
  text-align: center;
}

.appointment-consent label {
  display: inline-block;
  max-width: 710px;
  text-align: left;
  color: var(--ink-700);
  font-size: 0.95rem;
  line-height: 1.55;
}

.appointment-consent input[type="checkbox"] {
  margin-right: 0.45rem;
  accent-color: var(--accent-700);
}

.appointment-consent a {
  font-weight: 700;
}

#randevuButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  padding: 0.8rem 1.45rem;
  border-radius: var(--radius-pill);
  color: var(--white);
  background: linear-gradient(135deg, var(--accent-700), var(--accent-500));
  box-shadow: 0 11px 24px rgba(55, 77, 69, 0.26);
}

#randevuButton.disabled {
  opacity: 0.55;
  pointer-events: none;
}

#bilgilendirmeText small {
  color: var(--ink-600);
}

#bilgilendirmeText {
  margin-top: 0.45rem;
}

@media (max-width: 1199px) {
  .container {
    width: min(1080px, calc(100% - 2.3rem));
  }
}

@media (max-width: 992px) {
  #head {
    min-height: 320px;
    padding: 4.8rem 0 3.7rem;
  }

  body:not(.home) #head {
    min-height: 226px;
    padding: 2.95rem 0 2rem;
  }

  .home #head {
    min-height: 550px;
  }

  #head .title {
    font-size: clamp(1.78rem, 6vw, 2.7rem);
  }

  .navbar .container-fluid,
  .container {
    width: min(100%, calc(100% - 2rem));
  }

  #contacts .contact-info {
    padding-left: 0;
    margin-top: 1.5rem;
  }

  #contacts .map-container {
    padding: 1.1rem;
  }

  #contacts .map-preview-link {
    min-height: 205px;
  }

  .ps-lg-5 {
    padding-left: 0;
  }

  #therapyInfo .therapy-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kubra-panels-grid {
    grid-template-columns: 1fr;
  }

  .kubra-cert-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  body::before {
    width: 320px;
    height: 320px;
    inset: -120px auto auto -120px;
  }

  #head {
    min-height: 295px;
    padding: 4.2rem 0 3.2rem;
  }

  body:not(.home) #head {
    min-height: 202px;
    padding: 2.5rem 0 1.75rem;
  }

  .home #head {
    min-height: 480px;
  }

  #logo {
    width: calc(100% - 0.65rem);
    padding: 1.18rem 0.9rem;
    border-radius: var(--radius-md);
  }

  .hero-action-group {
    flex-direction: column;
    width: 100%;
  }

  .hero-pill {
    width: min(100%, 330px);
  }

  .navbar-collapse {
    margin-top: 0.2rem;
    padding: 0.5rem 0 0.8rem;
    border-top: 1px solid var(--line-soft);
    background: rgba(255, 253, 249, 0.95);
  }

  .navbar-collapse .navbar-nav {
    display: block;
    text-align: left;
  }

  .navbar-default .navbar-nav>li>a {
    margin: 0;
    padding: 0.72rem 0.4rem;
    border-radius: 10px;
  }

  #main {
    padding-top: 2.2rem;
  }

  .section-title span::before,
  .section-title span::after,
  .entry-title span::before,
  .entry-title span::after {
    width: 42px;
  }

  .thumbnail .img {
    height: 195px;
  }

  #texts .thumbnails.row {
    margin-left: -6px;
    margin-right: -6px;
  }

  #texts .thumbnails.row .blog-item {
    padding-left: 6px;
    padding-right: 6px;
  }

  .blog-controls {
    margin-bottom: 1rem;
  }

  .blog-search-wrapper {
    width: 100%;
  }

  .gallery-arrow,
  .gallery-nav {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .gallery-track {
    gap: 10px;
    padding-bottom: 0.4rem;
  }

  .gallery-item img {
    width: 240px;
    height: 170px;
  }

  .post {
    border-radius: var(--radius-md);
    padding: 1.1rem 0.95rem 1.3rem;
  }

  .entry-content p,
  .entry-content li {
    font-size: 0.98rem;
  }

  .kubra-profile-article {
    padding: 1.05rem 0.92rem 1.22rem;
  }

  .kubra-hero-card {
    padding: 0.92rem;
  }

  .kubra-hero {
    grid-template-columns: 1fr;
    gap: 0.82rem;
  }

  .kubra-photo-wrap img {
    width: 132px;
    height: 170px;
  }

  .kubra-identity h1 {
    font-size: 1.56rem;
  }

  .kubra-bio h2,
  .kubra-section h2 {
    font-size: 1.36rem;
  }

  .kubra-tag-list,
  .kubra-cert-list {
    grid-template-columns: 1fr;
  }

  .kubra-education-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .cards-container {
    grid-template-columns: 1fr;
  }

  .team-overview-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .team-overview-title {
    font-size: 1.6rem;
  }

  .team-overview-media img {
    height: 210px;
    object-position: center 20%;
  }

  #ela-nur-oksuzer .team-overview-media img {
    object-position: center 2%;
  }

  #kubra-isik-korkmaz .team-overview-media img {
    object-position: center 35%;
  }

  .team-overview-content {
    padding: 0.9rem 0.9rem 0.98rem;
  }

  .team-overview-content h2 {
    font-size: 1.08rem;
  }

  .team-overview-summary {
    font-size: 0.95rem;
    line-height: 1.66;
  }

  .team-cta-btn {
    width: 100%;
    min-width: 0;
  }

  .site-footer {
    padding: 1.6rem 1rem 1rem;
  }

  .footer-container {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-links a {
    width: auto;
  }

  .footer-copy {
    margin-top: 0.9rem;
    padding-top: 0.7rem;
    font-size: 0.8rem;
  }

}

@media (max-width: 575px) {

  .container,
  .navbar .container-fluid {
    width: calc(100% - 1.4rem);
  }

  #head .title {
    font-size: clamp(1.65rem, 7.4vw, 2.15rem);
  }

  .section-title {
    margin-bottom: 1.35rem;
  }

  .section-title span::before,
  .section-title span::after,
  .entry-title span::before,
  .entry-title span::after {
    display: none;
  }

  .thumbnail .img {
    height: 176px;
  }

  #therapyInfo .therapy-highlight-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}