/*
Theme Name: Kurumsal Ajans
Theme URI: https://localhost/Kiro/ssdyazilim
Author: SSD YazÄ±lÄ±m
Description: Modern, SEO uyumlu kurumsal yazÄ±lÄ±m ajansÄ± temasÄ±
Version: 1.1.0
Text Domain: kurumsal-ajans
*/

/* ===== Modern Design System ===== */
:root {
  --font: 'Plus Jakarta Sans', system-ui, sans-serif;
  /* Hero (slider) - koyu */
  --hero-bg: #0f0f12;
  --hero-text: #fafafa;
  --hero-text-muted: #a1a1aa;
  /* DiÄŸer alanlar - beyaz/aÃ§Ä±k */
  --bg: #ffffff;
  --bg-elevated: #f8fafc;
  --bg-card: #ffffff;
  --text: #1e293b;
  --text-muted: #64748b;
  --accent: #0891b2;
  --accent-2: #7c3aed;
  --accent-glow: rgba(8, 145, 178, 0.25);
  --border: rgba(0,0,0,0.08);
  --radius: 16px;
  --radius-lg: 24px;
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent-2); }
img { max-width: 100%; height: auto; display: block; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Header - Koyu Mavi ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #0f172a;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: var(--transition);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.site-header .container {
  position: relative;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  gap: 24px;
  flex-wrap: wrap;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Dil SeÃ§ici - Bayraklar */
.lang-switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}
.lang-switcher .lang-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: inherit;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  transition: var(--transition);
}
.lang-switcher .lang-link:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
}
.lang-switcher .lang-link.active {
  background: rgba(34, 211, 238, 0.25);
  border-color: #22d3ee;
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.2);
}
.lang-flag {
  font-size: 1.25rem;
  line-height: 1;
}
.lang-flag img {
  width: 22px;
  height: auto;
  display: block;
}
.site-logo {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
.site-logo:hover { color: rgba(255,255,255,0.9); }
.site-logo img { max-height: 40px; width: auto; }
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
.main-navigation a {
  display: block;
  padding: 10px 16px;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 10px;
}
.main-navigation a:hover {
  color: #fff;
  background: rgba(255,255,255,0.1);
}
.menu-toggle { display: none; }

/* ===== Hero - Gradient Mesh (Koyu - Slider) ===== */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 120px 24px 100px;
  background: var(--hero-bg);
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(34, 211, 238, 0.15), transparent),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(167, 139, 250, 0.1), transparent),
    radial-gradient(ellipse 50% 30% at 0% 80%, rgba(34, 211, 238, 0.08), transparent);
  pointer-events: none;
}
.hero-section .container {
  position: relative;
  text-align: center;
}
.hero-section h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  background: linear-gradient(135deg, #fff 0%, var(--hero-text-muted) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hero-section h1.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.hero-section .hero-subtitle {
  font-size: 1.2rem;
  color: var(--hero-text-muted);
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}
.hero-section .hero-subtitle.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}
.hero-buttons.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 12px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  font-family: var(--font);
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #06b6d4);
  color: #0f0f12;
  box-shadow: 0 0 40px var(--accent-glow);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 60px var(--accent-glow);
}
.btn-outline {
  background: transparent;
  color: var(--hero-text);
  border: 1px solid rgba(255,255,255,0.5);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.8);
}

/* ===== Section Labels ===== */
.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 12px;
}
.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--text);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.section-title p {
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto;
  font-size: 1.05rem;
}

/* ===== Bento Service Cards (genel) ===== */
.section {
  padding: 100px 24px;
}
.section-alt { background: var(--bg-elevated); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
}
.service-card {
  background: var(--bg-card);
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: var(--transition);
  opacity: 0;
  transform: translateY(30px);
}
.service-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.service-card:nth-child(1).animate-in { transition-delay: 0s; }
.service-card:nth-child(2).animate-in { transition-delay: 0.05s; }
.service-card:nth-child(3).animate-in { transition-delay: 0.1s; }
.service-card:nth-child(4).animate-in { transition-delay: 0.15s; }
.service-card:nth-child(5).animate-in { transition-delay: 0.2s; }
.service-card:nth-child(6).animate-in { transition-delay: 0.25s; }
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(8, 145, 178, 0.4);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.15), rgba(124, 58, 237, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 12px;
}
.service-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== Hizmetler - Yeni Ä°Ã§erik ===== */
.services-new-header {
  text-align: center;
  margin-bottom: 56px;
}
.services-emoji {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 12px;
}
.services-new-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--text);
  margin: 0 0 16px;
}
.services-new-header p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
}
.services-new-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .services-new-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .services-new-grid { grid-template-columns: 1fr; }
}
.service-new-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: var(--transition);
  opacity: 0;
  transform: translateY(24px);
}
.service-new-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.service-new-card:hover {
  border-color: rgba(8, 145, 178, 0.3);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.service-new-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}
.service-new-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 12px;
}
.service-new-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0 0 20px;
  line-height: 1.6;
}
.service-new-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-new-list li {
  font-size: 0.9rem;
  color: var(--text);
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.service-new-list .check {
  color: #10b981;
  font-weight: bold;
  flex-shrink: 0;
}
.services-why-section {
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.06), rgba(124, 58, 237, 0.06));
  border-radius: var(--radius-lg);
  padding: 48px;
  border: 1px solid rgba(8, 145, 178, 0.15);
}
.why-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 32px;
}
.why-emoji { margin-right: 8px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.why-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.why-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.why-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* ===== Services Radial - Merkez Telefon + Kartlar (eski - artÄ±k kullanÄ±lmÄ±yor) ===== */
.services-radial-title .section-label { display: none; }
.services-radial-title h2 {
  margin: 0 0 8px;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}
.services-radial-title .title-accent {
  color: #dc2626;
  font-weight: 800;
}
.services-radial-title .section-sublabel {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  text-transform: uppercase;
}
.services-radial-section .section-title { margin-bottom: 48px; }
.services-radial {
  display: grid;
  grid-template-columns: 1fr 280px 1fr;
  gap: 24px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.services-radial-center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
.phone-center-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}
.connector-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  color: var(--text-muted);
  pointer-events: none;
  z-index: 1;
}
.services-radial-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.service-radial-card {
  background: var(--bg-card);
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: var(--transition);
}
.service-radial-card:hover {
  border-color: rgba(8, 145, 178, 0.35);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.service-radial-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: var(--accent);
}
.service-radial-icon svg {
  width: 100%;
  height: 100%;
}
.service-radial-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
}
.service-radial-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
.services-radial-cards.services-radial-left {
  order: 1;
  align-items: flex-end;
}
.services-radial-center { order: 2; }
.services-radial-cards.services-radial-right {
  order: 3;
  align-items: flex-start;
}
.service-radial-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.4s, box-shadow 0.4s;
}
.service-radial-card.animate-in { opacity: 1; transform: translateY(0); }
.services-radial-left .service-radial-card { transform: translateX(16px) translateY(16px); }
.services-radial-left .service-radial-card.animate-in { transform: translateX(0) translateY(0); }
.services-radial-left .service-radial-card:nth-child(1).animate-in { transition-delay: 0.05s; }
.services-radial-left .service-radial-card:nth-child(2).animate-in { transition-delay: 0.1s; }
.services-radial-left .service-radial-card:nth-child(3).animate-in { transition-delay: 0.15s; }
.services-radial-right .service-radial-card { transform: translateX(-16px) translateY(16px); }
.services-radial-right .service-radial-card.animate-in { transform: translateX(0) translateY(0); }
.services-radial-right .service-radial-card:nth-child(1).animate-in { transition-delay: 0.05s; }
.services-radial-right .service-radial-card:nth-child(2).animate-in { transition-delay: 0.1s; }
.services-radial-right .service-radial-card:nth-child(3).animate-in { transition-delay: 0.15s; }
@media (max-width: 900px) {
  .services-radial {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .services-radial-cards.services-radial-left,
  .services-radial-cards.services-radial-right { align-items: stretch; }
  .connector-lines { display: none; }
}

/* ===== About - Split Layout ===== */
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 768px) {
  .about-content { grid-template-columns: 1fr; gap: 48px; }
}
.about-content p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 24px;
}
.about-stats {
  display: flex;
  gap: 48px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.stat-item {
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.stat-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.stat-item strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}
.stat-item span {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ===== Blog Cards - Son 3 Makale ===== */
.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .blog-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .blog-cards { grid-template-columns: 1fr; }
}
.blog-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: var(--transition);
  opacity: 0;
  transform: translateY(24px);
}
.blog-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:nth-child(1).animate-in { transition-delay: 0.05s; }
.blog-card:nth-child(2).animate-in { transition-delay: 0.1s; }
.blog-card:nth-child(3).animate-in { transition-delay: 0.15s; }
.blog-card:hover {
  border-color: rgba(8, 145, 178, 0.35);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}
.blog-card.animate-in:hover { transform: translateY(-4px); }
.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--bg-elevated);
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  opacity: 0.5;
}
.blog-card-placeholder svg { width: 48px; height: 48px; }
.blog-card-content { padding: 24px; }
.blog-card-date {
  display: block;
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.blog-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-excerpt {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-more {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
  transition: transform 0.2s ease;
}
.blog-card:hover .blog-card-more { transform: translateX(4px); }
.blog-section-footer { text-align: center; }
.blog-section-footer .btn { margin-top: 8px; }
.blog-listing-section { padding-top: 60px; }
.blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .blog-listing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .blog-listing-grid { grid-template-columns: 1fr; }
}
.blog-listing-section .blog-card { opacity: 1; transform: none; }
.blog-listing-section .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.blog-listing-section .nav-links a,
.blog-listing-section .nav-links span {
  padding: 10px 18px;
  background: var(--bg-elevated);
  border-radius: 10px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  transition: var(--transition);
}
.blog-listing-section .nav-links a:hover {
  background: var(--accent);
  color: #fff;
}
.blog-listing-section .nav-links .current { background: var(--accent); color: #fff; }

/* ===== Anasayfa Projeler BÃ¶lÃ¼mÃ¼ ===== */
.home-projects-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .home-projects-overview { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .home-projects-overview { grid-template-columns: 1fr; }
}
.home-project-mini {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
}
.home-project-mini:hover {
  border-color: rgba(8, 145, 178, 0.4);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}
.home-proj-emoji { font-size: 1.5rem; }
.home-project-featured {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.home-project-featured.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.home-project-featured-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.home-proj-emoji-lg { font-size: 2.5rem; }
.home-project-featured-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
}
.home-project-featured-header p {
  font-size: 1rem;
  color: var(--text-muted);
  margin: 0;
}
.home-project-featured-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 28px;
}
.home-project-featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}
.home-project-feat-item {
  padding: 20px;
  background: rgba(8, 145, 178, 0.05);
  border-radius: var(--radius);
  border: 1px solid rgba(8, 145, 178, 0.15);
}
.home-project-feat-item strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 8px;
}
.home-project-feat-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}
.home-project-tech {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.home-project-tech strong { margin-right: 8px; }
.home-project-tech span {
  padding: 8px 14px;
  background: var(--bg-elevated);
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--text);
}
.home-project-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.home-project-features li {
  font-size: 0.95rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-project-features .check { color: #10b981; font-weight: bold; }
.home-project-goal,
.home-project-target {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 16px;
}
.home-project-featured .btn { margin-top: 8px; }

/* ===== Projeler SayfasÄ± ===== */
.projects-section { padding-top: 60px; }
.projects-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}
@media (max-width: 900px) {
  .projects-overview { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .projects-overview { grid-template-columns: 1fr; }
}
.project-mini-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}
.project-mini-card:hover {
  border-color: rgba(8, 145, 178, 0.4);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}
.project-emoji { font-size: 2rem; }
.project-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}
.project-detail-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 48px;
  margin-bottom: 40px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.project-detail-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.project-detail-emoji { font-size: 3rem; }
.project-detail-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
}
.project-detail-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin: 0;
}
.project-detail-intro {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 32px;
}
.project-detail-block {
  margin-bottom: 32px;
}
.project-detail-block:last-child { margin-bottom: 0; }
.project-detail-block h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-detail-block h3 span { font-size: 1.25rem; }
.project-detail-block p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 12px;
}
.project-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.project-tech-tags span {
  padding: 10px 18px;
  background: rgba(8, 145, 178, 0.08);
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
}
.project-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-features-list li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-features-list .check { color: #10b981; font-weight: bold; }
.projects-other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .projects-other { grid-template-columns: 1fr; }
}
.project-card-compact {
  text-align: center;
  padding: 32px;
}
.project-card-compact .project-emoji {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 16px;
}
.project-card-compact h3 {
  font-size: 1.2rem;
  margin: 0 0 12px;
}
.project-card-compact p {
  font-size: 0.9rem;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}
.blog-no-posts {
  text-align: center;
  color: var(--text-muted);
  padding: 48px 24px;
}

/* ===== CTA Card ===== */
.cta-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.cta-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 150px;
  background: radial-gradient(ellipse, rgba(8, 145, 178, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.cta-card .section-title { margin-bottom: 32px; }
.cta-card .btn { margin-top: 8px; }

/* ===== Footer - Modern Beyaz YazÄ± ===== */
.site-footer {
  background: #0a0e1a;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.4), transparent);
  opacity: 0.6;
}
.site-footer::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 100%;
  background: radial-gradient(ellipse at 50% 0%, rgba(34, 211, 238, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 64px 48px;
  padding: 72px 48px 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 32px;
    padding: 56px 24px 48px;
  }
}
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 24px 40px;
  }
  .footer-brand { text-align: center; }
  .footer-brand .custom-logo-link,
.footer-brand .footer-logo-link { display: block; text-align: center; }
  .footer-widget { text-align: center; }
  .footer-widget a:hover { transform: none; }
  [dir="rtl"] .footer-widget a:hover { transform: none; }
}
.footer-brand .footer-logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.footer-brand .footer-logo-text:hover { opacity: 0.9; color: #ffffff; }
.footer-brand .custom-logo-link,
.footer-brand .footer-logo-link { display: inline-block; margin-bottom: 16px; }
.footer-brand .custom-logo,
.footer-brand .footer-logo-img { max-height: 44px; width: auto; }
.footer-widget h4 {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 0 24px;
}
.footer-widget p {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 16px;
  opacity: 0.9;
}
.footer-widget ul { list-style: none; margin: 0; padding: 0; }
.footer-widget li {
  margin-bottom: 4px;
}
.footer-widget a {
  color: #ffffff;
  display: inline-block;
  padding: 10px 0;
  font-size: 0.95rem;
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.footer-widget a:hover {
  color: #22d3ee;
  opacity: 1;
  transform: translateX(6px);
}
[dir="rtl"] .footer-widget a:hover { transform: translateX(-6px); }
.footer-bottom {
  text-align: center;
  padding: 28px 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.9rem;
  color: #ffffff;
  opacity: 0.85;
  position: relative;
  z-index: 1;
}
.footer-bottom p { margin: 0; }

/* ===== Ä°letiÅŸim SayfasÄ± - Modern ===== */
.contact-hero {
  padding: 140px 24px 80px;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  text-align: center;
}
.contact-hero-content h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.contact-hero-content p {
  color: rgba(255,255,255,0.8);
  font-size: 1.15rem;
  max-width: 560px;
  margin: 0 auto;
}
.contact-section {
  padding: 80px 24px 100px;
  margin-top: -40px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}
.contact-form-wrap {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border: 1px solid var(--border);
}
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 500px) {
  .contact-form .form-row { grid-template-columns: 1fr; }
}
.contact-form .form-group {
  margin-bottom: 24px;
}
.contact-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  font-family: inherit;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.15);
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .btn-block {
  width: 100%;
  padding: 16px;
  font-size: 1rem;
  margin-top: 8px;
}
.contact-success {
  text-align: center;
  padding: 48px 24px;
}
.contact-success svg {
  width: 64px;
  height: 64px;
  color: #10b981;
  margin-bottom: 20px;
}
.contact-success h3 {
  font-size: 1.2rem;
  color: var(--text);
  margin: 0;
}
.contact-error {
  background: #fef2f2;
  color: #dc2626;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 24px;
  font-size: 0.95rem;
}
.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  transition: var(--transition);
}
.contact-info-card:hover {
  border-color: rgba(8, 145, 178, 0.3);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.contact-info-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: var(--accent);
}
.contact-info-icon svg {
  width: 100%;
  height: 100%;
}
.contact-info-card h3 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin: 0 0 8px;
}
.contact-info-card a,
.contact-info-card p {
  font-size: 1.05rem;
  color: var(--text);
  margin: 0;
  line-height: 1.6;
}
.contact-info-card a:hover { color: var(--accent); }

/* ===== Sayfa Hero - Modern ===== */
.page-hero {
  padding: 140px 24px 80px;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  text-align: center;
}
.page-hero-content h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.page-hero-excerpt {
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
.page-section {
  padding: 80px 24px 100px;
  margin-top: -40px;
}
.page-content-modern {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
  border: 1px solid var(--border);
}
.entry-content-modern h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 2em 0 0.75em;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(8, 145, 178, 0.2);
}
.entry-content-modern h2:first-child { margin-top: 0; }
.entry-content-modern h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
  margin: 1.5em 0 0.5em;
}
.entry-content-modern p {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.25em;
}
.entry-content-modern ul, .entry-content-modern ol {
  margin: 1em 0;
  padding-left: 1.5em;
  color: var(--text-muted);
}
.entry-content-modern li { margin-bottom: 0.5em; }

/* ===== Page Content (fallback) ===== */
.page-content, .entry-content {
  padding: 140px 24px 100px;
}
.entry-content h1, .entry-content h2, .entry-content h3 {
  color: var(--text);
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.entry-content p { margin-bottom: 1em; color: var(--text-muted); }

/* ===== Animations - Initial hero ===== */
.hero-section h1,
.hero-section .hero-subtitle,
.hero-section .hero-buttons {
  animation: fadeUp 1s ease forwards;
}
.hero-section h1 { animation-delay: 0.2s; }
.hero-section .hero-subtitle { animation-delay: 0.4s; }
.hero-section .hero-buttons { animation-delay: 0.6s; }
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Responsive - Mobil Header ===== */
@media (max-width: 768px) {
  .header-inner {
    flex-wrap: nowrap;
    padding: 14px 0;
  }
  .site-logo {
    font-size: 1.15rem;
    flex-shrink: 0;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site-logo img { max-height: 36px; }
  .header-right {
    flex-shrink: 0;
    gap: 12px;
  }
  .lang-switcher .lang-link {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
  .lang-flag { font-size: 1.1rem; }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0;
    color: #fff;
    transition: var(--transition);
  }
  .menu-toggle:hover {
    background: rgba(255,255,255,0.15);
  }
  .menu-toggle[aria-expanded="true"] {
    background: rgba(34, 211, 238, 0.2);
    border-color: rgba(34, 211, 238, 0.5);
  }
  .main-navigation {
    position: absolute;
    top: 100%;
    left: -24px;
    right: -24px;
    width: calc(100% + 48px);
  }
  .main-navigation ul {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #0f172a;
    flex-direction: column;
    padding: 16px 24px 24px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    gap: 4px;
  }
  .main-navigation.toggled ul {
    display: flex;
  }
  .main-navigation a {
    padding: 14px 16px;
    font-size: 1rem;
    border-radius: 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .hero-section { min-height: auto; padding: 140px 24px 80px; }
  .section { padding: 64px 24px; }
}

main { min-height: 50vh; }

/* RTL - ArapÃ§a */
[dir="rtl"] .header-inner { flex-direction: row-reverse; }
[dir="rtl"] .header-right { flex-direction: row-reverse; }
[dir="rtl"] .main-navigation ul { flex-direction: row-reverse; }
[dir="rtl"] .lang-switcher { flex-direction: row-reverse; }
[dir="rtl"] .about-content { direction: rtl; }
[dir="rtl"] .about-stats { flex-direction: row-reverse; }
/* ===== Proje Detay Sayfasý Tasarýmlarý ===== */
.project-detail-container {
  padding: 60px 24px;
}
.project-detail-hero {
  text-align: center;
  margin-bottom: 40px;
}
.project-detail-hero h1 {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--text);
}
.project-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .project-detail-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .project-detail-gallery { grid-template-columns: 1fr; }
}
.project-detail-features {
  background: var(--bg-card);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid var(--border);
}
@media (max-width: 600px) {
  .project-detail-features { padding: 24px; }
}
.project-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 900px) {
  .project-feature-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .project-feature-list { grid-template-columns: 1fr; }
}

/* Mobil Kelime KÄ±rÄ±lma (TaÅŸma/Daralma) Sorunu DÃ¼zeltimi */
.project-detail-container {
    padding: 30px 15px !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.project-detail-hero p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    word-break: normal !important;
    padding: 0 10px !important;
    max-width: 100% !important;
}
.project-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.project-detail-features {
  background: var(--bg-card);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid var(--border);
}
.project-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 900px) {
  .project-detail-gallery { grid-template-columns: repeat(2, 1fr); }
  .project-feature-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .project-detail-hero h1 {
        font-size: 28px !important;
        word-break: break-word !important;
    }
    .project-detail-features {
        padding: 20px !important;
    }
    .project-detail-gallery { grid-template-columns: 1fr; }
    .project-feature-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }
}

/* Mobil Kelime KÄ±rÄ±lma (TaÅŸma/Daralma) Sorunu DÃ¼zeltimi */
.project-detail-container {
    padding: 30px 15px !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.project-detail-hero p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    word-break: normal !important;
    padding: 0 10px !important;
    max-width: 100% !important;
}
.project-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.project-detail-features {
  background: var(--bg-card);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid var(--border);
}
.project-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 900px) {
  .project-detail-gallery { grid-template-columns: repeat(2, 1fr); }
  .project-feature-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .project-detail-hero h1 {
        font-size: 28px !important;
        word-break: break-word !important;
    }
    .project-detail-features {
        padding: 20px !important;
    }
    .project-detail-gallery { grid-template-columns: 1fr; }
    .project-feature-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }
}

/* .page-content-modern Mobil Padding Fix */
@media (max-width: 768px) {
    article.page-content-modern {
        padding: 15px !important;
    }
    .page-detail-container {
        padding: 15px !important;
    }
}

/* Mobil Genel Padding DÃ¼zeltmesi (SayfalarÄ±n Ã‡ok DaralmasÄ±) */
@media (max-width: 768px) {
    article.page-content-modern {
        padding: 15px !important;
    }
    .page-section .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-detail-container {
        padding: 15px !important;
    }
}

/* Mobil Genel Padding DÃ¼zeltmesi (SayfalarÄ±n Ã‡ok DaralmasÄ±) */
@media (max-width: 768px) {
    article.page-content-modern {
        padding: 15px !important;
    }
    .page-section .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-detail-container {
        padding: 15px !important;
    }
}

/* WhatsApp Float Button */
.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.float-whatsapp:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(37, 211, 102, 0.6);
    background-color: #1ebe56;
}
.whatsapp-icon {
    width: 35px;
    height: 35px;
    fill: white;
}
@media (max-width: 600px) {
    .float-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-icon {
        width: 30px;
        height: 30px;
    }
}

/* WhatsApp Float Button */
.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.float-whatsapp:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(37, 211, 102, 0.6);
    background-color: #1ebe56;
}
.whatsapp-icon {
    width: 35px;
    height: 35px;
    fill: white;
}
@media (max-width: 600px) {
    .float-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-icon {
        width: 30px;
        height: 30px;
    }
}
