:root {
  --primary: #1c5fa8; /* kutulardaki mavi */
  --primary-dark: #0f1f4d; /* "Adana" yazısı / silüet lacivert */
  --accent: #f7a600; /* sarı nokta - aksan */
  --secondary: #ef3e36; /* kutulardaki kırmızı */
  --star-blue: #29abe2; /* yıldız açık mavisi */
  --dark: #0f172a;
  --light-bg: #f6f7fb;
  --gradient: linear-gradient(170deg, #ef3e36 50%, #29abe2 80%);
  --primary-rgb: 28, 95, 168; /* rgba() kullanımları için */
}
* {
  font-family: "Lexend", "Atkinson Hyperlegible", system-ui, sans-serif;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h5,
.navbar-brand,
.btn-grad,
.section-title {
  font-family: "Baloo 2", "Lexend", system-ui, sans-serif;
}
body {
  background: var(--light-bg);
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.65;
}
a {
  text-decoration: none;
}
section {
  padding: 30px 0;
}
.section-badge {
  display: inline-block;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.section-title {
  font-weight: 700;
  color: var(--dark);
  font-size: 1.5rem;
}

/* ---------- TİPOGRAFİ ---------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h5,
.lead {
  font-weight: 700;
}
h2,
.h2 {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1.02rem;
}
h6 {
  font-size: 0.95rem;
}
.lead {
  font-size: 1rem;
}
.btn-lg {
  --bs-btn-font-size: 0.95rem;
  --bs-btn-padding-y: 0.55rem;
}

/* ---------- NAVBAR ---------- */
/* ---------- NAVBAR (taşma düzeltmesi) ---------- */
.navbar {
  overflow-x: hidden; /* navbar'ın kendisi asla yatay taşmasın */
}
.navbar > .container {
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--dark) !important;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0; /* logo flex item taşmasını engeller */
  flex-shrink: 1;
}
.logo-img {
  height: 120px;
  width: auto;
  max-width: 100%;
  transition: 0.3s;
}
.navbar-toggler {
  flex-shrink: 0; /* hamburger buton her zaman sabit kalsın */
  padding: 0.4rem 0.6rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* Mobilde logo küçülsün */
@media (max-width: 991.98px) {
  .logo-img {
    height: 52px;
  }
}
@media (max-width: 575.98px) {
  .logo-img {
    height: 42px;
  }
}

/* ---------- MOBİL MENÜ (genişlik garantisi) ---------- */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #fff;
    margin-top: 1rem;
    padding: 1.2rem;
    border-radius: 20px;
    margin-bottom: 10px;

    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .navbar-nav {
    gap: 0.3rem;
    width: 100%;
  }
  .navbar .nav-link {
    padding: 0.75rem 1rem !important;
    border-radius: 12px;
    font-size: 0.95rem;
    width: 100%;
    box-sizing: border-box;
  }
  .navbar .nav-link:hover,
  .navbar .nav-link.active {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary) !important;
  }
  .navbar .nav-link::after {
    display: none;
  }
  .navbar-collapse.collapsing {
    transition: height 0.3s ease;
  }
}

/* ---------- GENEL GÜVENLİK AĞI ---------- */
* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}
.navbar {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  transition: 0.3s;
}
.navbar.scrolled {
  background: rgb(255, 255, 255);
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--dark) !important;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.logo-img {
  height: 100px;
  width: auto;
  transition: 0.3s;
}
.navbar.scrolled .logo-img {
  height: 100px;
}
.logo-footer {
  height: 120px;
  width: auto;
  border-radius: 14px;
  padding: 8px 14px;
}
.navbar-brand small {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.navbar .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: #475569 !important;
  margin: 0 0.3rem;
  position: relative;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: 0.3s;
  transform: translateX(-50%);
  border-radius: 2px;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  width: 60%;
}
.navbar .nav-link.active {
  color: var(--primary) !important;
}
.btn-grad {
  background: var(--gradient);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(var(--primary-rgb), 0.3);
  transition: 0.3s;
}
.btn-grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(var(--primary-rgb), 0.45);
}

/* Hamburger ikonunu biraz büyüt ve dokunması kolay yap */
.navbar-toggler {
  padding: 0.4rem 0.6rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* ---------- HERO SWIPER ---------- */
.hero-swiper {
  height: 700px;
  min-height: 700px;
}
.hero-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--dark);
  color: #fff;
  overflow: hidden;
}
.hero-swiper .slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.hero-content h1 {
  font-weight: 700;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  line-height: 1.3;
}
.hero-content p {
  font-size: 0.98rem;
  opacity: 0.85;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(6px);
}
.hero-swiper .swiper-pagination-bullet {
  width: 28px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  opacity: 0.4;
  transition: 0.3s;
}
.hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 44px;
}

/* ---------- CARDS ---------- */
.service-card {
  background: #fff;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
  transition: 0.35s;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.18);
}
.service-card .card-img-top {
  height: 200px;
  object-fit: cover;
}
.service-card .icon-pill {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: -65px 0 0 0px;
  position: relative;
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.35);
  border: 4px solid #fff;
}
.card-link {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.9rem;
}
.card-link i {
  transition: 0.3s;
}
.card-link:hover i {
  transform: translateX(5px);
}

/* ---------- DİSLEKSİ NEDİR ---------- */
.info-box {
  background: #fff;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}
.stat-box {
  text-align: center;
  padding: 1.2rem;
  border-radius: 18px;
  background: var(--light-bg);
}
.stat-box h3 {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--primary);
  margin-bottom: 0.2rem;
}
.stat-box span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
}

/* ---------- HABERLER ---------- */
.news-card {
  background: #fff;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
  transition: 0.35s;
}
.news-card:hover {
  transform: translateY(-8px);
}
.news-card .card-img-top {
  height: 180px;
  object-fit: cover;
}
.news-date {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--accent);
  color: #fff;
  border-radius: 12px;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.news-skeleton {
  height: 320px;
  border-radius: 20px;
  background: #e2e8f0;
  position: relative;
  overflow: hidden;
}
.news-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #fff8, transparent);
  animation: shimmer 1.3s infinite;
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--dark);
  color: #94a3b8;
  padding: 70px 0 0;
}
footer h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.6rem;
}
footer h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--gradient);
  border-radius: 3px;
}
footer a {
  color: #94a3b8;
  transition: 0.3s;
}
footer a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 3rem;
  padding: 1.2rem 0;
  font-size: 0.85rem;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.social-btn:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 99;
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}





/* ================================
     WHATSAPP CHAT
  ================================ */

.glz-wa-chat {
  position: fixed;
  right: 25px;
  bottom: 95px;
  width: 360px;
  max-width: calc(100vw - 30px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: 99999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(.96);
  transition: all .25s ease;
}

.glz-wa-chat.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* HEADER */

.glz-wa-chat__head {
  position: relative;
  background: #25d366;
  color: #fff;
  padding: 18px 20px;
}

.glz-wa-chat__head-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.glz-wa-chat__avatar {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glz-wa-chat__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glz-wa-chat__head h4 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.glz-wa-chat__head p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 13px;
}

/* CLOSE */

.glz-wa-chat__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  cursor: pointer;
}

/* BODY */

.glz-wa-chat__body {
  padding: 20px;
  background: #f5f7f9;
}

.glz-wa-chat__bubble {
  position: relative;
  max-width: 100%;
  background: #fff;
  border-radius: 4px 15px 15px 15px;
  padding: 14px 16px 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.glz-wa-chat__author {
  margin-bottom: 8px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.glz-wa-chat__text {
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

.glz-wa-chat__time {
  margin-top: 7px;
  color: #999;
  font-size: 11px;
  text-align: right;
}

/* MESSAGE */

.glz-wa-chat__message {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid #eee;
}

.glz-wa-chat__message textarea {
  width: 100%;
  min-height: 42px;
  max-height: 90px;
  resize: none;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 11px 13px;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color .2s ease;
}

.glz-wa-chat__message textarea:focus {
  border-color: #25d366;
}

/* SEND */

.glz-wa-chat__send {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s ease;
}

.glz-wa-chat__send:hover {
  background: #1ebe5d;
  transform: scale(1.05);
}

.glz-wa-chat__send svg {
  width: 19px;
  height: 19px;
  fill: #fff;
}

/* FLOATING BUTTON */

.glz-wa-button {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 7px 22px rgba(37, 211, 102, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100000;
  transition: all .25s ease;
}

.glz-wa-button:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(37, 211, 102, .5);
}

.glz-wa-button svg {
  width: 31px;
  height: 31px;
}

/* MOBILE */

@media (max-width: 576px) {

  .glz-wa-chat {
    right: 12px;
    bottom: 88px;
    width: calc(100vw - 24px);
    max-width: none;
    border-radius: 16px;
  }

  .glz-wa-button {
    right: 15px;
    bottom: 15px;
    width: 54px;
    height: 54px;
  }

  .glz-wa-button svg {
    width: 29px;
    height: 29px;
  }

  .glz-wa-chat__head {
    padding: 16px;
  }

  .glz-wa-chat__body {
    padding: 16px;
  }
}

/* ---------- SAYFA HERO (iç sayfalar) ---------- */
.page-hero {
  position: relative;
  background: var(--dark);
  padding: 160px 0 60px;
  overflow: hidden;
  color: #fff;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
          100deg,
          rgba(15, 23, 42, 0.95) 10%,
          rgba(var(--primary-rgb), 0.55) 90%
  );
  z-index: 1;
}
.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero .crumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
.page-hero .crumbs a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
.page-hero .crumbs a:hover {
  color: #fff;
}
.page-hero .crumbs span:last-child {
  color: var(--accent);
  font-weight: 700;
}

.page-hero h1 {
  font-family: "Baloo 2", "Lexend", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin: 0;
}

/* Mobil */
@media (max-width: 767.98px) {
  .page-hero {
    padding: 130px 0 40px;
  }
  .page-hero h1 {
    font-size: 1.5rem;
  }
  .page-hero .crumbs {
    font-size: 0.8rem;
  }
}

/* =========================================================
      ATAMAN PLASTİK - SIDEBAR
      ========================================================= */

.sidebar {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e7e9ef;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 10px 35px rgba(32, 45, 124, 0.07);
}


/* =========================================================
   MENÜ BAŞLIĞI
   ========================================================= */

.sidebar .navTitle {
  position: relative;
  display: block;
  color: var(--navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  padding: 0 0 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e9ee;
}

.sidebar .navTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 45px;
  height: 3px;
  background: var(--orange);
  border-radius: 10px;
}


/* =========================================================
   ANA MENÜ
   ========================================================= */

.sidebar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eef0f3;
}

.sidebar > ul > li:last-child {
  border-bottom: 0;
}


/* =========================================================
   MENÜ LİNKLERİ
   ========================================================= */

.sidebar > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 52px;
  padding: 14px 5px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.25s ease;
}


/* Sol turuncu çizgi */
.sidebar > ul > li > a::before {
  content: "";
  width: 0;
  height: 22px;
  background: var(--orange);
  border-radius: 4px;
  margin-right: 0;
  transition: all 0.25s ease;
}


/* Sağ ok */
.sidebar > ul > li > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b6bac5;
  font-size: 9px;
  margin-left: 5px;
  transition: all 0.25s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.sidebar > ul > li > a:hover {
  color: var(--navy);
  padding-left: 8px;
}

.sidebar > ul > li > a:hover::before {
  width: 3px;
  margin-right: 10px;
}

.sidebar > ul > li > a:hover::after {
  color: var(--orange);
  transform: translateX(3px);
}


/* =========================================================
   AKTİF MENÜ
   ========================================================= */

.sidebar > ul > li > a.active,
.sidebar > ul > li > a[class*="active"] {
  color: var(--navy);
  font-weight: 700;
}


/* =========================================================
   ALT MENÜ
   get_subNav() için
   ========================================================= */

.sidebar ul ul {
  list-style: none;
  margin: 0 0 8px;
  padding: 0 0 0 15px;
}

.sidebar ul ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar ul ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 9px 8px 9px 18px;
  color: #737985;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.2s ease;
}


/* Alt menü noktası */
.sidebar ul ul li a::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c9ccd3;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}


/* Alt menü hover */
.sidebar ul ul li a:hover {
  color: var(--orange);
  padding-left: 22px;
}

.sidebar ul ul li a:hover::before {
  background: var(--orange);
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 991px) {

  .sidebar {
    padding: 20px;
    border-radius: 15px;
  }

  .sidebar .navTitle {
    font-size: 18px;
  }

  .sidebar > ul > li > a {
    min-height: 48px;
    font-size: 14px;
  }
}


@media (max-width: 575px) {

  .sidebar {
    padding: 17px 15px;
    border-radius: 13px;
  }

  .sidebar .navTitle {
    font-size: 17px;
    padding-bottom: 15px;
  }

  .sidebar > ul > li > a {
    min-height: 46px;
    padding: 12px 4px;
    font-size: 13px;
  }

  .sidebar ul ul {
    padding-left: 10px;
  }
}

/* =========================================================
   SIDEBAR ALT MENÜ / SUB NAV
   ========================================================= */


/* =========================================================
   ALT MENÜ ANA Lİ
   ========================================================= */

.sidebar > ul > li {
  position: relative;
}


/* =========================================================
   SUB LİNK
   get_subNav() tarafından oluşturulan ana alt kategori
   ========================================================= */

.sidebar > ul > li > ul > li > a.sub {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 35px);
  min-height: 50px;
  padding: 13px 5px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.25s ease;
}


/* Sol turuncu çizgi */
.sidebar > ul > li > ul > li > a.sub::before {
  content: "";
  width: 0;
  height: 20px;
  background: var(--orange);
  border-radius: 4px;
  margin-right: 0;
  transition: all 0.25s ease;
}


/* Hover */
.sidebar > ul > li > ul > li > a.sub:hover {
  color: var(--navy);
  padding-left: 8px;
}

.sidebar > ul > li > ul > li > a.sub:hover::before {
  width: 3px;
  margin-right: 10px;
}


/* =========================================================
   MENU PLUS
   Aç / Kapat butonu
   ========================================================= */

.sidebar .menuplus {
  position: absolute;
  top: 8px;
  right: 0;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: #f3f5fa;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.25s ease;
}


/* Hover */
.sidebar .menuplus:hover {
  color: var(--white);
  background: var(--orange);
}


/* İkon */
.sidebar .menuplus i {
  transition: transform 0.25s ease;
}


/* Açık durum için */
.sidebar .menuplus.active {
  color: var(--white);
  background: #fd3b3b;
}

.sidebar .menuplus.active i {
  transform: rotate(180deg);
}


/* =========================================================
   SUB NAV
   ========================================================= */

.sidebar ul.subNav {
  list-style: none;
  margin: 0;
  padding: 0 0 8px 15px;
}


/* Alt menü gizleme */
.sidebar ul.subNav {
  display: none;
}

.sidebar li.open > ul.subNav,
.sidebar li.active > ul.subNav {
  display: block;
}

/* =========================================================
   SUB NAV Lİ
   ========================================================= */

.sidebar ul.subNav > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}


/* Dikey çizgi */
.sidebar ul.subNav > li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e6e8ee;
}


/* =========================================================
   SUB NAV LINK
   ========================================================= */

.sidebar ul.subNav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 8px 9px 22px;
  color: #737985;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.2s ease;
}


/* Nokta */
.sidebar ul.subNav > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8cbd3;
  border: 2px solid var(--white);
  transform: translateY(-50%);
  transition: all 0.2s ease;
}


/* Hover */
.sidebar ul.subNav > li > a:hover {
  color: var(--orange);
  padding-left: 26px;
}

.sidebar ul.subNav > li > a:hover::before {
  background: var(--orange);
  box-shadow: 0 0 0 2px rgba(245, 130, 32, 0.12);
}


/* =========================================================
   İÇ İÇE SUB NAV
   ========================================================= */

.sidebar ul.subNav ul.subNav {
  margin-left: 8px;
  padding-left: 10px;
}


/* =========================================================
   AKTİF ALT SAYFA
   ========================================================= */

.sidebar a.active,
.sidebar a.current {
  color: var(--orange) !important;
  font-weight: 700 !important;
}

.sidebar ul.subNav > li > a.active::before,
.sidebar ul.subNav > li > a.current::before {
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.10);
}


/* =========================================================
   DIŞ LİNK
   ========================================================= */

.sidebar a[target="_blank"]::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 9px;
  margin-left: auto;
  padding-left: 10px;
  color: #b7bbc5;
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 991px) {

  .sidebar > ul > li > ul > li > a.sub {
    min-height: 48px;
    font-size: 14px;
  }

  .sidebar .menuplus {
    width: 32px;
    height: 32px;
  }

  .sidebar ul.subNav > li > a {
    min-height: 38px;
    font-size: 13px;
  }
}


@media (max-width: 575px) {

  .sidebar > ul > li > ul > li > a.sub {
    min-height: 46px;
    font-size: 13px;
  }

  .sidebar .menuplus {
    width: 30px;
    height: 30px;
    top: 7px;
  }

  .sidebar ul.subNav {
    padding-left: 10px;
  }

  .sidebar ul.subNav > li > a {
    padding-left: 20px;
    font-size: 12px;
  }
}



/* =========================================
SAYFA İÇERİK ALANI
========================================= */

.page_title {
  position: relative;
  margin: 0 0 25px !important;
  padding: 0 0 14px !important;

  color: #202d7c !important;

  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.page_title::after {
  content: "";
  display: block;

  width: 55px;
  height: 3px;

  margin-top: 12px;

  background: #033d52;
  border-radius: 10px;
}


/* ÜST AÇIKLAMA */

.page_content_top {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  background:white;
  border-radius: 20px;
  padding:20px;
}

.page_content_top p:last-child {
  margin-bottom: 0;
}


/* =========================================
   NORMAL ALT SAYFA KARTLARI
========================================= */

.card {
  border: 0 !important;
  border-radius: 14px !important;

  overflow: hidden;

  background: #fff;

  box-shadow: 0 8px 25px rgba(32, 45, 124, .08);

  transition:
          transform .25s ease,
          box-shadow .25s ease;
}

.card:hover {
  transform: translateY(-5px);

  box-shadow: 0 14px 35px rgba(32, 45, 124, .14);
}

.card-img-top {
  width: 100%;
  height: 230px;

  object-fit: cover;

  display: block;
}

.card .card-body {
  padding: 20px;
}

.card .card-title {
  margin: 0 0 16px;

  color: #202d7c;

  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.card .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 17px;

  background: #202d7c;
  border: 0;
  border-radius: 7px;

  color: #fff;

  font-size: 14px;
  font-weight: 600;

  transition: all .2s ease;
}

.card .btn-primary:hover {
  background: #033d52;
  color: #fff;

  transform: translateX(3px);
}


/* =========================================
   ÜRETİM / BENZER ÜRÜNLER
========================================= */

#urun-benzer {
  width: 100%;
}

.production-card {
  position: relative;

  display: block;

  height: 100%;

  overflow: hidden;

  background: #fff;

  border-radius: 15px;

  text-decoration: none !important;

  box-shadow: 0 8px 25px rgba(32, 45, 124, .08);

  transition:
          transform .25s ease,
          box-shadow .25s ease;
}

.production-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 16px 35px rgba(32, 45, 124, .15);
}


/* Görsel */

.production-card__image {
  position: relative;

  width: 100%;
  height: 200px;

  overflow: hidden;

  background: #f3f4f7;
}

.production-card__image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: fill;

  transition: transform .45s ease;
}

.production-card:hover .production-card__image img {
  transform: scale(1.05);
}


/* Görsel overlay */

.production-card__overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
          to top,
          rgba(32, 45, 124, .55),
          rgba(32, 45, 124, 0)
  );

  opacity: .45;

  transition: opacity .25s ease;
}

.production-card:hover .production-card__overlay {
  opacity: .7;
}


/* Ok */

.production-card__arrow {
  position: absolute;

  right: 18px;
  bottom: 18px;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff;
  color: #033d52;

  font-size: 15px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);

  transition: all .25s ease;
}

.production-card:hover .production-card__arrow {
  background: #c3cdd2;
  color: #fff;

  transform: translateX(4px);
}


/* Kart başlığı */

.production-card__content {
  padding: 20px 20px 22px;
}

.production-card__content h3 {
  margin: 0;

  color: #202d7c;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;

  transition: color .2s ease;
}

.production-card:hover .production-card__content h3 {
  color: #033d52;
}

/* =========================================
       GALERİ ALANI
    ========================================= */

.product-detail-thumb-image {
  width: 100%;
  margin-bottom: 25px;

  overflow: hidden;

  border-radius: 20px;

  background: white;
}

.product-detail-thumb-image img {
  display: block;

  width: 220px;
  max-height: 220px;

  object-fit: fill;

  border-radius: 14px;
}
     /* =========================================================
        CONTACT
     ========================================================= */

   .contact-section {
     padding: 40px 0 70px;
   }

.contact-card {
  padding: 38px;
  border-radius: 22px;
  background: #f5f8fa;
  border: 1px solid #e5eaee;
  height: 100%;
  box-shadow: 0 10px 35px rgba(23, 107, 135, 0.06);
}

.contact-card h3 {
  color: var(--navy-dark);
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 22px;
}

/* CONTACT ITEM */

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid #e1e7eb;
}

.contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 107, 135, 0.10);
  color: #176b87;
  font-size: 16px;
}

.contact-item strong {
  display: block;
  color: #172b35;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-item span {
  color: #667780;
  font-size: 14px;
  line-height: 1.6;
}

.contact-item a {
  color: #667780;
  text-decoration: none;
  transition: 0.25s;
}

.contact-item a:hover {
  color: #176b87;
}


/* =========================================================
   FORM
========================================================= */

.contact-form {
  padding: 38px;
  border-radius: 22px;
  background: #163e6e;
  box-shadow: 0 10px 35px rgba(23, 43, 53, 0.12);
}

.contact-form h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 8px;
}

.contact-form > p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 25px;
}


/* FORM CONTROL */

.contact-form .form-control {
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-radius: 11px;
  padding: 0 16px;
  font-size: 13px;
  transition: 0.25s;
}

.contact-form textarea.form-control {
  height: 125px;
  padding-top: 15px;
  resize: none;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.contact-form .form-control:focus {
  border-color: #10203a;
  box-shadow: 0 0 0 3px rgba(47, 165, 138, 0.10);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.contact-form .form-control option {
  color: #172b35;
  background: #ffffff;
}


/* =========================================================
   CAPTCHA
========================================================= */

.contact-form img {
  border-radius: 8px;
  display: block;
}


/* =========================================================
   BUTTON
========================================================= */

.form-btn {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 11px;
  background: #132c4f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.25s ease;
  cursor: pointer;
}

.form-btn i {
  margin-left: 7px;
  transition: transform 0.25s ease;
}

.form-btn:hover {
  background: #ffffff;
  color: #176b87;
}

.form-btn:hover i {
  transform: translateX(3px);
}


/* =========================================================
   ALERT
========================================================= */

.contact-form .alert {
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-form .alert-success {
  background: rgba(47, 165, 138, 0.12);
  color: #b9f0df;
}

.contact-form .alert-danger {
  background: rgba(220, 53, 69, 0.12);
  color: #ffb8bf;
}


/* =========================================================
   MAP
========================================================= */

.map-wrap {
  margin-top: 40px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e3e9ed;
  background: #f5f8fa;
  line-height: 0;
  box-shadow: 0 10px 35px rgba(23, 107, 135, 0.06);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  transition: filter 0.3s;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .contact-card,
  .contact-form {
    padding: 30px;
  }

}

@media (max-width: 767px) {

  .contact-section {
    padding: 25px 0 50px;
  }

  .contact-card,
  .contact-form {
    padding: 25px;
    border-radius: 18px;
  }

  .contact-card h3,
  .contact-form h3 {
    font-size: 21px;
  }

  .contact-item {
    gap: 12px;
    padding: 15px 0;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .contact-item span {
    font-size: 13px;
  }

  .contact-form .form-control {
    height: 50px;
  }

  .contact-form textarea.form-control {
    height: 115px;
  }

  .form-btn {
    height: 50px;
  }

  .map-wrap {
    margin-top: 25px;
    border-radius: 18px;
  }

  .map-wrap iframe {
    height: 300px;
  }

}

.service-card-link {
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.service-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.service-card {
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}

.service-card-link:hover .service-card {
  transform: translateY(-5px);
}

.service-card .card-link {
  color: inherit;
  text-decoration: none;
}

.page_content_top img {

    border-radius: 10px;
    margin-left:10px;

}