/**
* Template Name: Fixy Polde v3
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #222831; /* daha yumuşak bir siyah tonu */
  padding-top: 120px;
  background-color: #f8f9fb; /* açık gri arka plan uyumu için */
}

a {
  color: #1d2b53; /* koyu lacivert - logodaki koyu tonu temsil eder */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #6ba4d8; /* logodaki açık mavi tonu */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  color: #1d2b53; /* başlıklar da kurumsal renk tonu ile uyumlu */
}


/*--------------------------------------------------------------
# WP by fixy digital
--------------------------------------------------------------*/

.trwpwhatsappballon {
font-size: 14px;
border-radius: 12px; 
border: 1px solid #fff;
max-width: 250px;
}

.trwpwhatsapptitle {
background-color: #075e54; 
color: white; 
padding: 14px; 
border-radius: 12px 12px 0px 0px;
text-align: center;
}

.trwpwhatsappmessage {
padding: 16px 12px;
background-color: white;
}

.trwpwhatsappinput {
background-color: white;
border-radius: 0px 0px 12px 12px;
}

.trwpwhatsappinput input {
width: 206px;
border-radius: 10px;
margin: 1px 1px 0px 10px;
padding:10px;
font-family: "Raleway", Arial, sans-serif;
font-weight: 300;
font-size: 13px;
background-color: #efefef;
border: 1px solid #d4d4d4;
}

.trwpwhatsappbutton {
border-radius: 20px; 
padding: 8px 15px; 
cursor: pointer; 
color: #fff;
max-width: 220px;
margin-top: 10px;
margin-bottom: 4px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.trwpwhatsappall {
position: fixed; 
z-index: 9999999999999999999; 
bottom: 0; 
left: 50px;
font-family: "Raleway", Arial, sans-serif;
font-weight: 300;
font-size: 15px;
}

.trwpwhatsappsendbutton {
  color: #075e54;
  cursor:pointer;
}

button {border: none;}
button i {
float: right;
position: absolute;
z-index: 999999999999;
right: 23px;
top: 11;
bottom: 81px;
font-size: 18px !important;
}

.kapat {
position: absolute;
right: 8px;
top: 6px;
font-size: 13px;
border: 1px solid #fff;
border-radius: 99px;
padding: 2px 5px 2px 5px;
color: white;
font-size: 10px;
cursor: pointer;
}

/*--------------------------------------------------------------
# ÜRÜN SAYFA by fixy digital
--------------------------------------------------------------*/

.su-deposu-container {
  background-color: #ffffff;
  padding: 60px 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1d2b53;
  line-height: 1.7;
  max-width: 1440px;
  margin: 40px auto;
  border: 1.8px solid #6ba4d8;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(27, 61, 166, 0.12);
}

.su-deposu-container h2, 
.su-deposu-container h3 {
    color: #1d2b53;
    border-bottom: 3px solid #6ba4d8;
    padding-bottom: 6px;
    margin-bottom: 18px;
    font-weight: bold;
}

.su-deposu-container ul {
    padding-left: 25px;
}

.su-deposu-container ul li {
    margin-bottom: 12px;
    list-style-type: disc;
    color: #333;
}

.su-deposu-container p {
    color: #2e2e2e;
    font-size: 16px;
}

/* Tablo dışına kayma sorununu önlemek için saran scroll alanı */
#tablepress-7 {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(27, 61, 166, 0.08);
    margin-top: 20px;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
}

/* Hücre stilleri */
#tablepress-7 th, 
#tablepress-7 td {
    padding: 14px;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
}

#tablepress-7 thead {
    background-color: #1d2b53;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

#tablepress-7 tbody tr:nth-child(even) {
    background-color: #f6f8fb;
}

#tablepress-7 tbody tr:hover {
    background-color: #eaf1fb;
    transition: background-color 0.3s ease-in-out;
}

/* Tablo ve resmin yan yana durduğu yapı */
.table-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    overflow-x: auto;
    padding: 10px;
    flex-direction: row;
}

.table-image {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Mobil uyum ayarları */
@media (max-width: 768px) {
    .table-container {
        flex-direction: column;
        align-items: center;
    }

    .table-image {
        max-width: 100%;
        height: auto;
    }

    #tablepress-7 {
        font-size: 14px;
    }

    #tablepress-7 th, 
    #tablepress-7 td {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    #tablepress-7 {
        font-size: 13px;
    }

    #tablepress-7 th, 
    #tablepress-7 td {
        padding: 8px;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1d2b53; /* kurumsal koyu lacivert */
  width: 40px;
  height: 40px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top i {
  font-size: 22px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.back-to-top:hover {
  background: #6ba4d8; /* logodaki açık mavi */
  color: #ffffff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(90deg, #1d2b53, #6ba4d8); /* kurumsal geçişli zemin */
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#topbar .contact-info {
  display: flex;
  align-items: center;
}

#topbar .contact-info i {
  font-style: normal;
  color: #cfd8e4; /* açık gri-mavi tonu */
  font-size: 16px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #ffffff;
  transition: color 0.3s ease;
}

#topbar .contact-info i a:hover {
  color: #b0bec5; /* daha yumuşak hover */
}

#topbar .social-links {
  display: flex;
  align-items: center;
}

#topbar .social-links a {
  color: #ffffff;
  line-height: 0;
  transition: all 0.3s ease;
  margin-left: 15px;
  font-size: 16px;
}

#topbar .social-links a:hover {
  color: #b0bec5;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  #topbar {
    padding: 10px 12px;
    font-size: 12px;
  }

  #topbar .contact-info i {
    font-size: 14px;
  }

  #topbar .social-links a {
    font-size: 14px;
    margin-left: 10px;
  }

  #topbar .contact-info i a,
  #topbar .contact-info i span {
    padding-left: 3px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* ========== HEADER ========== */
#header {
  height: 80px;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  margin-top: 40px;
  background: linear-gradient(135deg, rgba(29, 43, 83, 0.95), rgba(0, 0, 0, 0.8));
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
}

#header .logo img {
  max-height: 55px;
  transition: transform 0.3s ease-in-out;
}

#header .logo img:hover {
  transform: scale(1.1);
}

/* ========== GENEL NAVBAR ========== */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.navbar a:hover,
.navbar .active {
  color: #6ba4d8;
  transform: translateY(-3px);
}

/* ========== DROPDOWN MENÜ ========== */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  width: max-content;
}

.navbar .dropdown ul a {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: background-color 0.2s ease;
}

.navbar .dropdown ul a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #cfd8e4;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* ======= Dil Seçici (Desktop) ======= */
.lang-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.lang-select-button {
  background-color: #ffffff;
  border: 1px solid #6ba4d8;
  padding: 8px 14px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang-select-button img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #6ba4d8;
}
.lang-select-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  z-index: 100;
  border-radius: 6px;
  margin-top: 5px;
}
.lang-select-menu.show {
  display: block;
}
.lang-select-menu a {
  color: #333;
  padding: 9px 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.2s ease;
}
.lang-select-menu a:hover {
  background-color: #f2f5fa;
}

/* ========== RESPONSIVE NAV ========== */
@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    max-width: 260px;
    height: 100vh;
    background: #1d2b53;
    flex-direction: column;
    padding: 60px 20px;
    z-index: 999;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
  }

  .navbar ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .navbar li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .navbar a {
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    display: block;
  }

  .navbar .dropdown > ul {
    display: none;
    flex-direction: column;
    padding-left: 15px;
  }

  .navbar .dropdown ul a {
    padding: 5px 5px;
    font-size: 12px;
  }

  .navbar .dropdown:focus-within > ul,
  .navbar .dropdown.open > ul {
    display: flex;
  }

  .menu-checkbox:checked ~ .navbar {
    left: 0;
  }

  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1003;
    cursor: pointer;
  }

  .mobile-nav-toggle .bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .menu-checkbox:checked ~ .mobile-nav-toggle .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-checkbox:checked ~ .mobile-nav-toggle .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-checkbox:checked ~ .mobile-nav-toggle .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .overlay {
    display: none;
  }

  .menu-checkbox:checked ~ .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
  }

  .lang-select-wrapper {
    margin-top: 20px;
    width: 100%;
  }

  .lang-select-button {
    width: 100%;
    background: transparent;
    color: white;
    padding: 10px;
    border: 1px solid #6ba4d8;
    text-align: left;
  }

  .lang-select-menu {
    display: none;
    flex-direction: column;
    padding-left: 10px;
  }

  .lang-select-wrapper:hover .lang-select-menu {
    display: flex;
  }

  .lang-select-menu a {
    color: #1d2b53;
  }
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
  height: 90vh;
  min-height: 520px;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

/* Üst glow efekti - yumuşak ve ferah */
.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(107, 164, 216, 0.2), transparent 60%);
  filter: blur(50px);
  border-radius: 50%;
  z-index: 0;
  animation: pulseGlow 12s ease-in-out infinite;
}

/* Hafif doku katmanı */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,0.015),
    rgba(255,255,255,0.015) 1px,
    transparent 1px,
    transparent 4px
  );
  z-index: 0;
  pointer-events: none;
}

@keyframes pulseGlow {
  0%   { transform: scale(1); opacity: 0.6; }
  50%  { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 0.6; }
}

/* İçerik kutusu */
.hero-content {
  background-color: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f3f4f6;
  position: relative;
  max-width: 800px;
  padding: 2rem 2.5rem;
  z-index: 2;
  opacity: 0;
  animation: fadeInUp 1s forwards 0.5s;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* Başlık */
.hero-content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Açıklama metni */
.hero-content p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeInUp 1s forwards 0.7s;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Buton */
.hero .btn-primary {
  display: inline-block;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  color: #ffffff;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  background-size: 200%;
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.5);
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeInUp 1s forwards 0.9s;
}

.hero .btn-primary:hover {
  background-position: right;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(107, 164, 216, 0.7);
}

/* Fade in animation */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mobil uyum */
@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 4rem 1rem;
    background-attachment: scroll;
    background-position: center bottom;
  }

  .hero-content {
    max-width: 100%;
    padding: 2rem 1.2rem;
    margin: 0 auto;
    animation: none;
    opacity: 1;
  }

  .hero-content h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero-content p {
    font-size: 1rem;
    animation: none;
    opacity: 1;
  }

  .hero .btn-primary {
    padding: 0.7rem 1.2rem;
    font-size: 0.95rem;
    display: block;
    width: fit-content;
    margin: 1rem auto 0;
    animation: none;
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4f7fb; /* daha kurumsal açık arka plan */
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title a {
  color: #1d2b53;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section-title a:hover {
  color: #6ba4d8;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #1d2b53;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
  color: #444;
  font-size: 16px;
}

.section-divider {
  width: 60%;
  height: 4px;
  background: #6ba4d8;
  margin: 50px auto;
  border-radius: 2px;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: linear-gradient(135deg, #1d2b53, #6ba4d8); /* Perga degrade */
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumbs ol a {
  color: #e0e6ee;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

.breadcrumbs ol a:hover {
  color: #c0d3e7;
  transform: scale(1.1);
}

.breadcrumbs ol li+li {
  padding-left: 15px;
  position: relative;
}

.breadcrumbs ol li+li::before {
  content: "›";
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  padding-right: 10px;
  transition: color 0.3s ease;
}

.breadcrumbs ol li a:hover::before {
  color: #c0d3e7;
}

/* Responsive */
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 15px;
  }

  .breadcrumbs h2 {
    font-size: 24px;
  }

  .breadcrumbs ol {
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }

  .breadcrumbs ol li+li::before {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .breadcrumbs {
    padding: 10px;
  }

  .breadcrumbs h2 {
    font-size: 20px;
  }

  .breadcrumbs ol {
    font-size: 14px;
  }
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
/* === CTA Section === */
.cta-section {
  background: linear-gradient(to bottom, #f9fafb, #eef2f7); /* açık gri degrade */
  padding: 60px 20px;
  color: #1e293b; /* koyu gri */
  font-family: 'Poppins', sans-serif;
}

.cta-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-content {
  flex: 1 1 500px;
}

.cta-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e3a8a; /* koyu kurumsal mavi */
  margin-bottom: 20px;
}

.cta-content .intro-text {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 30px;
  max-width: 600px;
}

#cta .features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

#cta .feature-item {
  flex: 1 1 220px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  transition: transform 0.3s ease;
}

#cta .feature-item:hover {
  transform: translateY(-4px);
}

#cta .feature-item svg {
  margin-bottom: 15px;
}

#cta .feature-item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 10px;
}

#cta .feature-item p {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.4;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #2563eb;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #1e40af;
}

.cta-button .arrow {
  font-size: 1.2rem;
}

/* CTA Görsel kısmı */
.cta-visual {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-visual svg {
  max-width: 100%;
  height: auto;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  #cta .features {
    flex-direction: column;
    align-items: center;
  }

  #cta .feature-item {
    text-align: center;
  }

  .cta-visual {
    margin-top: 40px;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  position: relative;
  background: #e0e6f0;
  padding: 120px 20px 100px; /* üst boşluk biraz açıldı */
  font-family: 'Poppins', sans-serif;
  color: #1d2b53;
  overflow: hidden;
}

/* Dalga SVG */
#services::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 220px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'><path fill='%231e3a8a' fill-opacity='1' d='M0,192L60,197.3C120,203,240,213,360,197.3C480,181,600,139,720,144C840,149,960,203,1080,197.3C1200,192,1320,128,1380,96L1440,64L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 0;
}

/* İçeriği üstte tutmak için */
#services .services-container,
#services .row,
#services .icon-box {
  position: relative;
  z-index: 2;
}

#services .services-container {
  max-width: 1440px;
  margin: 0 auto;
}

#services .row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

#services .icon-box {
  flex: 0 0 calc(33.333% - 22px);
  background: #f1f5f9;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
  border-top: 4px solid #2563eb;
  position: relative;
  overflow: hidden;
}

#services .icon-box:hover {
  background: #1e3a8a;
  color: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
  border-top-color: #6ba4d8;
}

#services .icon {
  width: 80px;
  height: 80px;
  background: #2563eb15;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background 0.3s ease;
}

#services .icon img {
  max-width: 40px;
  max-height: 40px;
  transition: filter 0.3s ease;
  filter: grayscale(0.2);
}

#services .icon-box:hover .icon {
  background: #ffffff20;
}

#services .icon-box:hover .icon img {
  filter: brightness(1.5) drop-shadow(0 0 8px #6ba4d8);
}

#services .icon-box .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}

#services .icon-box:hover .title {
  color: #f8fafc;
}

#services .icon-box .description {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #475569;
  min-height: 85px;
  transition: color 0.3s ease;
}

#services .icon-box:hover .description {
  color: #dbeafe;
}

/* Responsive */
@media (max-width: 1024px) {
  #services .icon-box {
    flex: 0 0 48%;
  }
}

@media (max-width: 720px) {
  #services .icon-box {
    flex: 0 0 100%;
  }

  #services .row {
    gap: 24px;
  }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.type-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  font-weight: 600;
  color: #1d2b53;
  font-size: 18px;
  line-height: 1.4;
  border-left: 3px solid #1d2b53;
  padding-left: 16px;
  user-select: none;
  transition: color 0.3s ease;
}

.type-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  cursor: default;
  transition: color 0.3s ease;
}

.type-list li::before {
  content: "➔";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: #1d2b53;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.type-list li:hover {
  color: #6ba4d8;
}

.type-list li:hover::before {
  transform: translateX(4px) scale(1.3);
  color: #6ba4d8;
}

/* ================= PORTFOLIO ================= */
.portfolio-section {
  background: linear-gradient(135deg, #dce3ed, #cfd6e1);
  padding: 100px 0;
  font-family: 'Poppins', sans-serif;
  color: #1f2d3d;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Alt kısımdaki dalga SVG */
.portfolio-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e3a8a' fill-opacity='0.2' d='M0,160L80,144C160,128,320,96,480,117.3C640,139,800,213,960,234.7C1120,256,1280,224,1360,208L1440,192L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}

/* Üstteki glow/geometrik blur efekti */
.portfolio-section::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(107, 164, 216, 0.15), transparent 70%),
              conic-gradient(from 180deg at 50% 50%, rgba(37, 99, 235, 0.08), transparent 60%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  animation: floatGlow 14s ease-in-out infinite;
}

@keyframes floatGlow {
  0% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.05) translateY(12px); }
  100% { transform: scale(1) translateY(0); }
}



@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(20px); }
}

.portfolio-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.portfolio-title span::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  margin: 12px auto 0;
  background-color: #4a85c9;
  border-radius: 2px;
}

.fx-product-group {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.fx-product-card {
  padding: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 2;
}

.fx-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.fx-product-card img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.fx-product-card:hover img {
  transform: scale(1.02);
  filter: brightness(1.07);
}

.fx-card-body {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  padding: 22px 18px;
  border-radius: 14px;
  margin-top: 20px;
  text-align: center;
  border-top: 5px solid #4a85c9;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.fx-card-body:hover {
  background: rgba(255, 255, 255, 0.75);
}

.fx-card-body .btn {
  display: inline-block;
  padding: 10px 26px;
  margin: 8px 4px;
  border: none;
  border-radius: 30px;
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.fx-card-body .btn-warning {
  background-color: #4a85c9;
  color: #ffffff;
}

.fx-card-body .btn-warning:hover {
  background-color: #356cab;
  transform: scale(1.05);
}

.fx-card-body .btn-primary {
  background-color: #162d50;
  color: #ffffff;
}

.fx-card-body .btn-primary:hover {
  background-color: #0d1c35;
  transform: scale(1.05);
}

.type-list {
  list-style: none;
  padding-left: 0;
  margin-top: 14px;
  font-size: 0.95rem;
  color: #2d3a4b;
  line-height: 1.7;
}

.type-list li {
  padding: 4px 0;
}

@media (max-width: 768px) {
  .portfolio-title {
    font-size: 2rem;
  }

  .fx-card-body .btn {
    font-size: 0.85rem;
    padding: 8px 20px;
  }

  .type-list {
    font-size: 0.9rem;
  }

  .col-md-4,
  .col-md-3 {
    width: 100%;
    max-width: 100%;
  }
}

/* butonlar */
.btn-primary {
  background-color: #1d2b53;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 4px 15px rgba(29, 43, 83, 0.35);
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #6ba4d8;
  color: #ffffff;
  transform: scale(1.06);
  box-shadow: 0 8px 25px rgba(107, 164, 216, 0.45);
}

.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(107, 164, 216, 0.4);
}

.btn-primary:active {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(29, 43, 83, 0.3);
}

.btn-warning {
  background-color: #d0d6e1;
  color: #1d2b53;
  border: 1.3px solid #b6bcc6;
  border-radius: 8px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  width: auto;
}

.btn-warning:hover {
  background-color: #c1c9d5;
  border-color: #a5afbf;
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(29, 43, 83, 0.18);
  color: #142339;
}

.btn-warning:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(29, 43, 83, 0.35);
}

.btn-warning:active {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(29, 43, 83, 0.25);
}

.btn-outline {
  background: transparent;
  color: #1d2b53;
  border: 2px solid #1d2b53;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.btn-outline:hover {
  background-color: #1d2b53;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(29, 43, 83, 0.25);
  transform: scale(1.05);
}

.btn-disabled {
  background-color: #bfc8d2;
  color: #8a97aa;
  pointer-events: none;
  border-radius: 8px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}


#rotasyon-kaliplama-home {
  background: #d7dde8; /* Daha koyu, yumuşak ve kurumsal */
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#rotasyon-kaliplama-home .section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1d2b53;
}

#rotasyon-kaliplama-home .section-title p {
  font-size: 1.15rem;
  color: #445b6e;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}

#rotasyon-kaliplama-home .icon-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 8px 24px rgba(29, 43, 83, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

#rotasyon-kaliplama-home .icon-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(29, 43, 83, 0.15);
}

#rotasyon-kaliplama-home .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1eaf5;
  border-radius: 50%;
}

#rotasyon-kaliplama-home .icon i {
  font-size: 2rem;
  color: #6ba4d8;
}

#rotasyon-kaliplama-home h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d2b53;
  margin-top: 16px;
}

#rotasyon-kaliplama-home p {
  font-size: 1rem;
  color: #445b6e;
  line-height: 1.6;
  margin-top: 12px;
}

/* Buton */
#rotasyon-kaliplama-home .btn-primary {
  background-color: #1d2b53;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 30px;
  padding: 12px 36px;
  color: #ffffff;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#rotasyon-kaliplama-home .btn-primary:hover {
  background-color: #6ba4d8;
  transform: translateY(-2px);
  color: #fff;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
  background-color: #d7dde8; /* Göz yormayan arka plan */
  padding: 80px 15px;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1d2b53;
}

#clients .container {
  max-width: 1440px;
  margin: 0 auto;
}

.clients-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 20px 30px;
  align-items: center;
  justify-items: center;
}

.client-logo {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 35px;
  box-shadow: 0 12px 25px rgba(29, 43, 83, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  max-width: 360px;
  width: 100%;
  filter: grayscale(40%);
}

.client-logo img {
  max-width: 250px;
  max-height: 120px;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.client-logo:hover {
  transform: translateY(-12px) scale(1.07);
  box-shadow: 0 20px 35px rgba(29, 43, 83, 0.2);
  background: #e3edf7;
  filter: grayscale(0);
}

.client-logo:hover img {
  filter: grayscale(0);
}

/* Responsive Adjustments */

@media (max-width: 900px) {
  .clients-wrap {
    gap: 15px 20px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
  .client-logo {
    max-width: 280px;
    padding: 25px 30px;
  }
  .client-logo img {
    max-width: 170px;
    max-height: 95px;
  }
}

@media (max-width: 480px) {
  #clients {
    padding: 60px 10px;
  }
  .clients-wrap {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px 15px;
  }
  .client-logo {
    max-width: 220px;
    padding: 20px 25px;
  }
  .client-logo img {
    max-width: 150px;
    max-height: 85px;
  }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
/* === Genel Ayarlar === */
#polde-hakkimizda {
  background: linear-gradient(135deg, #d2d8e4 0%, #b8c3d4 100%);
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1d2b53;
}

/* === Ana Kapsayıcı === */
.hakkimizda-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

/* === Üst Kısım === */
.hakkimizda-ust {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
  align-items: stretch;
}

.hakkimizda-gorsel {
  flex: 1 1 40%;
  background: url('../img/about.jpg') center center / cover no-repeat;
  border-radius: 12px;
  min-height: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hakkimizda-icerik {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hakkimizda-icerik h3 {
  font-size: 30px;
  color: #1d2b53;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hakkimizda-icerik p {
  font-size: 16.5px;
  line-height: 1.75;
  margin-bottom: 18px;
  color: #445b6e;
}

/* === İkonlar === */
.ikonlar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.ikon-kutu {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 14px 20px;
  border-left: 5px solid #1d2b53;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ikon-kutu:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.ikon-kutu i {
  font-size: 28px;
  color: #6ba4d8;
  margin-right: 15px;
}

.ikon-kutu h4 {
  font-size: 18px;
  color: #1d2b53;
  margin: 0;
}

/* === Üretim Bilgisi === */
.uretim-bilgi {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.07);
  margin-bottom: 60px;
}

.uretim-bilgi h2 {
  font-size: 26px;
  color: #1d2b53;
  margin-bottom: 25px;
}

.uretim-bilgi p {
  font-size: 16px;
  color: #445b6e;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* === Alt Kısım === */
.hakkimizda-alt {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  flex-wrap: wrap;
}

/* === Slider === */
.slider-blok {
  flex: 1 1 65%;
  min-width: 300px;
}

.slider-blok .swiper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(29, 43, 83, 0.12);
}

.slider-blok .swiper-wrapper {
  display: flex;
  align-items: center;
}

.slider-blok .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-blok .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* === Swiper pagination === */
.slider-blok .swiper-pagination {
  position: relative;
  margin-top: 12px;
  text-align: center;
}

.slider-blok .swiper-pagination-bullet {
  background: #1d2b53;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.slider-blok .swiper-pagination-bullet-active {
  background: #6ba4d8;
  opacity: 1;
  transform: scale(1.2);
}

/* === Vizyon & Misyon === */
.vizyon-misyon {
  flex: 1 1 30%;
  min-width: 260px;
  background: #eef2f7;
  padding: 24px;
  border-left: 4px solid #6ba4d8;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(29, 43, 83, 0.08);
}

.vizyon-misyon h2 {
  color: #1d2b53;
  font-size: 20px;
  margin-bottom: 12px;
}

.vizyon-misyon p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px;
}

.vizyon-misyon strong {
  color: #6ba4d8;
}

/* === Swiper Pagination Uyumu === */
.swiper-pagination-bullet {
  background: #6ba4d8;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* === Mobil Duyarlılık === */
@media (max-width: 992px) {
  .hakkimizda-ust,
  .hakkimizda-alt {
    flex-direction: column;
  }

  .ikon-kutu {
    flex: 1 1 100%;
  }

  .vizyon-misyon {
    margin-top: 30px;
    border-left: none;
    border-top: 4px solid #6ba4d8;
  }

  .slider-blok,
  .vizyon-misyon {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .uretim-bilgi {
    padding: 40px 25px;
  }
}

@media (max-width: 576px) {
  #polde-hakkimizda {
    padding: 50px 15px;
  }

  .hakkimizda-icerik h3 {
    font-size: 24px;
  }

  .uretim-bilgi h2,
  .vizyon-misyon h2 {
    font-size: 20px;
  }

  .ikon-kutu h4 {
    font-size: 16px;
  }

  .vizyon-misyon {
    padding: 25px 20px;
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
  background: #e5eaf3; /* Hafif gri-mavi arka plan */
  font-family: 'Segoe UI', sans-serif;
  color: #1f2e3c;
}

.features .nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.features .nav-link {
  border: none;
  padding: 20px 24px;
  transition: all 0.3s ease;
  color: #2f3a43;
  background: #f7f9fb;
  border-radius: 12px;
  min-width: 220px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.features .nav-link:hover {
  color: #1b3da6;
  background-color: #edf2fb;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(27, 61, 166, 0.1);
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
  color: #5a6b7c;
}

.features .nav-link.active {
  color: #1b3da6;
  background: linear-gradient(135deg, #dbe8ff, #c3d9ff);
  box-shadow: 0 8px 24px rgba(27, 61, 166, 0.2);
  transform: translateY(-2px);
}

.features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .features .nav-link {
    padding: 16px 18px;
    font-size: 14px;
    min-width: 160px;
  }

  .features .nav-link h4 {
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  background: #e7edf6; /* Göz yormayan açık mavi-gri */
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1a2d45;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

/* Testimonial Kartı */
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials .testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

/* Profil Fotoğrafı */
.testimonials .testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  float: left;
  margin: 0 20px 0 0;
}

/* İsim ve Ünvan */
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 4px 0;
  color: #1a2d45;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c7a89;
  margin: 0;
  font-weight: 500;
}

/* Alıntı İkonları */
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #7ba8e5;
  font-size: 26px;
  opacity: 0.7;
}

.testimonials .testimonial-item .quote-icon-left {
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.testimonials .testimonial-item .quote-icon-right {
  margin-left: 6px;
  position: relative;
  top: 6px;
}

/* Alıntı Metni */
.testimonials .testimonial-item p {
  font-style: italic;
  font-size: 15px;
  color: #32475a;
  margin: 15px 0 0 0;
  line-height: 1.7;
  padding: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials .testimonial-item {
    padding: 30px 24px;
  }

  .testimonials .testimonial-item .testimonial-img {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials .testimonial-item h3,
  .testimonials .testimonial-item h4,
  .testimonials .testimonial-item p {
    text-align: center;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background: linear-gradient(135deg, #e7ecf3, #cfd7e1);
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1d2b53;
}

.contact .info-wrap {
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(29, 43, 83, 0.08);
  transition: all 0.3s ease;
}

.contact .info-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(29, 43, 83, 0.12);
}

.contact .info {
  background: #f1f5fa;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.contact .info:hover {
  background: #dde6f2;
  box-shadow: 0 6px 16px rgba(29, 43, 83, 0.1);
}

.contact .info i {
  font-size: 28px;
  color: #1d2b53;
  width: 56px;
  height: 56px;
  background: #c5d2e1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.contact .info:hover i {
  background: #1d2b53;
  color: #ffffff;
  transform: rotate(1turn);
}

.contact .info h4 {
  font-size: 20px;
  font-weight: 800;
  color: #1d2b53;
  margin-bottom: 12px;
}

.contact .info p {
  font-size: 15px;
  color: #3a4960;
  margin-bottom: 10px;
}

.contact .info a {
  font-size: 16px;
  font-weight: 600;
  color: #1d2b53;
  text-decoration: none;
  transition: color 0.25s ease;
}

.contact .info a:hover {
  color: #6ba4d8;
}

/* MAP STİLLERİ */
.map-container {
  background: linear-gradient(135deg, #e7ecf3, #cfd7e1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
}

.map-box {
  flex: 1;
  min-width: 300px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(29, 43, 83, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(29, 43, 83, 0.15);
}

.map-box h3 {
  margin: 0;
  padding: 16px;
  background-color: #1d2b53;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.map-box iframe {
  width: 100%;
  height: 350px;
  border: none;
  display: block;
}

@media (max-width: 900px) {
  .map-container {
    flex-direction: column;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(to bottom right, #132f4c, #1a3e72);
  color: #e1e9f2;
  font-size: 14px;
  padding: 50px 0 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#footer .footer-top {
  background: linear-gradient(to bottom, #122c54, #102643);
  padding: 50px 0;
  box-shadow: inset 0 4px 20px rgba(0, 0, 0, 0.2);
}

#footer .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

#footer .footer-logo h3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#footer .footer-contact,
#footer .footer-links {
  margin-bottom: 30px;
}

#footer .footer-contact p {
  line-height: 24px;
  color: #c7d2e5;
  text-align: left;
}

#footer .footer-contact a {
  color: #9cc4ff;
}

#footer .footer-contact a:hover {
  color: #4fa3ff;
  text-decoration: underline;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  border-bottom: 2px solid #4fa3ff;
  padding-bottom: 4px;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
}

#footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

#footer .footer-links ul i {
  margin-right: 8px;
  color: #4fa3ff;
}

#footer .footer-links ul a {
  color: #e0eaff;
  font-weight: 500;
  transition: color 0.3s ease;
}

#footer .footer-links ul a:hover {
  color: #4fa3ff;
  text-decoration: none;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4fa3ff;
  color: #122c54;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 8px rgba(79, 163, 255, 0.4);
}

#footer .social-links a:hover {
  background: #ffffff;
  color: #1a3e72;
  transform: scale(1.1);
}

#footer .copyright {
  padding-top: 12px;
  font-size: 13px;
  color: #aebed6;
}

/* Responsive */
@media (max-width: 768px) {
  #footer .footer-logo,
  #footer .footer-contact,
  #footer .footer-links {
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .footer-logo h3 {
    font-size: 15px;
  }

  #footer .footer-contact p {
    font-size: 13px;
  }

  #footer .footer-top h4 {
    font-size: 18px;
  }

  #footer .footer-top {
    padding: 30px 15px;
  }
}


    
/* Genel Bölüm Ayarları */
#facilities {
  padding: 50px 15px;
  background-color: #f1f5f9; /* Göz yormayan nötr gri-mavi */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2e3a59;
}

#facilities .container {
  max-width: 1440px;
  margin: 0 auto;
}

.container {
  max-width: 1440px;
}

#facilities .section-title {
  text-align: center;
  margin-bottom: 50px;
}

#facilities .section-title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1b3da6; /* Kurumsal mavi */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#facilities .section-title p {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #5b6b80;
  max-width: 850px;
  margin: 0 auto;
}

#facilities .content {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

#facilities .content img {
  width: 100%;
  max-width: 650px;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  object-fit: cover;
}

#facilities .content img:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

#facilities .content > div:nth-child(2) {
  flex: 1 1 550px;
  padding: 0 25px;
}

#facilities h3 {
  font-size: 2.3rem;
  color: #1a2d52;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#facilities h3 small {
  font-weight: 400;
  font-size: 1.1rem;
  color: #8a8f9b;
  text-transform: none;
  margin-left: 8px;
}

#facilities p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #3f4c61;
  margin-bottom: 18px;
}

#facilities ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

#facilities ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #2e3a59;
  font-weight: 500;
  transition: color 0.3s ease;
}

#facilities ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #1b3da6;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

#facilities ul li:hover {
  color: #1b3da6;
}

#facilities ul li:hover i {
  color: #13294a;
}

#facilities p strong {
  color: #1b3da6;
  font-weight: 700;
  font-size: 1.05rem;
}

#facilities .alert-primary {
  background-color: #dde8f9;
  color: #1b3da6;
  border: none;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 25px 35px;
  box-shadow: 0 6px 20px rgba(27, 61, 166, 0.15);
  text-align: center;
  margin-top: 30px;
  transition: background-color 0.3s ease;
}

#facilities .alert-primary:hover {
  background-color: #c3d9f2;
}

@media (max-width: 991px) {
  #facilities .content {
    flex-direction: column !important;
  }
  #facilities .content > div:nth-child(2) {
    padding: 0;
    margin-top: 20px;
  }
  #facilities .section-title h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  #facilities .section-title {
    margin-bottom: 30px;
  }
  #facilities .section-title p {
    font-size: 1rem;
  }
  #facilities h3 {
    font-size: 1.5rem;
  }
  #facilities p,
  #facilities ul li {
    font-size: 0.95rem;
  }
  #facilities .alert-primary {
    font-size: 1rem;
    padding: 20px 25px;
  }
}


/* Genel konteyner ayarları */
#machine-park {
  background: linear-gradient(to bottom right, #f5f7fa, #e2e8f0); /* yumuşak geçişli açık gri-mavi */
  color: #2b3548;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 70px 0;
}

/* Başlıklar */
#machine-park .section-title h2 {
  font-size: 2.9rem;
  font-weight: 700;
  color: #1b3da6;
  margin-bottom: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#machine-park .section-title p {
  font-size: 1.2rem;
  line-height: 1.75;
  max-width: 760px;
  margin: 0 auto 50px auto;
  color: #516079;
}

/* Paragraflar */
#machine-park .content p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #37465e;
  margin-bottom: 20px;
}

/* Genel içerik */
#machine-park .content {
  margin-bottom: 50px;
}

/* Sütun yapısı */
#machine-park .row.content > div {
  padding: 20px 30px;
}

/* Orta başlıklar */
#machine-park h3 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #123057;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 3px solid #1b3da6;
}

/* Liste */
#machine-park ul.list-unstyled,
#machine-park ul.list-checklist {
  list-style: none;
  padding-left: 0;
  font-size: 1.1rem;
  color: #2d3a4e;
  line-height: 1.7;
}

#machine-park ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  transition: all 0.2s ease;
}

#machine-park ul li i,
#machine-park ul.list-checklist li::before {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 1.2rem;
  color: #1b3da6;
}

#machine-park ul.list-checklist li::before {
  content: "✓";
  font-weight: bold;
  font-size: 1.2rem;
  color: #1b3da6;
}

/* Vurgu metin */
#machine-park strong {
  color: #1b3da6;
  font-weight: 700;
}

/* Görsel */
#machine-park img.img-fluid.rounded {
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(27, 61, 166, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: zoom-in;
}

#machine-park img.img-fluid.rounded:hover {
  transform: scale(1.04);
  box-shadow: 0 18px 50px rgba(27, 61, 166, 0.25);
}

/* Açıklama metni */
#machine-park figcaption {
  font-size: 0.95rem;
  color: #5e6d95;
  margin-top: 12px;
  font-style: italic;
  text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
  #machine-park .section-title h2 {
    font-size: 2.4rem;
  }
  #machine-park .section-title p {
    font-size: 1.1rem;
  }
  #machine-park h3 {
    font-size: 1.8rem;
  }
  #machine-park .content p,
  #machine-park ul li {
    font-size: 1.05rem;
  }
}

@media (max-width: 576px) {
  #machine-park .section-title h2 {
    font-size: 2rem;
  }
  #machine-park .section-title p {
    font-size: 1rem;
  }
  #machine-park h3 {
    font-size: 1.5rem;
  }
  #machine-park .content p,
  #machine-park ul li {
    font-size: 0.95rem;
  }
}


#rotational-molding {
  background: linear-gradient(to bottom, #f7f9fc, #e4eaf5); /* Yumuşak, pastel zemin */
  padding: 80px 0;
  color: #2d3a4d;
  font-family: 'Segoe UI', sans-serif;
  font-size: 17px;
}

/* Başlıklar */
#rotational-molding h1 {
  color: #1b3da6;
  font-size: 2.8rem;
  margin-bottom: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

#rotational-molding h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #24395e;
  margin-bottom: 28px;
  text-align: center;
}

#rotational-molding h3 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #1a2c47;
  margin-top: 25px;
  margin-bottom: 15px;
}

#rotational-molding h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1b3da6;
  margin-top: 18px;
}

/* Paragraflar */
#rotational-molding p {
  font-size: 1.1rem;
  line-height: 1.85;
  color: #394a5e;
}

/* Listeler */
#rotational-molding ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  position: relative;
}

#rotational-molding ul li {
  font-size: 1.05rem;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #1c2d48;
  position: relative;
}

#rotational-molding ul li::before {
  content: "✓";
  color: #1b3da6;
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Görseller */
#rotational-molding img {
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(27, 61, 166, 0.12);
  transition: transform 0.35s ease;
}

#rotational-molding img:hover {
  transform: scale(1.03);
}

/* Icon Box */
#rotational-molding .icon-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: 0 6px 20px rgba(27, 61, 166, 0.08);
  transition: all 0.3s ease;
}

#rotational-molding .icon-box:hover {
  box-shadow: 0 10px 30px rgba(27, 61, 166, 0.18);
  transform: translateY(-6px);
}

#rotational-molding .icon-box i {
  font-size: 44px;
  color: #1b3da6;
  margin-bottom: 15px;
  display: block;
}

#rotational-molding .icon-box h4 {
  font-size: 1.25rem;
  color: #1b3da6;
  margin-bottom: 10px;
}

#rotational-molding .icon-box p {
  font-size: 1.05rem;
  color: #445066;
}

/* Responsive */
@media (max-width: 768px) {
  #rotational-molding h1 {
    font-size: 2.3rem;
  }

  #rotational-molding h2,
  #rotational-molding h3 {
    font-size: 1.8rem;
    text-align: center;
  }

  #rotational-molding h4 {
    font-size: 1.15rem;
  }

  #rotational-molding .icon-box {
    padding: 22px;
  }

  #rotational-molding ul li {
    font-size: 1rem;
  }
}


/* #production-standards sadece için - MAVİ temalı */

#production-standards {
  background: linear-gradient(to bottom, #f8fafc, #e6ecf5); /* Yumuşak geçişli arka plan */
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2a3548;
}

/* Bölüm başlığı */
#production-standards .section-title {
  text-align: center;
  margin-bottom: 50px;
}

#production-standards .section-title > h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #1b3da6;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}

#production-standards .section-title > p {
  font-size: 1.2rem;
  color: #475772;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.65;
}

/* İçerik düzeni */
#production-standards .content {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

#production-standards .content > .col-lg-6,
#production-standards .content > .col-lg-12 {
  flex: 1 1 45%;
}

/* Alt başlık */
#production-standards h3 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #24395e;
  border-left: 5px solid #1b3da6;
  padding-left: 16px;
  margin-bottom: 20px;
}

/* Paragraflar */
#production-standards p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #384961;
  margin-bottom: 20px;
}

/* Listeler */
#production-standards ul,
#production-standards ol {
  padding-left: 0;
  margin-bottom: 20px;
}

#production-standards ul li,
#production-standards ol li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  font-size: 1.05rem;
  font-weight: 500;
  color: #2c3e50;
}

#production-standards ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  color: #1b3da6;
  font-size: 1.2rem;
  font-weight: bold;
}

#production-standards ol {
  list-style: decimal inside;
  color: #1b3da6;
  font-weight: 600;
}

/* Görseller */
#production-standards img {
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(27, 61, 166, 0.12);
  transition: transform 0.35s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#production-standards img:hover {
  transform: scale(1.04);
}

/* Linkler */
#production-standards a {
  color: #1b3da6;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

#production-standards a:hover {
  color: #0d2f8e;
  text-decoration: underline;
}

/* Renk sınıfları */
#production-standards .text-success {
  color: #1b3da6 !important;
}

#production-standards .text-primary {
  color: #0d2f8e !important;
}

#production-standards .text-info {
  color: #7aa7e1 !important;
}

/* Responsive */
@media (max-width: 992px) {
  #production-standards .content {
    flex-direction: column;
  }

  #production-standards .content > .col-lg-6,
  #production-standards .content > .col-lg-12 {
    flex: 1 1 100%;
  }

  #production-standards .section-title > h2 {
    font-size: 2.2rem;
  }
}


#certificates-section {
  background: linear-gradient(to bottom, #f4f6fa, #dbe3ee); /* Daha yumuşak ve göz yormayan degrade */
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Başlık alanı */
#certificates-section .section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1b3da6; /* Kurumsal lacivert */
  text-align: center;
  margin-bottom: 15px;
}

#certificates-section .section-title p {
  font-size: 1.1rem;
  color: #47536b;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}

/* Kartlar */
.certificate-item {
  padding: 15px;
}

.certificate-card {
  background: #ffffff;
  border: 1px solid #e0e6ed;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.certificate-card:hover {
  border-color: #1b3da6;
  box-shadow: 0 10px 30px rgba(27, 61, 166, 0.18);
  transform: translateY(-5px);
}

.certificate-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  border-bottom: 1px solid #dce3ec;
}

/* Kart altı bilgi alanı */
.certificate-caption {
  padding: 20px;
  background-color: #f2f6fc;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.certificate-caption h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2a3f65;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.certificate-caption .btn {
  font-size: 0.85rem;
  padding: 6px 14px;
  margin-top: 10px;
  background-color: #1b3da6;
  color: #fff;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.certificate-caption .btn:hover {
  background-color: #102a77;
}


#bilgilendirici-yazi {
  background-color: #f2f6fb; /* Göz yormayan mavi-gri zemin */
  padding: 70px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1a2e4f;
  line-height: 1.75;

  /* Kutu stili */
  max-width: 1440px;
  margin: 50px auto;
  background: #ffffff;
  border: 2px solid #1b3da6;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(27, 61, 166, 0.12);
  padding: 70px 60px;
}

/* İç container */
#bilgilendirici-yazi .container {
  max-width: 100%;
  margin: 0 auto;
}

/* Başlık alanı */
#bilgilendirici-yazi .section-title {
  text-align: left;
  color: #1b3da6;
}

#bilgilendirici-yazi .section-title h2 {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 24px;
  border-left: 6px solid #1b3da6;
  padding-left: 16px;
  color: #102a77;
  letter-spacing: 0.5px;
}

#bilgilendirici-yazi .section-title h2 strong {
  color: #1b3da6;
}

#bilgilendirici-yazi .section-title p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #334465;
  max-width: 90%;
}

#bilgilendirici-yazi .section-title p strong {
  color: #1b3da6;
}

#bilgilendirici-yazi .section-title br {
  display: block;
  content: "";
  margin: 16px 0;
}

/* Link stili */
#bilgilendirici-yazi a {
  color: #1b3da6;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

#bilgilendirici-yazi a:hover {
  color: #0d2a68;
  text-decoration: underline;
}

/* Responsive ayarlar */
@media (max-width: 768px) {
  #bilgilendirici-yazi {
    padding: 50px 30px;
    margin: 40px 15px;
  }
  #bilgilendirici-yazi .section-title h2 {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
  #bilgilendirici-yazi .section-title p {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  #bilgilendirici-yazi {
    padding: 40px 20px;
    margin: 30px 10px;
  }
  #bilgilendirici-yazi .section-title h2 {
    font-size: 1.4rem;
  }
  #bilgilendirici-yazi .section-title p {
    font-size: 0.95rem;
  }
}

/* 404 Sayfa Tasarımı */
.error-section {
  background: linear-gradient(135deg, #e6edf6, #f9fbfe);
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.error-container {
  text-align: center;
  max-width: 620px;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  position: relative;
}

.error-logo {
  width: 180px;
  margin-bottom: 30px;
}

.error-code {
  font-size: 96px;
  font-weight: 900;
  color: #1a3e72;
  margin-bottom: 10px;
}

.error-message {
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 30px;
}

.btn-error-home {
  display: inline-block;
  background: linear-gradient(to right, #4fa3ff, #1a3e72);
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(79, 163, 255, 0.3);
}

.btn-error-home:hover {
  background: linear-gradient(to right, #1a3e72, #4fa3ff);
  transform: translateY(-3px);
}
