/* CSS Version: 2024-12-19-005 - Force Cache Refresh */

/* Gediz Faturamatik Partnership Section Styles */
.faturamatik-partnership {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.faturamatik-partnership::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e9ecef" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.partnership-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.partnership-image {
    position: relative;
}

.partnership-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partnership-img:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.partnership-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.2;
}

.partnership-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.partnership-features {
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border-left: 4px solid #3498db;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-item i {
    font-size: 1.2rem;
    color: #3498db;
    margin-right: 15px;
    width: 25px;
    text-align: center;
}

.feature-item span {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 500;
}

.partnership-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.partnership-btn {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.partnership-btn:first-child {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border-color: #3498db;
}

.partnership-btn:first-child:hover {
    background: linear-gradient(135deg, #2980b9, #1f5f8b);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.3);
}

.partnership-btn.secondary {
    background: transparent;
    color: #3498db;
    border-color: #3498db;
}

.partnership-btn.secondary:hover {
    background: #3498db;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.3);
}

.partnership-btn i {
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Responsive Design for Partnership Section */
@media (max-width: 768px) {
    .partnership-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .partnership-content h2 {
        font-size: 2rem;
    }
    
    .partnership-cta {
        justify-content: center;
    }
    
    .partnership-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .feature-item {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .faturamatik-partnership {
        padding: 60px 0;
    }
    
    .partnership-container {
        padding: 0 15px;
        gap: 30px;
    }
    
    .partnership-content h2 {
        font-size: 1.8rem;
    }
    
    .partnership-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .partnership-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body, html, * {
  font-family: 'Poppins', 'Proxima Nova', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

body, html {
  font-family: 'Poppins', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  padding-top: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

.arama-kutusu,
.slider-alani,
.hizmetler,
.footer-content,
.about-main,
.about-values,
.about-history,
.contact-container {
  max-width: 100vw;
  overflow-x: hidden;
}

:root {
  --primary: #3b82f6;
  --primary-dark: #1d4ed8;
  --secondary: #8b5cf6;
  --accent: #06b6d4;
  --accent-light: #22d3ee;
  --bg: #f8fafc;
  --card-bg: #fff;
  --text: #1e293b;
  --muted: #64748b;
  --border: #e2e8f0;
  --radius: 1.2rem;
  --shadow: 0 4px 24px 0 rgba(59, 130, 246, 0.08);
  --header-height: 80px;
  --header-scrolled-height: 70px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Dynamic Header Styles */
.main-header {
  /* position: fixed; */
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1000;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: var(--header-height);
}

.main-header.scrolled {
  background: rgba(15, 23, 42, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: var(--header-scrolled-height);
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}

.logo-link {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  display: inline-block;
}

.logo-link:hover {
  transform: scale(1.08) translateY(-2px);
  text-shadow: 
    0 0 20px rgba(59, 130, 246, 0.6),
    0 0 40px rgba(59, 130, 246, 0.4),
    0 0 60px rgba(59, 130, 246, 0.2);
  filter: brightness(1.2) contrast(1.1);
}

.logo-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: -1;
}

.logo-link:hover::before {
  width: 120px;
  height: 120px;
  opacity: 0.8;
}

.logo-link strong {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logo-link:hover strong {
  background: linear-gradient(135deg, #3b82f6, #06b6d4, #8b5cf6);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 2s ease infinite;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.logo strong {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}

.nav-link:hover::before {
  left: 100%;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.hero {
  background: linear-gradient(120deg, var(--primary) 60%, var(--primary-dark) 100%);
  color: #fff;
  padding: 4rem 1rem 3rem 1rem;
  text-align: center;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.hero-content button {
  background: var(--accent);
  color: var(--primary-dark);
  border: none;
  padding: 0.9rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: background 0.2s;
}
.hero-content button:hover {
  background: #ffe082;
}

.arama-kutusu {
  background: var(--card-bg);
  margin: -2rem auto 2rem auto;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  max-width: 420px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
  position: relative;
  z-index: 2;
}

.arama-kutusu form {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.arama-kutusu input[type="tel"] {
  flex: 1;
  padding: 0.7rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
}
.arama-kutusu input[type="tel"]:focus {
  border-color: var(--primary);
}

.arama-kutusu button {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.arama-kutusu button:hover {
  background: var(--primary-dark);
}

.form-mesaj {
  background: var(--accent);
  color: var(--primary-dark);
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  margin-bottom: 0.7rem;
  font-weight: 600;
  font-size: 1rem;
}

.slider-alani {
  margin: 2rem auto;
  max-width: 1100px;
  border-radius: var(--radius);
  overflow: hidden;
  background: none;
  box-shadow: none;
}

.swiper {
  width: 100%;
  height: auto;
  min-height: 320px;
  max-width: 1100px;
  margin: 0 auto;
}

.swiper-slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius);
}

.hizmetler {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 3rem auto 2rem auto;
  max-width: 1100px;
}

.hizmet-karti {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  width: 320px;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.18s;
  border: 1px solid var(--border);
}
.hizmet-karti:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px 0 rgba(30, 64, 175, 0.13);
  border-color: var(--primary);
}

.hizmet-karti img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid var(--primary);
}

.hizmet-karti h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.hizmet-karti p {
  color: var(--muted);
  font-size: 1rem;
}

.hizmet-karti-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hizmet-karti-link:hover {
  text-decoration: none;
  color: inherit;
}

.slogan {
  background: var(--primary-dark);
  color: #fff;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 2rem 0 2rem 0;
  border-radius: var(--radius);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: var(--shadow);
}

.yorumlar {
  width: 100%;
  padding: 50px 20px;
  background: #f5f7fa;
  box-sizing: border-box;
  overflow-x: hidden;
}

.yorumlar h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.yorumlar-container, .yorumlar-scroll, .yorumlar-scroll::after {
  display: none !important;
}
.yorumlar-swiper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.yorumlar-swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: start;
  justify-items: center;
}
.yorum-karti {
  width: 100%;
  max-width: 340px;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 340px;
}
@media (max-width: 1000px) {
  .yorumlar-swiper .swiper-slide {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .yorum-karti {
    min-height: 260px;
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .yorumlar-swiper .swiper-slide {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .yorum-karti {
    min-height: 180px;
    max-width: 99vw;
  }
}

.yorum-karti {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.yorum-karti:hover {
  transform: translateY(-5px);
}

.yorum-avatar {
  font-size: 2.5rem;
  color: #007BFF;
  margin-bottom: 10px;
}

blockquote {
  font-style: italic;
  text-align: center;
  color: #555;
  margin: 15px 0;
  line-height: 1.5;
}

.yorum-bilgi {
  margin-top: auto;
  font-size: 0.95rem;
  color: #444;
  text-align: center;
}

.yorum-tarih {
  display: block;
  font-size: 0.85rem;
  color: #888;
  margin-top: 5px;
}

.yorum-yildizlar {
  margin-top: 10px;
  color: #FFD700;
  font-size: 1.2rem;
}

/* Modern Yorum Kartları */
.yorum-karti {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.yorum-karti:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.15);
}

.yorum-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem auto;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  flex-shrink: 0;
}

.yorum-karti blockquote {
  font-size: 1rem;
  color: var(--text);
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  position: relative;
  padding: 0 0.5rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yorum-karti blockquote::before {
  content: '"';
  font-size: 3rem;
  color: var(--primary);
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  font-family: serif;
  opacity: 0.3;
}

.yorum-bilgi {
  margin-bottom: 0.8rem;
  flex-shrink: 0;
}

.yorum-bilgi strong {
  color: var(--primary-dark);
  font-size: 1rem;
  display: block;
  margin-bottom: 0.2rem;
}

.yorum-tarih {
  color: var(--muted);
  font-size: 0.8rem;
}

.yorum-yildizlar {
  color: #fbbf24;
  font-size: 1rem;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.yorum-yildizlar i {
  margin: 0 1px;
}

/* Kaydırmalı Yorumlar Container */
.yorumlar-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.yorumlar-scroll {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1rem 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--primary) transparent;
}
.yorum-karti {
  min-width: 280px;
  max-width: 350px;
  flex: 0 0 auto;
  box-sizing: border-box;
  word-break: break-word;
}

@media (max-width: 900px) {
  .yorumlar-container {
    width: 98vw;
    max-width: 100vw;
  }
  .yorum-karti {
    min-width: 180px;
    max-width: 90vw;
    flex: 1 1 180px;
  }
}

.buton-kutu {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 2.5rem 0 2rem 0;
}

.buton-kutu button {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 1rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: background 0.2s, transform 0.18s;
}
.buton-kutu button:hover {
  background: var(--primary-dark);
  transform: translateY(-3px) scale(1.04);
}

/* Modern Footer Styles */
.modern-footer {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary) 50%, var(--accent) 100%);
  color: #fff;
  position: relative;
  margin-top: 4rem;
  overflow: hidden;
}

.footer-waves {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  color: var(--primary-dark);
  opacity: 0.1;
}

.footer-waves svg {
  width: 100%;
  height: auto;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 3rem 2rem 2rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer-section h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
  position: relative;
}

.footer-section h4::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--accent-light);
  border-radius: 1px;
}

.footer-logo strong {
  font-size: 1.5rem;
  background: linear-gradient(135deg, #fff, var(--accent-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-logo p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: var(--accent-light);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(6, 182, 212, 0.3);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-links a::before {
  content: '→';
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s ease;
  color: var(--accent-light);
}

.footer-links a:hover {
  color: #fff;
  padding-left: 15px;
}

.footer-links a:hover::before {
  opacity: 1;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.contact-item:hover {
  color: #fff;
  transform: translateX(5px);
}

.contact-item svg {
  color: var(--accent-light);
  flex-shrink: 0;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: var(--accent-light);
}

/* --- Hakkımızda Sayfası --- */
.about-hero {
  background: linear-gradient(120deg, var(--primary) 60%, var(--primary-dark) 100%);
  color: #fff;
  padding: 3.5rem 1rem 2.5rem 1rem;
  text-align: center;
  border-radius: var(--radius);
  margin: 2rem auto 2.5rem auto;
  box-shadow: var(--shadow);
  max-width: 900px;
}
.about-hero-content h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.about-hero-content p {
  font-size: 1.15rem;
  font-weight: 400;
  opacity: 0.95;
}

.about-main {
  margin: 0 auto 2.5rem auto;
  max-width: 1100px;
  padding: 0 1rem;
}
.about-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-info {
  flex: 2;
  min-width: 260px;
}
.about-info h2 {
  color: var(--primary-dark);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-info p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-bottom: 0.7rem;
}
.about-image {
  flex: 1;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image img {
  width: 220px;
  max-width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 3px solid var(--primary);
}

.about-values {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 2.5rem auto;
  max-width: 1100px;
  padding: 2.2rem 1rem 1.5rem 1rem;
}
.about-values .about-container {
  gap: 2rem;
  flex-wrap: wrap;
}
.about-value {
  flex: 1;
  min-width: 220px;
  background: #f1f5f9;
  border-radius: var(--radius);
  padding: 1.2rem 1rem 1.2rem 1rem;
  box-shadow: 0 2px 8px 0 rgba(30, 64, 175, 0.06);
  margin-bottom: 1rem;
}
.about-value h3 {
  color: var(--primary);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.about-value p, .about-value ul {
  color: var(--muted);
  font-size: 1.02rem;
}
.about-value ul {
  margin-left: 1.1rem;
  margin-top: 0.3rem;
}
.about-value li {
  margin-bottom: 0.2rem;
  list-style: disc;
}

.about-history {
  margin: 2.5rem auto 2rem auto;
  max-width: 900px;
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem 1.2rem 1.5rem 1.2rem;
  text-align: center;
}
.about-history h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.about-history p {
  font-size: 1.08rem;
  opacity: 0.97;
}

/* --- Modern İletişim Sayfası --- */
.contact-hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 50%, var(--accent) 100%);
  color: #fff;
  padding: 4rem 1rem 3rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.contact-hero-content {
  position: relative;
  z-index: 2;
}

.contact-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.contact-main {
  padding: 4rem 1rem;
  background: var(--bg);
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-info-section h2,
.contact-form-section h2 {
  color: var(--primary-dark);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}

.contact-info-section h2::after,
.contact-form-section h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
}

.contact-cards {
  display: grid;
  gap: 1.5rem;
}

.contact-card-info {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-card-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary), var(--accent));
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.contact-card-info:hover::before {
  transform: scaleY(1);
}

.contact-card-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.15);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 1rem;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.contact-card-info h3 {
  color: var(--primary-dark);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.contact-card-info p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  word-break: break-all;
  overflow-wrap: break-word;
  font-size: 1.05rem;
}

@media (max-width: 1070px) {
  .contact-card-info p {
    font-size: 0.95rem;
  }
}

.contact-form {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid var(--border);
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--bg);
  color: var(--text);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.submit-btn svg {
  transition: transform 0.3s ease;
}

.submit-btn:hover svg {
  transform: translateX(4px);
}

/* Map Section */
.map-section {
  padding: 4rem 1rem;
  background: var(--card-bg);
  text-align: center;
}

.map-section h2 {
  color: var(--primary-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.map-container {
  max-width: 800px;
  margin: 0 auto;
}

.map-placeholder {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: var(--radius);
  padding: 3rem 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.map-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="map-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23map-pattern)"/></svg>');
  opacity: 0.3;
}

.map-content {
  position: relative;
  z-index: 2;
}

.map-content svg {
  margin-bottom: 1rem;
  opacity: 0.8;
}

.map-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.map-content p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
  line-height: 1.6;
}

.map-link {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.map-link:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* FAQ Section */
.faq-section {
  padding: 4rem 1rem;
  background: var(--bg);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-container h2 {
  color: var(--primary-dark);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.faq-question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: rgba(59, 130, 246, 0.05);
}

.faq-question h3 {
  color: var(--primary-dark);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.faq-icon {
  color: var(--primary);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(59, 130, 246, 0.02);
}

.faq-item.active .faq-answer {
  padding: 1.5rem;
  max-height: 200px;
}

.faq-answer p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* Animation Classes */
.animate-in {
  animation: fadeInUp 0.6s ease-out forwards;
}

.floating {
  animation: floating 3s ease-in-out infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Notification Styles */
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 1rem 1.5rem;
  z-index: 10000;
  transform: translateX(400px);
  transition: transform 0.3s ease;
  border-left: 4px solid var(--primary);
  max-width: 350px;
}

.notification.show {
  transform: translateX(0);
}

.notification-success {
  border-left-color: #10b981;
}

.notification-error {
  border-left-color: #ef4444;
}

.notification-warning {
  border-left-color: #f59e0b;
}

.notification-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.notification-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--muted);
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.notification-close:hover {
  background: var(--border);
  color: var(--text);
}

/* Enhanced Hover Effects */
.hizmet-karti:hover,
.contact-card-info:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.2);
}

.social-link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(6, 182, 212, 0.4);
}

/* Loading Animation for Submit Button */
.submit-btn.loading {
  position: relative;
  color: transparent;
}

.submit-btn.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Pulse Animation for Important Elements */
.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

/* --- İstatistikler --- */
.istatistikler {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-width: 900px;
  margin: 2.5rem auto;
  padding: 2rem 1rem;
}
.istatistik-kutu {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  flex-wrap: wrap;
}
.istatistik-kutu > div {
  text-align: center;
  flex: 1;
  min-width: 140px;
}
.istatistik-kutu i {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.istatistik-kutu h3 {
  font-size: 1.5rem;
  color: var(--primary-dark);
  margin-bottom: 0.2rem;
}
.istatistik-kutu p {
  color: var(--muted);
  font-size: 1rem;
}

/* --- Neden Biz --- */
.neden-biz {
  max-width: 900px;
  margin: 2.5rem auto;
  text-align: center;
}
.neden-biz h2 {
  color: var(--primary-dark);
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
}
.nedenler {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.nedenler > div {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem 1rem;
  min-width: 180px;
  flex: 1;
  max-width: 260px;
}
.nedenler i {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.nedenler h4 {
  color: var(--primary-dark);
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}
.nedenler p {
  color: var(--muted);
  font-size: 0.98rem;
}

/* --- SSS --- */
.sss {
  max-width: 900px;
  margin: 2.5rem auto;
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem 1rem;
}
.sss h2 {
  color: var(--primary-dark);
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.sss-list > div {
  margin-bottom: 1.2rem;
}
.sss-list strong {
  color: var(--primary);
  font-size: 1.05rem;
  display: block;
  margin-bottom: 0.2rem;
}
.sss-list p {
  color: var(--muted);
  font-size: 0.98rem;
  margin-left: 0.5rem;
}

@media (max-width: 900px) {
  .hizmetler {
    gap: 1.2rem;
  }
  .hizmet-karti {
    width: 90vw;
    max-width: 400px;
  }
  .about-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .about-image img {
    width: 160px;
  }
  .about-values .about-container {
    gap: 1.2rem;
  }
  
  /* Header responsive */
  .main-nav {
    gap: 1rem;
  }
  
  .nav-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }
  .slider-alani, .yorumlar, .slogan {
    max-width: 98vw;
    padding: 1rem 0.3rem;
  }
  
  /* Yorum kartları mobil */
  .yorum-karti {
    padding: 1.5rem;
    margin: 0 0.5rem;
  }
  
  .yorum-karti blockquote {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  
  .yorum-avatar {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .yorumlar-scroll {
    gap: 1rem;
    padding: 0.5rem 0;
  }
  
  .yorumlar-scroll .yorum-karti {
    flex: 0 0 280px;
    min-width: 280px;
    max-width: 280px;
  }
  .hizmetler {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .arama-kutusu {
    max-width: 98vw;
    padding: 1.2rem 0.5rem;
  }
  .buton-kutu {
    flex-direction: column;
    gap: 1rem;
  }
  
  .footer-content {
    gap: 0.7rem;
  }
  .alt-menu {
    gap: 1rem;
  }
  footer {
    padding: 1.2rem 0.3rem 0.7rem 0.3rem;
  }
  .about-hero {
    padding: 2rem 0.3rem 1.2rem 0.3rem;
    max-width: 98vw;
  }
  .about-main, .about-values, .about-history {
    max-width: 98vw;
    padding: 1rem 0.3rem;
  }
  .about-image img {
    width: 100px;
  }
  .about-value {
    padding: 0.8rem 0.5rem;
  }
  
  /* Contact page responsive */
  .contact-hero h1 {
    font-size: 2rem;
  }
  
  .contact-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .map-placeholder {
    padding: 2rem 1rem;
  }
  
  .faq-question h3 {
    font-size: 1rem;
  }
}
  
  /* Header ortalı menü düzeni */
.header-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 100%;
  position: relative;
}
.logo {
  flex: 0 0 auto;
  margin-right: 32px;
}
.center-nav {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 900px) {
  .header-container {
    flex-direction: column;
    align-items: stretch;
    padding: 0 1rem;
    height: auto;
  }
  .main-header {
    height: auto;
    min-height: 60px;
  }
  .main-nav {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    padding: 0.5rem 0;
  }
  .logo {
    margin: 0 0 0.5rem 0;
    text-align: left;
  }
  .center-nav {
    justify-content: flex-start;
    gap: 1rem;
  }
  .slider-alani {
    max-width: 98vw;
    padding: 0.5rem 0.2rem;
  }
  .hizmetler {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    max-width: 98vw;
  }
  .hizmet-karti {
    width: 98vw;
    max-width: 400px;
    min-width: 0;
    padding: 1.2rem 0.7rem 1rem 0.7rem;
  }
  .about-main, .about-values, .about-history {
    max-width: 98vw;
    padding: 1rem 0.3rem;
  }
  .about-container {
    flex-direction: column;
    gap: 1.2rem;
  }
  .about-image img {
    width: 120px;
  }
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2rem 1rem 1rem 1rem;
  }
  .footer-section {
    margin-bottom: 1.2rem;
  }
  .footer-bottom-content {
    flex-direction: column;
    gap: 0.7rem;
    align-items: flex-start;
  }
  .istatistikler {
    max-width: 98vw;
    padding: 1.2rem 0.5rem;
  }
  .istatistik-kutu {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }
  .buton-kutu {
    flex-direction: column;
    gap: 0.7rem;
    align-items: stretch;
  }
  .contact-container {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 0.5rem 0.1rem;
  }
  .contact-card-info, .contact-form {
    padding: 1rem 0.5rem;
  }
  .contact-card-info h3 {
    font-size: 1rem;
  }
  .contact-card-info p {
    font-size: 0.95rem;
  }
  .contact-form-section h2, .contact-info-section h2 {
    font-size: 1.2rem;
  }
  .map-section {
    padding: 1.2rem 0.3rem;
  }
  .map-placeholder {
    padding: 1rem 0.3rem;
  }
  .map-content h3 {
    font-size: 1.1rem;
  }
  .map-content p {
    font-size: 0.95rem;
  }
  .faq-section, .faq-container {
    padding: 1.2rem 0.3rem;
  }
  .faq-container h2 {
    font-size: 1.1rem;
  }
  .faq-question h3 {
    font-size: 0.95rem;
  }
  .paynkolay-btn img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 600px) {
  .arama-kutusu {
    max-width: 99vw;
    width: 100vw;
    margin: 1rem 0 1.2rem 0;
    padding: 1.1rem 0.2rem 1rem 0.2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 12px 0 rgba(59,130,246,0.07);
    text-align: center;
    overflow-x: hidden;
  }
  .arama-kutusu form {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
    width: 100%;
    max-width: 99vw;
    margin: 0 auto;
  }
  .arama-kutusu input[type="tel"] {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 0.7rem 0.7rem;
    border-radius: 0.7rem;
  }
  .arama-kutusu button {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin: 0;
    font-size: 1.05rem;
    padding: 0.8rem 0.7rem;
    border-radius: 0.7rem;
  }
  .form-mesaj {
    font-size: 0.98rem;
    padding: 0.7rem 0.5rem;
    border-radius: 0.7rem;
    margin-bottom: 0.7rem;
    word-break: break-word;
    max-width: 98vw;
    box-sizing: border-box;
    text-align: center;
  }
}

/* Mobil menü toggle ve açılır menü stillerini kaldır */
.mobile-menu-toggle { display: none !important; }
.main-nav { position: static !important; flex-direction: row !important; opacity: 1 !important; visibility: visible !important; transform: none !important; background: none !important; padding: 0 !important; }
.main-nav.active { transform: none !important; opacity: 1 !important; visibility: visible !important; }

.paynkolay-btn {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9999;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: auto;
  display: block;
  transition: none;
  animation: none;
  text-decoration: none;
}
.paynkolay-btn img {
  display: block;
  width: 140px;
  height: 140px;
  max-width: 30vw;
  max-height: 30vw;
  min-width: 60px;
  min-height: 60px;
  object-fit: contain;
}
@media (max-width: 900px) {
  .paynkolay-btn img {
    width: 100px;
    height: 100px;
    max-width: 22vw;
    max-height: 22vw;
  }
}
@media (max-width: 600px) {
  .paynkolay-btn img {
    width: 64px;
    height: 64px;
    max-width: 18vw;
    max-height: 18vw;
    min-width: 40px;
    min-height: 40px;
  }
}

/* Broker Text Styling */
.broker-text {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #64748b;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 900px) {
  .broker-text {
    font-size: 9px;
    margin-top: 3px;
  }
}

@media (max-width: 600px) {
  .broker-text {
    font-size: 8px;
    margin-top: 2px;
  }
}

.buyuk-video {
  width: 100%;
  max-width: 900px;
  height: 500px;
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(30,64,175,0.10), 0 1.5px 6px rgba(0,0,0,0.06);
  background: none;
  object-fit: cover;
  transition: box-shadow 0.22s, transform 0.22s;
}
.buyuk-video:hover {
  box-shadow: 0 12px 40px rgba(30,64,175,0.16), 0 2px 8px rgba(0,0,0,0.10);
  transform: scale(1.01);
}
@media (max-width: 1000px) {
  .buyuk-video {
    height: 300px;
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  .buyuk-video {
    height: 160px;
    border-radius: 10px;
  }
}

.logo-img {
  height: 44px;
  width: auto;
  border-radius: 14px;
  object-fit: contain;
  background: linear-gradient(135deg, #f8fafc 60%, #e0e7ef 100%);
  box-shadow: 0 4px 16px rgba(0,0,0,0.10), 0 1.5px 6px rgba(0,0,0,0.06);
  border: 2.5px solid transparent;
  padding: 2.5px;
  transition: transform 0.22s cubic-bezier(.4,2,.6,1), box-shadow 0.22s, border-color 0.22s;
  display: block;
}
.logo-img:hover {
  transform: scale(1.09) rotate(-2deg);
  box-shadow: 0 8px 24px rgba(0,0,0,0.13), 0 2px 8px rgba(0,0,0,0.08);
  border-color: #4f8cff;
}
@media (max-width: 600px) {
  .logo-img {
    height: 32px;
    border-radius: 9px;
    padding: 1.5px;
  }
}

/* About Locations Section */
.about-locations {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.about-locations .about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.about-locations h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-locations > .about-container > p {
  text-align: center;
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.location-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.location-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.location-item:hover::before {
  transform: scaleX(1);
}

.location-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
}

.location-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Removed location pin emoji to fix square-like elements */

.location-item p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Contact Page Locations Section */
.locations-section {
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.locations-section .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.locations-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.location-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.location-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.location-card:hover::before {
  transform: scaleX(1);
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.location-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  transition: all 0.3s ease;
}

.location-card:hover .location-icon {
  transform: scale(1.1);
}

.location-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.75rem;
}

.location-card p {
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 2px solid var(--primary);
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}

.location-link:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.location-link::after {
  content: '→';
  transition: transform 0.3s ease;
}

.location-link:hover::after {
  transform: translateX(4px);
}

/* Enhanced About Values Section */
.about-values {
  padding: 4rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.about-values .about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}

.about-value {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.about-value::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.about-value:hover::before {
  transform: scaleX(1);
}

.about-value:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
}

.about-value h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Removed sparkle emoji from h3 headings */

.about-value p, .about-value ul {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.about-value ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.about-value li {
  padding: 0.5rem 0;
  position: relative;
  color: var(--muted);
}

/* Removed checkmark from list items to fix square-like elements */

/* Responsive Design for Locations */
@media (max-width: 900px) {
  .locations-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
  }
  
  .about-locations h2 {
    font-size: 2rem;
  }
  
  .about-locations > .about-container > p {
    font-size: 1rem;
  }
  
  .location-item, .location-card {
    padding: 1.5rem;
  }
  
  .about-values .about-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  .locations-section {
    padding: 1.5rem 1rem;
  }
  
  .locations-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .locations-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .location-card {
    padding: 1rem;
  }
  
  .location-card h3 {
    font-size: 1.1rem;
  }
  
  .location-card p {
    font-size: 0.85rem;
  }
}

/* About Contact Section */
.about-contact {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.about-contact .about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.about-contact h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.contact-info-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-info-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.contact-info-item:hover::before {
  transform: scaleX(1);
}

.contact-info-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
}

.contact-info-item .contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  color: white;
  transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon {
  transform: scale(1.1);
}

.contact-info-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1rem;
}

.contact-info-item p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 1rem;
}

.contact-info-item a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-item a:hover {
  color: var(--primary-dark);
}

@media (max-width: 900px) {
  .contact-info-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
  
  .about-contact h2 {
    font-size: 2rem;
  }
  
  .contact-info-item {
    padding: 1.5rem;
  }
}

@media (max-width: 600px) {
  .about-contact {
    padding: 2rem 0;
  }
  
  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .about-contact h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .contact-info-item {
    padding: 1rem;
  }
  
  .contact-info-item h3 {
    font-size: 1.1rem;
  }
  
  .contact-info-item p {
    font-size: 0.9rem;
  }
}

/* Footer Emails Section */
.footer-emails {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.email-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}

.email-item:last-child {
  margin-bottom: 0;
}

.email-item svg {
  color: white;
  flex-shrink: 0;
}

.email-item a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.email-item a:hover {
  color: var(--accent-light);
}

.email-item:hover {
  transform: translateX(5px);
}

@media (max-width: 900px) {
  .footer-emails {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  
  .email-item {
    margin-bottom: 0.5rem;
  }
  
  .email-item a {
    font-size: 0.85rem;
  }
}

@media (max-width: 600px) {
  .footer-emails {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
  
  .email-item {
    margin-bottom: 0.4rem;
  }
  
  .email-item a {
    font-size: 0.8rem;
  }
}

/* Policy Pages Styles */
.policy-hero {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.policy-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.policy-hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.policy-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #fff, #e2e8f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.policy-hero p {
  font-size: 1.25rem;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.policy-main {
  padding: 4rem 0;
  background: var(--bg);
}

.policy-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.policy-content {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.policy-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
}

.policy-section {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

.policy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.policy-section h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
}

.policy-section h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1.5rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 2px;
}

.policy-section h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin: 1.5rem 0 1rem 0;
  padding-left: 0.5rem;
  border-left: 3px solid var(--accent);
}

.policy-section p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 1rem;
}

.policy-section ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.policy-section li {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 0.5rem;
  position: relative;
}

.policy-section li::before {
  content: '•';
  color: var(--primary);
  font-weight: bold;
  position: absolute;
  left: -1rem;
}

.policy-section strong {
  color: var(--text);
  font-weight: 600;
}

.policy-section a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.policy-section a:hover {
  color: var(--primary-dark);
  border-bottom-color: var(--primary);
}

.contact-info {
  background: var(--bg);
  padding: 1.5rem;
  border-radius: var(--radius);
  border-left: 4px solid var(--primary);
  margin-top: 1rem;
}

.contact-info p {
  margin-bottom: 0.5rem;
}

.contact-info p:last-child {
  margin-bottom: 0;
}

.contact-info a {
  color: var(--primary);
  font-weight: 500;
}

.contact-info a:hover {
  color: var(--primary-dark);
}

/* Responsive Design for Policy Pages */
@media (max-width: 900px) {
  .policy-hero h1 {
    font-size: 2.5rem;
  }
  
  .policy-hero p {
    font-size: 1.125rem;
  }
  
  .policy-content {
    padding: 2rem;
  }
  
  .policy-section h2 {
    font-size: 1.5rem;
  }
  
  .policy-section h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 600px) {
  .policy-hero {
    padding: 3rem 0;
  }
  
  .policy-hero h1 {
    font-size: 2rem;
  }
  
  .policy-hero p {
    font-size: 1rem;
  }
  
  .policy-main {
    padding: 2rem 0;
  }
  
  .policy-container {
    padding: 0 1rem;
  }
  
  .policy-content {
    padding: 1.5rem;
  }
  
  .policy-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  
  .policy-section h2 {
    font-size: 1.375rem;
  }
  
  .policy-section h3 {
    font-size: 1rem;
  }
  
  .contact-info {
    padding: 1rem;
  }
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* E-Ticaret Page Styles */
.eticaret-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 120px 0 80px;
}

.eticaret-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.eticaret-hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #007bff;
    color: white;
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #333;
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
}

/* Bayilik Info Section */
.bayilik-info {
    padding: 80px 0;
    background: #f8f9fa;
}

.bayilik-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.bayilik-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.bayilik-content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: #666;
    line-height: 1.6;
}

.bayilik-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature i {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.feature span {
    font-weight: 600;
    color: #333;
}

/* Products Section */
.products-section {
    padding: 80px 0;
}

.products-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #333;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.product-card {
    background: white;
    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;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-image {
    height: 250px;
    overflow: hidden;
    background: #f8f9fa;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-img {
    transform: scale(1.05);
}

.product-info {
    padding: 1.5rem;
}

.product-info h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.product-info p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.product-features span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #555;
}

.product-features i {
    color: #007bff;
    width: 16px;
}

/* Bayilik Advantages */
.bayilik-advantages {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.bayilik-advantages h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #333;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.advantage-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
}

.advantage-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.advantage-icon i {
    font-size: 2rem;
    color: white;
}

.advantage-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #333;
}

.advantage-card p {
    color: #666;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Design for E-Ticaret */
@media (max-width: 768px) {
    .eticaret-hero h1 {
        font-size: 2.5rem;
    }
    
    .eticaret-hero p {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .bayilik-features {
        grid-template-columns: 1fr;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-large {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .eticaret-hero {
        padding: 80px 0 60px;
    }
    
    .eticaret-hero h1 {
        font-size: 2rem;
    }
    
    .bayilik-content h2,
    .products-section h2,
    .bayilik-advantages h2,
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .product-card {
        margin: 0 1rem;
    }
}

/* Button icon fixes for E-Ticaret page */
.btn i {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.5rem;
    font-style: normal;
}

.btn i::before,
.btn i::after {
    content: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
}

.btn::before,
.btn::after {
    content: none;
}

/* Ensure no pseudo-elements on buttons */
.btn *::before,
.btn *::after {
    content: none;
}

/* Comprehensive button fixes for E-Ticaret page */
.btn,
.btn *,
.product-card .btn,
.product-card .btn *,
.cta-buttons .btn,
.cta-buttons .btn *,
.hero-buttons .btn,
.hero-buttons .btn * {
    position: relative;
}

.btn::before,
.btn::after,
.product-card .btn::before,
.product-card .btn::after,
.cta-buttons .btn::before,
.cta-buttons .btn::after,
.hero-buttons .btn::before,
.hero-buttons .btn::after {
    content: none !important;
    display: none !important;
}

.btn *::before,
.btn *::after,
.product-card .btn *::before,
.product-card .btn *::after,
.cta-buttons .btn *::before,
.cta-buttons .btn *::after,
.hero-buttons .btn *::before,
.hero-buttons .btn *::after {
    content: none !important;
    display: none !important;
}

/* Remove any potential spacing issues */
.btn {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.btn i {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Global fix for E-Ticaret page - disable all pseudo-elements */
.eticaret-hero *::before,
.eticaret-hero *::after,
.bayilik-info *::before,
.bayilik-info *::after,
.products-section *::before,
.products-section *::after,
.bayilik-advantages *::before,
.bayilik-advantages *::after,
.cta-section *::before,
.cta-section *::after {
    content: none !important;
    display: none !important;
}

/* Ensure buttons have no pseudo-elements */
.eticaret-hero .btn::before,
.eticaret-hero .btn::after,
.bayilik-info .btn::before,
.bayilik-info .btn::after,
.products-section .btn::before,
.products-section .btn::after,
.bayilik-advantages .btn::before,
.bayilik-advantages .btn::after,
.cta-section .btn::before,
.cta-section .btn::after {
    content: none !important;
    display: none !important;
}

/* AI Description Text */
.ai-description {
  position: fixed;
  bottom: 200px;
  right: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 300px;
  line-height: 1.5;
  z-index: 999;
  animation: aiDescriptionFloat 6s ease-in-out infinite;
  transform-origin: center;
  font-family: 'Inter', sans-serif;
}

/* Removed the blue triangle - no ::before pseudo-element needed */

@keyframes aiDescriptionFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* AI Chatbot Styles */
.chatbot-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 0%, #f093fb 50%, #f5576c 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5), 0 0 20px rgba(240, 147, 251, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1000;
  animation: aiFloat 4s ease-in-out infinite, aiGlow 2s ease-in-out infinite alternate;
  cursor: pointer;
  border: 3px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.chatbot-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.chatbot-btn:hover::before {
  opacity: 1;
  transform: rotate(45deg) translate(50%, 50%);
}

.chatbot-btn:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.7), 0 0 30px rgba(240, 147, 251, 0.5);
  border-color: rgba(255, 255, 255, 0.4);
}

.chatbot-btn i {
  font-size: 45px;
  margin-bottom: 8px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  animation: aiPulse 2s ease-in-out infinite;
}

.chatbot-text {
  font-size: 13px;
  margin-top: 5px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

.chatbot-subtitle {
  font-size: 10px;
  opacity: 0.9;
  margin-top: 2px;
  font-weight: 400;
}

@keyframes aiFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}

@keyframes aiGlow {
  0% {
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5), 0 0 20px rgba(240, 147, 251, 0.3);
  }
  100% {
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.7), 0 0 30px rgba(240, 147, 251, 0.5);
  }
}

@keyframes aiPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.chatbot-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.chatbot-modal.show {
  display: block;
}

.chatbot-modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 0;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chatbot-modal-header {
  background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
  color: white;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.chatbot-modal-header h3 {
  margin: 0;
  font-size: 1.5rem;
}

/* Hızlı Sorular Stilleri */
.quick-questions {
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}

.quick-questions h4 {
  margin: 0 0 15px 0;
  color: #2c3e50;
  font-size: 1.1rem;
  text-align: center;
}

.quick-questions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  max-height: 120px;
  overflow-y: auto;
}

.quick-question-btn {
  padding: 10px 12px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quick-question-btn:hover {
  background: #3498db;
  color: white;
  border-color: #3498db;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.quick-question-btn:active {
  transform: translateY(0);
}

.chatbot-close {
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.chatbot-close:hover {
  opacity: 0.7;
}

.chatbot-modal-body {
  padding: 20px;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  overflow: hidden;
}

.chat-messages {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  background: #f8f9fa;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e0 #f8f9fa;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 0;
}

.chat-messages::-webkit-scrollbar {
  width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}

.message {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

.message.user {
  justify-content: flex-end;
}

.message.bot {
  justify-content: flex-start;
}

.message-content {
  max-width: 70%;
  padding: 10px 14px;
  border-radius: 18px;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.4;
}

.message.user .message-content {
  background: #3498db;
  color: white;
  border-bottom-right-radius: 5px;
}

.message.bot .message-content {
  background: white;
  color: #2c3e50;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 5px;
}

.message-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  font-size: 14px;
}

.message.user .message-avatar {
  background: #3498db;
  color: white;
}

.message.bot .message-avatar {
  background: #2ecc71;
  color: white;
}

.chat-input-container {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  background: #fff;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
  z-index: 10;
  position: relative;
}

.chat-input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.chat-input:focus {
  border-color: #3498db;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);
  transform: translateY(-1px);
}

.chat-send-btn {
  padding: 12px 20px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
  font-weight: 600;
}

.chat-send-btn:hover {
  background: #2980b9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}

.chat-send-btn:active {
  transform: translateY(0);
}

.chat-send-btn:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
}

.typing-indicator {
  display: none;
  padding: 10px 14px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 18px;
  border-bottom-left-radius: 5px;
  color: #7f8c8d;
  font-style: italic;
  font-size: 14px;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.typing-indicator.show {
  display: block;
}

.welcome-message {
  text-align: center;
  color: #7f8c8d;
  font-style: italic;
  margin: 20px 0;
  font-size: 14px;
  flex-shrink: 0;
}

/* Responsive Chatbot */
@media (max-width: 768px) {
  .chatbot-modal-content {
    margin: 10% auto;
    width: 95%;
    max-height: 85vh;
  }
  
  .chatbot-modal-body {
    padding: 15px;
    height: 350px;
  }
  
  .chat-messages {
    min-height: 0;
  }
  
  .message-content {
    max-width: 80%;
    font-size: 13px;
  }
  
  .quick-questions {
    padding: 15px;
  }
  
  .quick-questions-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
    max-height: 100px;
  }
  
  .quick-question-btn {
    padding: 8px 10px;
    font-size: 11px;
  }
  
  .ai-description {
    bottom: 170px;
    right: 15px;
    padding: 10px 16px;
    font-size: 12px;
    max-width: 240px;
  }
  
  .chatbot-btn {
    width: 130px;
    height: 130px;
    bottom: 15px;
    right: 15px;
  }
  
  .chatbot-btn i {
    font-size: 38px;
  }
  
  .chatbot-text {
    font-size: 12px;
  }
  
  .chatbot-subtitle {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .ai-description {
    bottom: 160px;
    right: 10px;
    padding: 8px 14px;
    font-size: 11px;
    max-width: 220px;
  }
  
  .chatbot-modal-content {
    margin: 5% auto;
    width: 98%;
    max-height: 90vh;
  }
  
  .chatbot-modal-header {
    padding: 15px;
  }
  
  .chatbot-modal-header h3 {
    font-size: 1.3rem;
  }
  
  .chatbot-modal-body {
    padding: 15px;
    height: 300px;
  }
  
  .chat-messages {
    min-height: 0;
  }
  
  .message-content {
    max-width: 85%;
    font-size: 12px;
    padding: 8px 12px;
  }
  
  .chat-input {
    padding: 10px 14px;
    font-size: 13px;
  }
  
  .chat-send-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}