/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/src/scss/main.scss ***!
  \************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Dede Hukuk - Main SCSS File
 * Tüm stil dosyaları buradan import edilir
 */
/**
 * Dede Hukuk - SCSS Variables
 * Tüm değişkenler burada tanımlanır
 */
/**
 * Dede Hukuk - Reset Styles
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button,
a,
input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-tap-highlight-color: transparent;
}
button:active, button:focus,
a:active,
a:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:active,
input[type=reset]:focus {
  outline: none;
}

/**
 * Dede Hukuk - Typography
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #e5e7eb;
  background-color: #383e33;
}

a {
  color: #0066cc;
  text-decoration: underline;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #0052a3;
  text-decoration: underline;
}
a:active, a:focus {
  color: #0066cc;
  text-decoration: underline;
  outline: none;
  box-shadow: none;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

/**
 * Dede Hukuk - Header Component
 */
.site-header {
  background: #383e33;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgb(39, 45, 55);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: relative;
}

.mobile-menu-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  z-index: 1001;
  order: 1;
  color: #e5e7eb;
  transition: all 0.3s;
}
.mobile-menu-toggle:hover {
  color: white;
}
.mobile-menu-toggle .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 20px;
}
.mobile-menu-toggle .menu-icon span {
  width: 100%;
  height: 3px;
  background: currentColor;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.mobile-menu-toggle .menu-text {
  font-size: 14px;
  font-weight: 500;
  color: currentColor;
}
.mobile-menu-toggle.active .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.mobile-menu-toggle.active .menu-icon span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.logo {
  flex: 1;
  display: flex;
  justify-content: center;
  order: 2;
}
.logo .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.logo .main-logo {
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.logo .main-logo:hover {
  opacity: 0.8;
}
.logo .main-logo img {
  max-height: 90px;
  width: auto;
}
.logo .legal500-logo {
  display: flex;
  align-items: center;
}
.logo .legal500-logo img {
  max-height: 50px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.logo .legal500-logo img:hover {
  opacity: 1;
}

.header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  order: 3;
}

.search-toggle {
  background: transparent;
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  padding: 8px 12px;
  color: #e5e7eb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.search-toggle svg {
  width: 20px;
  height: 20px;
}
.search-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.lang-switcher {
  flex: 0 0 auto;
}
.lang-switcher .lang-link {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  text-decoration: none;
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s;
}
.lang-switcher .lang-link:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background: #383e33;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: left 0.3s ease;
  overflow-y: auto;
}
.sidebar-menu.active {
  left: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgb(39, 45, 55);
}
.sidebar-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #e5e7eb;
}

.sidebar-close {
  background: transparent;
  border: none;
  color: #e5e7eb;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}
.sidebar-close:hover {
  color: white;
}
.sidebar-close svg {
  width: 24px;
  height: 24px;
}

.sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav li {
  margin: 0;
}
.sidebar-nav a {
  display: block;
  padding: 15px 20px;
  color: #e5e7eb;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .header-content {
    padding: 12px 20px;
  }
  .mobile-menu-toggle {
    padding: 6px 10px;
    gap: 8px;
  }
  .mobile-menu-toggle .menu-icon {
    width: 20px;
    height: 18px;
  }
  .mobile-menu-toggle .menu-text {
    display: none;
  }
  .logo .logo-wrapper {
    gap: 15px;
  }
  .logo .main-logo img {
    max-height: 50px;
  }
  .logo .legal500-logo img {
    max-height: 35px;
  }
  .header-actions {
    gap: 8px;
  }
  .search-toggle {
    padding: 6px 10px;
  }
  .search-toggle svg {
    width: 18px;
    height: 18px;
  }
  .lang-switcher .lang-link {
    padding: 6px 12px;
    font-size: 12px;
  }
  .sidebar-menu {
    width: 280px;
    left: -280px;
  }
}
/**
 * Dede Hukuk - Footer Component
 * Header standartlarına benzer dark theme tasarım
 */
.site-footer {
  background: #383e33;
  color: #e5e7eb;
  padding: 40px 0 20px;
  border-top: 1px solid rgb(39, 45, 55);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-nav {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.footer-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.footer-nav li {
  margin: 0;
}
.footer-nav a {
  text-decoration: none;
  color: #e5e7eb;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s;
}
.footer-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
.footer-nav a:hover {
  color: white;
}
.footer-nav a:hover::after {
  width: 100%;
}

.footer-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-email a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  transition: all 0.3s;
}
.footer-email a svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.footer-email a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.footer-lang-switcher .footer-lang-link {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  text-decoration: none;
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s;
}
.footer-lang-switcher .footer-lang-link:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgb(39, 45, 55);
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer-legal500 {
  display: flex;
  align-items: center;
}
.footer-legal500 img {
  max-height: 40px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.footer-legal500 img:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer-nav {
    width: 100%;
    justify-content: center;
  }
  .footer-nav ul {
    justify-content: center;
    gap: 20px;
  }
  .footer-actions {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 15px;
  }
  .footer-email {
    width: 100%;
  }
  .footer-email a {
    justify-content: center;
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .footer-bottom .footer-legal500 img {
    max-height: 30px;
  }
}
/**
 * Dede Hukuk - Hero Slider Component (Swiper.js)
 */
.hero-slider-section {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

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

.hero-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide-content {
  text-align: center;
  color: white;
  z-index: 2;
}
.hero-slide-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
.hero-slide-content p {
  font-size: 20px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-swiper-next,
.hero-swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #1f2937;
  transition: all 0.3s;
  margin-top: 0;
}
.hero-swiper-next svg,
.hero-swiper-prev svg {
  width: 20px;
  height: 20px;
  fill: #1f2937;
}
.hero-swiper-next::after,
.hero-swiper-prev::after {
  font-size: 20px !important;
  font-weight: bold;
}
.hero-swiper-next:hover:not(.swiper-button-disabled),
.hero-swiper-prev:hover:not(.swiper-button-disabled) {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}
.hero-swiper-next.swiper-button-disabled,
.hero-swiper-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.hero-swiper-next {
  right: 20px;
}

.hero-swiper-prev {
  left: 20px;
}

.hero-swiper-pagination {
  bottom: 20px !important;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s;
}
.hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .hero-slider-section {
    height: 400px;
  }
  .hero-slide-content h1 {
    font-size: 32px;
  }
  .hero-slide-content p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
  }
  .hero-swiper-next,
  .hero-swiper-prev {
    width: 40px;
    height: 40px;
  }
  .hero-swiper-next::after,
  .hero-swiper-prev::after {
    font-size: 20px !important;
  }
  .hero-swiper-next {
    right: 10px;
  }
  .hero-swiper-prev {
    left: 10px;
  }
  .hero-swiper-pagination {
    bottom: 10px !important;
  }
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 20px !important;
  height: 20px !important;
  fill: #1f2937;
}

/**
 * Dede Hukuk - Buttons Component
 */
.btn {
  display: inline-block;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(39, 45, 55);
  color: white;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover {
  background: #fff;
  border-color: #fff;
  color: #1f2937;
}
.btn.btn-primary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(39, 45, 55);
}
.btn.btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: #1f2937;
}
.btn * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.btn *:active, .btn *:focus {
  outline: none;
  box-shadow: none;
}

/**
 * Dede Hukuk - Cards Component
 */
.service-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgb(39, 45, 55);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
.service-card:active, .service-card:focus {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  outline: none;
}
.service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.service-card p {
  line-height: 1.5;
  margin-bottom: 10px;
}

.lawyer-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 10px;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid rgb(39, 45, 55);
  text-decoration: none;
  display: block;
  color: inherit;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.lawyer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: inherit;
}
.lawyer-card:hover img {
  transform: scale(1.05);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.lawyer-card:hover .btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.lawyer-card:active, .lawyer-card:focus {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: inherit;
  outline: none;
}
.lawyer-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.lawyer-card h3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #e5e7eb;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.4em;
  line-height: 1.2;
}
.lawyer-card .title {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.4em;
  line-height: 1.2;
}
.lawyer-card .btn {
  display: inline-block;
  margin-top: 10px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.1);
  color: #e5e7eb;
  border: 1px solid rgb(39, 45, 55);
  transition: all 0.3s;
}

.publication-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgb(39, 45, 55);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.publication-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.publication-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #f9fafb;
}
.publication-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .publication-image {
    height: auto;
    aspect-ratio: 3/4;
  }
  .publication-image img {
    object-fit: contain;
    object-position: center;
  }
}
.publication-image.placeholder {
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  border: 2px dashed rgba(255, 255, 255, 0.2);
}
.publication-image.placeholder svg {
  width: 80px;
  height: 80px;
}

.publication-card:hover .publication-image img {
  transform: scale(1.05);
}

.publication-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.publication-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #e5e7eb;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.2em;
}
.publication-content p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.publication-content .btn {
  margin-top: auto;
  width: 100%;
  text-align: center;
}

/**
 * Dede Hukuk - Forms Component
 */
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #e5e7eb;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #e5e7eb;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
}

.alert {
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.alert.alert-success {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  border: 1px solid #10b981;
}
.alert.alert-danger {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid #ef4444;
}

/**
 * Dede Hukuk - Search Component Styles
 * Arama modal ve anasayfa arama stilleri
 */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-modal.active {
  display: block;
  opacity: 1;
}

.search-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

.search-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 700px;
  max-height: 80vh;
  background: #383e33;
  border-radius: 2px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.search-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgb(39, 45, 55);
}
.search-modal-header h2 {
  margin: 0;
  color: #e5e7eb;
  font-size: 24px;
  font-weight: 600;
}

.search-modal-close {
  background: transparent;
  border: none;
  color: #e5e7eb;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.3s;
}
.search-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.search-modal-close svg {
  width: 24px;
  height: 24px;
}

.search-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

.search-input-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.search-input-wrapper .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.search-input {
  width: 100%;
  padding: 16px 16px 16px 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  color: #e5e7eb;
  font-size: 16px;
  transition: all 0.3s;
}
.search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

.search-results {
  min-height: 200px;
}

.search-empty {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.6);
}
.search-empty p {
  margin: 0;
  font-size: 16px;
}

.search-results-group {
  margin-bottom: 32px;
}
.search-results-group:last-child {
  margin-bottom: 0;
}

.search-results-group-title {
  color: #e5e7eb;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(39, 45, 55);
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s;
}
.search-result-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateX(4px);
}

.search-item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top;
  border-radius: 2px;
  flex-shrink: 0;
}

.search-item-content {
  flex: 1;
}
.search-item-content h4 {
  margin: 0 0 8px 0;
  color: #e5e7eb;
  font-size: 16px;
  font-weight: 600;
}
.search-item-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.home-search-section {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.3);
}

.home-search-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.home-search-wrapper h2 {
  text-align: center;
  color: #e5e7eb;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 32px 0;
}

.home-search-input-wrapper {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.home-search-input {
  flex: 1;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgb(39, 45, 55);
  border-radius: 2px;
  color: #e5e7eb;
  font-size: 16px;
  transition: all 0.3s;
}
.home-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-search-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

.home-search-button {
  padding: 16px 32px;
  background: #383e33;
  border: none;
  border-radius: 2px;
  color: #e5e7eb;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.home-search-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.home-search-button svg {
  width: 20px;
  height: 20px;
}

.home-search-results {
  margin-top: 24px;
  min-height: 100px;
}

.home-search-section-group {
  margin-bottom: 32px;
}
.home-search-section-group:last-child {
  margin-bottom: 0;
}

.home-search-group-title {
  color: #e5e7eb;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
}

.home-search-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}

.home-search-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s;
}
.home-search-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.home-search-empty {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.6);
}
.home-search-empty p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .search-modal-content {
    width: 95%;
    max-height: 90vh;
  }
  .search-modal-header {
    padding: 16px 20px;
  }
  .search-modal-header h2 {
    font-size: 20px;
  }
  .search-modal-body {
    padding: 20px;
  }
  .home-search-wrapper h2 {
    font-size: 24px;
  }
  .home-search-input-wrapper {
    flex-direction: column;
  }
  .home-search-button {
    width: 100%;
    justify-content: center;
  }
  .home-search-list {
    grid-template-columns: 1fr;
  }
  .search-result-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-item-image {
    width: 100%;
    height: 200px;
  }
}
/**
 * Dede Hukuk - Home Page Styles
 */
.hero {
  background: linear-gradient(135deg, #fff 0%, #764ba2 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.hero p {
  font-size: 20px;
}

.services-preview {
  padding: 60px 0;
  background: #383e33;
}
.services-preview .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #e5e7eb;
  text-align: center;
  margin-bottom: 50px;
}

.services-swiper-wrapper {
  position: relative;
}

.services-swiper {
  position: relative;
  overflow: hidden;
  padding: 20px 0px;
}
.services-swiper .swiper-slide {
  height: auto;
}
.services-swiper .service-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: 2.8em;
  height: 2.8em;
}
.services-swiper .service-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 3em;
  height: 3em;
}

.services-swiper-next,
.services-swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(39, 45, 55);
  color: #e5e7eb;
  transition: all 0.3s;
  margin-top: 0;
}
.services-swiper-next::after,
.services-swiper-prev::after {
  font-size: 20px !important;
  font-weight: bold;
}
.services-swiper-next:hover:not(.swiper-button-disabled),
.services-swiper-prev:hover:not(.swiper-button-disabled) {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.services-swiper-next.swiper-button-disabled,
.services-swiper-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.services-swiper-next {
  right: 0;
}

.services-swiper-prev {
  left: 0;
}

@media (max-width: 968px) {
  .services-preview {
    padding: 60px 0;
  }
  .services-preview .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .services-swiper {
    padding: 0 50px;
  }
  .services-swiper-next,
  .services-swiper-prev {
    width: 40px;
    height: 40px;
  }
  .services-swiper-next::after,
  .services-swiper-prev::after {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .services-preview {
    padding: 40px 0;
  }
  .services-preview .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .services-swiper {
    padding: 0 40px;
  }
  .services-swiper-next,
  .services-swiper-prev {
    width: 35px;
    height: 35px;
  }
  .services-swiper-next::after,
  .services-swiper-prev::after {
    font-size: 16px !important;
  }
}
.home-about-section {
  width: 100%;
  padding: 0;
  background: #383e33;
  overflow: hidden;
}

.home-about-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.home-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  max-height: 750px;
  align-items: stretch;
  overflow: hidden;
}

.home-about-text {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  color: #e5e7eb;
  overflow-y: auto;
  max-height: 750px;
  min-height: 500px;
}
.home-about-text h2 {
  font-size: 42px;
  font-weight: 700;
  color: #e5e7eb;
  margin: 0 0 30px 0;
  position: relative;
  padding-bottom: 20px;
}
.home-about-text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #fff;
}

.home-about-description {
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  overflow: visible;
  max-height: none;
}
.home-about-description p {
  margin: 0 0 20px 0;
}
.home-about-description p:last-child {
  margin-bottom: 0;
}
.home-about-description h1, .home-about-description h2, .home-about-description h3, .home-about-description h4, .home-about-description h5, .home-about-description h6 {
  color: #e5e7eb;
  margin-top: 20px;
  margin-bottom: 15px;
}
.home-about-description ul, .home-about-description ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.home-about-description ul li, .home-about-description ol li {
  margin-bottom: 10px;
}
.home-about-description strong {
  color: #e5e7eb;
  font-weight: 600;
}
.home-about-description a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.home-about-description a:hover {
  color: white;
  text-decoration: underline;
}

.home-about-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 750px;
  overflow: hidden;
  position: relative;
}
.home-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-about-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 600px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  border: 2px dashed rgb(39, 45, 55);
}
.home-about-image-placeholder svg {
  margin-bottom: 20px;
  opacity: 0.5;
}
.home-about-image-placeholder p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 968px) {
  .home-about-content {
    grid-template-columns: 1fr;
  }
  .home-about-text {
    padding: 60px 40px;
    order: 2;
  }
  .home-about-image {
    order: 1;
    min-height: 400px;
  }
  .home-about-image-placeholder {
    min-height: 400px;
  }
}
@media (max-width: 968px) and (max-width: 768px) {
  .home-about-content {
    max-height: none;
  }
  .home-about-text {
    padding: 40px 30px;
    max-height: none;
  }
  .home-about-text h2 {
    font-size: 32px;
  }
  .home-about-description {
    font-size: 15px;
  }
  .home-about-image,
  .home-about-image-placeholder {
    min-height: 300px;
    max-height: none;
  }
}
.home-lawyers-section {
  padding: 80px 0;
  background: #383e33;
}
.home-lawyers-section .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #e5e7eb;
  text-align: center;
  margin-bottom: 50px;
}

.lawyers-swiper-wrapper {
  position: relative;
}

.lawyers-swiper {
  position: relative;
  padding: 0 60px;
}
.lawyers-swiper .swiper-slide {
  height: auto;
}

.lawyers-swiper-next,
.lawyers-swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(39, 45, 55);
  color: #e5e7eb;
  transition: all 0.3s;
  margin-top: 0;
}
.lawyers-swiper-next::after,
.lawyers-swiper-prev::after {
  font-size: 20px !important;
  font-weight: bold;
}
.lawyers-swiper-next:hover:not(.swiper-button-disabled),
.lawyers-swiper-prev:hover:not(.swiper-button-disabled) {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.lawyers-swiper-next.swiper-button-disabled,
.lawyers-swiper-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.lawyers-swiper-next {
  right: 0;
}

.lawyers-swiper-prev {
  left: 0;
}

.lawyer-card-placeholder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgb(39, 45, 55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto 20px;
}

@media (max-width: 968px) {
  .home-lawyers-section {
    padding: 60px 0;
  }
  .home-lawyers-section .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .lawyers-swiper {
    padding: 0 50px;
  }
  .lawyers-swiper-next,
  .lawyers-swiper-prev {
    width: 40px;
    height: 40px;
  }
  .lawyers-swiper-next::after,
  .lawyers-swiper-prev::after {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .home-lawyers-section {
    padding: 40px 0;
  }
  .home-lawyers-section .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .lawyers-swiper {
    padding: 0 40px;
  }
  .lawyers-swiper-next,
  .lawyers-swiper-prev {
    width: 35px;
    height: 35px;
  }
  .lawyers-swiper-next::after,
  .lawyers-swiper-prev::after {
    font-size: 20px !important;
  }
}
/**
 * Dede Hukuk - Common Page Styles
 */
.page-header-section {
  background: #383e33;
  color: white;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.page-header-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
.page-header-section .container {
  position: relative;
}
.page-header-section h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: white;
}
.page-header-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6;
}
.page-header-section p strong {
  color: #fff;
  font-weight: 600;
}

.team-search-wrapper {
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.team-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.team-search-input {
  width: 100%;
  padding: 12px 45px 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: white;
  font-size: 15px;
  transition: all 0.3s;
}
.team-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.team-search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.team-search-icon {
  position: absolute;
  right: 15px;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.team-search-empty {
  text-align: center;
  padding: 60px 20px;
  color: rgba(255, 255, 255, 0.6);
}
.team-search-empty p {
  font-size: 18px;
  margin: 0;
}

.services-search-wrapper {
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.services-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.services-search-input {
  width: 100%;
  padding: 12px 45px 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: white;
  font-size: 15px;
  transition: all 0.3s;
}
.services-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.services-search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.services-search-icon {
  position: absolute;
  right: 15px;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.services-search-empty {
  text-align: center;
  padding: 60px 20px;
  color: rgba(255, 255, 255, 0.6);
}
.services-search-empty p {
  font-size: 18px;
  margin: 0;
}

.back-button-wrapper {
  margin-bottom: 30px;
  text-align: left;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-back svg {
  flex-shrink: 0;
}
.btn-back:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
  transform: translateX(-3px);
}

.page-content {
  padding: 60px 0;
}
.page-content h1 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #e5e7eb;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.author-section {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  border: 1px solid rgb(39, 45, 55);
}

.author-photo {
  flex-shrink: 0;
}
.author-photo img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.author-info {
  flex: 1;
}
.author-info .author-name {
  font-size: 32px;
  font-weight: 700;
  color: #e5e7eb;
  margin: 0 0 20px 0;
}
.author-info .author-intro {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-size: 15px;
}

.publications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .author-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
  }
  .author-photo img {
    width: 120px;
    height: 120px;
  }
  .author-info .author-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .author-info .author-intro {
    font-size: 14px;
  }
  .publications-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.contact-info {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 2px;
  border: 1px solid rgb(39, 45, 55);
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

main {
  min-height: calc(100vh - 200px);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .page-header-section {
    padding: 40px 0;
  }
  .page-header-section h1 {
    font-size: 28px;
  }
  .page-header-section p {
    font-size: 16px;
  }
  .team-search-wrapper {
    margin-top: 20px;
    max-width: 100%;
  }
  .team-search-input {
    padding: 10px 40px 10px 15px;
    font-size: 14px;
  }
  .team-search-icon {
    right: 12px;
    width: 18px;
    height: 18px;
  }
  .back-button-wrapper {
    margin-bottom: 20px;
  }
  .btn-back {
    padding: 8px 16px;
    font-size: 13px;
  }
  .page-content {
    padding: 40px 0;
  }
  .page-content h1 {
    font-size: 28px;
  }
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}
/**
 * Dede Hukuk - Arama Sonuçları Sayfası Stilleri
 */
.search-results-page {
  padding: 40px 0;
  min-height: 60vh;
}

.search-results-content-wrapper {
  margin-top: 30px;
}

.search-page-form {
  margin-bottom: 40px;
}

.search-page-input-wrapper {
  display: flex;
  gap: 12px;
  max-width: 600px;
}

.search-page-input {
  flex: 1;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgb(39, 45, 55);
  border-radius: 2px;
  color: #e5e7eb;
  font-size: 16px;
  transition: all 0.3s;
}
.search-page-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-page-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

.search-page-button {
  padding: 14px 28px;
  background: #fff;
  border: none;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.search-page-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.search-page-button svg {
  width: 20px;
  height: 20px;
}

.search-empty-state {
  text-align: center;
  padding: 80px 20px;
}
.search-empty-state p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin: 0 0 10px 0;
}
.search-empty-state .search-suggestion {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.search-results-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.search-results-section h2 {
  color: #e5e7eb;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}

.search-lawyers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.search-lawyer-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  padding: 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.search-lawyer-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.search-lawyer-image {
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
  border-radius: 2px;
  overflow: hidden;
}
.search-lawyer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.search-lawyer-content h3 {
  color: #e5e7eb;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.search-lawyer-content .search-lawyer-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.search-lawyer-content .search-lawyer-bio {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.search-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.search-service-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s;
}
.search-service-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.search-service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.search-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.search-service-card:hover .search-service-image img {
  transform: scale(1.05);
}

.search-service-content {
  padding: 20px;
}
.search-service-content h3 {
  color: #e5e7eb;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.search-service-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3em;
}

@media (max-width: 768px) {
  .search-results-page {
    padding: 40px 0;
  }
  .search-results-header h1 {
    font-size: 28px;
  }
  .search-results-header .search-query {
    font-size: 14px;
  }
  .search-page-input-wrapper {
    flex-direction: column;
  }
  .search-page-button {
    width: 100%;
    justify-content: center;
  }
  .search-lawyers-grid,
  .search-services-grid {
    grid-template-columns: 1fr;
  }
  .search-lawyer-image {
    height: 200px;
  }
  .search-service-image {
    height: 180px;
  }
}
/**
 * Dede Hukuk - Team/Lawyer Detail Page Styles
 */
.lawyer-detail-page {
  padding: 60px 0;
  background: #383e33;
  min-height: calc(100vh - 200px);
}
.lawyer-detail-page .back-button-wrapper {
  margin-bottom: 30px;
}
.lawyer-detail-page .btn-back {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(39, 45, 55);
  color: #e5e7eb;
}
.lawyer-detail-page .btn-back:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.lawyer-detail-header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(39, 45, 55);
}

.lawyer-detail-photo {
  flex-shrink: 0;
}
.lawyer-detail-photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.lawyer-detail-photo-placeholder {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 4px solid rgb(39, 45, 55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
}

.lawyer-detail-name-title {
  flex: 1;
}
.lawyer-detail-name-title h1 {
  font-size: 42px;
  font-weight: 700;
  color: #e5e7eb;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
.lawyer-detail-name-title .lawyer-title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 400;
}

.lawyer-detail-contact {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2px;
  border: 1px solid rgb(39, 45, 55);
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-item .contact-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  min-width: 80px;
}
.contact-item .contact-value {
  color: #e5e7eb;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
}
.contact-item .contact-value:hover {
  color: white;
}
.contact-item.contact-vcard {
  margin-left: auto;
}

.btn-vcard {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(39, 45, 55);
  border-radius: 2px;
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-vcard svg {
  flex-shrink: 0;
}
.btn-vcard:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.lawyer-detail-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lawyer-detail-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.lawyer-detail-section {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 2px;
  border: 1px solid rgb(39, 45, 55);
}
.lawyer-detail-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.lawyer-detail-section .section-content {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-size: 15px;
}
.lawyer-detail-section .section-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lawyer-detail-section .section-content ul li {
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
}
.lawyer-detail-section .section-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.lawyer-detail-biography {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px;
  border-radius: 2px;
  border: 1px solid rgb(39, 45, 55);
}
.lawyer-detail-biography h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 25px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.lawyer-detail-biography .biography-content {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
  font-size: 16px;
}
.lawyer-detail-biography .biography-content p {
  margin: 0 0 20px 0;
}
.lawyer-detail-biography .biography-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 968px) {
  .lawyer-detail-header {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .lawyer-detail-name-title h1 {
    font-size: 36px;
  }
  .lawyer-detail-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .contact-item.contact-vcard {
    margin-left: 0;
    width: 100%;
  }
  .contact-item.contact-vcard .btn-vcard {
    width: 100%;
    justify-content: center;
  }
  .lawyer-detail-sections {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .lawyer-detail-page {
    padding: 40px 0;
  }
  .lawyer-detail-photo img {
    width: 150px;
    height: 150px;
  }
  .lawyer-detail-photo-placeholder {
    width: 150px;
    height: 150px;
  }
  .lawyer-detail-name-title h1 {
    font-size: 28px;
  }
  .lawyer-detail-name-title .lawyer-title {
    font-size: 16px;
  }
  .lawyer-detail-contact {
    padding: 15px 20px;
  }
  .contact-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
  }
  .contact-item .contact-label {
    min-width: auto;
  }
  .lawyer-detail-section,
  .lawyer-detail-biography {
    padding: 20px;
  }
  .lawyer-detail-biography .biography-content {
    font-size: 15px;
  }
}
/**
 * Dede Hukuk - Career Page Styles
 */
.career-page-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 40px;
  align-items: start;
}

.career-form-section {
  position: sticky;
  top: 50px;
  align-self: start;
}
.career-form-section .career-form {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 2px;
  border: 1px solid rgb(39, 45, 55);
}

.career-text-section .career-text-content {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 2px;
  border: 1px solid rgb(39, 45, 55);
  color: #e5e7eb;
  line-height: 1.8;
}
.career-text-section .career-text-content h2, .career-text-section .career-text-content h3, .career-text-section .career-text-content h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.career-text-section .career-text-content p {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.career-text-section .career-text-content p:last-child {
  margin-bottom: 0;
}
.career-text-section .career-text-content ul, .career-text-section .career-text-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.career-text-section .career-text-content ul li, .career-text-section .career-text-content ol li {
  margin-bottom: 8px;
}
.career-text-section .career-text-content a {
  color: #fff;
  text-decoration: underline;
}
.career-text-section .career-text-content a:hover {
  color: white;
}
.career-text-section .career-text-placeholder {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 2px;
  border: 1px solid rgb(39, 45, 55);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.career-text-section .career-text-placeholder p {
  margin: 0;
}

@media (max-width: 968px) {
  .career-page-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .career-form-section {
    position: static;
  }
  .career-form-section .career-form,
  .career-text-section .career-text-content,
  .career-text-section .career-text-placeholder {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .career-page-wrapper {
    gap: 30px;
    margin-top: 30px;
  }
  .career-form-section .career-form,
  .career-text-section .career-text-content,
  .career-text-section .career-text-placeholder {
    padding: 20px;
  }
}
/**
 * Dede Hukuk - Services Page Styles
 * Hizmetlerimiz sayfası için özel stiller
 */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 968px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.services-grid .service-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: 2.8em;
  height: 2.8em;
}
.services-grid .service-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 3em;
  height: 3em;
}

/**
 * Dede Hukuk - Contact Page Styles
 * İletişim sayfası için özel stiller
 */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 968px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.contact-info h2 {
  font-size: 24px;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 30px;
}
.contact-info p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.contact-info p strong {
  color: #e5e7eb;
  display: block;
  margin-bottom: 8px;
}
.contact-info .map {
  margin-top: 30px;
  width: 100%;
  height: 300px;
  border-radius: 2px;
  overflow: hidden;
}
.contact-info .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-form h2 {
  font-size: 24px;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #e5e7eb;
  font-weight: 500;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: white;
  font-size: 15px;
  transition: all 0.3s;
}
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.alert {
  padding: 15px 20px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.alert.alert-success {
  background: rgba(40, 167, 69, 0.2);
  border: 1px solid rgba(40, 167, 69, 0.5);
  color: #28a745;
}
.alert.alert-danger {
  background: rgba(220, 53, 69, 0.2);
  border: 1px solid rgba(220, 53, 69, 0.5);
  color: #dc3545;
}
