@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  box-sizing: border-box;
  background: #ffffff;
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  min-height: 100vh;
  background: #ffffff;
  position: relative;
  margin: 0;
  padding: 0;
}
.overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.topbar {
  width: 100%;
  max-width: 100vw;
  background: rgba(28,30,38,0.98);
  color: #e6e6e6;
  font-size: 14px;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.1px;
  z-index: 30;
  position: relative;
  min-height: 32px;
  border-bottom: 1px solid #232733;
  box-shadow: 0 1px 0 0 #232733;
}
.topbar-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 24px;
  box-sizing: border-box;
  overflow-x: auto;
}
.topbar-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-size: 14px;
  color: #e6e6e6;
  opacity: 0.85;
  font-weight: bold;
  line-height: 32px;
  flex: none;
}
.topbar-phone { text-align: left; }
.topbar-mail { text-align: center; flex: 1; }
.topbar-address { text-align: right; }

/* Topbar link stilleri */
.topbar-item a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}

.topbar-item a:hover {
  opacity: 1;
}

.header {
  position: relative;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 80px;
  background: transparent;
}
.logo {
  width: 110px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.nav {
  display: flex;
  gap: 36px;
  margin-right: 0;
  align-items: center;
  margin-top: 0;
  justify-content: center;
  width: 100%;
}
.hamburger {
  display: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-right: 32px;
  z-index: 20;
  background-image: url('images/menu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* Hamburger menü span'ları artık kullanılmıyor - görsel kullanıyoruz */
.hamburger span {
  display: none;
}
.nav a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: color 0.2s;
}
.nav a:hover {
  color: #d2b887;
}
/* Anasayfa için menü yazı rengini siyah yap */
.anasayfa-page .nav a {
  color: #1a1a1a !important;
}

/* Çalışma Alanlarımız: masaüstünde siyah, mobilde beyaz kalsın */
.calisma-page .nav a {
  color: #1a1a1a !important;
}
@media (max-width: 900px) {
  .calisma-page .nav a {
    color: #ffffff !important;
  }
}
.main-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 640px;
  margin-top: 0;
  width: 100vw;
  max-width: 100vw;
  min-height: 520px;
  padding-bottom: 30px;
  background: url('images/slider.png') top center/cover no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
.slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 7vw;
  width: 50vw;
  min-width: 320px;
  max-width: 700px;
}
.slider-title {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 0;
  letter-spacing: 1px;
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0,0,0,0.18);
}
.slider-subtitle {
  color: #e5e5e5;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.slider-desc {
  color: #e5e5e5;
  font-size: 17px;
  font-weight: 400;
  margin: 18px 0 28px 0;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.consult-btn {
  display: inline-block;
  background: #e5d3b3;
  color: #232733;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 36px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: background 0.2s, color 0.2s;
  margin-top: 8px;
}
.consult-btn:hover {
  background: #d2b887;
  color: #232733;
}
.main-content:after {
  content: '';
  flex: 1 1 0;
}
.bottom-cards {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80vw;
  min-width: 900px;
  max-width: 1200px;
  display: flex;
  z-index: 3;
  background: none;
  margin-bottom: 0;
}
.card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 32px 0 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
  border-left: none;
  min-width: 0;
  min-height: 120px;
  box-sizing: border-box;
  transition: background 0.25s, color 0.25s;
}
.card:last-child {
  border-right: none;
}
.card .icon {
  font-size: 36px;
  margin-bottom: 12px;
  color: #b6b6b6;
  transition: color 0.25s;
}
.card .plan {
  font-size: 15px;
  color: #b6b6b6;
  margin-bottom: 2px;
  transition: color 0.25s;
}
.card .label {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  transition: color 0.25s;
}
/* Hover efektleri: Hepsi aynı sarı renge geçiş yapacak */
.card:hover {
  background: #d2b887;
}
.card:hover .label,
.card:hover .icon {
  color: #fff;
}
.card:hover .plan {
  color: #f5e6c2;
}

.about-section {
  width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  padding: 48px 40px;
  min-height: 340px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

/* Ortadaki iki dikey çizgi */
.about-section::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 12px;
  background: 
    linear-gradient(to right, #000000 0px, #000000 1px, transparent 1px, transparent 5px, #000000 5px, #000000 6px, transparent 6px);
  transform: translateX(-50%);
}
.about-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 48px 48px 48px 48px;
  min-width: 320px;
  max-width: 50%;
  text-align: left;
}
.about-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e5d3b3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.about-icon-inner {
  font-size: 32px;
  color: #fff;
}
.about-label {
  color: #b9a77a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
.about-title {
  font-size: 36px;
  color: #232733;
  font-weight: 400;
  margin: 0 0 18px 0;
  line-height: 1.18;
  font-family: 'Montserrat', Arial, sans-serif;
}
.about-desc {
  color: #6b6b6b;
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 1.6;
}
.about-more {
  color: #b9a77a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  transition: color 0.2s;
}
.about-more:hover {
  color: #d2b887;
}
.about-center {
  display: none;
}
.about-img {
  width: 100%;
  max-width: 320px;
  border-radius: 0;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  filter: grayscale(1);
}
.about-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 48px 48px 48px 48px;
  min-width: 320px;
  max-width: 50%;
  border-left: none;
  text-align: left;
}
.about-quote {
  font-size: 19px;
  color: #6b6b6b;
  font-style: italic;
  margin-bottom: 32px;
  line-height: 1.7;
}
.about-quote-m {
  font-size: 38px;
  color: #b9a77a;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  float: left;
  margin-right: 6px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.about-signature-block {
  margin-top: 12px;
}
.about-signature-name {
  font-size: 18px;
  font-weight: 700;
  color: #232733;
}
.about-signature-title {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
}
.about-signature {
  font-family: 'Pacifico', cursive, Arial, sans-serif;
  font-size: 32px;
  color: #b9a77a;
  margin-top: 2px;
}

.steps-section {
  width: 100vw;
  max-width: 1400px;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 36px 0 36px 0;
  box-sizing: border-box;
  background: transparent;
}
.step-card {
  background: #fff;
  border: 1.5px solid #ececec;
  border-radius: 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 36px 28px 36px 28px;
  min-height: 260px;
  position: relative;
  z-index: 1;
}
.step-card-main {
  background: linear-gradient(180deg, #b9a77a 0%, #232733 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 32px rgba(35,39,51,0.10);
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
}
.step-main-bg {
  position: absolute;
  inset: 0;
  background: url('images/slider.png') center center/cover no-repeat;
  opacity: 0.13;
  z-index: 1;
}
.step-main-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.step-main-text {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.4;
}
.step-main-btn {
  display: inline-block;
  background: #fff;
  color: #232733;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: background 0.2s, color 0.2s;
  margin-top: 8px;
}
.step-main-btn:hover {
  background: #e5d3b3;
  color: #232733;
}
.step-card-gold {
  background: #e5d3b3;
  color: #232733;
  border: none;
}
.step-icon {
  font-size: 38px;
  margin-bottom: 18px;
  color: #b9a77a;
}
.step-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #232733;
  font-family: 'Montserrat', Arial, sans-serif;
}
.step-card-gold .step-title {
  color: #232733;
}
.step-desc {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.5;
}

.services-section {
  width: 100vw;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 36px 40px 36px 40px;
  box-sizing: border-box;
  background: #faf8f5;
}
.service-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 36px 32px 36px 32px;
  min-height: 220px;
  border: 1.5px solid #f3f1ed;
  gap: 18px;
}
.service-icon {
  font-size: 32px;
  color: #222;
  margin-right: 18px;
  margin-top: 4px;
  flex-shrink: 0;
  filter: grayscale(1) contrast(0.2);
}
.service-title {
  font-size: 24px;
  color: #232733;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
}
.service-desc {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.6;
}

.expertise-section {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  min-height: 420px;
  background: transparent;
  padding: 48px 20px;
  box-sizing: border-box;
}
.expertise-left {
  flex: 1.1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: #232733;
  position: relative;
  min-width: 320px;
  max-width: 520px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}
.expertise-photo-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 420px;
}
.expertise-photo {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.92);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.expertise-quote-block {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(0deg, rgba(35,39,51,0.92) 80%, rgba(35,39,51,0.0) 100%);
  color: #fff;
  padding: 36px 32px 24px 32px;
  text-align: left;
}
.expertise-quote {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 18px;
  line-height: 1.5;
}
.expertise-quote-author {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.expertise-quote-author span {
  font-size: 13px;
  font-weight: 400;
  color: #e5d3b3;
}
.expertise-right {
  flex: 1.6;
  background: #292d3e;
  color: #fff;
  padding: 48px 48px 48px 48px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 320px;
  max-width: 900px;
}
.expertise-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.expertise-header-icon {
  width: 44px;
  height: 44px;
  background: #e5d3b3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
}
.expertise-header-label {
  color: #e5d3b3;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.expertise-title {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 12px 0;
  line-height: 1.18;
  font-family: 'Montserrat', Arial, sans-serif;
}
.expertise-desc {
  color: #e5e5e5;
  font-size: 17px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.expertise-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 36px;
}
.expertise-list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.expertise-list-icon {
  font-size: 32px;
  color: #e5d3b3;
  margin-top: 2px;
  flex-shrink: 0;
}
.expertise-list-title {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.expertise-list-desc {
  font-size: 15px;
  color: #e5e5e5;
  line-height: 1.5;
}

.blog-section {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 36px;
  padding: 48px 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.blog-left {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 320px;
  max-width: 420px;
  padding-left: 48px;
}
.blog-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e5d3b3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.blog-icon-inner {
  font-size: 32px;
  color: #fff;
}
.blog-label {
  color: #b9a77a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
.blog-title {
  font-size: 36px;
  color: #232733;
  font-weight: 400;
  margin: 0 0 18px 0;
  line-height: 1.18;
  font-family: 'Montserrat', Arial, sans-serif;
}
.blog-desc {
  color: #6b6b6b;
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 1.6;
}
.blog-more {
  color: #fff;
  background: #b9a77a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  padding: 14px 36px;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
.blog-more:hover {
  background: #d2b887;
  color: #232733;
}
.blog-cards {
  flex: 2;
  display: flex;
  flex-direction: row;
  gap: 36px;
  min-width: 0;
}
.blog-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 320px;
  max-width: 420px;
  border: 1.5px solid #f3f1ed;
  overflow: hidden;
}
.blog-card-img-wrap {
  width: 100%;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.blog-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blog-card-cat {
  position: absolute;
  left: 0; bottom: 12px;
  background: #b9a77a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 22px 6px 18px;
  border-radius: 0 18px 18px 0;
  letter-spacing: 0.5px;
}
.blog-card-title {
  font-size: 22px;
  color: #232733;
  font-weight: 600;
  margin: 18px 0 12px 0;
  padding: 0 18px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.blog-card-link {
  color: #b9a77a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 18px 18px;
  display: inline-block;
  border-bottom: 2px solid #b9a77a;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.blog-card-link:hover {
  color: #232733;
  border-color: #232733;
}

.footer-section {
  width: 100vw;
  background: #292d3e;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  padding: 56px 0 56px 0;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 180px;
  max-width: 340px;
  padding: 0 32px;
}
.footer-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.footer-text {
  font-size: 16px;
  color: #e5e5e5;
  margin-bottom: 10px;
  line-height: 1.6;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  color: #e5d3b3;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #fff;
}

.page-hero-image-section {
  width: 100vw;
  min-height: 340px;
  background: url('images/slider.png') center center/cover no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.page-hero-image-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.page-hero-image-content {
  position: relative;
  z-index: 2;
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 12px 64px 12px;
  text-align: center;
}

.page-hero-image-title {
  color: #fff;
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 0;
  letter-spacing: 1px;
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0,0,0,0.18);
}
.page-hero-image-desc {
  color: #e5e5e5;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
  max-width: 700px;
}

/* Responsive */
@media (max-width: 1100px) {
  .main-content {
    flex-direction: column;
    height: auto;
    min-height: 320px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100vw;
    max-width: 100vw;
  }
  .slider-content {
    width: 100vw;
    max-width: 100vw;
    align-items: flex-start;
    padding-left: 32px;
    padding-top: 48px;
    min-width: 0;
  }
  .slider-title {
    font-size: 38px;
  }
  .slider-subtitle {
    font-size: 16px;
  }
  .slider-content {
    align-items: flex-start;
  }
  .slider-desc, .consult-btn {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .bottom-cards {
    min-width: 0;
    width: 98vw;
    position: static;
    transform: none;
    margin: 32px auto 0 auto;
    max-width: 100vw;
  }
  body {
    padding-bottom: 0;
  }
  .about-section {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 0 24px 0;
    gap: 18px;
  }
  .about-section::after {
    display: none;
  }
  .about-left, .about-center, .about-right {
    padding: 0 24px;
    max-width: 100vw;
    min-width: 0;
  }
  .about-center {
    justify-content: flex-start;
    margin-bottom: 18px;
  }
  .about-img {
    max-width: 100%;
    margin: 0 auto;
  }
  .about-right {
    padding-right: 24px;
  }
  .steps-section {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 24px 0 24px 0;
  }
  .step-card {
    min-height: 180px;
    padding: 24px 16px 24px 16px;
  }
  .step-main-text {
    font-size: 18px;
  }
  .services-section {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 24px 20px 24px 20px;
  }
  .service-card {
    min-height: 160px;
    padding: 24px 12px 24px 12px;
  }
  .service-title {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  /* Responsive'de global arka plan beyaz kalsın */
  body {
    background: #ffffff;
  }
  /* Slider görseli sadece ana sayfa kahraman alanında dursun */
  .main-content {
    background: url('images/slider.png') top center/cover no-repeat;
    background-size: 100% auto;
  }
  /* Ana sayfada mobil menü yazıları beyaz olmalı */
  .anasayfa-page .nav a {
    color: #ffffff !important;
  }
  
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 220px;
    background: #000000;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 80px 0 0 32px;
    margin: 0;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    z-index: 9999;
    box-shadow: -2px 0 12px rgba(0,0,0,0.08);
  }
  .nav.open {
    transform: translateX(0);
  }
  .nav a {
    color: #fff;
    font-size: 20px;
    margin: 0 0 32px 0;
    width: 100%;
    padding: 0 0 0 8px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
  }
  .nav a:last-child {
    margin-bottom: 0;
  }
  .hamburger {
    display: flex;
  }
  
  .hamburger span {
    background: #000000 !important;
  }
  
  /* Telefon numaraları responsive görünümde beyaz ve bold */
  .topbar-phone,
  .footer-text,
  .iletisim-text {
    color: #ffffff !important;
    font-weight: bold !important;
  }
  .bottom-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 24px auto 0 auto;
    position: static;
    min-width: 0;
    box-sizing: border-box;
    background: none;
    padding: 0 0 24px 0;
  }
  .card {
    border-radius: 0;
    border: none;
    border-bottom: none;
    min-width: 0;
    min-height: 120px;
    box-sizing: border-box;
    background: #fff;
    margin: 0;
  }
  .card:last-child {
    border-bottom: none;
  }
  .main-content {
    margin-bottom: 0;
    z-index: 1;
  }
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 2px 8px;
    gap: 0;
  }
  .topbar-item {
    font-size: 12px;
    padding: 1px 0;
    width: 100%;
    text-align: left;
    line-height: 22px;
  }
  .topbar-mail { text-align: left; }
  .topbar-address { text-align: left; }
  .header {
    height: 64px;
    padding: 0 12px;
  }
  .logo {
    width: 90px;
  }
  .nav {
    margin-right: 0;
    justify-content: center;
    width: 100%;
  }
  .slider-content {
    align-items: flex-start;
  }
  .slider-desc, .consult-btn {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .consult-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .services-section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 10px 12px 10px;
  }
  .service-card {
    min-height: auto;
    padding: 14px 6px 14px 6px;
    height: auto;
  }
  .service-title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .service-desc {
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .page-hero-image-section {
    min-height: 300px;
    background-size: cover;
    height: 300px;
    z-index: 1;
  }
  .page-hero-image-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: center;
    padding: 0 20px;
  }
  .page-hero-image-desc {
    display: none;
  }
  .page-hero-image-content {
    padding: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 800px) {
  body {
    background: #ffffff;
  }
  
  .main-content {
    flex-direction: column;
    height: auto;
    min-height: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .slider-content {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    padding-left: 16px;
    padding-top: 32px;
    min-width: 0;
  }
  .slider-title {
    font-size: 24px;
  }
  .slider-subtitle {
    font-size: 13px;
  }
  .bottom-cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    width: 100vw;
    max-width: 100vw;
    margin: 24px auto 0 auto;
    position: static;
    min-width: 0;
    box-sizing: border-box;
    background: none;
    padding: 0 0 24px 0;
  }
  .card {
    border-radius: 0;
    border: none;
    border-bottom: none;
    min-width: 0;
    min-height: 120px;
    box-sizing: border-box;
    background: #fff;
    margin: 0;
  }
  .card:last-child {
    border-bottom: none;
  }
  .main-content {
    margin-bottom: 0;
    z-index: 1;
  }
  .about-section {
    padding: 12px 0 12px 0;
    gap: 8px;
  }
  .about-left, .about-center, .about-right {
    padding: 0 8px;
  }
  .about-title {
    font-size: 22px;
  }
  .about-quote {
    font-size: 15px;
  }
  .about-signature {
    font-size: 22px;
  }
  .steps-section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0 12px 0;
  }
  .step-card {
    min-height: 120px;
    padding: 16px 8px 16px 8px;
  }
  .step-main-text {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .expertise-section {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 24px 10px;
    max-width: 100vw;
  }
  .expertise-left, .expertise-right {
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
  }
  .expertise-photo {
    border-radius: 0;
    height: 320px;
  }
  .expertise-right {
    padding: 32px 18px 32px 18px;
  }
}
@media (max-width: 700px) {
  .expertise-section {
    flex-direction: column;
    gap: 0;
    padding: 16px 5px;
    max-width: 100vw;
  }
  .expertise-photo-block {
    min-height: 180px;
  }
  .expertise-photo {
    height: 180px;
  }
  .expertise-quote-block {
    padding: 16px 8px 12px 8px;
  }
  .expertise-right {
    padding: 16px 6px 16px 6px;
  }
  .expertise-title {
    font-size: 18px;
  }
  .expertise-list {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .expertise-list-title {
    font-size: 14px;
  }
  .expertise-list-desc {
    font-size: 12px;
  }
  .blog-section {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 5px;
    gap: 8px;
    background: #ffffff;
  }
  .blog-left {
    padding: 0 8px;
  }
  .blog-title {
    font-size: 22px;
  }
  .blog-card-title {
    font-size: 15px;
    padding: 0 8px;
  }
  .blog-card-link {
    font-size: 13px;
    margin-left: 8px;
  }
  .blog-card-img-wrap, .blog-card-img {
    height: 120px;
  }
  .footer-section {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0 16px 0;
  }
  .footer-col {
    padding: 0 6px;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-text, .footer-links a {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .blog-section {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 10px;
    gap: 18px;
    background: #ffffff;
  }
  .blog-left {
    padding: 0 24px;
    max-width: 100vw;
    min-width: 0;
  }
  .blog-cards {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 18px;
    padding: 0 12px;
  }
  .blog-card {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    min-width: 0;
  }
} 

/* Hakkımızda Hero Section Styles */
.hakkimizda-hero-section {
  display: flex;
  align-items: center;
  min-height: 500px;
  padding: 40px 0;
  background: #ffffff;
  width: 100%;
  margin: 0;
}

.hakkimizda-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.hakkimizda-hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.hakkimizda-hero-content {
  flex: 1;
  padding: 0 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hakkimizda-hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
  text-align: left;
  width: 100%;
}

.hakkimizda-hero-desc {
  font-size: 20px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

@media (max-width: 900px) {
  .hakkimizda-hero-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
  }
  
  .hakkimizda-hero-image {
    padding: 0 20px 30px 20px;
  }
  
  .hakkimizda-hero-content {
    padding: 0 20px;
  }
  
  .hakkimizda-hero-title {
    font-size: 36px;
  }
  
  .hakkimizda-hero-desc {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .hakkimizda-hero-section {
    padding: 20px 0;
  }
  
  .hakkimizda-hero-title {
    font-size: 28px;
  }
  
  .hakkimizda-hero-desc {
    font-size: 16px;
  }
} 

/* Hakkımızda sayfasına özel menu rengi */
.hakkimizda-page .nav a {
  color: #1a1a1a !important;
}

.hakkimizda-page .hamburger span {
  background: #1a1a1a !important;
}

.hakkimizda-page .header {
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Hakkımızda sayfasındaki uzmanlık alanları bölümü arkaplanı */
.hakkimizda-page .expertise-section {
  background: #1c1e26 !important;
  margin-bottom: 5px;
}

/* Hakkımızda sayfasına özel body arkaplanı */
.hakkimizda-page {
  background: #ffffff !important;
}

@media (max-width: 900px) {
  .hakkimizda-page .nav a {
    color: #ffffff !important;
  }
  
  .hakkimizda-page .hamburger span {
    background: #000000 !important;
  }
}

/* Makaleler Sayfası Stilleri */
.makaleler-hero-section {
  display: flex;
  align-items: center;
  min-height: 500px;
  padding: 80px 0;
  background: #ffffff;
  width: 100%;
  margin: 0;
}

.makaleler-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.makaleler-hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.makaleler-hero-content {
  flex: 1;
  padding: 0 40px;
}

.makaleler-hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
}

.makaleler-hero-desc {
  font-size: 20px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Makaleler sayfasına özel menu rengi */
.makaleler-page .nav a {
  color: #1a1a1a !important;
}

.makaleler-page .hamburger span {
  background: #1a1a1a !important;
}

.makaleler-page .header {
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Makaleler sayfasına özel body arkaplanı */
.makaleler-page {
  background: #ffffff !important;
}

/* Makaleler sayfasındaki blog bölümü arkaplanı */
.makaleler-page .blog-section {
  background: #ffffff !important;
}

@media (max-width: 900px) {
  .makaleler-page .nav a {
    color: #ffffff !important;
  }
  
  .makaleler-page .hamburger span {
    background: #000000 !important;
  }
}

/* Karar Havuzu Sayfası Stilleri */
.karar-havuzu-hero-section {
  display: flex;
  align-items: center;
  min-height: 500px;
  padding: 80px 0;
  background: #ffffff;
  width: 100%;
  margin: 0;
}

.karar-havuzu-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.karar-havuzu-hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.karar-havuzu-hero-content {
  flex: 1;
  padding: 0 40px;
}

.karar-havuzu-hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
}

.karar-havuzu-hero-desc {
  font-size: 20px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Karar Dosyaları Grid */
.karar-dosyalari-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.karar-dosyalari-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 20px;
}

.karar-dosyasi-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.karar-dosyasi-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.karar-dosyasi-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.karar-dosyasi-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 20px 20px 10px 20px;
  line-height: 1.3;
}

.karar-dosyasi-desc {
  font-size: 14px;
  color: #666;
  margin: 0 20px 20px 20px;
  line-height: 1.5;
}

/* Karar Havuzu sayfasına özel menu rengi */
.karar-havuzu-page .nav a {
  color: #1a1a1a !important;
}

.karar-havuzu-page .hamburger span {
  background: #1a1a1a !important;
}

.karar-havuzu-page .header {
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .karar-havuzu-page .nav a {
    color: #ffffff !important;
  }
  
  .karar-havuzu-page .hamburger span {
    background: #000000 !important;
  }
}

/* Image Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.close {
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 35px;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.3s ease;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
}

/* Karar dosyası görsellerine hover efekti */
.karar-dosyasi-img {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.karar-dosyasi-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Bize Ulaşın Sayfası Stilleri */
.iletisim-section {
  max-width: 1200px;
  margin: 40px auto 40px auto;
  padding: 0 40px;
  background: #ffffff;
}

.iletisim-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.harita-alani {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  max-width: 800px;
}

.harita-baslik {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  text-align: center;
}

.harita-container {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.iletisim-bilgileri {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  max-width: 600px;
}

.iletisim-baslik {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
}

.iletisim-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.iletisim-item:hover {
  background-color: #f8f9fa;
}

.iletisim-icon {
  font-size: 24px;
  margin-right: 15px;
  margin-top: 2px;
  min-width: 24px;
}

.iletisim-content {
  flex: 1;
}

.iletisim-label {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.iletisim-text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.iletisim-form {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.form-baslik {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group input,
.form-group textarea {
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #007bff;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.submit-btn {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

/* Bize Ulaşın sayfasına özel menu rengi */
.bize-ulasin-page .nav a {
  color: #1a1a1a !important;
}
.bize-ulasin-page .hamburger span {
  background: #1a1a1a !important;
}
.bize-ulasin-page .header {
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .bize-ulasin-page .nav a {
    color: #ffffff !important;
  }
  
  .bize-ulasin-page .hamburger span {
    background: #000000 !important;
  }
}

/* Bize Ulaşın sayfasına özel body arkaplanı */
.bize-ulasin-page {
  background: #ffffff !important;
}

/* Responsive */
@media (max-width: 1200px) {
  .karar-dosyalari-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .makaleler-hero-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 0;
  }
  
  .makaleler-hero-image {
    padding: 0 20px 30px 20px;
  }
  
  .makaleler-hero-content {
    padding: 0 20px;
  }
  
  .makaleler-hero-title {
    font-size: 36px;
  }
  
  .makaleler-hero-desc {
    font-size: 18px;
  }
  
  .karar-havuzu-hero-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 0;
  }
  
  .karar-havuzu-hero-image {
    padding: 0 20px 30px 20px;
  }
  
  .karar-havuzu-hero-content {
    padding: 0 20px;
  }
  
  .karar-havuzu-hero-title {
    font-size: 36px;
  }
  
  .karar-havuzu-hero-desc {
    font-size: 18px;
  }
  
  .karar-dosyalari-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .makaleler-hero-section {
    padding: 40px 0;
  }
  
  .makaleler-hero-title {
    font-size: 28px;
  }
  
  .makaleler-hero-desc {
    font-size: 16px;
  }
  
  .karar-havuzu-hero-section {
    padding: 40px 0;
  }
  
  .karar-havuzu-hero-title {
    font-size: 28px;
  }
  
  .karar-havuzu-hero-desc {
    font-size: 16px;
  }
  
  .karar-dosyalari-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .karar-dosyasi-img {
    height: 180px;
  }
}

/* Bize Ulaşın sayfası responsive */
@media (max-width: 900px) {
  .iletisim-section {
    margin: 40px auto 40px auto;
    padding: 0 20px;
  }
  
  .harita-alani,
  .iletisim-bilgileri {
    padding: 15px;
  }
  
  .iletisim-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  
  .iletisim-icon {
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .iletisim-content {
    flex: 1;
  }
  
  .iletisim-label {
    color: #000000 !important;
    font-weight: 700;
    text-align: left;
  }
  
  .iletisim-text {
    color: #000000 !important;
    font-weight: 500;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .iletisim-section {
    margin: 40px auto 40px auto;
  }
  
  .iletisim-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  
  .iletisim-icon {
    margin-right: 15px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  
  .iletisim-content {
    flex: 1;
  }
  
  .iletisim-label {
    color: #000000 !important;
    font-weight: 700;
    text-align: left;
  }
  
  .iletisim-text {
    color: #000000 !important;
    font-weight: 500;
    text-align: left;
  }
  
  .submit-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Social Media Buttons */
.social-media-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.social-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: white;
}

.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.instagram-btn {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.instagram-btn:hover {
  background: linear-gradient(45deg, #e6683c 0%, #dc2743 25%, #cc2366 50%, #bc1888 75%, #f09433 100%);
}

.whatsapp-btn {
  background: #25d366;
}

.whatsapp-btn:hover {
  background: #128c7e;
}

/* Responsive design for social media buttons */
@media (max-width: 768px) {
  .social-media-buttons {
    bottom: 20px;
    right: 20px;
    gap: 12px;
  }
  
  .social-btn {
    width: 50px;
    height: 50px;
  }
  
  .social-btn svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .social-media-buttons {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }
  
  .social-btn {
    width: 45px;
    height: 45px;
  }
  
  .social-btn svg {
    width: 18px;
    height: 18px;
  }
}

/* Article Detail Page Styles */
.makale-detay-page .makale-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.makale-header {
  text-align: center;
  margin-bottom: 3rem;
}

.makale-header h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.makale-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #666;
  font-size: 1rem;
}

.makale-category {
  background: #1976d2;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
}

.makale-date {
  color: #999;
}

.makale-image {
  margin-bottom: 3rem;
  text-align: center;
}

.makale-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.makale-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

.makale-text p {
  margin-bottom: 1.5rem;
}

.makale-text h2, .makale-text h3 {
  color: #1976d2;
  margin: 2rem 0 1rem 0;
}

.makale-text ul, .makale-text ol {
  margin: 1rem 0;
  padding-left: 2rem;
}

.makale-text li {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .makale-header h1 {
    font-size: 2rem;
  }
  
  .makale-meta {
    flex-direction: column;
    gap: 1rem;
  }
  
  .makale-content {
    padding: 1rem;
  }
  
  .makale-text {
    font-size: 1rem;
  }
}

/* Makale detay sayfası menü yazı rengi masaüstünde siyah */
.makale-detay-page .nav a {
  color: #212529 !important;
}

/* Responsive için mevcut renkler korunacak, override etme */
@media (max-width: 900px) {
  .makale-detay-page .nav a {
    color: inherit !important;
  }
}

@media (max-width: 900px) {
  .makale-detay-page .nav a {
    color: #fff !important;
  }
}

/* Responsive'de daha kalın */
@media (max-width: 900px) {
  .hamburger {
    display: flex !important;
    z-index: 10001 !important;
    position: relative !important;
  }
  .hamburger span {
    height: 5px !important;
    margin: 6px 0 !important;
    background: #000 !important;
  }
}

/* --- Makale Dinamik İçerik Kenar Boşluk Güvencesi --- */
.makale-detail-content {
  padding: 15px !important;
}
.makale-detail-content p,
.makale-detail-content h1,
.makale-detail-content h2,
.makale-detail-content h3,
.makale-detail-content h4,
.makale-detail-content ul,
.makale-detail-content ol,
.makale-detail-content blockquote {
  padding-left: 15px;
  padding-right: 15px;
}